mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-11 07:58:57 +01:00
d313f70906
The /tg/-style movespeed_modifier datums were not incorporated into the original smooth movement PR. While https://github.com/Aurorastation/Aurora.3/pull/22043 restores that functionality, the original values no longer feel good now that we're on smooth movement. This PR halves ALL movespeed_modifier/slowdown datums, with the exception of species-native, as a baseline before more individual adjustments are made.
7 lines
192 B
Plaintext
7 lines
192 B
Plaintext
ABSTRACT_TYPE(/datum/movespeed_modifier/spell)
|
|
|
|
ABSTRACT_TYPE(/datum/movespeed_modifier/spell/technomancer)
|
|
|
|
/datum/movespeed_modifier/spell/technomancer/haste
|
|
multiplicative_slowdown = -0.4
|