Facility Requirement - jrossignol/ContractConfigurator GitHub Wiki
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
}