Table of Contents

Class ChemistryStationRecipeTemperature

Namespace
S1API.Stations
Assembly
S1API.dll

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

float

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

float

CookTemperatureTolerance

Tolerance for cook temperature.

public float CookTemperatureTolerance { get; }

Property Value

float

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; }

Property Value

float