arena_tracker 
Status applied to every mob in the heretic arena. Tracks the last person to damage owner. When owner enters crit, we send a signal to last_attacker status so they can leave the arena
Vars | |
arena_victor | If our mob is free to leave, set to true |
---|---|
crown_overlay | The overlay for our mob, changes color to indicate that they are a victor and are free to leave |
last_attacker | Tracks the last person who dealt damage to this mob |
Procs | |
on_crit_somebody | Called when you crit somebody to update your crown |
Var Details
arena_victor 
If our mob is free to leave, set to true
crown_overlay 
The overlay for our mob, changes color to indicate that they are a victor and are free to leave
last_attacker 
Tracks the last person who dealt damage to this mob
Proc Details
on_crit_somebody
Called when you crit somebody to update your crown