Adds temperature to solutions (#5834)
This commit is contained in:
@@ -46,6 +46,13 @@ namespace Content.Shared.Chemistry.Reagent
|
||||
[DataField("color")]
|
||||
public Color SubstanceColor { get; } = Color.White;
|
||||
|
||||
/// <summary>
|
||||
/// The specific heat of the reagent.
|
||||
/// How much energy it takes to heat one unit of this reagent by one Kelvin.
|
||||
/// </summary>
|
||||
[DataField("specificHeat")]
|
||||
public float SpecificHeat { get; } = 1.0f;
|
||||
|
||||
[DataField("boilingPoint")]
|
||||
public float? BoilingPoint { get; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user