mindmeld

Vars | |
accuracy_mod | Projectile accuracy buff |
---|---|
health_mod | Max health buff |
link_partner | Used to track who is giving this buff to the owner. |
link_target | Used to track who is the owner of this buff. |
max_range | Range the linkees must be to each other to benefit |
particle_holder | Used for particles. Holds the particles instead of the mob. See particle_holder for documentation. |
speed_mod | Movement speed buff |
stun_resistance | % chance to ignore stuns |
was_within_range | If the target xeno was within range. |
Procs | |
check_range | Checks if mob is in buff range and toggles as required |
handle_stun | 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
accuracy_mod

Projectile accuracy buff
health_mod

Max health buff
link_partner

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

Used to track who is the owner of this buff.
max_range

Range the linkees must be to each other to benefit
particle_holder

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

Movement speed buff
stun_resistance

% chance to ignore stuns
was_within_range

If the target xeno was within range.
Proc Details
check_range
Checks if mob is in buff range and toggles as required
handle_stun
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.