Skip to content
Open
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,5 @@
TWEAKSCALEEXPONENTS:NEEDS[CryoTanks,TweakScale]
{
name = ModuleCryoTank
CoolingCost = 3 // TODO:Rebalance this one
minResToLeave = 2 // And this one.
}
Original file line number Diff line number Diff line change
Expand Up @@ -39,24 +39,21 @@ TWEAKSCALEEXPONENTS:NEEDS[SystemHeat,TweakScale]
TWEAKSCALEEXPONENTS:NEEDS[SystemHeat,TweakScale]
{
name = ModuleSystemHeatAsteroidHarvester
systemPower = 3
// TODO: What I should do here?
}

TWEAKSCALEEXPONENTS:NEEDS[SystemHeat,TweakScale]
{
name = ModuleSystemHeatConverter
systemPower = 3
// TODO: What I should do here?
}

TWEAKSCALEEXPONENTS:NEEDS[SystemHeat,TweakScale]
{
name = ModuleSystemHeatEngine
// TODO: What I should do here?
}

TWEAKSCALEEXPONENTS:NEEDS[SystemHeat,TweakScale]
{
name = ModuleSystemHeatConverter
systemPower = 2.5 // same power per unit thrust
// TODO: What I should do here?
}

Expand All @@ -75,6 +72,8 @@ TWEAKSCALEEXPONENTS:NEEDS[SystemHeat,TweakScale]
TWEAKSCALEEXPONENTS:NEEDS[SystemHeat,TweakScale]
{
name = ModuleSystemHeatFissionEngine
HeatGeneration = 2.5 // same waste heat per unit thrust
ElectricalGeneration = 2.5 // same electrical power per unit thrust
// TODO: What I should do here?
}

Expand Down Expand Up @@ -115,6 +114,7 @@ TWEAKSCALEEXPONENTS:NEEDS[SystemHeat,TweakScale]
TWEAKSCALEEXPONENTS:NEEDS[SystemHeat,TweakScale]
{
name = ModuleSystemHeatHarvester
systemPower = 3 // should scale with harvester speed
// TODO: What I should do here?
}

Expand Down