Skip to content
SirMortimer edited this page Apr 14, 2020 · 1 revision

ContractConfigurator Behaviour that will reveal a radiation field in Kerbalism.

BEHAVIOUR
{
  // The parameter name is not used, but should be provided to allow for
  // the possibility of other mods modifying contracts via ModuleManager.
  name = ShowBelt
  
  type = ShowRadiationField

  // Required, the field to reveal.
  // Possible values:
  // - INNER_BELT
  // - OUTER_BELT
  // - MAGNETOPAUSE
  // - ANY
  field = INNER_BELT

  // Required, the body of the radiation field
  targetBody = HomeWorld()
}