toxic_slash

Vars | |
ability_duration | Timer for the ability; we reference this to delete the timer if the effect lapses before the timer does. |
---|---|
intoxication_stacks | The amount of stacks to apply per hit. |
particle_holder | Used for particles. Holds the particles instead of the mob. See particle_holder for documentation. |
remaining_slashes | The remaining amount of Toxic Slashes. |
Procs | |
toxic_slash | Called when Toxic Slash is active. |
toxic_slash_deactivate | Called when Toxic Slash expires. |
Var Details
ability_duration

Timer for the ability; we reference this to delete the timer if the effect lapses before the timer does.
intoxication_stacks

The amount of stacks to apply per hit.
particle_holder

Used for particles. Holds the particles instead of the mob. See particle_holder for documentation.
remaining_slashes

The remaining amount of Toxic Slashes.
Proc Details
toxic_slash
Called when Toxic Slash is active.
toxic_slash_deactivate
Called when Toxic Slash expires.