From 3327fddabad86a86fd277941c15e40bfe9df38d8 Mon Sep 17 00:00:00 2001 From: Ilya246 <57039557+Ilya246@users.noreply.github.com> Date: Thu, 24 Aug 2023 06:18:48 +0400 Subject: [PATCH] Increase heater/freezer output and nerf TEG (#19447) Folks were complaining that the heater/freezer are too slow. Bring us back out of thermodynamic soundness to appease the atmosians. Adjust TEG output power to prevent free energy generation. Future balance adjustments are still anticipated. --- .../Entities/Structures/Piping/Atmospherics/unary.yml | 4 ++-- .../Prototypes/Entities/Structures/Power/Generation/teg.yml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/unary.yml b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/unary.yml index fa628b2932..7585d8e948 100644 --- a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/unary.yml +++ b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/unary.yml @@ -284,7 +284,7 @@ True: { state: freezerOn } False: { state: freezerOff } - type: GasThermoMachine - coefficientOfPerformance: -3.9 + coefficientOfPerformance: -64 - type: ApcPowerReceiver powerDisabled: true #starts off - type: Machine @@ -327,7 +327,7 @@ True: { state: heaterOn } False: { state: heaterOff } - type: GasThermoMachine - coefficientOfPerformance: 0.95 + coefficientOfPerformance: 32 - type: ApcPowerReceiver powerDisabled: true #starts off - type: Machine diff --git a/Resources/Prototypes/Entities/Structures/Power/Generation/teg.yml b/Resources/Prototypes/Entities/Structures/Power/Generation/teg.yml index 723a1480de..090a015d97 100644 --- a/Resources/Prototypes/Entities/Structures/Power/Generation/teg.yml +++ b/Resources/Prototypes/Entities/Structures/Power/Generation/teg.yml @@ -57,6 +57,7 @@ # It fires processing on behalf of its connected circulators. - type: AtmosDevice - type: TegGenerator + powerFactor: 0.025 - type: DeviceNetwork deviceNetId: AtmosDevices