mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-18 20:59:56 +01:00
a1322afa05
* Port /datum/status_effect system * Port fire stacks to status_effects * Fixes and adjustments to wetness * One last little thing * Fixes these compile errors A few things on the backend got updated...Adjusts them here. --------- Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.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)
|