a a a a a

This commit is contained in:
kevinz000
2020-01-11 15:36:32 -08:00
parent b3237ada7d
commit 935817e607
21 changed files with 152 additions and 88 deletions
+35
View File
@@ -0,0 +1,35 @@
/datum/movespeed_modifier/obesity
id = MOVESPEED_ID_FAT
multiplicative_slowdown = 1.5
/datum/movespeed_modifier/monkey_reagent_speedmod
variable = TRUE
id = MOVESPEED_ID_MONKEY_REAGENT_SPEEDMOD
/datum/movespeed_modifier/monkey_health_speedmod
variable = TRUE
id = MOVESPEED_ID_MONKEY_HEALTH_SPEEDMOD
/datum/movespeed_modifier/monkey_temperature_speedmod
variable = TRUE
id = MOVESPEED_ID_MONKEY_TEMPERATURE_SPEEDMOD
/datum/movespeed_modifier/hunger
id = MOVESPEED_ID_HUNGRY
variable = TRUE
/datum/movespeed_modifier/slaughter
id = MOVESPEED_ID_SLAUGHTER
multiplicative_slowdown = -1
/datum/movespeed_modifier/damage_slowdown
id = MOVESPEED_ID_DAMAGE_SLOWDOWN
blacklisted_movetypes = FLOATING|FLYING
/datum/movespeed_modifier/damage_slowdown_flying
id = MOVESPEED_ID_DAMAGE_SLOWDOWN_FLYING
movetypes = FLOATING
/datum/movespeed_modifier/pai_spacewalk
id = MOVESPEED_ID_PAI_SPACEWALK_SPEEDMOD
multiplicative_slowdown = 2
+23 -5
View File
@@ -1,24 +1,42 @@
/datum/movespeed_modifier/reagent
blacklisted_movetypes = (FLYING|FLOATING)
/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)
/datum/movespeed_modifier/reagent/pepperspray
id = MOVESPEED_ID_PEPPER_SPRAY
multiplicative_slowdown = 0.25
blacklisted_movetypes = (FLYING|FLOATING)
/datum/movespeed_modifier/reagent/badstims
id = "reagent_badstims"
multiplicative_slowdown = -0.35
blacklisted_movetypes = (FLYING|FLOATING)
/datum/movespeed_modifier/reagent/monkey_energy
id = "reagent_monkey_energy"
multiplicative_slowdown = -0.35
blacklisted_movetypes = (FLYING|FLOATING)
/datum/movespeed_modifier/reagent/changelinghaste
id = "reagent_changelinghaste"
multiplicative_slowdown = -2
/datum/movespeed_modifier/reagent/methamphetamine
id = "reagent_methamphetamine"
multiplicative_slowdown = -0.65
/datum/movespeed_modifier/reagent/nitryl
id = "reagent_nitryl"
multiplicative_slowdown = -0.65
/datum/movespeed_modifier/reagent/lenturi
id = "reagent_lenturi"
multiplicative_slowdown = 1.5
/datum/movespeed_modifier/reagent/nuka_cola
id = "reagent_nukacola"
multiplicative_slowdown = -0.35
@@ -1,7 +1,22 @@
/datum/movespeed_modifier/bloodchill
/datum/movespeed_modifier/status_effect/bloodchill
id = "bloodchilled"
multiplicative_slowdown = 3
/datum/movespeed_modifier/bonechill
/datum/movespeed_modifier/status_effect/bonechill
id = "bonechilled"
multiplicative_slowdown = 3
/datum/movespeed_modifier/status_effect/lightpink
id = MOVESPEED_ID_SLIME_STATUS
multiplicative_slowdown = -0.5
blacklisted_movetypes = (FLYING|FLOATING)
/datum/movespeed_modifier/status_effect/tarfoot
id = MOVESPEED_ID_TARFOOT
multiplicative_slowdown = 0.5
blacklisted_movetypes = (FLYING|FLOATING)
/datum/movespeed_modifier/status_effect/sepia
variable = TRUE
id = MOVESPEED_ID_SEPIA
blacklisted_movetypes = (FLYING|FLOATING)
@@ -1,10 +0,0 @@
/datum/movespeed_modifier/variable
/datum/movespeed_modifier/variable/monkey_reagent_speedmod
id = MOVESPEED_ID_MONKEY_REAGENT_SPEEDMOD
/datum/movespeed_modifier/variable/monkey_health_speedmod
id = MOVESPEED_ID_MONKEY_HEALTH_SPEEDMOD
/datum/movespeed_modifier/variable/monkey_temperature_speedmod
id = MOVESPEED_ID_MONKEY_TEMPERATURE_SPEEDMOD