Skip to content

Commit

Permalink
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions GameData/RP-0/Contracts/Milestones/First Science Sat.cfg
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ CONTRACT_TYPE
group = Milestones
agent = Federation Aeronautique Internationale

description = Just putting an object in orbit is a stunt. Getting valuable scientific data from it is far more impressive.\n\nWith the data returned from our sounding rockets, interesting radiation has been observed. We need you to send a scientific satellite into an eccentric orbit in order to study this data with more accuracy. Based on the best guesses of our scientists, having an apoapsis over 1,500 km with a low periapsis will help us to learn more about the radiation surrounding Earth.
description = Just putting an object in orbit is a stunt. Getting valuable scientific data from it is far more impressive.\n\nWith the data returned from our sounding rockets, interesting radiation has been observed. We need you to send a scientific satellite into an eccentric orbit in order to study this data with more accuracy. Based on the best guesses of our scientists, having an apoapsis over 1,500 km with a low periapsis will help us to learn more about the radiation surrounding Earth. We also want you to determine the threat of micrometeorites to satellites, so make sure to bring that instrumentation too.\n\nReal life examples: Object D (Sputnik 3), Explorer 1.

synopsis = Launch a Scientific Satellite into an eccentric orbit of Earth

@@ -57,14 +57,6 @@ CONTRACT_TYPE
}
}

REQUIREMENT
{
name = TechResearched
type = TechResearched
tech = scienceSatellite
title = Have Unlocked the Satellite Era Science Node
}

PARAMETER
{
name = FirstSat
@@ -100,9 +92,9 @@ CONTRACT_TYPE
name = Orbit
type = Orbit
minApA = 1500000
minEccentricity = 0.09
maxPeA = 900000
disableOnStateChange = true
title = Achieve Orbit around @targetBody with a minimum Apogee of 1,500 km and an eccentricity of at least 0.09
title = Achieve Orbit around @targetBody with a minimum Apogee of 1,500 km and a maximum Perigee of 900km.

PARAMETER
{
@@ -125,6 +117,8 @@ CONTRACT_TYPE
recoveryMethod = RecoverOrTransmit
title = Transmit Science from Low/Medium Earth Orbit
hideChildren = true

experiment = micrometeoriteDetect
}
}
}

0 comments on commit 73f4482

Please sign in to comment.