mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 21:57:53 +01:00
Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com> Co-authored-by: Cameron Lennox <killer65311@gmail.com>
15 lines
416 B
Plaintext
15 lines
416 B
Plaintext
// Water related particles.
|
|
/particles/droplets
|
|
icon = 'icons/effects/particles/generic.dmi'
|
|
icon_state = list("dot"=2,"drop"=1)
|
|
width = 32
|
|
height = 36
|
|
count = 5
|
|
spawning = 0.2
|
|
lifespan = 1 SECONDS
|
|
fade = 0.5 SECONDS
|
|
color = "#549EFF"
|
|
position = generator(GEN_BOX, list(-9,-9,0), list(9,18,0), NORMAL_RAND)
|
|
scale = generator(GEN_VECTOR, list(0.9,0.9), list(1.1,1.1), NORMAL_RAND)
|
|
gravity = list(0, -0.9)
|