HasCrewCapacity Parameter - jrossignol/ContractConfigurator GitHub Wiki
Parameter to require that the Vessel in question must have a certain crew capacity.
PARAMETER
{
name = HasCrewCapacity
type = HasCrewCapacity
// Minimum and maximum crew capacity required.
//
// Type: int
// Required: No
// Default: 1 (minCapacity)
// int.MaxValue (maxCapacity)
//
minCapacity = 1
maxCapacity = 10
// Text to use for the parameter
//
// Type: string
// Required: No (defaulted)
// Default: Crew Capacity: Between <min> and <max>
//title =
}