mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 18:02:57 +00:00
22 lines
506 B
Plaintext
22 lines
506 B
Plaintext
/datum/movespeed_modifier/shrink_ray
|
|
movetypes = GROUND
|
|
multiplicative_slowdown = 4
|
|
flags = IGNORE_NOSLOW
|
|
|
|
/datum/movespeed_modifier/snail_crawl
|
|
multiplicative_slowdown = -7
|
|
movetypes = GROUND
|
|
|
|
/datum/movespeed_modifier/sanity
|
|
id = MOVESPEED_ID_SANITY
|
|
blacklisted_movetypes = FLYING
|
|
|
|
/datum/movespeed_modifier/sanity/insane
|
|
multiplicative_slowdown = 1.5
|
|
|
|
/datum/movespeed_modifier/sanity/crazy
|
|
multiplicative_slowdown = 1
|
|
|
|
/datum/movespeed_modifier/sanity/disturbed
|
|
multiplicative_slowdown = 0.5
|