Rebalance radiator cooling and material cost (#18823)
This commit is contained in:
@@ -31,6 +31,6 @@ public sealed partial class HeatExchangerComponent : Component
|
||||
/// </summary>
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
[DataField("radiationCoefficient")]
|
||||
public float alpha { get; set; } = 400f;
|
||||
public float alpha { get; set; } = 140f;
|
||||
}
|
||||
|
||||
|
||||
@@ -427,5 +427,3 @@
|
||||
- type: Construction
|
||||
graph: GasBinary
|
||||
node: radiator
|
||||
- type: StaticPrice
|
||||
price: 50
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user