Skip to content

Commit

Permalink
Balance LF + OX production (#111)
Browse files Browse the repository at this point in the history
* Profile: Balance LF + OX production

* CHANGELOG.md: Add LF+OX rebalance details
  • Loading branch information
PiezPiedPy authored and steamport committed Jul 7, 2018
1 parent f3f9c44 commit 36a4710
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

### Changes since the last release

* Rebalanced Sabatier and Anthraquinone processes to output LiquidFuel and Oxidizer at Stock ratio of 9:11 (PiezPiedPy)
* Rebalanced H2+O2 and LH2+O2 fuel cells to output more realistic EC levels (PiezPiedPy)
* Some tooltip colors changed from a nasty hard to see red to a nice gold (PiezPiedPy)
* RemoteTech antennas can now break due to reliability failures (Sir Mortimer [GRUMP])
Expand Down
32 changes: 16 additions & 16 deletions GameData/Kerbalism/Profiles/Default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -369,25 +369,25 @@ Profile

Process
{
name = sabatier process
name = sabatier process // LiquidFuel output balanced to match Anthraquinone Oxidizer output
modifier = _Sabatier
input = ElectricCharge@0.5
input = CarbonDioxide@0.2514920085
input = Hydrogen@1.0
output = Water@0.0004017039
output = LiquidFuel@0.0001788570195417 // (Methane@0.2494519101)
input = ElectricCharge@0.002556692 // calculated using 1.03 J/(g K) (sustained heating to 300c)
input = CarbonDioxide@3.490273221
input = Hydrogen@13.87826691
output = Water@0.005574954
output = LiquidFuel@0.000496445 // (Methane@3.46196019) Note that LiquidFuel has a density of 5Kg/Unit
dump = Water
}

Process
{
name = sabatier process water priority
name = sabatier process water priority // LiquidFuel output balanced to match Anthraquinone Oxidizer output
modifier = _SabatierH2OPriority
input = ElectricCharge@0.5
input = CarbonDioxide@0.2514920085
input = Hydrogen@1.0
output = Water@0.0004017039
output = LiquidFuel@0.0001788570195417 // (Methane@0.2494519101)
input = ElectricCharge@0.002556692 // calculated using 1.03 J/(g K) (sustained heating to 300c)
input = CarbonDioxide@3.490273221
input = Hydrogen@13.87826691
output = Water@0.005574954
output = LiquidFuel@0.000496445 // (Methane@3.46196019) Note that LiquidFuel has a density of 5Kg/Unit
dump = LiquidFuel
}

Expand All @@ -402,11 +402,11 @@ Profile

Process
{
name = anthraquinone process
name = anthraquinone process // Oxidizer output balanced to match Sabatier LiquidFuel output
modifier = _Anthraquinone
input = Hydrogen@1.0
input = Oxygen@1.0120677706
output = Oxidizer@0.001516915615 // (HydrogenPeroxide@0.0010461487)
input = Hydrogen@2.0
input = Oxygen@2.0241355411
output = Oxidizer@0.0006067662 // (HydrogenPeroxide@0.0020922973) Note that Oxidizer has a density of 5Kg/Unit
}

Process
Expand Down

0 comments on commit 36a4710

Please sign in to comment.