/datum/element/death_explosion
        
    
            
        
Bespoke element that generates an explosion when a mob is killed.
| Vars | |
| devastation | The range at which devastating impact happens | 
|---|---|
| heavy_impact | The range at which heavy impact happens | 
| light_impact | The range at which light impact happens | 
| Procs | |
| on_death | Triggered when target dies, make an explosion. | 
Var Details
devastation
            
        
    
            
        
        The range at which devastating impact happens
heavy_impact
            
        
    
            
        
        The range at which heavy impact happens
light_impact
            
        
    
            
        
        The range at which light impact happens
Proc Details
on_death
Triggered when target dies, make an explosion.