byond - Modules - TypesVar Details - Proc Details

micro_rail_cluster

Vars

explosion_damageTotal damage applied to victims by the exploding bomblet
explosion_rangerange of bomblet explosion
slow_amountAmount of slowdown applied by the exploding bomblet
smoketypethe smoke effect at the point of detonation
stagger_amountAmount of stagger applied by the exploding bomblet

Procs

detonatehandles the actual bomblet detonation
on_hit_mobchance 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.