BaseConstruction Requirement - jrossignol/ContractConfigurator GitHub Wiki
Requirement for having built a base.
Note that this is based on the stock ProgressNode - I'm not 100% sure what they do and do not consider a 'base'.
REQUIREMENT
{
name = BaseConstruction
type = BaseConstruction
// Type of check to perform (manned or unmanned). If not specified then
// achieving this via either an unmanned or manned will count.
//
// Type: ProgressCelestialBodyRequirement.CheckType
// Required: No
// Values:
// MANNED
// UNMANNED
//
checkType = MANNED
// Target body, defaulted from the contract if not supplied.
//
// Type: CelestialBody
// Required: No (defaulted)
//
targetBody = Kerbin
}