hostile_ranged 
Walks away from a guy and attacks
Vars | |
| 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? |
Procs | |
| decide_min_max_range | Decide our movement details |
| setup_ranged_attacks | Give 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