Skip to content

Commit

Permalink
Added @Bornholio NTR Engines to Tree with Costs
Browse files Browse the repository at this point in the history
  • Loading branch information
pap1723 committed Jul 31, 2017
1 parent 4b4bb9b commit 7dcb7e4
Show file tree
Hide file tree
Showing 2 changed files with 2,777 additions and 405 deletions.
72 changes: 72 additions & 0 deletions GameData/RP-0/Tree/TREE-Engine_Configs.cfg
Expand Up @@ -1578,3 +1578,75 @@
{ %techRequired = hydrolox1976 }
}
}
@PART[*]:HAS[#engineType[KIWIA24]]:FOR[xxxRP0]
{
@MODULE[ModuleEngineConfigs]
{
@CONFIG[KIWIA24-Hydrogen]
{ %techRequired = prototypeNuclearPropulsion }
}
}
@PART[*]:HAS[#engineType[KIWIB48]]:FOR[xxxRP0]
{
@MODULE[ModuleEngineConfigs]
{
@CONFIG[KIWIB48-Hydrogen]
{ %techRequired = prototypeNuclearPropulsion }
}
}
@PART[*]:HAS[#engineType[NERVA_NRX]]:FOR[xxxRP0]
{
@MODULE[ModuleEngineConfigs]
{
@CONFIG[NERVA_NRX-Hydrogen]
{ %techRequired = earlyNuclearPropulsion }
}
}
@PART[*]:HAS[#engineType[NERVA_XE]]:FOR[xxxRP0]
{
@MODULE[ModuleEngineConfigs]
{
@CONFIG[NERVA_XE-Hydrogen]
{ %techRequired = earlyNuclearPropulsion }
}
}
@PART[*]:HAS[#engineType[PEWEE100]]:FOR[xxxRP0]
{
@MODULE[ModuleEngineConfigs]
{
@CONFIG[PEWEE100-Hydrogen]
{ %techRequired = basicNuclearPropulsion }
}
}
@PART[*]:HAS[#engineType[Phoebus1N50]]:FOR[xxxRP0]
{
@MODULE[ModuleEngineConfigs]
{
@CONFIG[Phoebus1N50-Hydrogen]
{ %techRequired = earlyNuclearPropulsion }
}
}
@PART[*]:HAS[#engineType[Phoebus2N100]]:FOR[xxxRP0]
{
@MODULE[ModuleEngineConfigs]
{
@CONFIG[Phoebus2N100-Hydrogen]
{ %techRequired = basicNuclearPropulsion }
}
}
@PART[*]:HAS[#engineType[RD0410MID]]:FOR[xxxRP0]
{
@MODULE[ModuleEngineConfigs]
{
@CONFIG[RD-0410MID-Hydrogen]
{ %techRequired = improvedNuclearPropulsion }
}
}
@PART[*]:HAS[#engineType[SNTPPFE100]]:FOR[xxxRP0]
{
@MODULE[ModuleEngineConfigs]
{
@CONFIG[SNTPPFE100-Hydrogen]
{ %techRequired = advancedNuclearPropulsion }
}
}

0 comments on commit 7dcb7e4

Please sign in to comment.