-
Posts
521 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by Camaron
-
//
//C190
//
MODULE
{
name = KethaneConverter
HeatProduction = 675
InputRates
{
Kethane = 4.5
ElectricCharge = 9
}
OutputRatios
{
LiquidFuel = 0.85
}
}
MODULE
{
name = KethaneConverter
HeatProduction = 825
InputRates
{
Kethane = 5.5
ElectricCharge = 11
}
OutputRatios
{
Oxidizer = 0.85
}
}
MODULE
{
name = KethaneConverter
HeatProduction = 800
InputRates
{
Kethane = 4
ElectricCharge = 6
}
OutputRatios
{
MonoPropellant = 0.925
}
}
MODULE
{
name = KethaneConverter
HeatProduction = 1200
InputRates
{
Kethane = 4
ElectricCharge = 16
}
OutputRatios
{
XenonGas = 0.025
}
}
}
-
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
}
}
}