code/modules/power/engines/fission/reactor.dm 
| TOTAL_CONTROL_RODS | The max number of control rods. |
|---|---|
| MIN_CHAMBERS_TO_OVERLOAD | The amount of connected chambers required before the overload is valid |
| EVENT_MODIFIER | Multiplies the commonality of dangerous events. |
| HEAT_CAP | the highest temp before we artificially cap it |
| AVERAGE_HEAT_THRESHOLD | The threshold the average heat-per-rod must exceed to generate coefficient. |
| TOTAL_HEAT_THRESHOLD | The temp (in K) needed to begin generating coefficient. |
| HEAT_CONVERSION_RATIO | How much heat over the threshold = an extra coefficient point. |
| REACTIVITY_COEFFICIENT_CAP | The highest that reactivity coefficient can be |
| WARNING_POINT | Begin sending warning messages |
| EMERGENCY_POINT | Begin sending warning messages over common |
| MELTDOWN_POINT | The damage cap where meltdown occurs. higher = longer to meltdown |
| NGCR_COUNTDOWN_TIME | How long the meltdown countdown lasts |
| WARNING_DELAY | Time in deciseconds between warnings |
| HEAT_DAMAGE_RATE | The rate at which damage increases due to heat |
| MOL_MINIMUM | The amount of mols of gas needed before it begins to take damage while operational |
| PRESSURE_MAXIMUM | The highest safe pressure allowed by the reactor |
| PRESSURE_DAMAGE | The minimum damage caused by overpresurization |
| DAMAGE_MINIMUM | The minimum amount of damage done when taking any damage |
| DAMAGE_MAXIMUM | The highest amount of damage done when taking damage |
| MOL_DAMAGE_MULTIPLIER | An adjuster for damage balance from no gas |
| HEAT_DAMAGE_MULTIPLIER | An adjuster for damage balance from high heat |
| EXPLOSION_MODIFIER | Adjusts the size of the engine explosion |
| MOLE_BONUS_THRESHOLD | The minimum number of moles needed to begin accruing multiplier. |
| MOLE_BONUS_COMPONENT | How many moles are required for one "unit" of modifier increase. Used in the math calculation. |
| N2_OVERHEAT_BONUS | The overheat threshold bonus that N2 coolant provides |
| N2_EVENT_MODIFIER | The negative event chance from N2. |
| N2O_OVERHEAT_BONUS | The overheat threshold bonus that N2O coolant provides |
| N2O_EVENT_MODIFIER | The negative event chance from N2O. |
| CO2_EVENT_MODIFIER | The negative event chance from CO2. |
| O2_EVENT_MODIFIER | The POSITIVE event chance from O2. |
| O2_REACTIVITY_BONUS | The highest amount of reactivity that O2 coolant provides |
| PLASMA_REACTIVITY_BONUS | The highest amount of reactivity that plasma coolant provides |
| PLASMA_OVERHEAT_BONUS | The overheat threshold bonus that plasma coolant provides |
Define Details
AVERAGE_HEAT_THRESHOLD 
The threshold the average heat-per-rod must exceed to generate coefficient.
CO2_EVENT_MODIFIER 
The negative event chance from CO2.
DAMAGE_MAXIMUM 
The highest amount of damage done when taking damage
DAMAGE_MINIMUM 
The minimum amount of damage done when taking any damage
EMERGENCY_POINT 
Begin sending warning messages over common
EVENT_MODIFIER 
Multiplies the commonality of dangerous events.
EXPLOSION_MODIFIER 
Adjusts the size of the engine explosion
HEAT_CAP 
the highest temp before we artificially cap it
HEAT_CONVERSION_RATIO 
How much heat over the threshold = an extra coefficient point.
HEAT_DAMAGE_MULTIPLIER 
An adjuster for damage balance from high heat
HEAT_DAMAGE_RATE 
The rate at which damage increases due to heat
MELTDOWN_POINT 
The damage cap where meltdown occurs. higher = longer to meltdown
MIN_CHAMBERS_TO_OVERLOAD 
The amount of connected chambers required before the overload is valid
MOLE_BONUS_COMPONENT 
How many moles are required for one "unit" of modifier increase. Used in the math calculation.
MOLE_BONUS_THRESHOLD 
The minimum number of moles needed to begin accruing multiplier.
MOL_DAMAGE_MULTIPLIER 
An adjuster for damage balance from no gas
MOL_MINIMUM 
The amount of mols of gas needed before it begins to take damage while operational
N2O_EVENT_MODIFIER 
The negative event chance from N2O.
N2O_OVERHEAT_BONUS 
The overheat threshold bonus that N2O coolant provides
N2_EVENT_MODIFIER 
The negative event chance from N2.
N2_OVERHEAT_BONUS 
The overheat threshold bonus that N2 coolant provides
NGCR_COUNTDOWN_TIME 
How long the meltdown countdown lasts
O2_EVENT_MODIFIER 
The POSITIVE event chance from O2.
O2_REACTIVITY_BONUS 
The highest amount of reactivity that O2 coolant provides
PLASMA_OVERHEAT_BONUS 
The overheat threshold bonus that plasma coolant provides
PLASMA_REACTIVITY_BONUS 
The highest amount of reactivity that plasma coolant provides
PRESSURE_DAMAGE 
The minimum damage caused by overpresurization
PRESSURE_MAXIMUM 
The highest safe pressure allowed by the reactor
REACTIVITY_COEFFICIENT_CAP 
The highest that reactivity coefficient can be
TOTAL_CONTROL_RODS 
The max number of control rods.
TOTAL_HEAT_THRESHOLD 
The temp (in K) needed to begin generating coefficient.
WARNING_DELAY 
Time in deciseconds between warnings
WARNING_POINT 
Begin sending warning messages