Skip to content

TechResearched Requirement

Jeremie Rossignol edited this page Jul 14, 2015 · 7 revisions

Requirement for having researched a technology.

REQUIREMENT
{
    name = TechResearched
    type = TechResearched

    // The technology that needs to have been researched.  Take special
    // note that this does not get validated - if you make a typo, the
    // requirement will always return false.
    //
    // Type:      string
    // Required:  No (multiples allowed)
    //
    tech = basicRocketry

    // A part that needs to have its technology unlocked.  Note that if the
    // player is playing with part unlocking, that that is only checking for
    // the tech being unlocked  (the player may have the technology, but not
    // the part).  Use PartUnlocked to check for part unlocking.
    //
    // Type:      AvailablePart
    // Required:  No (multiples allowed)
    //
    part = SmallGearBay
}
Clone this wiki locally