Resprites kitchen appliances, Adds kitchen particle smoke (#16173)

* resprited cooking appliances

* added smoke particle effects

* changelog
This commit is contained in:
atteria
2023-04-10 09:43:05 +00:00
committed by GitHub
parent 182bb14aa9
commit caf9a5294a
9 changed files with 78 additions and 11 deletions
@@ -0,0 +1,14 @@
/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"