mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 10:11:09 +00:00
* 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>
26 lines
587 B
Plaintext
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
|