Skip to content

Commit

Permalink
Showing 2 changed files with 21 additions and 27 deletions.
22 changes: 1 addition & 21 deletions GameData/RP-0/Contracts/Milestones/First Satellite.cfg
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ CONTRACT_TYPE
group = Milestones
agent = Federation Aeronautique Internationale

description = We need you to give Earth its first artificial satellite! Design, build, and launch a craft that will successfully place an object in orbit with a perigee of at least 150km. Once you're in orbit, don't forget to analyze the telemetry and record any other data for scientists to marvel over! You have a time limit, however, and your prestige is riding on the line. If you commit to this, however, your program will receive substantial funding to make the launch possible.\n\n<b><color=red>WHEN YOU ACCEPT THIS CONTRACT, ALL SOUNDING ROCKET CONTRACTS WILL NO LONGER BE AVAILABLE.</color></b> Do not just accept the contract for the payout as you need to balance the cost and benefit.
description = We need you to give Earth its first artificial satellite! Design, build, and launch a craft that will successfully place an object in orbit with a perigee of at least 150km. You have a time limit, however, and your prestige is riding on the line. If you commit to this, however, your program will receive substantial funding to make the launch possible, and your other sources of income will dry up. Once you go to orbit, you can't go back.\n\n<b><color=green>WHEN YOU ACCEPT THIS CONTRACT, OTHER FIRST-ORBIT CONRTACTS WILL BECOME AVAILABLE.</color></b> You can accept them as well if you want to do multiple things on your first orbital launch (for example, you could combine all four starting orbit contracts and launch a solar-powered polar science satellite.\n\n<b><color=red>WHEN YOU ACCEPT THIS CONTRACT, ALL SOUNDING ROCKET CONTRACTS WILL NO LONGER BE AVAILABLE.</color></b> Do not just accept the contract for the payout as you need to balance the cost and benefit.
synopsis = Launch the first satellite into orbit of Earth
@@ -43,26 +43,6 @@ CONTRACT_TYPE
contractType = first_KarmanUncrewed
title = Complete @contractType Contract
}
REQUIREMENT
{
name = Any
type = Any
REQUIREMENT
{
name = AcceptContractOrbit
type = AcceptContract
contractType = first_OrbitUncrewed
title = Have accepted @contractType Contract
}
REQUIREMENT
{
name = CompleteContract
type = CompleteContract
contractType = first_OrbitUncrewed
title = Complete @contractType Contract
}
}

PARAMETER
{
26 changes: 20 additions & 6 deletions GameData/RP-0/Contracts/Milestones/First Science Sat.cfg
Original file line number Diff line number Diff line change
@@ -5,11 +5,11 @@ CONTRACT_TYPE
group = Milestones
agent = Federation Aeronautique Internationale

description = With the data returned from our sounding rockets, interesting radiation has been observed. We need you to send a scientific satellite into an eccecntric 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.\n\n<b><color=red>WHEN YOU ACCEPT THIS CONTRACT, ALL SOUNDING ROCKET CONTRACTS WILL NO LONGER BE AVAILABLE.</color></b> Do not just accept the contract for the payout as you need to balance the cost and benefit.
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.

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

completedMessage = Congratulations! The satellite you sent into orbit has returned extrememly valuable data that has proven the existence of the Van Allen Radiation Belts.
completedMessage = Congratulations! The satellite you sent into orbit has returned extremely valuable data that has proven the existence of the Van Allen Radiation Belts.

sortKey = 104

@@ -38,11 +38,25 @@ CONTRACT_TYPE

REQUIREMENT
{
name = CompleteContract
type = CompleteContract
contractType = first_KarmanUncrewed
title = Complete @contractType Contract
name = Any
type = Any

REQUIREMENT
{
name = AcceptContractOrbit
type = AcceptContract
contractType = first_OrbitUncrewed
title = Have accepted @contractType Contract
}
REQUIREMENT
{
name = CompleteContract
type = CompleteContract
contractType = first_OrbitUncrewed
title = Complete @contractType Contract
}
}

REQUIREMENT
{
name = TechResearched

0 comments on commit 555d091

Please sign in to comment.