This commit is contained in:
silicons
2021-06-28 12:55:22 -07:00
parent a73ca4be46
commit 4653deddec
6 changed files with 108 additions and 45 deletions
+16 -3
View File
@@ -5,7 +5,11 @@
multiplicative_slowdown = -0.55
/datum/movespeed_modifier/reagent/ephedrine
multiplicative_slowdown = -0.5
// strong painkiller effect that caps out at slightly above runspeed
multiplicative_slowdown = -1.5
priority = -100
complex_calculation = TRUE
absolute_max_tiles_per_second = 7
/datum/movespeed_modifier/reagent/pepperspray
multiplicative_slowdown = 0.25
@@ -14,10 +18,19 @@
multiplicative_slowdown = -0.35
/datum/movespeed_modifier/reagent/changelinghaste
multiplicative_slowdown = -0.8
// extremely strong painkiller effect: allows user to run at old sprint speeds but not over by cancelling out slowdowns.
// however, will not make user go faster than that
multiplicative_slowdown = -4
priority = -100
complex_calculation = TRUE
absolute_max_tiles_per_second = 8
/datum/movespeed_modifier/reagent/methamphetamine
multiplicative_slowdown = -0.65
// very strong painkiller effect that caps out at slightly above runspeed
multiplicative_slowdown = -2.5
priority = -100
complex_calculation = TRUE
absolute_max_tiles_per_second = 7.5
/datum/movespeed_modifier/reagent/nitryl
multiplicative_slowdown = -0.65
@@ -51,3 +51,11 @@
/datum/movespeed_modifier/status_effect/off_balance
variable = TRUE
/datum/movespeed_modifier/status_effect/slime/light_pink
// decently good painkiller + speedup effect
blacklisted_movetypes = FLYING | FLOATING
priority = -150 // someday we really need to make these defines lmao
multiplicative_slowdown = -2
complex_calculation = TRUE
absolute_max_tiles_per_second = 7