/tg/ Station 13 - Modules - TypesVar Details - Proc Details

chuunibyou

chuunibyou component!

Component that makes casted spells always a shout invocation, a very dumb one. And their projectiles are dumb too. Oh, but it does heal after each spell cast.

Vars

casting_spellare we casting a spell right now
chuunibyou_invocationsinvocations per school the spell is from
heal_amountamount healed per spell cast
heal_cooldowncooldown for healing

Procs

on_after_spell_castsignal sent after parent casts a spell
on_pre_invocationsignal sent before parent invokes a spell
on_spell_projectilesignal sent when the parent casts a spell that has a projectile
on_try_speechsignal sent when the parent tries to speak. we let speech pass if we are casting a spell so mimes still chuuni their spellcasts (this may end in the mime dying)

Var Details

casting_spell

are we casting a spell right now

chuunibyou_invocations

invocations per school the spell is from

heal_amount

amount healed per spell cast

heal_cooldown

cooldown for healing

Proc Details

on_after_spell_cast

signal sent after parent casts a spell

on_pre_invocation

signal sent before parent invokes a spell

on_spell_projectile

signal sent when the parent casts a spell that has a projectile

on_try_speech

signal sent when the parent tries to speak. we let speech pass if we are casting a spell so mimes still chuuni their spellcasts (this may end in the mime dying)