diff --git a/Resources/Prototypes/_CP14/Entities/Objects/Materials/simple.yml b/Resources/Prototypes/_CP14/Entities/Objects/Materials/simple.yml index 05ab29de9e..1f988446e4 100644 --- a/Resources/Prototypes/_CP14/Entities/Objects/Materials/simple.yml +++ b/Resources/Prototypes/_CP14/Entities/Objects/Materials/simple.yml @@ -426,6 +426,18 @@ layers: - state: cloth_1 map: ["base"] + - type: Healing + damageContainers: + - Biological + damage: + types: + Slash: -3 + Piercing: -3 + bloodlossModifier: -8 + healingBeginSound: + path: "/Audio/Items/Medical/brutepack_begin.ogg" + healingEndSound: + path: "/Audio/Items/Medical/brutepack_end.ogg" - type: Appearance - type: Stack stackType: CP14Cloth diff --git a/Resources/Prototypes/_CP14/Entities/Objects/Specific/Medical/healing.yml b/Resources/Prototypes/_CP14/Entities/Objects/Specific/Medical/healing.yml index 5d4a5e65bd..91871d3c22 100644 --- a/Resources/Prototypes/_CP14/Entities/Objects/Specific/Medical/healing.yml +++ b/Resources/Prototypes/_CP14/Entities/Objects/Specific/Medical/healing.yml @@ -23,9 +23,10 @@ - Biological damage: types: - Slash: -1 - Piercing: -1 - bloodlossModifier: -4 + Slash: -2 + Piercing: -2 + bloodlossModifier: -6 + delay: 2.5 healingBeginSound: path: "/Audio/Items/Medical/brutepack_begin.ogg" healingEndSound: @@ -74,9 +75,10 @@ - Biological damage: types: - Slash: -4 - Piercing: -4 + Slash: -6 + Piercing: -6 bloodlossModifier: -10 + delay: 2 healingBeginSound: path: "/Audio/Items/Medical/brutepack_begin.ogg" healingEndSound: