mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
1 line
9.5 KiB
HTML
1 line
9.5 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>/obj/structure/spawner/nether/demon_incursion - Space Station 13</title></head><body><header><a href="index.html">Space Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a> — <a href="obj/structure/spawner/nether/demon_incursion.html#var">Var Details</a></header><main><h1>demon_incursion <aside>/<a href="obj.html">obj</a>/<a href="obj/structure.html">structure</a>/<a href="obj/structure/spawner/nether/demon_incursion.html">spawner/nether/demon_incursion</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/events/demon_incursion.dm#L107"><img src="git.png" width="16" height="16" title="code/modules/events/demon_incursion.dm 107"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="obj/structure/spawner/nether/demon_incursion.html#var/expansion_delay">expansion_delay</a></th><td>Time until next portal</td></tr><tr><th><a href="obj/structure/spawner/nether/demon_incursion.html#var/initial_spawns_min">initial_spawns_min</a></th><td>How many initial mobs does it spawn?</td></tr><tr><th><a href="obj/structure/spawner/nether/demon_incursion.html#var/linked_incursion">linked_incursion</a></th><td>The event that spawned this portal</td></tr><tr><th><a href="obj/structure/spawner/nether/demon_incursion.html#var/min_spread_chance">min_spread_chance</a></th><td>Lowest possible spread chance</td></tr><tr><th><a href="obj/structure/spawner/nether/demon_incursion.html#var/no_special_variants">no_special_variants</a></th><td>Mob types that cannot have a special variant - pretty much anything with a unique AI controller</td></tr><tr><th><a href="obj/structure/spawner/nether/demon_incursion.html#var/portal_repair_cooldown">portal_repair_cooldown</a></th><td>How long of a cooldown on portal repair</td></tr><tr><th><a href="obj/structure/spawner/nether/demon_incursion.html#var/portal_spread_chance">portal_spread_chance</a></th><td>Percentage chance that a portal will spread every time spread() is called</td></tr><tr><th><a href="obj/structure/spawner/nether/demon_incursion.html#var/portal_spread_cooldown_max">portal_spread_cooldown_max</a></th><td>Upper bound for portal spreading</td></tr><tr><th><a href="obj/structure/spawner/nether/demon_incursion.html#var/portal_spread_cooldown_min">portal_spread_cooldown_min</a></th><td>Lower bound for portal spreading</td></tr><tr><th><a href="obj/structure/spawner/nether/demon_incursion.html#var/spawn_rate">spawn_rate</a></th><td>How fast does the portal spawn mobs after the initial spawns?</td></tr><tr><th><a href="obj/structure/spawner/nether/demon_incursion.html#var/spawning_initial_mobs">spawning_initial_mobs</a></th><td>Are we spawning initial mobs?</td></tr><tr><th><a href="obj/structure/spawner/nether/demon_incursion.html#var/special_chance">special_chance</a></th><td>Chance that a mob type is special</td></tr><tr><th><a href="obj/structure/spawner/nether/demon_incursion.html#var/tile_spread">tile_spread</a></th><td>Current tile spread distance</td></tr><tr><th><a href="obj/structure/spawner/nether/demon_incursion.html#var/tile_spread_max">tile_spread_max</a></th><td>Max tile Spread distance</td></tr><tr><th><a href="obj/structure/spawner/nether/demon_incursion.html#var/turf_to_spread">turf_to_spread</a></th><td>Turf type that is spread by the portals</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/expansion_delay"><aside class="declaration">var </aside>expansion_delay <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/events/demon_incursion.dm#L150"><img src="git.png" width="16" height="16" title="code/modules/events/demon_incursion.dm 150"></a></h3><p>Time until next portal</p><h3 id="var/initial_spawns_min"><aside class="declaration">var </aside>initial_spawns_min <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/events/demon_incursion.dm#L154"><img src="git.png" width="16" height="16" title="code/modules/events/demon_incursion.dm 154"></a></h3><p>How many initial mobs does it spawn?</p><h3 id="var/linked_incursion"><aside class="declaration">var </aside>linked_incursion <aside>– /<a href="datum.html">datum</a>/<a href="datum/event.html">event</a>/<a href="datum/event/demon_incursion.html">demon_incursion</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/events/demon_incursion.dm#L140"><img src="git.png" width="16" height="16" title="code/modules/events/demon_incursion.dm 140"></a></h3><p>The event that spawned this portal</p><h3 id="var/min_spread_chance"><aside class="declaration">var </aside>min_spread_chance <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/events/demon_incursion.dm#L144"><img src="git.png" width="16" height="16" title="code/modules/events/demon_incursion.dm 144"></a></h3><p>Lowest possible spread chance</p><h3 id="var/no_special_variants"><aside class="declaration">var </aside>no_special_variants <aside>– /list</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/events/demon_incursion.dm#L131"><img src="git.png" width="16" height="16" title="code/modules/events/demon_incursion.dm 131"></a></h3><p>Mob types that cannot have a special variant - pretty much anything with a unique AI controller</p><h3 id="var/portal_repair_cooldown"><aside class="declaration">var </aside>portal_repair_cooldown <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/events/demon_incursion.dm#L165"><img src="git.png" width="16" height="16" title="code/modules/events/demon_incursion.dm 165"></a></h3><p>How long of a cooldown on portal repair</p><h3 id="var/portal_spread_chance"><aside class="declaration">var </aside>portal_spread_chance <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/events/demon_incursion.dm#L142"><img src="git.png" width="16" height="16" title="code/modules/events/demon_incursion.dm 142"></a></h3><p>Percentage chance that a portal will spread every time spread() is called</p><h3 id="var/portal_spread_cooldown_max"><aside class="declaration">var </aside>portal_spread_cooldown_max <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/events/demon_incursion.dm#L148"><img src="git.png" width="16" height="16" title="code/modules/events/demon_incursion.dm 148"></a></h3><p>Upper bound for portal spreading</p><h3 id="var/portal_spread_cooldown_min"><aside class="declaration">var </aside>portal_spread_cooldown_min <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/events/demon_incursion.dm#L146"><img src="git.png" width="16" height="16" title="code/modules/events/demon_incursion.dm 146"></a></h3><p>Lower bound for portal spreading</p><h3 id="var/spawn_rate"><aside class="declaration">var </aside>spawn_rate <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/events/demon_incursion.dm#L152"><img src="git.png" width="16" height="16" title="code/modules/events/demon_incursion.dm 152"></a></h3><p>How fast does the portal spawn mobs after the initial spawns?</p><h3 id="var/spawning_initial_mobs"><aside class="declaration">var </aside>spawning_initial_mobs <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/events/demon_incursion.dm#L157"><img src="git.png" width="16" height="16" title="code/modules/events/demon_incursion.dm 157"></a></h3><p>Are we spawning initial mobs?</p><h3 id="var/special_chance"><aside class="declaration">var </aside>special_chance <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/events/demon_incursion.dm#L138"><img src="git.png" width="16" height="16" title="code/modules/events/demon_incursion.dm 138"></a></h3><p>Chance that a mob type is special</p><h3 id="var/tile_spread"><aside class="declaration">var </aside>tile_spread <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/events/demon_incursion.dm#L159"><img src="git.png" width="16" height="16" title="code/modules/events/demon_incursion.dm 159"></a></h3><p>Current tile spread distance</p><h3 id="var/tile_spread_max"><aside class="declaration">var </aside>tile_spread_max <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/events/demon_incursion.dm#L161"><img src="git.png" width="16" height="16" title="code/modules/events/demon_incursion.dm 161"></a></h3><p>Max tile Spread distance</p><h3 id="var/turf_to_spread"><aside class="declaration">var </aside>turf_to_spread <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/events/demon_incursion.dm#L163"><img src="git.png" width="16" height="16" title="code/modules/events/demon_incursion.dm 163"></a></h3><p>Turf type that is spread by the portals</p></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/8a8a00a2a9bec485351e5f219982b7315d3504fa">8a8a00a</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html> |