ranged_attacks 
Configurable ranged attack for basic mobs.
Vars | |
| burst_intervals | intervals between shots |
|---|---|
| burst_shots | how many shots we will fire |
| casing_type | What kind of casing do we use to fire? |
| cooldown_time | Time to wait between shots |
| fire_cooldown | Tracks time between shots |
| projectile_sound | Sound to play when we fire our projectile |
| projectile_type | What kind of projectile to we fire? Use only one of this or casing_type |
Procs | |
| async_fire_ranged_attack | Actually fire the damn thing |
Var Details
burst_intervals 
intervals between shots
burst_shots 
how many shots we will fire
casing_type 
What kind of casing do we use to fire?
cooldown_time 
Time to wait between shots
fire_cooldown 
Tracks time between shots
projectile_sound 
Sound to play when we fire our projectile
projectile_type 
What kind of projectile to we fire? Use only one of this or casing_type
Proc Details
async_fire_ranged_attack
Actually fire the damn thing