mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-09 16:33:50 +00:00
* Festival Sect is back in 2022! * wew Co-authored-by: tralezab <40974010+tralezab@users.noreply.github.com> Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
24 lines
683 B
Plaintext
24 lines
683 B
Plaintext
/datum/movespeed_modifier/status_effect/bloodchill
|
|
multiplicative_slowdown = 3
|
|
|
|
/datum/movespeed_modifier/status_effect/bonechill
|
|
multiplicative_slowdown = 3
|
|
|
|
/datum/movespeed_modifier/status_effect/lightpink
|
|
multiplicative_slowdown = -0.5
|
|
blacklisted_movetypes = (FLYING|FLOATING)
|
|
|
|
/datum/movespeed_modifier/status_effect/tarfoot
|
|
multiplicative_slowdown = 0.5
|
|
blacklisted_movetypes = (FLYING|FLOATING)
|
|
|
|
/datum/movespeed_modifier/status_effect/sepia
|
|
variable = TRUE
|
|
blacklisted_movetypes = (FLYING|FLOATING)
|
|
|
|
/datum/movespeed_modifier/status_effect/power_chord
|
|
multiplicative_slowdown = -0.2
|
|
|
|
/datum/movespeed_modifier/status_effect/hazard_area
|
|
multiplicative_slowdown = 4
|