Skip to content

Commit

Permalink
Update min costs for Proc Fairings parts
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Nov 17, 2014
1 parent b945648 commit 5242387
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion GameData/RP-0/CostHacks.cfg
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
// Proc Fairings
@PART[*]:HAS[@MODULE[KzFairingBaseResizer]]:FOR[RP-0]
{
@cost = 0.1
@MODULE[KzFairingBaseResizer]
{
@costPerTonne = 10
}
}
@PART[*]:HAS[@MODULE[KzThrustPlateResizer]]:FOR[RP-0]
{
@cost = 0.1
@MODULE[KzThrustPlateResizer]
{
@costPerTonne = 10
}
}
@PART[KzProcFairingFuselage*]:FOR[RP-0]
{
@cost = 0.1
@MODULE[ProceduralFairingSide]
{
@costPerTonne = 3
Expand All @@ -23,6 +26,7 @@

@PART[KzProcFairingSide*]:FOR[RP-0]
{
@cost = 0.1
@MODULE[ProceduralFairingSide]
{
@costPerTonne = 5
Expand Down Expand Up @@ -72,4 +76,4 @@
@PART[sensorThermometer]:FOR[RP-0]
{
@cost = 9
}
}

0 comments on commit 5242387

Please sign in to comment.