lava ![code/game/turfs/simulated/lava.dm 3](git.png)
LAVA
Vars | |
immunity_resistance_flags | objects with these flags won't burn. |
---|---|
immunity_trait | mobs with this trait won't burn. |
lava_damage | How much fire damage we deal to living mobs stepping on us |
lava_firestacks | How many firestacks we add to living mobs stepping on us |
temperature_damage | How much temperature we expose objects with |
Procs | |
burn_stuff | Proc that sets on fire something or everything on the turf that's not immune to lava. Returns TRUE to make the turf start processing. |
Var Details
immunity_resistance_flags ![code/game/turfs/simulated/lava.dm 29](git.png)
objects with these flags won't burn.
immunity_trait ![code/game/turfs/simulated/lava.dm 27](git.png)
mobs with this trait won't burn.
lava_damage ![code/game/turfs/simulated/lava.dm 21](git.png)
How much fire damage we deal to living mobs stepping on us
lava_firestacks ![code/game/turfs/simulated/lava.dm 23](git.png)
How many firestacks we add to living mobs stepping on us
temperature_damage ![code/game/turfs/simulated/lava.dm 25](git.png)
How much temperature we expose objects with
Proc Details
burn_stuff
Proc that sets on fire something or everything on the turf that's not immune to lava. Returns TRUE to make the turf start processing.