-
Notifications
You must be signed in to change notification settings - Fork 71
SCANsatCoverage Parameter
Jeremie Rossignol edited this page Aug 13, 2020
·
5 revisions
The SCANsatCoverage parameter is met when there is sufficient SCANsat coverage for the given planet/type.
PARAMETER:NEEDS[SCANsat]
{
name = SCANsatCoverage
type = SCANsatCoverage
// Target body, defaulted from the contract if not supplied.
//
// Type: CelestialBody
// Required: No (defaulted)
//
targetBody = Kerbin
// Coverage percentage that must be reached
//
// Type: double
// Required: Yes
//
coverage = 65.0
// The type of scan to perform.
//
// Type: SCANdata.SCANtype
// Required: Yes
// Values:
// AltimetryHiRes
// AltimetryLoRes
// Anomaly
// AnomalyDetail
// Biome
// ResourceHiRes
// ResourceLoRes
// VisualHiRes
// VisualLoRes
//
scanType = Biome
}
- Vessel Parameters
- VesselParameterGroup
- Vessel Attributes
- Vessel State
- Vessel History
- RemoteTech
- Kerbal Parameters
- Progression Parameters
- Negative Parameters
- Set Parameters
- Planetary Parameters
- Miscellaneous Parameters
Contract Configurator
Configuration File Syntax
Extending Contract Configurator