Skip to content

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
}
Clone this wiki locally