byond - Modules - TypesVar Details - Proc Details

dodge

Vars

dodge_pass_flagsList of pass_flags given by this action
durationHow long the ability will last?
particle_holderUsed for particles. Holds the particles instead of the mob. See particle_holder for documentation.
speed_buffThe increase of speed when ability is active.

Procs

on_moveAutomatically bumps living non-xenos if bump attacks are on.
remove_effectsRemoves the movespeed modifier and various pass_flags that was given by the dodge ability.
toggle_particlesToggles particles on or off, adjusting their positioning to fit the buff's owner.

Var Details

dodge_pass_flags

List of pass_flags given by this action

duration

How long the ability will last?

particle_holder

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

speed_buff

The increase of speed when ability is active.

Proc Details

on_move

Automatically bumps living non-xenos if bump attacks are on.

remove_effects

Removes the movespeed modifier and various pass_flags that was given by the dodge ability.

toggle_particles

Toggles particles on or off, adjusting their positioning to fit the buff's owner.