Rebalance radiator cooling and material cost (#18823)
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -427,5 +427,3 @@
|
|||||||
- type: Construction
|
- type: Construction
|
||||||
graph: GasBinary
|
graph: GasBinary
|
||||||
node: radiator
|
node: radiator
|
||||||
- type: StaticPrice
|
|
||||||
price: 50
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user