/tg/ Station 13 - Modules - TypesVar Details - Proc Details

hostile_ranged

Walks away from a guy and attacks

Vars

burst_intervalWhat's the delay between projectiles in a burst?
burst_shotsHow many projectiles per shot?
fire_cooldownWhat's the time between shots?
max_rangeWhen should we advance?
min_rangeWhen should we retreat?
projectile_soundWhat sound do we make?
projectile_typeWhat projectile do we fire?

Procs

decide_min_max_rangeDecide our movement details
setup_ranged_attacksGive target a gun

Var Details

burst_interval

What's the delay between projectiles in a burst?

burst_shots

How many projectiles per shot?

fire_cooldown

What's the time between shots?

max_range

When should we advance?

min_range

When should we retreat?

projectile_sound

What sound do we make?

projectile_type

What projectile do we fire?

Proc Details

decide_min_max_range

Decide our movement details

setup_ranged_attacks

Give target a gun