// Water related particles. /particles/droplets icon = 'icons/effects/particles/generic.dmi' icon_state = list("dot"=2,"drop"=1) width = 32 height = 36 count = 5 spawning = 0.2 lifespan = 1 SECONDS fade = 0.5 SECONDS color = "#549EFF" position = generator(GEN_BOX, list(-9,-9,0), list(9,18,0), NORMAL_RAND) scale = generator(GEN_VECTOR, list(0.9,0.9), list(1.1,1.1), NORMAL_RAND) gravity = list(0, -0.9)