Skip to content

Commit

Permalink
Actually fix hydrolox nodes rather than relying on MM patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Jul 17, 2015
1 parent aaa7532 commit fc0a3b8
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 56 deletions.
4 changes: 2 additions & 2 deletions GameData/RP-0/AIES_Engines.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
@CONFIG[LR-87-LH2]
{
%cost = 8500
%techRequired = generalConstruction
%techRequired = hydroloxTL2
}
}
}
Expand Down Expand Up @@ -88,7 +88,7 @@
@CONFIG[ApolloJ]
{
%cost = 15
%techRequired = specializedConstruction
%techRequired = hydroloxTL4
}
}
}
2 changes: 1 addition & 1 deletion GameData/RP-0/FASA_Engines.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
@CONFIG[LR-87-LH2]
{
%cost = 8500
%techRequired = generalConstruction
%techRequired = hydroloxTL2
}
}
}
Expand Down
37 changes: 0 additions & 37 deletions GameData/RP-0/Hydrolox.cfg

This file was deleted.

28 changes: 14 additions & 14 deletions GameData/RP-0/KW_Engines.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,37 +42,37 @@
@CONFIG[RL10A-3-1]
{
%cost = 200
%techRequired = generalConstruction
%techRequired = hydroloxTL2
}
@CONFIG[RL10A-3-3]
{
%cost = 500
%techRequired = advConstruction
%techRequired = hydroloxTL3
}
@CONFIG[RL10A-3-3A]
{
%cost = 800
%techRequired = specializedConstruction
%techRequired = hydroloxTL4
}
@CONFIG[RL10A-4]
{
%cost = 1500
%techRequired = advMetalworks
%techRequired = hydroloxTL5
}
@CONFIG[RL10A-4-1/2]
{
%cost = 2500
%techRequired = metaMaterials
%techRequired = hydroloxTL6
}
@CONFIG[RL10B-2]
{
%cost = 3500
%techRequired = exoticAlloys
%techRequired = hydroloxTL7
}
@CONFIG[RL10C-1]
{
%cost = 4200
%techRequired = exoticAlloys
%techRequired = hydroloxTL7
}
}
}
Expand All @@ -84,37 +84,37 @@
@CONFIG[RL10A-3-1]
{
%cost = 400
%techRequired = generalConstruction
%techRequired = hydroloxTL2
}
@CONFIG[RL10A-3-3]
{
%cost = 1000
%techRequired = advConstruction
%techRequired = hydroloxTL3
}
@CONFIG[RL10A-3-3A]
{
%cost = 1600
%techRequired = specializedConstruction
%techRequired = hydroloxTL4
}
@CONFIG[RL10A-4]
{
%cost = 3000
%techRequired = advMetalworks
%techRequired = hydroloxTL5
}
@CONFIG[RL10A-4-1/2]
{
%cost = 5000
%techRequired = metaMaterials
%techRequired = hydroloxTL6
}
@CONFIG[RL10B-2]
{
%cost = 7000
%techRequired = exoticAlloys
%techRequired = hydroloxTL7
}
@CONFIG[RL10C-1]
{
%cost = 8400
%techRequired = exoticAlloys
%techRequired = hydroloxTL7
}
}
}
4 changes: 2 additions & 2 deletions GameData/RP-0/SXT_Engines.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
}
@CONFIG[J-2]
{
techRequired = advConstruction
techRequired = hydroloxTL3
cost = 1000
}
@CONFIG[J-2S]
{
techRequired = specializedConstruction
techRequired = hydroloxTL3
cost = 0 // cheaper and better, yes. Woo reality.
}
}
Expand Down

0 comments on commit fc0a3b8

Please sign in to comment.