/tg/ Station 13 - Modules - TypesVar Details

gas_reaction

Vars

descA short string describing this reaction.
expands_hotspotWhether the presence of our reaction should make fires bigger or not.
factor
priority_groupThe priority group this reaction is a part of. You can think of these as processing in batches, put your reaction into the one that's most fitting
requirementsRegarding the requirements list: the minimum or maximum requirements must be non-zero. When in doubt, use MINIMUM_MOLE_COUNT. Another thing to note is that reactions will not fire if we have any requirements outside of gas id path or MIN_TEMP or MAX_TEMP. More complex implementations will require modifications to gas_mixture.react()

Var Details

desc

A short string describing this reaction.

expands_hotspot

Whether the presence of our reaction should make fires bigger or not.

factor

priority_group

The priority group this reaction is a part of. You can think of these as processing in batches, put your reaction into the one that's most fitting

requirements

Regarding the requirements list: the minimum or maximum requirements must be non-zero. When in doubt, use MINIMUM_MOLE_COUNT. Another thing to note is that reactions will not fire if we have any requirements outside of gas id path or MIN_TEMP or MAX_TEMP. More complex implementations will require modifications to gas_mixture.react()