From 1d519d0a5df10c5748fcbf7a640510fbf818f543 Mon Sep 17 00:00:00 2001 From: gogenych Date: Wed, 14 Aug 2024 23:10:15 +0300 Subject: [PATCH 1/3] crowbar damage on hit --- Resources/Prototypes/Entities/Objects/Tools/tools.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Tools/tools.yml b/Resources/Prototypes/Entities/Objects/Tools/tools.yml index 116c6d6c6cd93d..7a97f0c9c3b4b5 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/tools.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/tools.yml @@ -163,6 +163,14 @@ Blunt: 8 soundHit: collection: MetalThud + # ss220 crowbar Damage on hit start + - type: DamageOtherOnHit + damage: + types: + Blunt: 6 + soundHit: + collection: MetalThud + # ss220 crowbar Damage on hit end - type: Tool qualities: - Prying From 3b5882e1819d17731ec13648bdd5d560f1169e71 Mon Sep 17 00:00:00 2001 From: gogenych Date: Wed, 14 Aug 2024 23:23:43 +0300 Subject: [PATCH 2/3] fix checks --- Resources/Prototypes/Entities/Objects/Tools/tools.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Tools/tools.yml b/Resources/Prototypes/Entities/Objects/Tools/tools.yml index 7a97f0c9c3b4b5..d66ff1b8ffdc58 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/tools.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/tools.yml @@ -161,8 +161,6 @@ damage: types: Blunt: 8 - soundHit: - collection: MetalThud # ss220 crowbar Damage on hit start - type: DamageOtherOnHit damage: From 04f03b7140fc28c0a01932f7bc2702540c143972 Mon Sep 17 00:00:00 2001 From: gogenych Date: Wed, 14 Aug 2024 23:34:55 +0300 Subject: [PATCH 3/3] fix checks 2 --- Resources/Prototypes/Entities/Objects/Tools/tools.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Tools/tools.yml b/Resources/Prototypes/Entities/Objects/Tools/tools.yml index d66ff1b8ffdc58..a24d82e0c6f263 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/tools.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/tools.yml @@ -161,13 +161,13 @@ damage: types: Blunt: 8 + soundHit: + collection: MetalThud # ss220 crowbar Damage on hit start - type: DamageOtherOnHit damage: types: - Blunt: 6 - soundHit: - collection: MetalThud + Blunt: 6 # ss220 crowbar Damage on hit end - type: Tool qualities: