move stuff

This commit is contained in:
kevinz000
2020-01-10 07:27:44 -08:00
parent bb95b2a870
commit 46451e23ea
11 changed files with 240 additions and 231 deletions
@@ -0,0 +1,9 @@
/datum/movespeed_modifier/shrink_ray
id = MOVESPEED_ID_SHRINK_RAY
movetypes = GROUND
multiplicative_slowdown = 4
/datum/movespeed_modifier/snail_crawl
id = MOVESPEED_ID_SNAIL_CRAWL
multiplicative_slowdown = -7
movetypes = GROUND
@@ -0,0 +1,4 @@
/datum/movespeed_modifier/strained_muscles
id = MOVESPEED_ID_CHANGELING_MUSCLES
multiplicative_slowdown = -1
blacklisted_movetypes = (FLYING|FLOATING)
@@ -0,0 +1,9 @@
/datum/movespeed_modifier/reagent/stimulants
id = "stimulants_reagent"
multiplicative_slowdown = -1
blacklisted_movetypes = (FLYING|FLOATING)
/datum/movespeed_modifier/reagent/ephedrine
id = "ephedrine_reagent"
multiplicative_slowdown = -0.5
blacklisted_movetypes = (FLYING|FLOATING)
@@ -0,0 +1,7 @@
/datum/movespeed_modifier/bloodchill
id = "bloodchilled"
multiplicative_slowdown = 3
/datum/movespeed_modifier/bonechill
id = "bonechilled"
multiplicative_slowdown = 3