From 3f787fcd75d872d57acfb94b69bb84b7aa43b5a5 Mon Sep 17 00:00:00 2001 From: Whisper <121047731+QuietlyWhisper@users.noreply.github.com> Date: Wed, 12 Apr 2023 04:53:10 -0400 Subject: [PATCH] Cloth can be used as gauze to stop bleeding (#15311) --- .../Entities/Objects/Materials/materials.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Materials/materials.yml b/Resources/Prototypes/Entities/Objects/Materials/materials.yml index e0956d4cd2..141afd2df1 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/materials.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/materials.yml @@ -62,6 +62,17 @@ name: cloth suffix: Full components: + - type: Healing + damageContainer: Biological + damage: + types: + Slash: -0.5 + Piercing: -0.5 + bloodlossModifier: -4 + healingBeginSound: + path: "/Audio/Items/Medical/brutepack_begin.ogg" + healingEndSound: + path: "/Audio/Items/Medical/brutepack_end.ogg" - type: Stack stackType: Cloth - type: Material -- 2.51.2