Files
ZandarioandGitHub 9099d50380 Particles? Particles! (#4524)
* Clean

* Particles!

* Fine

* Bump?

* hrm

* Bruh

* undo

* Hope
2022-10-13 13:15:22 -07:00

18 lines
476 B
Plaintext

/particles/bonfire
icon = 'icons/effects/particles/bonfire.dmi'
icon_state = "bonfire"
width = 100
height = 100
count = 1000
spawning = 4
lifespan = 0.7 SECONDS
fade = 1 SECONDS
grow = -0.01
velocity = list(0, 0)
position = generator("circle", 0, 16, NORMAL_RAND)
drift = generator("vector", list(0, -0.2), list(0, 0.2))
gravity = list(0, 0.95)
scale = generator("vector", list(0.3, 0.3), list(1,1), NORMAL_RAND)
rotation = 30
spin = generator("num", -20, 20)