From 9cc4eb3b77b5fd57c1b27dbf1bd67923414bcc24 Mon Sep 17 00:00:00 2001 From: arbsoup Date: Sun, 13 Oct 2024 15:51:28 -0400 Subject: [PATCH 1/2] Scale changes: CryoTanks --- .../Frameworks/CryoTanks/patches/020_ScaleExponents.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/GameData/TweakScaleCompanion/Frameworks/CryoTanks/patches/020_ScaleExponents.cfg b/GameData/TweakScaleCompanion/Frameworks/CryoTanks/patches/020_ScaleExponents.cfg index 1e9eff6..23266ef 100644 --- a/GameData/TweakScaleCompanion/Frameworks/CryoTanks/patches/020_ScaleExponents.cfg +++ b/GameData/TweakScaleCompanion/Frameworks/CryoTanks/patches/020_ScaleExponents.cfg @@ -33,6 +33,5 @@ TWEAKSCALEEXPONENTS:NEEDS[CryoTanks,TweakScale] { name = ModuleCryoTank - CoolingCost = 3 // TODO:Rebalance this one minResToLeave = 2 // And this one. } From 50687bdca7f0d30dc8694480b3596028422583f4 Mon Sep 17 00:00:00 2001 From: arbsoup Date: Sun, 13 Oct 2024 15:53:53 -0400 Subject: [PATCH 2/2] Scale changes: SystemHeat --- .../SystemHeat/patches/020_ScaleExponents.cfg | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/GameData/TweakScaleCompanion/Frameworks/SystemHeat/patches/020_ScaleExponents.cfg b/GameData/TweakScaleCompanion/Frameworks/SystemHeat/patches/020_ScaleExponents.cfg index ddaefb0..2518357 100644 --- a/GameData/TweakScaleCompanion/Frameworks/SystemHeat/patches/020_ScaleExponents.cfg +++ b/GameData/TweakScaleCompanion/Frameworks/SystemHeat/patches/020_ScaleExponents.cfg @@ -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? } @@ -75,6 +72,8 @@ TWEAKSCALEEXPONENTS:NEEDS[SystemHeat,TweakScale] TWEAKSCALEEXPONENTS:NEEDS[SystemHeat,TweakScale] { name = ModuleSystemHeatFissionEngine + HeatGeneration = 2.5 // same waste heat per unit thrust + systemPower = 2.5 // same power per unit thrust // TODO: What I should do here? } @@ -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? }