micro_rail_cluster

Vars | |
explosion_damage | Total damage applied to victims by the exploding bomblet |
---|---|
explosion_range | range of bomblet explosion |
slow_amount | Amount of slowdown applied by the exploding bomblet |
smoketype | the smoke effect at the point of detonation |
stagger_amount | Amount of stagger applied by the exploding bomblet |
Procs | |
detonate | handles the actual bomblet detonation |
on_hit_mob | chance to detonate early, scales with distance and capped, to avoid lots of immediate detonations, and nothing reach max range respectively. |
Var Details
explosion_damage

Total damage applied to victims by the exploding bomblet
explosion_range

range of bomblet explosion
slow_amount

Amount of slowdown applied by the exploding bomblet
smoketype

the smoke effect at the point of detonation
stagger_amount

Amount of stagger applied by the exploding bomblet
Proc Details
detonate
handles the actual bomblet detonation
on_hit_mob
chance to detonate early, scales with distance and capped, to avoid lots of immediate detonations, and nothing reach max range respectively.