From 2c5655ee6959a4a6741b641fee47f0ca3b0f4987 Mon Sep 17 00:00:00 2001 From: Kit Date: Thu, 29 May 2025 18:59:48 -0400 Subject: [PATCH] Update Blood healing and blood absorpsion (#1331) --- Resources/Prototypes/_CP14/Reagents/target_effects.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/_CP14/Reagents/target_effects.yml b/Resources/Prototypes/_CP14/Reagents/target_effects.yml index 0ea8e6ca00..26e8856466 100644 --- a/Resources/Prototypes/_CP14/Reagents/target_effects.yml +++ b/Resources/Prototypes/_CP14/Reagents/target_effects.yml @@ -259,6 +259,10 @@ effects: - !type:ModifyBloodLevel amount: 20 + - !type:HealthChange + damage: + types: + Bloodloss: -10 pricePerUnit: 2 - type: reagent @@ -276,6 +280,10 @@ effects: - !type:ModifyBloodLevel amount: -10 + - !type:HealthChange + damage: + types: + Bloodloss: 3 pricePerUnit: 2 - type: reagent @@ -528,4 +536,4 @@ Food: metabolismRate: 0.05 effects: - - !type:Jitter \ No newline at end of file + - !type:Jitter