Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
CONTRACT_TYPE
{
name = SoundingRocketBio
name = SoundingRocketBioPlane
group = SoundingRockets

title = Low Space Biological Experimentation
genericTitle = Low Space Biological Experimentation
description = Launching small mammals will prepare us for the monumental task of putting an astronaut into space. Carry a small biological capsule and @payload units of monitoring instrumentation above the Karman line, then recover the experiment. For best results, place the sounding payload into a high pressure steel or aluminum tank using the Tank UI in the PAW. <br>This is a series of 3 contracts, of which $SoundingBio_Count have been completed.
title = Low Space Biological Experimentation Plane
genericTitle = Low Space Biological Experimentation Plane
description = Launching small mammals will prepare us for the monumental task of putting an astronaut into space. Carry a small biological capsule and @payload units of monitoring instrumentation above the Karman line, then recover the experiment using a plane. For best results, place the sounding payload into a high pressure steel or aluminum tank using the Tank UI in the PAW. <br>This is a series of 3 contracts, of which $SoundingBio_Count have been completed.
genericDescription = Put a biological experiment and a new scientific payload above the Karman Line and recover the experiment and payload safely.
synopsis = Launch and recover a biological capsule and @payload units of scientific equipment from over @/altitudeKm km
completedMessage = Well done! Our scientists are now studying the sample to see the effects of the journey.
Expand All @@ -20,7 +20,7 @@ CONTRACT_TYPE

// Contract rewards
prestige = Trivial
advanceFunds = 2250 * @RP0:globalHardContractMultiplier * @noPlaneFundMult
advanceFunds = 3000 * @RP0:globalHardContractMultiplier * @noPlaneFundMult
rewardScience = 0
rewardFunds = @/reward * @RP0:globalHardContractMultiplier * @noPlaneFundMult
rewardReputation = 5
Expand Down Expand Up @@ -148,6 +148,7 @@ CONTRACT_TYPE
name = MissionParameters
type = VesselParameterGroup
title = Reach @/altitudeKm km with a biological sample and @/payload units of Sounding payload, and then recover that sample.
define = bioCapsule

PARAMETER
{
Expand Down Expand Up @@ -195,13 +196,41 @@ CONTRACT_TYPE
disableOnStateChange = true
title = Reach an altitude of at least @/altitudeKm km
}

PARAMETER
{
name = Return
type = RP1ReturnHome
title = Return Home Safetly
vessel = bioCapsule
hideChildren = true
}
}

PARAMETER
{
name = ReturnHome
type = RP1ReturnHome
title = Return home safely
hideChildren = true
name = ReturnParameters
type = VesselParameterGroup
title = Return the Capsule.
define = RecoveryPlane

PARAMETER
{
name = Rendezvous
type = RP1Rendezvous
distance = 5000
relativeSpeed = 300
title = Get Withing 5 KM of the Biological Sample
vessel = RecoveryPlane
}

PARAMETER
{
name = Return
type = VesselParameterGroup
title = Return Home Safetly
vessel = RecoveryPlane
}
}
}

}