void_stealth 
Shadow cloak effect. Sets the owner's alpha very low while also chilling the area around them If hit at all, the cloak is cancelled and put on cooldown
Procs | |
| before_attack | Signal proc for COMSIG_USER_PRE_ITEM_ATTACK, disallows the use of weapons while stealth is active |
|---|---|
| on_block_check | Signal proc for COMSIG_LIVING_CHECK_BLOCK, any attack at all cancels the stealth |
| on_stat_change | Signal proc for COMSIG_MOB_STATCHANGE, going past soft crit will stop the effect |
Proc Details
before_attack
Signal proc for COMSIG_USER_PRE_ITEM_ATTACK, disallows the use of weapons while stealth is active
on_block_check
Signal proc for COMSIG_LIVING_CHECK_BLOCK, any attack at all cancels the stealth
on_stat_change
Signal proc for COMSIG_MOB_STATCHANGE, going past soft crit will stop the effect