Rebalance radiator cooling and material cost (#18823)

This commit is contained in:
Ilya246
2023-08-24 21:36:16 +04:00
committed by GitHub
parent b6f77fc0c7
commit 6cf15177b3
3 changed files with 3 additions and 5 deletions

View File

@@ -31,6 +31,6 @@ public sealed partial class HeatExchangerComponent : Component
/// </summary> /// </summary>
[ViewVariables(VVAccess.ReadWrite)] [ViewVariables(VVAccess.ReadWrite)]
[DataField("radiationCoefficient")] [DataField("radiationCoefficient")]
public float alpha { get; set; } = 400f; public float alpha { get; set; } = 140f;
} }

View File

@@ -427,5 +427,3 @@
- type: Construction - type: Construction
graph: GasBinary graph: GasBinary
node: radiator node: radiator
- type: StaticPrice
price: 50

View File

@@ -49,7 +49,7 @@
- to: radiator - to: radiator
steps: steps:
- material: Steel - material: Steel
amount: 8 amount: 2
doAfter: 1 doAfter: 1
- node: pressurepump - node: pressurepump
@@ -176,7 +176,7 @@
completed: completed:
- !type:SpawnPrototype - !type:SpawnPrototype
prototype: SheetSteel1 prototype: SheetSteel1
amount: 8 amount: 2
- !type:DeleteEntity - !type:DeleteEntity
steps: steps:
- tool: Screwing - tool: Screwing