[MIRROR] Adds an action speed modifier system (#522)

* Adds an action speed modifier system (#53023)

* Adds an action speed modifier system

Co-authored-by: Qustinnus <Floydje123@hotmail.com>
This commit is contained in:
SkyratBot
2020-08-26 01:40:42 +02:00
committed by GitHub
co-authored by Qustinnus
parent 5726fa5a21
commit dc3663a8d1
16 changed files with 232 additions and 40 deletions
@@ -0,0 +1,2 @@
/datum/actionspeed_modifier/base
variable = TRUE
@@ -0,0 +1,7 @@
/datum/actionspeed_modifier/low_sanity
multiplicative_slowdown = 0.25
id = ACTIONSPEED_ID_SANITY
/datum/actionspeed_modifier/high_sanity
multiplicative_slowdown = -0.1
id = ACTIONSPEED_ID_SANITY
@@ -0,0 +1,5 @@
/datum/actionspeed_modifier/timecookie
multiplicative_slowdown = -0.05
/datum/actionspeed_modifier/blunt_wound
variable = TRUE