Files
Bubberstation/code/game/objects/effects/particles/smoke.dm
SkyratBot 79ff96ee0a [MIRROR] Adds steam to the coffeemaker + fix [MDB IGNORE] (#15896)
* Adds steam to the coffeemaker + fix (#69505)

Co-authored-by: tattle <article.disaster@ gmail.com>

* Adds steam to the coffeemaker + fix

Co-authored-by: tattle <66640614+dragomagol@users.noreply.github.com>
Co-authored-by: tattle <article.disaster@ gmail.com>
2022-08-28 21:29:00 -04:00

25 lines
574 B
Plaintext

/particles/smoke
icon = 'icons/effects/particles/smoke.dmi'
icon_state = list("smoke_1" = 1, "smoke_2" = 1, "smoke_3" = 2)
width = 100
height = 100
count = 1000
spawning = 4
lifespan = 1.5 SECONDS
fade = 1 SECONDS
velocity = list(0, 0.4, 0)
position = list(6, 0, 0)
drift = generator("sphere", 0, 2, NORMAL_RAND)
friction = 0.2
gravity = list(0, 0.95)
grow = 0.05
/particles/smoke/steam
icon_state = list("steam_1" = 1, "steam_2" = 1, "steam_3" = 2)
fade = 1.5 SECONDS
/particles/smoke/steam/mild
spawning = 1
velocity = list(0, 0.3, 0)
friction = 0.25