Class ChemistryStationRecipeTemperature
Temperature ranges for the recipe, used mainly in the cooking minigame.
public sealed class ChemistryStationRecipeTemperature
- Inheritance
-
ChemistryStationRecipeTemperature
- Inherited Members
- Extension Methods
Properties
CookTemperature
Target cook temperature.
public float CookTemperature { get; }
Property Value
CookTemperatureLowerBound
Lower bound of the acceptable cook temperature range (inclusive). Used in the minigame - lower values will not start the recipe.
public float CookTemperatureLowerBound { get; }
Property Value
CookTemperatureTolerance
Tolerance for cook temperature.
public float CookTemperatureTolerance { get; }
Property Value
CookTemperatureUpperBound
Upper bound of the acceptable cook temperature range (inclusive). Used in the minigame - higher values will cause the recipe to fail.
public float CookTemperatureUpperBound { get; }