byond - Modules - TypesVar Details - Proc Details

stealth_plant

Vars

active_camouflage_durationHow long should veil last
active_camouflage_pulse_rangeThe range of the active stealth ability, does not require line of sight
camouflage_rangeThe radius of the passive structure camouflage, requires line of sight
camouflaged_structuresThe list of passively camouflaged structures
camouflaged_xenosThe list of actively camouflaged xenos by veil
cooldownHow long until the plant can be activated again
on_cooldownIs the active ability veil on cooldown ?

Procs

readyCalled when veil() can be used once again
unveilReveals all xenos hidden by veil()
veilHides all nearby xenos

Var Details

active_camouflage_duration

How long should veil last

active_camouflage_pulse_range

The range of the active stealth ability, does not require line of sight

camouflage_range

The radius of the passive structure camouflage, requires line of sight

camouflaged_structures

The list of passively camouflaged structures

camouflaged_xenos

The list of actively camouflaged xenos by veil

cooldown

How long until the plant can be activated again

on_cooldown

Is the active ability veil on cooldown ?

Proc Details

ready

Called when veil() can be used once again

unveil

Reveals all xenos hidden by veil()

veil

Hides all nearby xenos