Skip to content

Commit

Permalink
First attempt to scale ModuleSystemHeatFissionReactor.
Browse files Browse the repository at this point in the history
For #7
  • Loading branch information
Lisias committed Oct 11, 2024
1 parent 3c16bb5 commit 7a43a6d
Showing 1 changed file with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,19 @@ TWEAKSCALEEXPONENTS:NEEDS[SystemHeat,TweakScale]
{
name = ModuleSystemHeatFissionReactor
// TODO:
// ElectricalGeneration - this is a FloatCurve
// HeatGeneration - this is FloatCurve
ElectricalGeneration = 3 // this is a FloatCurve
HeatGeneration = 2.5 // this is a FloatCurve
InternalCoreTemperatureResponseScale = 0.75 // TODO: balance this
RepairAmountPerKit = 2
inputs
{
Ratio = 3
}
outputs
{
Ratio = 3
}
}
TWEAKSCALEEXPONENTS:NEEDS[SystemHeat,TweakScale]
Expand Down

0 comments on commit 7a43a6d

Please sign in to comment.