mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-19 13:35:10 +00:00
* Hazardous Area Component | Free Golem Soft-Restriction (#65720) Co-authored-by: Mothblocks <35135081+Mothblocks@ users.noreply.github.com> * Hazardous Area Component | Free Golem Soft-Restriction Co-authored-by: Zephyr <12817816+ZephyrTFA@users.noreply.github.com> Co-authored-by: Mothblocks <35135081+Mothblocks@ users.noreply.github.com>
22 lines
599 B
Plaintext
22 lines
599 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/hazard_area
|
|
multiplicative_slowdown = 4
|
|
|