Files

1 line
6.8 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>/obj/structure/flock/cage - 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/flock/cage.html#var">Var Details</a> - <a href="obj/structure/flock/cage.html#proc">Proc Details</a></header><main><h1>cage <aside>/<a href="obj.html">obj</a>/<a href="obj/structure.html">structure</a>/<a href="obj/structure/flock.html">flock</a>/<a href="obj/structure/flock/cage.html">cage</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/antagonists/flockmind/flock_structure/flock_cage.dm#L1"><img src="git.png" width="16" height="16" title="code/modules/antagonists/flockmind/flock_structure/flock_cage.dm 1"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="obj/structure/flock/cage.html#var/absorption_rate">absorption_rate</a></th><td>Rate of damage to items being consumed by the cage</td></tr><tr><th><a href="obj/structure/flock/cage.html#var/eating">eating</a></th><td>Current item being munched on.</td></tr><tr><th><a href="obj/structure/flock/cage.html#var/egg_gnesis_cost">egg_gnesis_cost</a></th><td>With this much gnesis, create an egg.</td></tr><tr><th><a href="obj/structure/flock/cage.html#var/ghost_timer">ghost_timer</a></th><td>Timer until you can ghost from your body without penalty</td></tr><tr><th><a href="obj/structure/flock/cage.html#var/integrity_substrate_ratio">integrity_substrate_ratio</a></th><td>Per point of damage, generate this much substrate.</td></tr><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="obj/structure/flock/cage.html#proc/chew_on_mob">chew_on_mob</a></th><td>Picks an item, organ, or bodypart, to munch on.</td></tr><tr><th><a href="obj/structure/flock/cage.html#proc/set_eating_target">set_eating_target</a></th><td>Setter for eating, no side effects.</td></tr><tr><th><a href="obj/structure/flock/cage.html#proc/set_victim">set_victim</a></th><td>Setter for victim, no side effects.</td></tr><tr><th><a href="obj/structure/flock/cage.html#proc/spend_gnesis">spend_gnesis</a></th><td>Spends gnesis on eggs or a cube. Only spends on eggs by default.</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/absorption_rate"><aside class="declaration">var </aside>absorption_rate <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/antagonists/flockmind/flock_structure/flock_cage.dm#L20"><img src="git.png" width="16" height="16" title="code/modules/antagonists/flockmind/flock_structure/flock_cage.dm 20"></a></h3><p>Rate of damage to items being consumed by the cage</p><h3 id="var/eating"><aside class="declaration">var </aside>eating <aside> /tmp/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/antagonists/flockmind/flock_structure/flock_cage.dm#L15"><img src="git.png" width="16" height="16" title="code/modules/antagonists/flockmind/flock_structure/flock_cage.dm 15"></a></h3><p>Current item being munched on.</p><h3 id="var/egg_gnesis_cost"><aside class="declaration">var </aside>egg_gnesis_cost <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/antagonists/flockmind/flock_structure/flock_cage.dm#L18"><img src="git.png" width="16" height="16" title="code/modules/antagonists/flockmind/flock_structure/flock_cage.dm 18"></a></h3><p>With this much gnesis, create an egg.</p><h3 id="var/ghost_timer"><aside class="declaration">var </aside>ghost_timer <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/antagonists/flockmind/flock_structure/flock_cage.dm#L24"><img src="git.png" width="16" height="16" title="code/modules/antagonists/flockmind/flock_structure/flock_cage.dm 24"></a></h3><p>Timer until you can ghost from your body without penalty</p><h3 id="var/integrity_substrate_ratio"><aside class="declaration">var </aside>integrity_substrate_ratio <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/antagonists/flockmind/flock_structure/flock_cage.dm#L22"><img src="git.png" width="16" height="16" title="code/modules/antagonists/flockmind/flock_structure/flock_cage.dm 22"></a></h3><p>Per point of damage, generate this much substrate.</p><h2 id="proc">Proc Details</h2><h3 id="proc/chew_on_mob"><aside class="declaration">proc </aside>chew_on_mob<aside>(seconds_per_tick) <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/antagonists/flockmind/flock_structure/flock_cage.dm#L125"><img src="git.png" width="16" height="16" title="code/modules/antagonists/flockmind/flock_structure/flock_cage.dm 125"></a></aside></h3><p>Picks an item, organ, or bodypart, to munch on.</p><h3 id="proc/set_eating_target"><aside class="declaration">proc </aside>set_eating_target<aside>(/<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/new_eating) <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/antagonists/flockmind/flock_structure/flock_cage.dm#L227"><img src="git.png" width="16" height="16" title="code/modules/antagonists/flockmind/flock_structure/flock_cage.dm 227"></a></aside></h3><p>Setter for eating, no side effects.</p><h3 id="proc/set_victim"><aside class="declaration">proc </aside>set_victim<aside>(/<a href="mob.html">mob</a>/<a href="mob/living.html">living</a>/new_victim) <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/antagonists/flockmind/flock_structure/flock_cage.dm#L239"><img src="git.png" width="16" height="16" title="code/modules/antagonists/flockmind/flock_structure/flock_cage.dm 239"></a></aside></h3><p>Setter for victim, no side effects.</p><h3 id="proc/spend_gnesis"><aside class="declaration">proc </aside>spend_gnesis<aside>(all) <a href="https://github.com/ParadiseSS13/Paradise/blob/edee60476d21ee840643bd1abe7f6003a8c65773/code/modules/antagonists/flockmind/flock_structure/flock_cage.dm#L197"><img src="git.png" width="16" height="16" title="code/modules/antagonists/flockmind/flock_structure/flock_cage.dm 197"></a></aside></h3><p>Spends gnesis on eggs or a cube. Only spends on eggs by default.</p></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/edee60476d21ee840643bd1abe7f6003a8c65773">edee604</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>