Skip to content

Commit

Permalink
Add Cassini-Huygens cost and entry cost
Browse files Browse the repository at this point in the history
adjusted costs for the cassini spacecraft and the huygens lander from Raidernick's US probes mod.
Sources: https://www.jpl.nasa.gov/news/press_kits/cassini.pdf
https://www.hq.nasa.gov/office/codeb/budget/LIFCY982.htm#CASSINI
dgfl-gh committed Dec 2, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent d31d2e5 commit 971698a
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions GameData/RP-0/Tree/TREE-Parts.cfg
Original file line number Diff line number Diff line change
@@ -20987,9 +20987,9 @@
@PART[rn_cassini]:FOR[xxxRP0]
{
%TechRequired = longTermAvionics
%cost = 5500
%entryCost = 500
RP0conf = false
%cost = 15645
%entryCost = 312910
RP0conf = true
@description ^=:$: <b><color=green>From RN US Probes mod</color></b>
}
@PART[rn_centaurt_bdec]:FOR[xxxRP0]
@@ -21297,41 +21297,41 @@
@PART[rn_huygen_hs_bottom]:FOR[xxxRP0]
{
%TechRequired = interplanetaryRovers
%cost = 200
%entryCost = 200
RP0conf = false
%cost = 75
%entryCost = 1500
RP0conf = true
@description ^=:$: <b><color=green>From RN US Probes mod</color></b>
}
@PART[rn_huygen_hs_chute]:FOR[xxxRP0]
{
%TechRequired = longTermAvionics
%cost = 422
%entryCost = 50
RP0conf = false
%cost = 10
%entryCost = 200
RP0conf = true
@description ^=:$: <b><color=green>From RN US Probes mod</color></b>
}
@PART[rn_huygen_hs_top]:FOR[xxxRP0]
{
%TechRequired = longTermAvionics
%cost = 200
%entryCost = 7800
RP0conf = false
%cost = 50
%entryCost = 1000
RP0conf = true
@description ^=:$: <b><color=green>From RN US Probes mod</color></b>
}
@PART[rn_huygens]:FOR[xxxRP0]
{
%TechRequired = longTermAvionics
%cost = 500
%entryCost = 500
RP0conf = false
%cost = 4800
%entryCost = 96000
RP0conf = true
@description ^=:$: <b><color=green>From RN US Probes mod</color></b>
}
@PART[rn_huygens_chute]:FOR[xxxRP0]
{
%TechRequired = longTermAvionics
%cost = 422
%entryCost = 50
RP0conf = false
%cost = 10
%entryCost = 200
RP0conf = true
@description ^=:$: <b><color=green>From RN US Probes mod</color></b>
}
@PART[rn_juno_spacecraft]:FOR[xxxRP0]

0 comments on commit 971698a

Please sign in to comment.