ActiveVesselRange Requirement - jrossignol/ContractConfigurator GitHub Wiki
The ActiveVesselRange requirement checks that the given celestial body has a satellite with sufficient range (achievable either via an omni antenna or dish set to active vessel).
REQUIREMENT:NEEDS[RemoteTech]
{
name = ActiveVesselRange
type = ActiveVesselRange
// Target body, defaulted from the contract if not supplied.
//
// Type: CelestialBody
// Required: No (defaulted)
//
targetBody = Kerbin
// The range that is required, in meters.
//
// Type: double
// Required: Yes
//
range = 48000000
}