code/game/objects/items/tanks/tanks.dm 
| ASSUME_AIR_DT_FACTOR | How much time (in seconds) is assumed to pass while assuming air. Used to scale overpressure/overtemp damage when assuming air. |
|---|---|
| ASSEMBLY_BOMB_COEFFICIENT | Multiplies the pressure of assembly bomb explosions before it's put through THE LOGARITHM |
| ASSEMBLY_BOMB_BASE | Base of the logarithmic function used to calculate assembly bomb explosion size |
| /obj/item/tank | Handheld gas canisters Can rupture explosively if overpressurized |
| /datum/armor/item_tank | Closes the tank if dropped while open. |
Define Details
ASSEMBLY_BOMB_BASE 
Base of the logarithmic function used to calculate assembly bomb explosion size
ASSEMBLY_BOMB_COEFFICIENT 
Multiplies the pressure of assembly bomb explosions before it's put through THE LOGARITHM
ASSUME_AIR_DT_FACTOR 
How much time (in seconds) is assumed to pass while assuming air. Used to scale overpressure/overtemp damage when assuming air.