/tg/ Station 13 - Modules - TypesDefine Details

code/game/objects/effects/effect_system/fluid_spread/effects_foam.dm

MINIMUM_FOAM_DILUTION_RANGEThe minimum foam range required to start diluting the reagents past the minimum dilution rate.
MINIMUM_FOAM_DILUTIONThe minumum foam-area based divisor used to decrease foam exposure volume.
FOAM_REAGENT_SCALEThe 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/foamA factory for foam fluid floods.
/obj/effect/particle_effect/fluid/foam/short_lifeA foam variant which dissipates quickly.
/obj/effect/particle_effect/fluid/foam/long_lifeA foam variant which lasts for an extended amount of time.
/datum/effect_system/fluid_spread/foam/longA factory which produces foam with an extended lifespan.
/obj/effect/particle_effect/fluid/foam/firefightingA variant of foam which absorbs plasma in the air if there is a fire.
/datum/effect_system/fluid_spread/foam/firefightingA factory which produces firefighting foam
/obj/effect/particle_effect/fluid/foam/metalA foam variant which
/datum/effect_system/fluid_spread/foam/metalA factory which produces aluminium metal foam.
/obj/structure/foamedmetalFOAM STRUCTURE. Formed by metal foams. Dense and opaque, but easy to break
/obj/effect/particle_effect/fluid/foam/metal/ironA speed modifier for how fast the wall is build A metal foam variant which produces slightly sturdier walls.
/datum/effect_system/fluid_spread/foam/metal/ironA factory which produces iron metal foam.
/obj/structure/foamedmetal/ironA variant of metal foam walls with higher durability.
/obj/effect/particle_effect/fluid/foam/metal/smartA variant of metal foam which only produces walls at area boundaries.
/datum/effect_system/fluid_spread/foam/metal/smartA factory which produces smart aluminium metal foam.
/obj/effect/particle_effect/fluid/foam/metal/resinA foam variant which produces atmos resin walls.
/obj/structure/foamedmetal/resinAtmos Backpack Resin, transparent, prevents atmos and filters the air
/obj/effect/particle_effect/fluid/foam/metal/resin/halonA variant of resin foam that is created from halon combustion. It does not dissolve in heat to allow the gas to spread before foaming.

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.