-
Notifications
You must be signed in to change notification settings - Fork 67
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 }
- Progress Based Requirements
- Research Based Requirements
- Space Program Requirements
- Contract Based Requirements
- Planetary Requirements
- RemoteTech Requirements
- Set Requirements
- Miscellaneous Requirements
Contract Configurator
Configuration File Syntax
Extending Contract Configurator