/tg/ Station 13 - Modules - TypesDefine Details

code/game/objects/items/tanks/tanks.dm

ASSUME_AIR_DT_FACTORHow much time (in seconds) is assumed to pass while assuming air. Used to scale overpressure/overtemp damage when assuming air.
ASSEMBLY_BOMB_COEFFICIENTMultiplies the pressure of assembly bomb explosions before it's put through THE LOGARITHM
ASSEMBLY_BOMB_BASEBase of the logarithmic function used to calculate assembly bomb explosion size
/obj/item/tankHandheld gas canisters Can rupture explosively if overpressurized
/datum/armor/item_tankCloses 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.