mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-23 23:46:38 +01:00
70 lines
1.6 KiB
Plaintext
70 lines
1.6 KiB
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/burning
|
|
position = list(0, 0, 0)
|
|
|
|
/particles/smoke/burning/small
|
|
spawning = 1
|
|
scale = list(0.8, 0.8)
|
|
velocity = list(0, 0.4, 0)
|
|
|
|
/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
|
|
|
|
/particles/smoke/steam/bad
|
|
icon_state = list("steam_1" = 1, "smoke_1" = 1, "smoke_2" = 1, "smoke_3" = 1)
|
|
spawning = 2
|
|
velocity = list(0, 0.25, 0)
|
|
|
|
/particles/smoke/steam/mald
|
|
icon_state = list("steam_1" = 1, "steam_2" = 1, "steam_3" = 2)
|
|
velocity = list(0, 0.25, 0)
|
|
lifespan = 1 SECONDS
|
|
fade = 0.5 SECONDS
|
|
position = list(-1, 12, 0)
|
|
|
|
/particles/smoke/cig
|
|
icon_state = list("steam_1" = 2, "steam_2" = 1, "steam_3" = 1)
|
|
count = 1
|
|
spawning = 0.05 // used to pace it out roughly in time with breath ticks
|
|
position = list(-6, -2, 0)
|
|
gravity = list(0, 0.75, 0)
|
|
lifespan = 0.75 SECONDS
|
|
fade = 0.75 SECONDS
|
|
velocity = list(0, 0.2, 0)
|
|
scale = 0.5
|
|
grow = 0.01
|
|
friction = 0.5
|
|
color = "#d0d0d09d"
|
|
|
|
/particles/smoke/cig/big
|
|
icon_state = list("steam_1" = 1, "steam_2" = 2, "steam_3" = 2)
|
|
gravity = list(0, 0.5, 0)
|
|
velocity = list(0, 0.1, 0)
|
|
lifespan = 1 SECONDS
|
|
fade = 1 SECONDS
|
|
grow = 0.1
|
|
scale = 0.75
|
|
spawning = 1
|
|
friction = 0.75
|