ChangeKerbalType - jrossignol/ContractConfigurator GitHub Wiki
Behaviour for changing the details of a Kerbal.
BEHAVIOUR
{
name = ChangeKerbalType
type = ChangeKerbalType
// The KERBAL_INFO node indicates the Kerbal and the changes to be made.
// This can be specified multiple times for different Kerbals.
KERBAL_INFO
{
// The Kerbal to make changes to.
//
// Type: Kerbal
// Required: No
//
kerbal = Jebediah Kermin
// The new type of the Kerbal.
//
// Type: ProtoCrewMember.KerbalType
// Required: No
// Values:
// Applicant
// Crew
// Tourist
// Unowned
//
kerbalType = Crew
// The new experience trait for this Kerbal.
//
// Type: string
// Required: No
//
trait = Scientist
}
}