Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More realistic molten regolith electrolysis with shielding production #157

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions GameData/Kerbalism/Profiles/Default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -344,11 +344,11 @@ Profile
{
name = molten regolith electrolysis
modifier = _MRE
input = ElectricCharge@1.0
input = Ore@0.002228327217 // ([email protected])
output = Oxygen@1.0
// Iron@0.0002084509 is wasted
// [email protected] is wasted
input = ElectricCharge@2.0 // 2 kW MRE reactor at 2300 K with heat corrosion resistant crucible
input = Ore@0.00006342
output = Oxygen@0.088843
output = Shielding@0.000000112
// Slag is wasted
}

Process
Expand Down