gas_recipe ![code/modules/atmospherics/machinery/components/gas_recipe_machines/atmos_machines_recipes.dm 14](git.png)
Vars | |
energy_release | Amount of thermal energy released/consumed by the reaction. Positive numbers make the reaction release energy (exothermic) while negative numbers make the reaction consume energy (endothermic). |
---|---|
id | Id of the recipe for easy identification in the code |
machine_type | What machine the recipe is for |
max_temp | Maximum temperature for the recipe |
min_temp | Minimum temperature for the recipe |
name | Displayed name of the recipe |
products | Products made from the recipe |
requirements | Gas required for the recipe to work |
Var Details
energy_release ![code/modules/atmospherics/machinery/components/gas_recipe_machines/atmos_machines_recipes.dm 29](git.png)
Amount of thermal energy released/consumed by the reaction. Positive numbers make the reaction release energy (exothermic) while negative numbers make the reaction consume energy (endothermic).
id ![code/modules/atmospherics/machinery/components/gas_recipe_machines/atmos_machines_recipes.dm 16](git.png)
Id of the recipe for easy identification in the code
machine_type ![code/modules/atmospherics/machinery/components/gas_recipe_machines/atmos_machines_recipes.dm 18](git.png)
What machine the recipe is for
max_temp ![code/modules/atmospherics/machinery/components/gas_recipe_machines/atmos_machines_recipes.dm 24](git.png)
Maximum temperature for the recipe
min_temp ![code/modules/atmospherics/machinery/components/gas_recipe_machines/atmos_machines_recipes.dm 22](git.png)
Minimum temperature for the recipe
name ![code/modules/atmospherics/machinery/components/gas_recipe_machines/atmos_machines_recipes.dm 20](git.png)
Displayed name of the recipe
products ![code/modules/atmospherics/machinery/components/gas_recipe_machines/atmos_machines_recipes.dm 36](git.png)
Products made from the recipe
requirements ![code/modules/atmospherics/machinery/components/gas_recipe_machines/atmos_machines_recipes.dm 32](git.png)
Gas required for the recipe to work