code/__DEFINES/reactions.dm ![code/__DEFINES/reactions.dm0](git.png)
PRIORITY_PRE_FORMATION | The prority used to indicate that a reaction should run immediately at the start of a reaction cycle. Currently used by a jumble of decomposition reactions and purgative reactions. |
---|---|
PRIORITY_FORMATION | The priority used for reactions that produce a useful or more advanced product. Goes after purgative reactions so that the purgers can be slightly more useful. |
PRIORITY_POST_FORMATION | The priority used for indicate that a reactions should run immediately before most forms of combustion. Used by two decomposition reactions and steam condensation. |
PRIORITY_FIRE | The priority used to indicate that a reactions should run after all other types of reactions. Exclusively used for combustion reactions that produce fire or are freon. |
ATMOS_RADIATION_VOLUME_EXP | An exponent used to make large volume gas mixtures significantly less likely to release rads. Used to prevent tritfires in distro from irradiating literally the entire station with no warning. |
GAS_REACTION_MAXIMUM_RADIATION_PULSE_RANGE | Maximum range a radiation pulse is allowed to be from a gas reaction. |
WATER_VAPOR_CONDENSATION_POINT | The temperature required for water vapor to condense. |
WATER_VAPOR_DEPOSITION_POINT | The temperature required for water vapor to condense as ice instead of water. |
MIASTER_STERILIZATION_TEMP | The minimum temperature miasma begins being sterilized at. |
MIASTER_STERILIZATION_MAX_HUMIDITY | The maximum ratio of water vapor to other gases miasma can be sterilized at. |
MIASTER_STERILIZATION_RATE_BASE | The minimum amount of miasma that will be sterilized in a reaction tick. |
MIASTER_STERILIZATION_RATE_SCALE | The temperature required to sterilize an additional mole of miasma in a reaction tick. |
MIASTER_STERILIZATION_ENERGY | The amount of energy released when a mole of miasma is sterilized. |
FIRE_CARBON_ENERGY_RELEASED | Amount of heat released per mole of burnt carbon into the tile |
PLASMA_MINIMUM_BURN_TEMPERATURE | Minimum temperature to burn plasma |
PLASMA_UPPER_TEMPERATURE | Upper temperature ceiling for plasmafire reaction calculations for fuel consumption |
OXYGEN_BURN_RATIO_BASE | The maximum and default amount of plasma consumed as oxydizer per mole of plasma burnt. |
PLASMA_OXYGEN_FULLBURN | Multiplier for plasmafire with O2 moles * PLASMA_OXYGEN_FULLBURN for the maximum fuel consumption |
SUPER_SATURATION_THRESHOLD | The minimum ratio of oxygen to plasma necessary to start producing tritium. |
PLASMA_BURN_RATE_DELTA | The divisor for the maximum plasma burn rate. (1/9 of the plasma can burn in one reaction tick.) |
FIRE_PLASMA_ENERGY_RELEASED | Amount of heat released per mole of burnt plasma into the tile |
HYDROGEN_MINIMUM_BURN_TEMPERATURE | The minimum temperature hydrogen combusts at. |
FIRE_HYDROGEN_ENERGY_RELEASED | The amount of energy released by burning one mole of hydrogen. |
HYDROGEN_OXYGEN_FULLBURN | Multiplier for hydrogen fire with O2 moles * HYDROGEN_OXYGEN_FULLBURN for the maximum fuel consumption |
FIRE_HYDROGEN_BURN_RATE_DELTA | The divisor for the maximum hydrogen burn rate. (1/2 of the hydrogen can burn in one reaction tick.) |
TRITIUM_MINIMUM_BURN_TEMPERATURE | The minimum temperature tritium combusts at. |
FIRE_TRITIUM_ENERGY_RELEASED | The amount of energy released by burning one mole of tritium. |
TRITIUM_OXYGEN_FULLBURN | Multiplier for TRITIUM fire with O2 moles * TRITIUM_OXYGEN_FULLBURN for the maximum fuel consumption |
FIRE_TRITIUM_BURN_RATE_DELTA | The divisor for the maximum tritium burn rate. (1/2 of the tritium can burn in one reaction tick.) |
TRITIUM_RADIATION_MINIMUM_MOLES | The minimum number of moles of trit that must be burnt for a tritium fire reaction to produce a radiation pulse. (0.01 moles trit or 10 moles oxygen to start producing rads.) |
TRITIUM_RADIATION_RELEASE_THRESHOLD | The minimum released energy necessary for tritium to release radiation during combustion. (at a mix volume of CELL_VOLUME). |
TRITIUM_RADIATION_RANGE_DIVISOR | A scaling factor for the range of radiation pulses produced by tritium fires. |
TRITIUM_RADIATION_THRESHOLD | The threshold of the tritium combustion's radiation. Lower values means it will be able to penetrate through more structures. |
FREON_MAXIMUM_BURN_TEMPERATURE | The maximum temperature freon can combust at. |
FREON_LOWER_TEMPERATURE | Minimum temperature allowed for the burn to go at max speed, we would have negative pressure otherwise |
FREON_TERMINAL_TEMPERATURE | Terminal temperature after which we stop the reaction |
FREON_OXYGEN_FULLBURN | Multiplier for freonfire with O2 moles * FREON_OXYGEN_FULLBURN for the maximum fuel consumption |
FREON_BURN_RATE_DELTA | The maximum fraction of the freon in a mix that can combust each reaction tick. |
FIRE_FREON_ENERGY_CONSUMED | The amount of heat absorbed per mole of freon burnt. |
HOT_ICE_FORMATION_MAXIMUM_TEMPERATURE | The maximum temperature at which freon combustion can form hot ice. |
HOT_ICE_FORMATION_MINIMUM_TEMPERATURE | The minimum temperature at which freon combustion can form hot ice. |
HOT_ICE_FORMATION_PROB | The chance for hot ice to form when freon reacts on a turf. |
N2O_FORMATION_MIN_TEMPERATURE | The minimum temperature N2O can form from nitrogen and oxygen in the presence of BZ at. |
N2O_FORMATION_MAX_TEMPERATURE | The maximum temperature N2O can form from nitrogen and oxygen in the presence of BZ at. |
N2O_FORMATION_ENERGY | The amount of energy released when a mole of N2O forms from nitrogen and oxygen in the presence of BZ. |
N2O_DECOMPOSITION_MIN_TEMPERATURE | The minimum temperature N2O can decompose at. |
N2O_DECOMPOSITION_MAX_TEMPERATURE | The maximum temperature N2O can decompose at. |
N2O_DECOMPOSITION_RATE_DIVISOR | The maximum portion of the N2O that can decompose each reaction tick. (50%) |
N2O_DECOMPOSITION_MIN_SCALE_TEMP | One root of the parabola used to scale N2O decomposition rates. |
N2O_DECOMPOSITION_MAX_SCALE_TEMP | The other root of the parabola used to scale N2O decomposition rates. |
N2O_DECOMPOSITION_SCALE_DIVISOR | The divisor used to normalize the N2O decomp scaling parabola. Basically the value of the apex/nadir of (x - N2O_DECOMPOSITION_MIN_SCALE_TEMP) * (x - N2O_DECOMPOSITION_MAX_SCALE_TEMP). |
N2O_DECOMPOSITION_ENERGY | The amount of energy released when one mole of N2O decomposes into nitrogen and oxygen. |
BZ_FORMATION_MAX_TEMPERATURE | The maximum temperature BZ can form at. Deliberately set lower than the minimum burn temperature for most combustible gases in an attempt to prevent long fuse singlecaps. |
BZ_FORMATION_ENERGY | The amount of energy 1 mole of BZ forming from N2O and plasma releases. |
PLUOXIUM_FORMATION_MIN_TEMP | The minimum temperature pluoxium can form from carbon dioxide, oxygen, and tritium at. |
PLUOXIUM_FORMATION_MAX_TEMP | The maximum temperature pluoxium can form from carbon dioxide, oxygen, and tritium at. |
PLUOXIUM_FORMATION_MAX_RATE | The maximum amount of pluoxium that can form from carbon dioxide, oxygen, and tritium per reaction tick. |
PLUOXIUM_FORMATION_ENERGY | The amount of energy one mole of pluoxium forming from carbon dioxide, oxygen, and tritium releases. |
NITRIUM_FORMATION_MIN_TEMP | The minimum temperature necessary for nitrium to form from tritium, nitrogen, and BZ. |
NITRIUM_FORMATION_TEMP_DIVISOR | A scaling divisor for the rate of nitrium formation relative to mix temperature. |
NITRIUM_FORMATION_ENERGY | The amount of thermal energy consumed when a mole of nitrium is formed from tritium, nitrogen, and BZ. |
NITRIUM_DECOMPOSITION_MAX_TEMP | The maximum temperature nitrium can decompose into nitrogen and hydrogen at. |
NITRIUM_DECOMPOSITION_TEMP_DIVISOR | A scaling divisor for the rate of nitrium decomposition relative to mix temperature. |
NITRIUM_DECOMPOSITION_ENERGY | The amount of energy released when a mole of nitrium decomposes into nitrogen and hydrogen. |
FREON_FORMATION_MIN_TEMPERATURE | The minimum temperature freon can form from plasma, CO2, and BZ at. |
FREON_FORMATION_ENERGY | The amount of energy 2.5 moles of freon forming from plasma, CO2, and BZ consumes. |
NOBLIUM_FORMATION_MIN_TEMP | The maximum temperature hyper-noblium can form from tritium and nitrogen at. |
NOBLIUM_FORMATION_MAX_TEMP | The maximum temperature hyper-noblium can form from tritium and nitrogen at. |
NOBLIUM_FORMATION_ENERGY | The amount of energy a single mole of hyper-noblium forming from tritium and nitrogen releases. |
REACTION_OPPRESSION_THRESHOLD | The number of moles of hyper-noblium required to prevent reactions. |
HALON_FORMATION_ENERGY | Energy released per mole of BZ consumed during halon formation. |
HALON_COMBUSTION_ENERGY | How much energy a mole of halon combusting consumes. |
HALON_COMBUSTION_MIN_TEMPERATURE | The minimum temperature required for halon to combust. |
HALON_COMBUSTION_TEMPERATURE_SCALE | The temperature scale for halon combustion reaction rate. |
HALON_COMBUSTION_MINIMUM_RESIN_MOLES | Amount of halon required to be consumed in order to release resin. This is always possible as long as there's enough gas. |
HALON_COMBUSTION_RESIN_VOLUME | The volume of the resin foam fluid when halon combusts, in turfs. |
HEALIUM_FORMATION_MIN_TEMP | The minimum temperature healium can form from BZ and freon at. |
HEALIUM_FORMATION_MAX_TEMP | The maximum temperature healium can form from BZ and freon at. |
HEALIUM_FORMATION_ENERGY | The amount of energy three moles of healium forming from BZ and freon releases. |
ZAUKER_FORMATION_MIN_TEMPERATURE | The minimum temperature zauker can form from hyper-noblium and nitrium at. |
ZAUKER_FORMATION_MAX_TEMPERATURE | The maximum temperature zauker can form from hyper-noblium and nitrium at. |
ZAUKER_FORMATION_TEMPERATURE_SCALE | The temperature scaling factor for zauker formation. At most this many moles of zauker can form per reaction tick per kelvin. |
ZAUKER_FORMATION_ENERGY | The amount of energy half a mole of zauker forming from hypernoblium and nitrium consumes. |
ZAUKER_DECOMPOSITION_MAX_RATE | The maximum number of moles of zauker that can decompose per reaction tick. |
ZAUKER_DECOMPOSITION_ENERGY | The amount of energy a mole of zauker decomposing in the presence of nitrogen releases. |
PN_FORMATION_MIN_TEMPERATURE | The minimum temperature proto-nitrate can form from pluoxium and hydrogen at. |
PN_FORMATION_MAX_TEMPERATURE | The maximum temperature proto-nitrate can form from pluoxium and hydrogen at. |
PN_FORMATION_TEMPERATURE_SCALE | The temperature scaling factor for proto-nitrate formation. At most this many moles of zauker can form per reaction tick per kelvin. |
PN_FORMATION_ENERGY | The amount of energy 2.2 moles of proto-nitrate forming from pluoxium and hydrogen releases. |
PN_HYDROGEN_CONVERSION_THRESHOLD | The amount of hydrogen necessary for proto-nitrate to start converting it to more proto-nitrate. |
PN_HYDROGEN_CONVERSION_MAX_RATE | The maximum number of moles of hydrogen that can be converted into proto-nitrate in a single reaction tick. |
PN_HYDROGEN_CONVERSION_ENERGY | The amount of energy converting a mole of hydrogen into half a mole of proto-nitrate consumes. |
PN_TRITIUM_CONVERSION_MIN_TEMP | The minimum temperature proto-nitrate can convert tritium to hydrogen at. |
PN_TRITIUM_CONVERSION_MAX_TEMP | The maximum temperature proto-nitrate can convert tritium to hydrogen at. |
PN_TRITIUM_CONVERSION_ENERGY | The amount of energy proto-nitrate converting a mole of tritium into hydrogen releases. |
PN_TRITIUM_CONVERSION_RAD_RELEASE_THRESHOLD | The minimum released energy necessary for proto-nitrate to release radiation when converting tritium. (With a reaction vessel volume of CELL_VOLUME) |
PN_TRITIUM_RAD_RANGE_DIVISOR | A scaling factor for the range of the radiation pulses generated when proto-nitrate converts tritium to hydrogen. |
PN_TRITIUM_RAD_THRESHOLD | The threshold of the radiation pulse released when proto-nitrate converts tritium into hydrogen. Lower values means it will be able to penetrate through more structures. |
PN_BZASE_MIN_TEMP | The minimum temperature proto-nitrate can break BZ down at. |
PN_BZASE_MAX_TEMP | The maximum temperature proto-nitrate can break BZ down at. |
PN_BZASE_ENERGY | The amount of energy proto-nitrate breaking down a mole of BZ releases. |
PN_BZASE_RAD_RELEASE_THRESHOLD | The minimum released energy necessary for proto-nitrate to release rads when breaking down BZ (at a mix volume of CELL_VOLUME). |
PN_BZASE_RAD_RANGE_DIVISOR | A scaling factor for the range of the radiation pulses generated when proto-nitrate breaks down BZ. |
PN_BZASE_RAD_THRESHOLD | The threshold of the radiation pulse released when proto-nitrate breaks down BZ. Lower values means it will be able to penetrate through more structures. |
PN_BZASE_NUCLEAR_PARTICLE_DIVISOR | A scaling factor for the nuclear particle production generated when proto-nitrate breaks down BZ. |
PN_BZASE_NUCLEAR_PARTICLE_MAXIMUM | The maximum amount of nuclear particles that can be produced from proto-nitrate breaking down BZ. |
PN_BZASE_NUCLEAR_PARTICLE_RADIATION_ENERGY_CONVERSION | How much radiation in consumed amount does a nuclear particle take from radiation when proto-nitrate breaks down BZ. |
Define Details
ATMOS_RADIATION_VOLUME_EXP ![code/__DEFINES/reactions.dm 14](git.png)
An exponent used to make large volume gas mixtures significantly less likely to release rads. Used to prevent tritfires in distro from irradiating literally the entire station with no warning.
BZ_FORMATION_ENERGY ![code/__DEFINES/reactions.dm 134](git.png)
The amount of energy 1 mole of BZ forming from N2O and plasma releases.
BZ_FORMATION_MAX_TEMPERATURE ![code/__DEFINES/reactions.dm 132](git.png)
The maximum temperature BZ can form at. Deliberately set lower than the minimum burn temperature for most combustible gases in an attempt to prevent long fuse singlecaps.
FIRE_CARBON_ENERGY_RELEASED ![code/__DEFINES/reactions.dm 41](git.png)
Amount of heat released per mole of burnt carbon into the tile
FIRE_FREON_ENERGY_CONSUMED ![code/__DEFINES/reactions.dm 99](git.png)
The amount of heat absorbed per mole of freon burnt.
FIRE_HYDROGEN_BURN_RATE_DELTA ![code/__DEFINES/reactions.dm 67](git.png)
The divisor for the maximum hydrogen burn rate. (1/2 of the hydrogen can burn in one reaction tick.)
FIRE_HYDROGEN_ENERGY_RELEASED ![code/__DEFINES/reactions.dm 63](git.png)
The amount of energy released by burning one mole of hydrogen.
FIRE_PLASMA_ENERGY_RELEASED ![code/__DEFINES/reactions.dm 57](git.png)
Amount of heat released per mole of burnt plasma into the tile
FIRE_TRITIUM_BURN_RATE_DELTA ![code/__DEFINES/reactions.dm 77](git.png)
The divisor for the maximum tritium burn rate. (1/2 of the tritium can burn in one reaction tick.)
FIRE_TRITIUM_ENERGY_RELEASED ![code/__DEFINES/reactions.dm 73](git.png)
The amount of energy released by burning one mole of tritium.
FREON_BURN_RATE_DELTA ![code/__DEFINES/reactions.dm 97](git.png)
The maximum fraction of the freon in a mix that can combust each reaction tick.
FREON_FORMATION_ENERGY ![code/__DEFINES/reactions.dm 165](git.png)
The amount of energy 2.5 moles of freon forming from plasma, CO2, and BZ consumes.
FREON_FORMATION_MIN_TEMPERATURE ![code/__DEFINES/reactions.dm 163](git.png)
The minimum temperature freon can form from plasma, CO2, and BZ at.
FREON_LOWER_TEMPERATURE ![code/__DEFINES/reactions.dm 91](git.png)
Minimum temperature allowed for the burn to go at max speed, we would have negative pressure otherwise
FREON_MAXIMUM_BURN_TEMPERATURE ![code/__DEFINES/reactions.dm 89](git.png)
The maximum temperature freon can combust at.
FREON_OXYGEN_FULLBURN ![code/__DEFINES/reactions.dm 95](git.png)
Multiplier for freonfire with O2 moles * FREON_OXYGEN_FULLBURN for the maximum fuel consumption
FREON_TERMINAL_TEMPERATURE ![code/__DEFINES/reactions.dm 93](git.png)
Terminal temperature after which we stop the reaction
GAS_REACTION_MAXIMUM_RADIATION_PULSE_RANGE ![code/__DEFINES/reactions.dm 17](git.png)
Maximum range a radiation pulse is allowed to be from a gas reaction.
HALON_COMBUSTION_ENERGY ![code/__DEFINES/reactions.dm 183](git.png)
How much energy a mole of halon combusting consumes.
HALON_COMBUSTION_MINIMUM_RESIN_MOLES ![code/__DEFINES/reactions.dm 189](git.png)
Amount of halon required to be consumed in order to release resin. This is always possible as long as there's enough gas.
HALON_COMBUSTION_MIN_TEMPERATURE ![code/__DEFINES/reactions.dm 185](git.png)
The minimum temperature required for halon to combust.
HALON_COMBUSTION_RESIN_VOLUME ![code/__DEFINES/reactions.dm 191](git.png)
The volume of the resin foam fluid when halon combusts, in turfs.
HALON_COMBUSTION_TEMPERATURE_SCALE ![code/__DEFINES/reactions.dm 187](git.png)
The temperature scale for halon combustion reaction rate.
HALON_FORMATION_ENERGY ![code/__DEFINES/reactions.dm 180](git.png)
Energy released per mole of BZ consumed during halon formation.
HEALIUM_FORMATION_ENERGY ![code/__DEFINES/reactions.dm 199](git.png)
The amount of energy three moles of healium forming from BZ and freon releases.
HEALIUM_FORMATION_MAX_TEMP ![code/__DEFINES/reactions.dm 197](git.png)
The maximum temperature healium can form from BZ and freon at.
HEALIUM_FORMATION_MIN_TEMP ![code/__DEFINES/reactions.dm 195](git.png)
The minimum temperature healium can form from BZ and freon at.
HOT_ICE_FORMATION_MAXIMUM_TEMPERATURE ![code/__DEFINES/reactions.dm 101](git.png)
The maximum temperature at which freon combustion can form hot ice.
HOT_ICE_FORMATION_MINIMUM_TEMPERATURE ![code/__DEFINES/reactions.dm 103](git.png)
The minimum temperature at which freon combustion can form hot ice.
HOT_ICE_FORMATION_PROB ![code/__DEFINES/reactions.dm 105](git.png)
The chance for hot ice to form when freon reacts on a turf.
HYDROGEN_MINIMUM_BURN_TEMPERATURE ![code/__DEFINES/reactions.dm 61](git.png)
The minimum temperature hydrogen combusts at.
HYDROGEN_OXYGEN_FULLBURN ![code/__DEFINES/reactions.dm 65](git.png)
Multiplier for hydrogen fire with O2 moles * HYDROGEN_OXYGEN_FULLBURN for the maximum fuel consumption
MIASTER_STERILIZATION_ENERGY ![code/__DEFINES/reactions.dm 35](git.png)
The amount of energy released when a mole of miasma is sterilized.
MIASTER_STERILIZATION_MAX_HUMIDITY ![code/__DEFINES/reactions.dm 29](git.png)
The maximum ratio of water vapor to other gases miasma can be sterilized at.
MIASTER_STERILIZATION_RATE_BASE ![code/__DEFINES/reactions.dm 31](git.png)
The minimum amount of miasma that will be sterilized in a reaction tick.
MIASTER_STERILIZATION_RATE_SCALE ![code/__DEFINES/reactions.dm 33](git.png)
The temperature required to sterilize an additional mole of miasma in a reaction tick.
MIASTER_STERILIZATION_TEMP ![code/__DEFINES/reactions.dm 27](git.png)
The minimum temperature miasma begins being sterilized at.
N2O_DECOMPOSITION_ENERGY ![code/__DEFINES/reactions.dm 128](git.png)
The amount of energy released when one mole of N2O decomposes into nitrogen and oxygen.
N2O_DECOMPOSITION_MAX_SCALE_TEMP ![code/__DEFINES/reactions.dm 124](git.png)
The other root of the parabola used to scale N2O decomposition rates.
N2O_DECOMPOSITION_MAX_TEMPERATURE ![code/__DEFINES/reactions.dm 118](git.png)
The maximum temperature N2O can decompose at.
N2O_DECOMPOSITION_MIN_SCALE_TEMP ![code/__DEFINES/reactions.dm 122](git.png)
One root of the parabola used to scale N2O decomposition rates.
N2O_DECOMPOSITION_MIN_TEMPERATURE ![code/__DEFINES/reactions.dm 116](git.png)
The minimum temperature N2O can decompose at.
N2O_DECOMPOSITION_RATE_DIVISOR ![code/__DEFINES/reactions.dm 120](git.png)
The maximum portion of the N2O that can decompose each reaction tick. (50%)
N2O_DECOMPOSITION_SCALE_DIVISOR ![code/__DEFINES/reactions.dm 126](git.png)
The divisor used to normalize the N2O decomp scaling parabola. Basically the value of the apex/nadir of (x - N2O_DECOMPOSITION_MIN_SCALE_TEMP) * (x - N2O_DECOMPOSITION_MAX_SCALE_TEMP).
N2O_FORMATION_ENERGY ![code/__DEFINES/reactions.dm 113](git.png)
The amount of energy released when a mole of N2O forms from nitrogen and oxygen in the presence of BZ.
N2O_FORMATION_MAX_TEMPERATURE ![code/__DEFINES/reactions.dm 111](git.png)
The maximum temperature N2O can form from nitrogen and oxygen in the presence of BZ at.
N2O_FORMATION_MIN_TEMPERATURE ![code/__DEFINES/reactions.dm 109](git.png)
The minimum temperature N2O can form from nitrogen and oxygen in the presence of BZ at.
NITRIUM_DECOMPOSITION_ENERGY ![code/__DEFINES/reactions.dm 159](git.png)
The amount of energy released when a mole of nitrium decomposes into nitrogen and hydrogen.
NITRIUM_DECOMPOSITION_MAX_TEMP ![code/__DEFINES/reactions.dm 155](git.png)
The maximum temperature nitrium can decompose into nitrogen and hydrogen at.
NITRIUM_DECOMPOSITION_TEMP_DIVISOR ![code/__DEFINES/reactions.dm 157](git.png)
A scaling divisor for the rate of nitrium decomposition relative to mix temperature.
NITRIUM_FORMATION_ENERGY ![code/__DEFINES/reactions.dm 152](git.png)
The amount of thermal energy consumed when a mole of nitrium is formed from tritium, nitrogen, and BZ.
NITRIUM_FORMATION_MIN_TEMP ![code/__DEFINES/reactions.dm 148](git.png)
The minimum temperature necessary for nitrium to form from tritium, nitrogen, and BZ.
NITRIUM_FORMATION_TEMP_DIVISOR ![code/__DEFINES/reactions.dm 150](git.png)
A scaling divisor for the rate of nitrium formation relative to mix temperature.
NOBLIUM_FORMATION_ENERGY ![code/__DEFINES/reactions.dm 173](git.png)
The amount of energy a single mole of hyper-noblium forming from tritium and nitrogen releases.
NOBLIUM_FORMATION_MAX_TEMP ![code/__DEFINES/reactions.dm 171](git.png)
The maximum temperature hyper-noblium can form from tritium and nitrogen at.
NOBLIUM_FORMATION_MIN_TEMP ![code/__DEFINES/reactions.dm 169](git.png)
The maximum temperature hyper-noblium can form from tritium and nitrogen at.
OXYGEN_BURN_RATIO_BASE ![code/__DEFINES/reactions.dm 49](git.png)
The maximum and default amount of plasma consumed as oxydizer per mole of plasma burnt.
PLASMA_BURN_RATE_DELTA ![code/__DEFINES/reactions.dm 55](git.png)
The divisor for the maximum plasma burn rate. (1/9 of the plasma can burn in one reaction tick.)
PLASMA_MINIMUM_BURN_TEMPERATURE ![code/__DEFINES/reactions.dm 45](git.png)
Minimum temperature to burn plasma
PLASMA_OXYGEN_FULLBURN ![code/__DEFINES/reactions.dm 51](git.png)
Multiplier for plasmafire with O2 moles * PLASMA_OXYGEN_FULLBURN for the maximum fuel consumption
PLASMA_UPPER_TEMPERATURE ![code/__DEFINES/reactions.dm 47](git.png)
Upper temperature ceiling for plasmafire reaction calculations for fuel consumption
PLUOXIUM_FORMATION_ENERGY ![code/__DEFINES/reactions.dm 144](git.png)
The amount of energy one mole of pluoxium forming from carbon dioxide, oxygen, and tritium releases.
PLUOXIUM_FORMATION_MAX_RATE ![code/__DEFINES/reactions.dm 142](git.png)
The maximum amount of pluoxium that can form from carbon dioxide, oxygen, and tritium per reaction tick.
PLUOXIUM_FORMATION_MAX_TEMP ![code/__DEFINES/reactions.dm 140](git.png)
The maximum temperature pluoxium can form from carbon dioxide, oxygen, and tritium at.
PLUOXIUM_FORMATION_MIN_TEMP ![code/__DEFINES/reactions.dm 138](git.png)
The minimum temperature pluoxium can form from carbon dioxide, oxygen, and tritium at.
PN_BZASE_ENERGY ![code/__DEFINES/reactions.dm 251](git.png)
The amount of energy proto-nitrate breaking down a mole of BZ releases.
PN_BZASE_MAX_TEMP ![code/__DEFINES/reactions.dm 249](git.png)
The maximum temperature proto-nitrate can break BZ down at.
PN_BZASE_MIN_TEMP ![code/__DEFINES/reactions.dm 247](git.png)
The minimum temperature proto-nitrate can break BZ down at.
PN_BZASE_NUCLEAR_PARTICLE_DIVISOR ![code/__DEFINES/reactions.dm 259](git.png)
A scaling factor for the nuclear particle production generated when proto-nitrate breaks down BZ.
PN_BZASE_NUCLEAR_PARTICLE_MAXIMUM ![code/__DEFINES/reactions.dm 261](git.png)
The maximum amount of nuclear particles that can be produced from proto-nitrate breaking down BZ.
PN_BZASE_NUCLEAR_PARTICLE_RADIATION_ENERGY_CONVERSION ![code/__DEFINES/reactions.dm 263](git.png)
How much radiation in consumed amount does a nuclear particle take from radiation when proto-nitrate breaks down BZ.
PN_BZASE_RAD_RANGE_DIVISOR ![code/__DEFINES/reactions.dm 255](git.png)
A scaling factor for the range of the radiation pulses generated when proto-nitrate breaks down BZ.
PN_BZASE_RAD_RELEASE_THRESHOLD ![code/__DEFINES/reactions.dm 253](git.png)
The minimum released energy necessary for proto-nitrate to release rads when breaking down BZ (at a mix volume of CELL_VOLUME).
PN_BZASE_RAD_THRESHOLD ![code/__DEFINES/reactions.dm 257](git.png)
The threshold of the radiation pulse released when proto-nitrate breaks down BZ. Lower values means it will be able to penetrate through more structures.
PN_FORMATION_ENERGY ![code/__DEFINES/reactions.dm 224](git.png)
The amount of energy 2.2 moles of proto-nitrate forming from pluoxium and hydrogen releases.
PN_FORMATION_MAX_TEMPERATURE ![code/__DEFINES/reactions.dm 220](git.png)
The maximum temperature proto-nitrate can form from pluoxium and hydrogen at.
PN_FORMATION_MIN_TEMPERATURE ![code/__DEFINES/reactions.dm 218](git.png)
The minimum temperature proto-nitrate can form from pluoxium and hydrogen at.
PN_FORMATION_TEMPERATURE_SCALE ![code/__DEFINES/reactions.dm 222](git.png)
The temperature scaling factor for proto-nitrate formation. At most this many moles of zauker can form per reaction tick per kelvin.
PN_HYDROGEN_CONVERSION_ENERGY ![code/__DEFINES/reactions.dm 231](git.png)
The amount of energy converting a mole of hydrogen into half a mole of proto-nitrate consumes.
PN_HYDROGEN_CONVERSION_MAX_RATE ![code/__DEFINES/reactions.dm 229](git.png)
The maximum number of moles of hydrogen that can be converted into proto-nitrate in a single reaction tick.
PN_HYDROGEN_CONVERSION_THRESHOLD ![code/__DEFINES/reactions.dm 227](git.png)
The amount of hydrogen necessary for proto-nitrate to start converting it to more proto-nitrate.
PN_TRITIUM_CONVERSION_ENERGY ![code/__DEFINES/reactions.dm 238](git.png)
The amount of energy proto-nitrate converting a mole of tritium into hydrogen releases.
PN_TRITIUM_CONVERSION_MAX_TEMP ![code/__DEFINES/reactions.dm 236](git.png)
The maximum temperature proto-nitrate can convert tritium to hydrogen at.
PN_TRITIUM_CONVERSION_MIN_TEMP ![code/__DEFINES/reactions.dm 234](git.png)
The minimum temperature proto-nitrate can convert tritium to hydrogen at.
PN_TRITIUM_CONVERSION_RAD_RELEASE_THRESHOLD ![code/__DEFINES/reactions.dm 240](git.png)
The minimum released energy necessary for proto-nitrate to release radiation when converting tritium. (With a reaction vessel volume of CELL_VOLUME)
PN_TRITIUM_RAD_RANGE_DIVISOR ![code/__DEFINES/reactions.dm 242](git.png)
A scaling factor for the range of the radiation pulses generated when proto-nitrate converts tritium to hydrogen.
PN_TRITIUM_RAD_THRESHOLD ![code/__DEFINES/reactions.dm 244](git.png)
The threshold of the radiation pulse released when proto-nitrate converts tritium into hydrogen. Lower values means it will be able to penetrate through more structures.
PRIORITY_FIRE ![code/__DEFINES/reactions.dm 11](git.png)
The priority used to indicate that a reactions should run after all other types of reactions. Exclusively used for combustion reactions that produce fire or are freon.
PRIORITY_FORMATION ![code/__DEFINES/reactions.dm 7](git.png)
The priority used for reactions that produce a useful or more advanced product. Goes after purgative reactions so that the purgers can be slightly more useful.
PRIORITY_POST_FORMATION ![code/__DEFINES/reactions.dm 9](git.png)
The priority used for indicate that a reactions should run immediately before most forms of combustion. Used by two decomposition reactions and steam condensation.
PRIORITY_PRE_FORMATION ![code/__DEFINES/reactions.dm 5](git.png)
The prority used to indicate that a reaction should run immediately at the start of a reaction cycle. Currently used by a jumble of decomposition reactions and purgative reactions.
REACTION_OPPRESSION_THRESHOLD ![code/__DEFINES/reactions.dm 176](git.png)
The number of moles of hyper-noblium required to prevent reactions.
SUPER_SATURATION_THRESHOLD ![code/__DEFINES/reactions.dm 53](git.png)
The minimum ratio of oxygen to plasma necessary to start producing tritium.
TRITIUM_MINIMUM_BURN_TEMPERATURE ![code/__DEFINES/reactions.dm 71](git.png)
The minimum temperature tritium combusts at.
TRITIUM_OXYGEN_FULLBURN ![code/__DEFINES/reactions.dm 75](git.png)
Multiplier for TRITIUM fire with O2 moles * TRITIUM_OXYGEN_FULLBURN for the maximum fuel consumption
TRITIUM_RADIATION_MINIMUM_MOLES ![code/__DEFINES/reactions.dm 79](git.png)
The minimum number of moles of trit that must be burnt for a tritium fire reaction to produce a radiation pulse. (0.01 moles trit or 10 moles oxygen to start producing rads.)
TRITIUM_RADIATION_RANGE_DIVISOR ![code/__DEFINES/reactions.dm 83](git.png)
A scaling factor for the range of radiation pulses produced by tritium fires.
TRITIUM_RADIATION_RELEASE_THRESHOLD ![code/__DEFINES/reactions.dm 81](git.png)
The minimum released energy necessary for tritium to release radiation during combustion. (at a mix volume of CELL_VOLUME).
TRITIUM_RADIATION_THRESHOLD ![code/__DEFINES/reactions.dm 85](git.png)
The threshold of the tritium combustion's radiation. Lower values means it will be able to penetrate through more structures.
WATER_VAPOR_CONDENSATION_POINT ![code/__DEFINES/reactions.dm 21](git.png)
The temperature required for water vapor to condense.
WATER_VAPOR_DEPOSITION_POINT ![code/__DEFINES/reactions.dm 23](git.png)
The temperature required for water vapor to condense as ice instead of water.
ZAUKER_DECOMPOSITION_ENERGY ![code/__DEFINES/reactions.dm 214](git.png)
The amount of energy a mole of zauker decomposing in the presence of nitrogen releases.
ZAUKER_DECOMPOSITION_MAX_RATE ![code/__DEFINES/reactions.dm 212](git.png)
The maximum number of moles of zauker that can decompose per reaction tick.
ZAUKER_FORMATION_ENERGY ![code/__DEFINES/reactions.dm 209](git.png)
The amount of energy half a mole of zauker forming from hypernoblium and nitrium consumes.
ZAUKER_FORMATION_MAX_TEMPERATURE ![code/__DEFINES/reactions.dm 205](git.png)
The maximum temperature zauker can form from hyper-noblium and nitrium at.
ZAUKER_FORMATION_MIN_TEMPERATURE ![code/__DEFINES/reactions.dm 203](git.png)
The minimum temperature zauker can form from hyper-noblium and nitrium at.
ZAUKER_FORMATION_TEMPERATURE_SCALE ![code/__DEFINES/reactions.dm 207](git.png)
The temperature scaling factor for zauker formation. At most this many moles of zauker can form per reaction tick per kelvin.