byond - Modules - TypesVar Details - Proc Details

mindmeld

Vars

accuracy_modProjectile accuracy buff
health_modMax health buff
link_partnerUsed to track who is giving this buff to the owner.
link_targetUsed to track who is the owner of this buff.
max_rangeRange the linkees must be to each other to benefit
particle_holderUsed for particles. Holds the particles instead of the mob. See particle_holder for documentation.
speed_modMovement speed buff
stun_resistance% chance to ignore stuns
was_within_rangeIf the target xeno was within range.

Procs

check_rangeChecks if mob is in buff range and toggles as required
handle_stunRemoves 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

accuracy_mod

Projectile accuracy buff

health_mod

Max health buff

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

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.