From 6cf15177b338b70a235ec518e7f0e972ca751e40 Mon Sep 17 00:00:00 2001 From: Ilya246 <57039557+Ilya246@users.noreply.github.com> Date: Thu, 24 Aug 2023 21:36:16 +0400 Subject: [PATCH] Rebalance radiator cooling and material cost (#18823) --- Content.Server/Atmos/Components/HeatExchangerComponent.cs | 2 +- .../Entities/Structures/Piping/Atmospherics/binary.yml | 2 -- .../Recipes/Construction/Graphs/utilities/atmos_binary.yml | 4 ++-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Content.Server/Atmos/Components/HeatExchangerComponent.cs b/Content.Server/Atmos/Components/HeatExchangerComponent.cs index 86a053b478..4ed9e41276 100644 --- a/Content.Server/Atmos/Components/HeatExchangerComponent.cs +++ b/Content.Server/Atmos/Components/HeatExchangerComponent.cs @@ -31,6 +31,6 @@ public sealed partial class HeatExchangerComponent : Component /// [ViewVariables(VVAccess.ReadWrite)] [DataField("radiationCoefficient")] - public float alpha { get; set; } = 400f; + public float alpha { get; set; } = 140f; } diff --git a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/binary.yml b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/binary.yml index f60a03cfb0..f5c1f2015f 100644 --- a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/binary.yml +++ b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/binary.yml @@ -427,5 +427,3 @@ - type: Construction graph: GasBinary node: radiator - - type: StaticPrice - price: 50 diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/atmos_binary.yml b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/atmos_binary.yml index eee5c6fbc4..63ae324910 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/atmos_binary.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/atmos_binary.yml @@ -49,7 +49,7 @@ - to: radiator steps: - material: Steel - amount: 8 + amount: 2 doAfter: 1 - node: pressurepump @@ -176,7 +176,7 @@ completed: - !type:SpawnPrototype prototype: SheetSteel1 - amount: 8 + amount: 2 - !type:DeleteEntity steps: - tool: Screwing