-
Posts
804 -
Joined
-
Last visited
Single Status Update
See all updates by ExplorerKlatt
-
Here's my version of the conversion configs.
// --- Converter parameters ---
//C090
MODULE
{
name = KethaneConverter
InputRates
{
Kethane = 0.9
ElectricCharge = 4.5
}
OutputRatios
{
LiquidFuel = 0.85
}
}
MODULE
{
name = KethaneConverter
InputRates
{
Kethane = 1.1
ElectricCharge = 5.5
}
OutputRatios
{
Oxidizer = 0.85
}
}
MODULE
{
name = KethaneConverter
InputRates
{
Kethane = 1.2
ElectricCharge = 3
}
OutputRatios
{
MonoPropellant = 0.925
}
}
MODULE
{
name = KethaneConverter
InputRates
{
Kethane = 1
ElectricCharge = 8
}
OutputRatios
{
XenonGas = 0.025
}
}
}