byond - Modules - TypesVar Details - Proc Details

xeno_psychic_link

Vars

link_rangeHow far apart the linked mobs can be
minimum_healthMinimum health threshold before the effect is deactivated
psylink_beamThe beam used to represent the link between linked xenos.
redirect_modPercentage of damage to be redirected
target_mobXenomorph the owner is linked to
was_within_rangeIf the target xeno was within range

Procs

handle_brute_damageTransfers mitigated brute damage
handle_burn_damageTransfers mitigated burn damage
handle_distHandles the link breaking due to distance
handle_mob_deadHandles the link breaking due to dying
link_toggleHandles the link toggling on and off

Var Details

How far apart the linked mobs can be

minimum_health

Minimum health threshold before the effect is deactivated

The beam used to represent the link between linked xenos.

redirect_mod

Percentage of damage to be redirected

target_mob

Xenomorph the owner is linked to

was_within_range

If the target xeno was within range

Proc Details

handle_brute_damage

Transfers mitigated brute damage

handle_burn_damage

Transfers mitigated burn damage

handle_dist

Handles the link breaking due to distance

handle_mob_dead

Handles the link breaking due to dying

Handles the link toggling on and off