Skip to content

PartModuleTypeUnlocked Requirement

Jeremie Rossignol edited this page Aug 11, 2020 · 4 revisions

Requirement for having a "type" of PartModule unlocked from the tech tree.

REQUIREMENT
{
    name = PartModuleTypeUnlocked
    type = PartModuleTypeUnlocked

    // Type of PartModule that needs to be unlocked.
    //
    // Type:      string
    // Required:  Yes (multiples allowed)
    // Values (defined in ContractDefs):
    //     Antenna
    //     Battery
    //     Dock
    //     Generator
    //     Grapple
    //     Wheel
    partModuleType = Antenna
    partModuleType = Generator
}
Clone this wiki locally