1 line
4.6 KiB
HTML
1 line
4.6 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>/turf/open/lava - /tg/ Station 13</title></head><body><header><a href="index.html">/tg/ Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a> — <a href="turf/open/lava.html#var">Var Details</a> - <a href="turf/open/lava.html#proc">Proc Details</a></header><main><h1>lava <aside>/<a href="turf.html">turf</a>/<a href="turf/open.html">open</a>/<a href="turf/open/lava.html">lava</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/turfs/simulated/lava.dm#L3"><img src="git.png" width="16" height="16" title="code/game/turfs/simulated/lava.dm 3"></a></h1><p>LAVA</p><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="turf/open/lava.html#var/immunity_resistance_flags">immunity_resistance_flags</a></th><td>objects with these flags won't burn.</td></tr><tr><th><a href="turf/open/lava.html#var/immunity_trait">immunity_trait</a></th><td>mobs with this trait won't burn.</td></tr><tr><th><a href="turf/open/lava.html#var/lava_damage">lava_damage</a></th><td>How much fire damage we deal to living mobs stepping on us</td></tr><tr><th><a href="turf/open/lava.html#var/lava_firestacks">lava_firestacks</a></th><td>How many firestacks we add to living mobs stepping on us</td></tr><tr><th><a href="turf/open/lava.html#var/temperature_damage">temperature_damage</a></th><td>How much temperature we expose objects with</td></tr><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="turf/open/lava.html#proc/burn_stuff">burn_stuff</a></th><td>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.</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/immunity_resistance_flags"><aside class="declaration">var </aside>immunity_resistance_flags <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/turfs/simulated/lava.dm#L29"><img src="git.png" width="16" height="16" title="code/game/turfs/simulated/lava.dm 29"></a></h3><p>objects with these flags won't burn.</p><h3 id="var/immunity_trait"><aside class="declaration">var </aside>immunity_trait <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/turfs/simulated/lava.dm#L27"><img src="git.png" width="16" height="16" title="code/game/turfs/simulated/lava.dm 27"></a></h3><p>mobs with this trait won't burn.</p><h3 id="var/lava_damage"><aside class="declaration">var </aside>lava_damage <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/turfs/simulated/lava.dm#L21"><img src="git.png" width="16" height="16" title="code/game/turfs/simulated/lava.dm 21"></a></h3><p>How much fire damage we deal to living mobs stepping on us</p><h3 id="var/lava_firestacks"><aside class="declaration">var </aside>lava_firestacks <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/turfs/simulated/lava.dm#L23"><img src="git.png" width="16" height="16" title="code/game/turfs/simulated/lava.dm 23"></a></h3><p>How many firestacks we add to living mobs stepping on us</p><h3 id="var/temperature_damage"><aside class="declaration">var </aside>temperature_damage <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/turfs/simulated/lava.dm#L25"><img src="git.png" width="16" height="16" title="code/game/turfs/simulated/lava.dm 25"></a></h3><p>How much temperature we expose objects with</p><h2 id="proc">Proc Details</h2><h3 id="proc/burn_stuff"><aside class="declaration">proc </aside>burn_stuff<aside>(/<a href="atom.html">atom</a>/<a href="atom/movable.html">movable</a>/to_burn, delta_time) <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/turfs/simulated/lava.dm#L128"><img src="git.png" width="16" height="16" title="code/game/turfs/simulated/lava.dm 128"></a></aside></h3><p>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.</p></main><footer>tgstation.dme <a href="https://github.com/evilew/GS13-Citadel/tree/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e">e8e0068</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.9.0</a></footer></body></html> |