Files
Aurora.3/code/modules/effects/particles/native_particles.dm
atteria caf9a5294a Resprites kitchen appliances, Adds kitchen particle smoke (#16173)
* resprited cooking appliances

* added smoke particle effects

* changelog
2023-04-10 09:43:05 +00:00

15 lines
425 B
Plaintext

/particles/cooking_smoke
width = 256
height = 256
count = 250
spawning = 3 //per tick
lifespan = 30 //in ticks
fade = 20
fadein = 5
position = generator("box", list(-12,16,0), list(12,-4,50)) //x,y,z bounding box, origin is in the center of the parent
gravity = list(0.1, 1)
friction = 0.3 //percentage
drift = generator("sphere", 0, 1.5)
icon = 'icons/effects/native_particles.dmi'
icon_state = "cooking_smoke"