byond - Modules - TypesVar Details - Proc Details

toxic_slash

Vars

ability_durationTimer for the ability; we reference this to delete the timer if the effect lapses before the timer does.
intoxication_stacksThe amount of stacks to apply per hit.
particle_holderUsed for particles. Holds the particles instead of the mob. See particle_holder for documentation.
remaining_slashesThe remaining amount of Toxic Slashes.

Procs

toxic_slashCalled when Toxic Slash is active.
toxic_slash_deactivateCalled 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.