Skip to content

Facility Requirement

Jeremie Rossignol edited this page Jun 24, 2017 · 5 revisions

Requirement that checks whether the player has the given facility upgraded (or not upgraded) to the specified level.

REQUIREMENT
{
    name = Facility
    type = Facility

    // The facility.
    //
    // Type:      SpaceCenterFacility
    // Required:  Yes
    // Values:
    //     LaunchPad
    //     Runway
    //     VehicleAssemblyBuilding
    //     SpaceplaneHangar
    //     TrackingStation
    //     AstronautComplex
    //     MissionControl
    //     ResearchAndDevelopment
    //     Administration
    facility = Administration

    // Minimum facility level required.
    //
    // Type:      int
    // Required:  No (defaulted)
    // Default:   1
    //
    minLevel = 2

    // Maximum facility level allowed.
    //
    // Type:      int
    // Required:  No (defaulted)
    // Default:   3
    //
    maxLevel = 2
}
Clone this wiki locally