From dae811746aa437fb64d5c9cdb8c24b620180b1a6 Mon Sep 17 00:00:00 2001 From: Alzore <140123969+Blackern5000@users.noreply.github.com> Date: Fri, 25 Apr 2025 01:03:03 -0500 Subject: [PATCH] Inaprovaline metabolizes slower for better use as a stabilizing medicine (#32293) --- Resources/Prototypes/Reagents/medicine.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Reagents/medicine.yml b/Resources/Prototypes/Reagents/medicine.yml index 6c676f0105..ff7a2fc116 100644 --- a/Resources/Prototypes/Reagents/medicine.yml +++ b/Resources/Prototypes/Reagents/medicine.yml @@ -426,6 +426,7 @@ color: "#731024" metabolisms: Medicine: + metabolismRate: 0.1 # Smaller doses stabilize critical people for longer. Gives it a specific usecase as to not be entirely outclassed by dex+ effects: - !type:HealthChange conditions: @@ -434,7 +435,7 @@ mobstate: Critical damage: types: - Asphyxiation: -5 + Asphyxiation: -2 - !type:ModifyBleedAmount amount: -0.25 -- 2.51.2