mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 14:07:51 +01:00
Deploy to GitHub pages
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>/obj/effect/spawner/random/pool - 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/effect/spawner/random/pool.html#var">Var Details</a></header><main><h1>pool <aside>/<a href="obj.html">obj</a>/<a href="obj/effect/spawner.html">effect/spawner</a>/<a href="obj/effect/spawner/random.html">random</a>/<a href="obj/effect/spawner/random/pool.html">pool</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/game/objects/effects/spawners/random/pool/pool_spawner.dm#L2"><img src="git.png" width="16" height="16" title="code/game/objects/effects/spawners/random/pool/pool_spawner.dm 2"></a></h1><p>A random spawner managed by a <a href="datum/spawn_pool.html" title="/datum/spawn_pool">/datum/spawn_pool</a>.</p><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="obj/effect/spawner/random/pool.html#var/guaranteed">guaranteed</a></th><td>Guaranteed spawners will always proc, and always proc first.</td></tr><tr><th><a href="obj/effect/spawner/random/pool.html#var/point_value">point_value</a></th><td>How much this spawner will subtract from the available budget if it
|
||||
spawns. A value of <code>-1</code> (i.e., not setting the value on a subtype)
|
||||
does not attempt to subtract from the budget. This is useful for
|
||||
spawners which themselves spawn other spawners.</td></tr><tr><th><a href="obj/effect/spawner/random/pool.html#var/spawn_pool">spawn_pool</a></th><td>The type of the spawn pool.</td></tr><tr><th><a href="obj/effect/spawner/random/pool.html#var/unique_picks">unique_picks</a></th><td>Whether non-spawner items should be removed from the shared loot pool
|
||||
after spawning.</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/guaranteed"><aside class="declaration">var </aside>guaranteed <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/game/objects/effects/spawners/random/pool/pool_spawner.dm#L12"><img src="git.png" width="16" height="16" title="code/game/objects/effects/spawners/random/pool/pool_spawner.dm 12"></a></h3><p>Guaranteed spawners will always proc, and always proc first.</p><h3 id="var/point_value"><aside class="declaration">var </aside>point_value <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/game/objects/effects/spawners/random/pool/pool_spawner.dm#L7"><img src="git.png" width="16" height="16" title="code/game/objects/effects/spawners/random/pool/pool_spawner.dm 7"></a></h3><p>How much this spawner will subtract from the available budget if it
|
||||
spawns. A value of <code>-1</code> (i.e., not setting the value on a subtype)
|
||||
does not attempt to subtract from the budget. This is useful for
|
||||
spawners which themselves spawn other spawners.</p><h3 id="var/spawn_pool"><aside class="declaration">var </aside>spawn_pool <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/game/objects/effects/spawners/random/pool/pool_spawner.dm#L14"><img src="git.png" width="16" height="16" title="code/game/objects/effects/spawners/random/pool/pool_spawner.dm 14"></a></h3><p>The type of the spawn pool.</p><h3 id="var/unique_picks"><aside class="declaration">var </aside>unique_picks <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/game/objects/effects/spawners/random/pool/pool_spawner.dm#L10"><img src="git.png" width="16" height="16" title="code/game/objects/effects/spawners/random/pool/pool_spawner.dm 10"></a></h3><p>Whether non-spawner items should be removed from the shared loot pool
|
||||
after spawning.</p></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/776b9861f70566b1e6a0763a465ef22f7920a3d6">776b986</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>
|
||||
Reference in New Issue
Block a user