mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-03 13:13:21 +01:00
4032c73891
* Fermichem 2.4 - C2 medicine recipe adaptations and atunements to the new mechanics * Update human_defense.dm Co-authored-by: Thalpy <33956696+Thalpy@users.noreply.github.com> Co-authored-by: Gandalf2k15 <jzo123@hotmail.com>
39 lines
1007 B
Plaintext
39 lines
1007 B
Plaintext
/datum/movespeed_modifier/reagent
|
|
blacklisted_movetypes = (FLYING|FLOATING)
|
|
|
|
/datum/movespeed_modifier/reagent/stimulants
|
|
multiplicative_slowdown = -0.55
|
|
|
|
/datum/movespeed_modifier/reagent/ephedrine
|
|
multiplicative_slowdown = -0.5
|
|
|
|
/datum/movespeed_modifier/reagent/pepperspray
|
|
multiplicative_slowdown = 0.25
|
|
|
|
/datum/movespeed_modifier/reagent/monkey_energy
|
|
multiplicative_slowdown = -0.35
|
|
|
|
/datum/movespeed_modifier/reagent/changelinghaste
|
|
multiplicative_slowdown = -0.8
|
|
|
|
/datum/movespeed_modifier/reagent/methamphetamine
|
|
multiplicative_slowdown = -0.65
|
|
|
|
/datum/movespeed_modifier/reagent/nitryl
|
|
multiplicative_slowdown = -0.65
|
|
|
|
/datum/movespeed_modifier/reagent/freon
|
|
multiplicative_slowdown = 1.6
|
|
|
|
/datum/movespeed_modifier/reagent/halon
|
|
multiplicative_slowdown = 1.8
|
|
|
|
/datum/movespeed_modifier/reagent/lenturi
|
|
multiplicative_slowdown = 1.5
|
|
|
|
/datum/movespeed_modifier/reagent/nuka_cola
|
|
multiplicative_slowdown = -0.35
|
|
|
|
/datum/movespeed_modifier/reagent/nooartrium
|
|
multiplicative_slowdown = 2
|