Space Station 13 - Modules - TypesVar Details - Proc Details

watcher_orbiter

Orbiting visual which shoots at mining mobs

Vars

fire_delayTime between taking potshots at goliaths
on_death_multiplierHow much faster do we shoot when avenging our parent?
parentWho are we following?
projectile_soundSound to make when we shoot
projectile_typeType of projectile we fire
shot_cooldownTime taken between shots
target_factionTypes of mobs to attack
trackerDatum which keeps us hanging out with our parent

Procs

followSet ourselves up to track and orbit around a guy
on_parent_deletedCalled if the guy we're tracking is deleted somehow
on_parent_diedWe must guard this corpse
on_parent_movedFollow our parent
on_parent_revivedExit hyperactive mode
orbit_animationDo our orbiting animation
shoot_atTake a shot

Var Details

fire_delay

Time between taking potshots at goliaths

on_death_multiplier

How much faster do we shoot when avenging our parent?

parent

Who are we following?

projectile_sound

Sound to make when we shoot

projectile_type

Type of projectile we fire

shot_cooldown

Time taken between shots

target_faction

Types of mobs to attack

tracker

Datum which keeps us hanging out with our parent

Proc Details

follow

Set ourselves up to track and orbit around a guy

on_parent_deleted

Called if the guy we're tracking is deleted somehow

on_parent_died

We must guard this corpse

on_parent_moved

Follow our parent

on_parent_revived

Exit hyperactive mode

orbit_animation

Do our orbiting animation

shoot_at

Take a shot