Deploying to gh-pages from @ e8e0068531 🚀
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>/obj/effect/proc_holder/spell - /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="obj/effect/proc_holder/spell.html#proc">Proc Details</a></header><main><h1>spell <aside>/<a href="obj.html">obj</a>/<a href="obj/effect/proc_holder/spell.html">effect/proc_holder/spell</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/spells/spell.dm#L92"><img src="git.png" width="16" height="16" title="code/modules/spells/spell.dm 92"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="obj/effect/proc_holder/spell.html#proc/can_target">can_target</a></th><td>can_target: Checks if we are allowed to cast the spell on a target.</td></tr></table><h2 id="proc">Proc Details</h2><h3 id="proc/can_target"><aside class="declaration">proc </aside>can_target<aside>(/<a href="atom.html">atom</a>/target, /<a href="mob.html">mob</a>/user, silent) <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/spells/spell.dm#L236"><img src="git.png" width="16" height="16" title="code/modules/spells/spell.dm 236"></a></aside></h3><p>can_target: Checks if we are allowed to cast the spell on a target.</p>
|
||||
<p>Arguments:</p>
|
||||
<ul>
|
||||
<li>target The atom that is being targeted by the spell.</li>
|
||||
<li>user The mob using the spell.</li>
|
||||
<li>silent If the checks should not give any feedback messages.</li>
|
||||
</ul></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>
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>/obj/effect/proc_holder/spell/pointed - /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="obj/effect/proc_holder/spell/pointed.html#var">Var Details</a> - <a href="obj/effect/proc_holder/spell/pointed.html#proc">Proc Details</a></header><main><h1>pointed <aside>/<a href="obj.html">obj</a>/<a href="obj/effect/proc_holder/spell.html">effect/proc_holder/spell</a>/<a href="obj/effect/proc_holder/spell/pointed.html">pointed</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/spells/spell_types/pointed/pointed.dm#L1"><img src="git.png" width="16" height="16" title="code/modules/spells/spell_types/pointed/pointed.dm 1"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="obj/effect/proc_holder/spell/pointed.html#var/active_msg">active_msg</a></th><td>Message showing to the spell owner upon activating pointed spell.</td></tr><tr><th><a href="obj/effect/proc_holder/spell/pointed.html#var/aim_assist">aim_assist</a></th><td>Variable dictating if the spell will use turf based aim assist</td></tr><tr><th><a href="obj/effect/proc_holder/spell/pointed.html#var/deactive_msg">deactive_msg</a></th><td>Message showing to the spell owner upon deactivating pointed spell.</td></tr><tr><th><a href="obj/effect/proc_holder/spell/pointed.html#var/self_castable">self_castable</a></th><td>Variable dictating if the user is allowed to cast a spell on himself.</td></tr><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="obj/effect/proc_holder/spell/pointed.html#proc/intercept_check">intercept_check</a></th><td>intercept_check: Specific spell checks for InterceptClickOn() targets.</td></tr><tr><th><a href="obj/effect/proc_holder/spell/pointed.html#proc/on_activation">on_activation</a></th><td>on_activation: What happens upon pointed spell activation.</td></tr><tr><th><a href="obj/effect/proc_holder/spell/pointed.html#proc/on_deactivation">on_deactivation</a></th><td>on_activation: What happens upon pointed spell deactivation.</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/active_msg"><aside class="declaration">var </aside>active_msg <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/spells/spell_types/pointed/pointed.dm#L8"><img src="git.png" width="16" height="16" title="code/modules/spells/spell_types/pointed/pointed.dm 8"></a></h3><p>Message showing to the spell owner upon activating pointed spell.</p><h3 id="var/aim_assist"><aside class="declaration">var </aside>aim_assist <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/spells/spell_types/pointed/pointed.dm#L12"><img src="git.png" width="16" height="16" title="code/modules/spells/spell_types/pointed/pointed.dm 12"></a></h3><p>Variable dictating if the spell will use turf based aim assist</p><h3 id="var/deactive_msg"><aside class="declaration">var </aside>deactive_msg <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/spells/spell_types/pointed/pointed.dm#L6"><img src="git.png" width="16" height="16" title="code/modules/spells/spell_types/pointed/pointed.dm 6"></a></h3><p>Message showing to the spell owner upon deactivating pointed spell.</p><h3 id="var/self_castable"><aside class="declaration">var </aside>self_castable <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/spells/spell_types/pointed/pointed.dm#L10"><img src="git.png" width="16" height="16" title="code/modules/spells/spell_types/pointed/pointed.dm 10"></a></h3><p>Variable dictating if the user is allowed to cast a spell on himself.</p><h2 id="proc">Proc Details</h2><h3 id="proc/intercept_check"><aside class="declaration">proc </aside>intercept_check<aside>(/<a href="mob.html">mob</a>/user, /<a href="atom.html">atom</a>/target, silent) <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/spells/spell_types/pointed/pointed.dm#L95"><img src="git.png" width="16" height="16" title="code/modules/spells/spell_types/pointed/pointed.dm 95"></a></aside></h3><p>intercept_check: Specific spell checks for InterceptClickOn() targets.</p>
|
||||
<p>Arguments:</p>
|
||||
<ul>
|
||||
<li>user The mob using the ranged spell via intercept.</li>
|
||||
<li>target The atom that is being targeted by the spell via intercept.</li>
|
||||
<li>silent If the checks should produce not any feedback messages for the user.</li>
|
||||
</ul><h3 id="proc/on_activation"><aside class="declaration">proc </aside>on_activation<aside>(/<a href="mob.html">mob</a>/user) <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/spells/spell_types/pointed/pointed.dm#L47"><img src="git.png" width="16" height="16" title="code/modules/spells/spell_types/pointed/pointed.dm 47"></a></aside></h3><p>on_activation: What happens upon pointed spell activation.</p>
|
||||
<p>Arguments:</p>
|
||||
<ul>
|
||||
<li>user The mob interacting owning the spell.</li>
|
||||
</ul><h3 id="proc/on_deactivation"><aside class="declaration">proc </aside>on_deactivation<aside>(/<a href="mob.html">mob</a>/user) <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/spells/spell_types/pointed/pointed.dm#L56"><img src="git.png" width="16" height="16" title="code/modules/spells/spell_types/pointed/pointed.dm 56"></a></aside></h3><p>on_activation: What happens upon pointed spell deactivation.</p>
|
||||
<p>Arguments:</p>
|
||||
<ul>
|
||||
<li>user The mob interacting owning the spell.</li>
|
||||
</ul></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>
|
||||
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>/obj/effect/proc_holder/spell/pointed/barnyardcurse - /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="obj/effect/proc_holder/spell/pointed/barnyardcurse.html#var">Var Details</a></header><main><h1>barnyardcurse <aside>/<a href="obj.html">obj</a>/<a href="obj/effect/proc_holder/spell.html">effect/proc_holder/spell</a>/<a href="obj/effect/proc_holder/spell/pointed.html">pointed</a>/<a href="obj/effect/proc_holder/spell/pointed/barnyardcurse.html">barnyardcurse</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/spells/spell_types/pointed/barnyard.dm#L1"><img src="git.png" width="16" height="16" title="code/modules/spells/spell_types/pointed/barnyard.dm 1"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="obj/effect/proc_holder/spell/pointed/barnyardcurse.html#var/compatible_mobs_typecache">compatible_mobs_typecache</a></th><td>List of mobs which are allowed to be a target of the spell</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/compatible_mobs_typecache"><aside class="declaration">var </aside>compatible_mobs_typecache <aside>– /static/list</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/spells/spell_types/pointed/barnyard.dm#L19"><img src="git.png" width="16" height="16" title="code/modules/spells/spell_types/pointed/barnyard.dm 19"></a></h3><p>List of mobs which are allowed to be a target of the spell</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>
|
||||
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>/obj/effect/proc_holder/spell/pointed/mind_transfer - /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="obj/effect/proc_holder/spell/pointed/mind_transfer.html#var">Var Details</a></header><main><h1>mind_transfer <aside>/<a href="obj.html">obj</a>/<a href="obj/effect/proc_holder/spell.html">effect/proc_holder/spell</a>/<a href="obj/effect/proc_holder/spell/pointed.html">pointed</a>/<a href="obj/effect/proc_holder/spell/pointed/mind_transfer.html">mind_transfer</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/spells/spell_types/pointed/mind_transfer.dm#L1"><img src="git.png" width="16" height="16" title="code/modules/spells/spell_types/pointed/mind_transfer.dm 1"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="obj/effect/proc_holder/spell/pointed/mind_transfer.html#var/unconscious_amount_caster">unconscious_amount_caster</a></th><td>For how long is the caster stunned for after the spell</td></tr><tr><th><a href="obj/effect/proc_holder/spell/pointed/mind_transfer.html#var/unconscious_amount_victim">unconscious_amount_victim</a></th><td>For how long is the victim stunned for after the spell</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/unconscious_amount_caster"><aside class="declaration">var </aside>unconscious_amount_caster <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/spells/spell_types/pointed/mind_transfer.dm#L15"><img src="git.png" width="16" height="16" title="code/modules/spells/spell_types/pointed/mind_transfer.dm 15"></a></h3><p>For how long is the caster stunned for after the spell</p><h3 id="var/unconscious_amount_victim"><aside class="declaration">var </aside>unconscious_amount_victim <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/spells/spell_types/pointed/mind_transfer.dm#L17"><img src="git.png" width="16" height="16" title="code/modules/spells/spell_types/pointed/mind_transfer.dm 17"></a></h3><p>For how long is the victim stunned for after the spell</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>
|
||||
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../../"><link rel="stylesheet" href="dmdoc.css"><title>/obj/effect/proc_holder/spell/targeted/fire_sworn - /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="obj/effect/proc_holder/spell/targeted/fire_sworn.html#var">Var Details</a></header><main><h1>fire_sworn <aside>/<a href="obj.html">obj</a>/<a href="obj/effect/proc_holder/spell.html">effect/proc_holder/spell</a>/<a href="obj/effect/proc_holder/spell/targeted/fire_sworn.html">targeted/fire_sworn</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/antagonists/eldritch_cult/eldritch_magic.dm#L472"><img src="git.png" width="16" height="16" title="code/modules/antagonists/eldritch_cult/eldritch_magic.dm 472"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="obj/effect/proc_holder/spell/targeted/fire_sworn.html#var/current_user">current_user</a></th><td>who casted it right now</td></tr><tr><th><a href="obj/effect/proc_holder/spell/targeted/fire_sworn.html#var/duration">duration</a></th><td>how long it lasts</td></tr><tr><th><a href="obj/effect/proc_holder/spell/targeted/fire_sworn.html#var/has_fire_ring">has_fire_ring</a></th><td>Determines if you get the fire ring effect</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/current_user"><aside class="declaration">var </aside>current_user <aside>– /<a href="mob.html">mob</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/antagonists/eldritch_cult/eldritch_magic.dm#L487"><img src="git.png" width="16" height="16" title="code/modules/antagonists/eldritch_cult/eldritch_magic.dm 487"></a></h3><p>who casted it right now</p><h3 id="var/duration"><aside class="declaration">var </aside>duration <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/antagonists/eldritch_cult/eldritch_magic.dm#L485"><img src="git.png" width="16" height="16" title="code/modules/antagonists/eldritch_cult/eldritch_magic.dm 485"></a></h3><p>how long it lasts</p><h3 id="var/has_fire_ring"><aside class="declaration">var </aside>has_fire_ring <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/antagonists/eldritch_cult/eldritch_magic.dm#L489"><img src="git.png" width="16" height="16" title="code/modules/antagonists/eldritch_cult/eldritch_magic.dm 489"></a></h3><p>Determines if you get the fire ring effect</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>
|
||||
Reference in New Issue
Block a user