byond - Modules - TypesVar Details - Proc Details

drone_enhancement

Vars

ability_costThe plasma cost per tick of this ability.
buffed_xenoUsed to track who is the owner of this buff.
buffing_xenoUsed to track who is giving this buff to the owner.
enhancement_actionReferences the Enhancement action and its vars.
essence_link_actionReferences the Essence Link action and its vars.
particle_holderUsed for particles. Holds the particles instead of the mob. See particle_holder for documentation.
was_within_rangeIf the target xeno was within range.

Procs

handle_deathRemoves the status effect on death.
toggle_buffToggles the buff on or off.
toggle_particlesToggles particles on or off, adjusting their positioning to fit the buff's owner.

Var Details

ability_cost

The plasma cost per tick of this ability.

buffed_xeno

Used to track who is the owner of this buff.

buffing_xeno

Used to track who is giving this buff to the owner.

enhancement_action

References the Enhancement action and its vars.

References the Essence Link action and its vars.

particle_holder

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

was_within_range

If the target xeno was within range.

Proc Details

handle_death

Removes the status effect on death.

toggle_buff

Toggles the buff on or off.

toggle_particles

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