diff --git a/GameData/RP-0/Contracts/Sounding Rockets/SoundingBio.cfg b/GameData/RP-0/Contracts/Sounding Rockets/SoundingBio(new).cfg similarity index 77% rename from GameData/RP-0/Contracts/Sounding Rockets/SoundingBio.cfg rename to GameData/RP-0/Contracts/Sounding Rockets/SoundingBio(new).cfg index 5944808b99b..030c7db512c 100644 --- a/GameData/RP-0/Contracts/Sounding Rockets/SoundingBio.cfg +++ b/GameData/RP-0/Contracts/Sounding Rockets/SoundingBio(new).cfg @@ -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.
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.
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. @@ -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 @@ -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 { @@ -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 + } } -} + +} \ No newline at end of file