drone_enhancement

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

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.