Skip to content

Commit

Permalink
Update costs for parachutes, Mk1 pod
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Nov 17, 2014
1 parent 8ec0608 commit 35a8a3c
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion GameData/RP-0/CostHacks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,29 @@
@PART[sensorThermometer]:FOR[RP-0]
{
@cost = 9
}
}
// Parachutes
@PART[parachuteSingle]:FOR[RP-0]
{
@cost = 10
}
@PART[parachuteRadial]:FOR[RP-0]
{
@cost = 15
}
@PART[parachuteDrogue]:FOR[RP-0]
{
@cost = 15
}
@PART[parachuteLarge]:FOR[RP-0]
{
@cost = 30
}
// Pods
@PART[mk1pod]:FOR[RP-0]
{
@entryCost = 60000 // full 100x
@cost = 6000
}

0 comments on commit 35a8a3c

Please sign in to comment.