dodge

Vars | |
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. |
Procs | |
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. |
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.