// Plant related particles. /particles/pollen icon = 'icons/effects/particles/pollen.dmi' icon_state = "pollen" width = 100 height = 100 count = 1000 spawning = 4 lifespan = 0.7 SECONDS fade = 1 SECONDS grow = -0.01 velocity = list(0, 0) position = generator(GEN_CIRCLE, 0, 16, NORMAL_RAND) drift = generator(GEN_VECTOR, list(0, -0.2), list(0, 0.2)) gravity = list(0, 0.95) scale = generator(GEN_VECTOR, list(0.3, 0.3), list(1,1), NORMAL_RAND) rotation = 30 spin = generator(GEN_NUM, -20, 20) // Subtype for the lavaland flower MODcore /particles/pollen/modsuit spawning = 1 // Subtype for mushroom spores specific to mushfolk/mushroom people /particles/pollen/mushroom icon = 'icons/effects/particles/pollen.dmi' icon_state = "pollen" width = 75 height = 75 spawning = 6 fade = 0.7 SECONDS color = "#b89d44"