Skip to content

Commit

Permalink
Merge pull request #38 from fat-lobyte/fix-part-costs
Browse files Browse the repository at this point in the history
Fix Part Costs
  • Loading branch information
BobPalmer committed Nov 19, 2015
2 parents 1b5635c + 22e1591 commit d2cce21
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PART
node_stack_bottom = 0,-.25,0,0,-1,0
TechRequired = survivability
entryCost = 1000
cost = 100
cost = 1850
category = Utility
subcategory = 0
title = Nom-O-Matic 5000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PART
node_stack_bottom = 0,-.25,0,0,-1,0
TechRequired = survivability
entryCost = 1000
cost = 5000
cost = 16250
category = Utility
subcategory = 0
title = Nom-O-Matic 25000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PART
node_attach = 0,0,.15,0,0,-1
TechRequired = survivability
entryCost = 1000
cost = 100
cost = 1600
category = Utility
subcategory = 0
title = Life Support MiniPak (Supplies)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PART
node_attach = 0,0,.15,0,0,-1
TechRequired = survivability
entryCost = 1000
cost = 100
cost = 600
category = Utility
subcategory = 0
title = Life Support MiniPak (Fertilizer)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PART
node_attach = 0,0,.15,0,0,-1
TechRequired = survivability
entryCost = 1000
cost = 100
cost = 350
category = Utility
subcategory = 0
title = Life Support MiniPak (Mulch)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ node_stack_bottom = 0.0, -.25, 0.0, 0.0, -1.0, 0.0, 1

TechRequired = survivability
entryCost = 3000
cost = 500
cost = 8025
category = Utility
subcategory = 0
title = Life Support Tank (1.25)
Expand Down
4 changes: 2 additions & 2 deletions GameData/UmbraSpaceIndustries/LifeSupport/Parts/Tank_250.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PART
PART
{
name = LS_Tank_250
module = Part
Expand All @@ -18,7 +18,7 @@ node_stack_bottom = 0.0, -.5, 0.0, 0.0, -1.0, 0.0, 1

TechRequired = survivability
entryCost = 3000
cost = 1000
cost = 68875
category = Utility
subcategory = 0
title = Life Support Tank (2.5)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ node_stack_bottom = 0.0, -.75, 0.0, 0.0, -1.0, 0.0, 1

TechRequired = survivability
entryCost = 3000
cost = 1500
cost = 227250
category = Utility
subcategory = 0
title = Life Support Tank (3.75)
Expand Down

0 comments on commit d2cce21

Please sign in to comment.