mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
no more ids
This commit is contained in:
@@ -1,15 +1,12 @@
|
||||
/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
|
||||
|
||||
/datum/movespeed_modifier/sanity
|
||||
id = MOVESPEED_ID_SANITY
|
||||
movetypes = (~FLYING)
|
||||
|
||||
/datum/movespeed_modifier/sanity/insane
|
||||
|
||||
@@ -1,18 +1,14 @@
|
||||
/datum/movespeed_modifier/strained_muscles
|
||||
id = MOVESPEED_ID_CHANGELING_MUSCLES
|
||||
multiplicative_slowdown = -1
|
||||
blacklisted_movetypes = (FLYING|FLOATING)
|
||||
|
||||
/datum/movespeed_modifier/pai_spacewalk
|
||||
id = MOVESPEED_ID_PAI_SPACEWALK_SPEEDMOD
|
||||
multiplicative_slowdown = 2
|
||||
|
||||
/datum/movespeed_modifier/species
|
||||
id = MOVESPEED_ID_SPECIES
|
||||
movetypes = ~FLYING
|
||||
variable = TRUE
|
||||
|
||||
/datum/movespeed_modifier/dna_vault_speedup
|
||||
id = MOVESPEED_ID_DNA_VAULT
|
||||
blacklisted_movetypes = (FLYING|FLOATING)
|
||||
multiplicative_slowdown = -0.4
|
||||
|
||||
@@ -3,13 +3,10 @@
|
||||
movetypes = FLOATING
|
||||
|
||||
/datum/movespeed_modifier/jetpack/cybernetic
|
||||
id = MOVESPEED_ID_CYBER_THRUSTER
|
||||
multiplicative_slowdown = -0.5
|
||||
|
||||
/datum/movespeed_modifier/jetpack/fullspeed
|
||||
id = MOVESPEED_ID_JETPACK
|
||||
multiplicative_slowdown = -0.5
|
||||
|
||||
/datum/movespeed_modifier/die_of_fate
|
||||
id = MOVESPEED_ID_DIE_OF_FATE
|
||||
multiplicative_slowdown = 1
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
/datum/movespeed_modifier/admin_varedit
|
||||
variable = TRUE
|
||||
id = MOVESPEED_ID_ADMIN_VAREDIT
|
||||
|
||||
/datum/movespeed_modifier/yellow_orb
|
||||
id = MOVESPEED_ID_YELLOW_ORB
|
||||
multiplicative_slowdown = -2
|
||||
blacklisted_movetypes = (FLYING|FLOATING)
|
||||
|
||||
@@ -1,44 +1,34 @@
|
||||
/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
|
||||
variable = TRUE
|
||||
|
||||
/datum/movespeed_modifier/damage_slowdown_flying
|
||||
id = MOVESPEED_ID_DAMAGE_SLOWDOWN_FLYING
|
||||
movetypes = FLOATING
|
||||
variable = TRUE
|
||||
|
||||
/datum/movespeed_modifier/equipment_speedmod
|
||||
variable = TRUE
|
||||
id = MOVESPEED_ID_MOB_EQUIPMENT
|
||||
blacklisted_movetypes = FLOATING
|
||||
|
||||
/datum/movespeed_modifier/grab_slowdown
|
||||
id = MOVESPEED_ID_MOB_GRAB_STATE
|
||||
blacklisted_movetypes = FLOATING
|
||||
|
||||
/datum/movespeed_modifier/grab_slowdown/aggressive
|
||||
@@ -51,15 +41,12 @@
|
||||
multiplicative_slowdown = 9
|
||||
|
||||
/datum/movespeed_modifier/slime_reagentmod
|
||||
id = MOVESPEED_ID_SLIME_REAGENTMOD
|
||||
variable = TRUE
|
||||
|
||||
/datum/movespeed_modifier/slime_healthmod
|
||||
id = MOVESPEED_ID_SLIME_HEALTHMOD
|
||||
variable = TRUE
|
||||
|
||||
/datum/movespeed_modifier/config_walk_run
|
||||
id = MOVESPEED_ID_MOB_WALK_RUN_CONFIG_SPEED
|
||||
multiplicative_slowdown = 1
|
||||
|
||||
/datum/movespeed_modifier/config_walk_run/proc/sync()
|
||||
@@ -73,58 +60,45 @@
|
||||
multiplicative_slowdown = isnum(mod)? mod : initial(multiplicative_slowdown)
|
||||
|
||||
/datum/movespeed_modifier/turf_slowdown
|
||||
id = MOVESPEED_ID_LIVING_TURF_SPEEDMOD
|
||||
movetypes = GROUND
|
||||
blacklisted_movetypes = (FLYING|FLOATING)
|
||||
variable = TRUE
|
||||
|
||||
/datum/movespeed_modifier/bulky_drag
|
||||
id = MOVESPEED_ID_BULKY_DRAGGING
|
||||
variable = TRUE
|
||||
|
||||
/datum/movespeed_modifier/cold
|
||||
id = MOVESPEED_ID_COLD
|
||||
blacklisted_movetypes = FLOATING
|
||||
variable = TRUE
|
||||
|
||||
/datum/movespeed_modifier/shove
|
||||
id = MOVESPEED_ID_SHOVE
|
||||
multiplicative_slowdown = SHOVE_SLOWDOWN_STRENGTH
|
||||
|
||||
/datum/movespeed_modifier/human_carry
|
||||
id = MOVESPEED_ID_HUMAN_CARRYING
|
||||
multiplicative_slowdown = HUMAN_CARRY_SLOWDOWN
|
||||
|
||||
/datum/movespeed_modifier/limbless
|
||||
id = MOVESPEED_ID_LIVING_LIMBLESS
|
||||
variable = TRUE
|
||||
movetypes = GROUND
|
||||
|
||||
/datum/movespeed_modifier/simplemob_varspeed
|
||||
id = MOVESPEED_ID_SIMPLEMOB_VARSPEED
|
||||
variable = TRUE
|
||||
|
||||
/datum/movespeed_modifier/tarantula_web
|
||||
id = MOVESPEED_ID_TARANTULA_WEB
|
||||
multiplicative_slowdown = 3
|
||||
|
||||
/datum/movespeed_modifier/gravity
|
||||
id = MOVESPEED_ID_MOB_GRAVITY
|
||||
blacklisted_movetypes = FLOATING
|
||||
variable = TRUE
|
||||
|
||||
/datum/movespeed_modifier/carbon_softcrit
|
||||
id = MOVESPEED_ID_CARBON_SOFTCRIT
|
||||
multiplicative_slowdown = SOFTCRIT_ADD_SLOWDOWN
|
||||
|
||||
/datum/movespeed_modifier/slime_tempmod
|
||||
id = MOVESPEED_ID_SLIME_TEMPMOD
|
||||
variable = TRUE
|
||||
|
||||
/datum/movespeed_modifier/carbon_crawling
|
||||
id = MOVESPEED_ID_CARBON_CRAWLING
|
||||
multiplicative_slowdown = CRAWLING_ADD_SLOWDOWN
|
||||
|
||||
/datum/movespeed_modifier/mob_config_speedmod
|
||||
id = MOVESPEED_ID_CONFIG_SPEEDMOD
|
||||
variable = TRUE
|
||||
|
||||
@@ -2,41 +2,31 @@
|
||||
blacklisted_movetypes = (FLYING|FLOATING)
|
||||
|
||||
/datum/movespeed_modifier/reagent/stimulants
|
||||
id = "stimulants_reagent"
|
||||
multiplicative_slowdown = -1
|
||||
|
||||
/datum/movespeed_modifier/reagent/ephedrine
|
||||
id = "ephedrine_reagent"
|
||||
multiplicative_slowdown = -0.5
|
||||
|
||||
/datum/movespeed_modifier/reagent/pepperspray
|
||||
id = MOVESPEED_ID_PEPPER_SPRAY
|
||||
multiplicative_slowdown = 0.25
|
||||
|
||||
/datum/movespeed_modifier/reagent/badstims
|
||||
id = "reagent_badstims"
|
||||
multiplicative_slowdown = -0.45
|
||||
|
||||
/datum/movespeed_modifier/reagent/monkey_energy
|
||||
id = "reagent_monkey_energy"
|
||||
multiplicative_slowdown = -0.35
|
||||
|
||||
/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,22 +1,17 @@
|
||||
/datum/movespeed_modifier/status_effect/bloodchill
|
||||
id = "bloodchilled"
|
||||
multiplicative_slowdown = 3
|
||||
|
||||
/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)
|
||||
|
||||
Reference in New Issue
Block a user