mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-11 01:13:18 +00:00
lightpink down to 25% speed buff from 50%, sepia speed buff down to 20% from 50%, wth a possible slowdown of 10%
18 lines
555 B
Plaintext
18 lines
555 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.25 //SKYRAT EDIT: Oiriginal value (-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)
|