code/game/objects/effects/effect_system/fluid_spread/effects_foam.dm 
            
        
| MINIMUM_FOAM_DILUTION_RANGE | The minimum foam range required to start diluting the reagents past the minimum dilution rate. | 
|---|---|
| MINIMUM_FOAM_DILUTION | The minumum foam-area based divisor used to decrease foam exposure volume. | 
| FOAM_REAGENT_SCALE | The effective scaling of the reagents in the foam. (Total delivered at or below MINIMUM_FOAM_DILUTION) | 
| /obj/effect/particle_effect/fluid/foam | |
| /datum/effect_system/fluid_spread/foam | A factory for foam fluid floods. | 
| /obj/effect/particle_effect/fluid/foam/short_life | A foam variant which dissipates quickly. | 
| /obj/effect/particle_effect/fluid/foam/long_life | A foam variant which lasts for an extended amount of time. | 
| /datum/effect_system/fluid_spread/foam/long | A factory which produces foam with an extended lifespan. | 
| /obj/effect/particle_effect/fluid/foam/firefighting | A variant of foam which absorbs plasma in the air if there is a fire. | 
| /datum/effect_system/fluid_spread/foam/firefighting | A factory which produces firefighting foam | 
| /obj/effect/particle_effect/fluid/foam/metal | A foam variant which | 
| /datum/effect_system/fluid_spread/foam/metal | A factory which produces aluminium metal foam. | 
| /obj/structure/foamedmetal | FOAM STRUCTURE. Formed by metal foams. Dense and opaque, but easy to break | 
| /obj/effect/particle_effect/fluid/foam/metal/iron | A metal foam variant which produces slightly sturdier walls. | 
| /datum/effect_system/fluid_spread/foam/metal/iron | A factory which produces iron metal foam. | 
| /obj/structure/foamedmetal/iron | A variant of metal foam walls with higher durability. | 
| /obj/effect/particle_effect/fluid/foam/metal/smart | A variant of metal foam which only produces walls at area boundaries. | 
| /datum/effect_system/fluid_spread/foam/metal/smart | A factory which produces smart aluminium metal foam. | 
| /obj/effect/particle_effect/fluid/foam/metal/resin | A foam variant which produces atmos resin walls. | 
| /obj/structure/foamedmetal/resin | Atmos Backpack Resin, transparent, prevents atmos and filters the air | 
Define Details
FOAM_REAGENT_SCALE
            
         
    
    The effective scaling of the reagents in the foam. (Total delivered at or below MINIMUM_FOAM_DILUTION)
MINIMUM_FOAM_DILUTION
            
         
    
    The minumum foam-area based divisor used to decrease foam exposure volume.
MINIMUM_FOAM_DILUTION_RANGE
            
         
    
    The minimum foam range required to start diluting the reagents past the minimum dilution rate.