Class SolutionHeaterComponent
Inheritance
System.Object
SolutionHeaterComponent
Namespace: Content.Server.Chemistry.Components
Assembly: Content.Server.dll
Syntax
public sealed class SolutionHeaterComponent : Component
Fields
| Improve this Doc View SourceBaseHeatPerSecond
How much heat is added per second to the solution, with no upgrades.
Declaration
public float BaseHeatPerSecond
Field Value
Type | Description |
---|---|
System.Single |
HeatPerSecond
How much heat is added per second to the solution, taking upgrades into account.
Declaration
public float HeatPerSecond
Field Value
Type | Description |
---|---|
System.Single |
MachinePartHeatMultiplier
The machine part that affects the heat multiplier.
Declaration
public string MachinePartHeatMultiplier
Field Value
Type | Description |
---|---|
System.String |
PartRatingHeatMultiplier
How much each upgrade multiplies the heat by.
Declaration
public float PartRatingHeatMultiplier
Field Value
Type | Description |
---|---|
System.Single |