Files
Bubberstation/code/modules/movespeed/modifiers/components.dm
SkyratBot 747c211944 [MIRROR] Sparring Sect! (#8237)
* Sparring Sect!

* Update greyscale_configs.dm

* https://github.com/tgstation/tgstation/pull/61527/

* E

Co-authored-by: tralezab <40974010+tralezab@users.noreply.github.com>
Co-authored-by: Gandalf <jzo123@hotmail.com>
2021-09-19 22:24:40 +01:00

26 lines
587 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/tenacious
multiplicative_slowdown = -0.7
movetypes = GROUND
/datum/movespeed_modifier/sanity
id = MOVESPEED_ID_SANITY
movetypes = (~FLYING)
/datum/movespeed_modifier/sanity/insane
multiplicative_slowdown = 1
/datum/movespeed_modifier/sanity/crazy
multiplicative_slowdown = 0.5
/datum/movespeed_modifier/sanity/disturbed
multiplicative_slowdown = 0.25