byond - Modules - TypesVar Details - Proc Details

conqueror_endurance

Vars

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

Procs

adjust_particlesAdjust particles and their visuals.
disable_abilityDisables the ability.
enable_abilityEnables the ability.
endurance_brokenIf this ability loses all of its health, it will knock down the user and prevent the ability from being used until it has regenerated.
reduce_damageReduces damage received and deduces that amount from this ability's health.
restart_regenRestarts regeneration if the user died and was revived.
toggle_abilityToggles the ability.

Var Details

particle_holder

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

Proc Details

adjust_particles

Adjust particles and their visuals.

disable_ability

Disables the ability.

enable_ability

Enables the ability.

endurance_broken

If this ability loses all of its health, it will knock down the user and prevent the ability from being used until it has regenerated.

reduce_damage

Reduces damage received and deduces that amount from this ability's health.

restart_regen

Restarts regeneration if the user died and was revived.

toggle_ability

Toggles the ability.