From a224edae5dffabe535158aa2c985aa5ce21a2bcb Mon Sep 17 00:00:00 2001 From: Peptide90 <78795277+Peptide90@users.noreply.github.com> Date: Wed, 8 Jun 2022 09:47:30 +0100 Subject: [PATCH] buffs tables and counters (#8698) 25 (+10) health for metal, 15 for wood --- .../Structures/Furniture/Tables/tables.yml | 20 +++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Furniture/Tables/tables.yml b/Resources/Prototypes/Entities/Structures/Furniture/Tables/tables.yml index ab1abf1f59..ecc1ebb0f2 100644 --- a/Resources/Prototypes/Entities/Structures/Furniture/Tables/tables.yml +++ b/Resources/Prototypes/Entities/Structures/Furniture/Tables/tables.yml @@ -75,7 +75,13 @@ thresholds: - trigger: !type:DamageTrigger - damage: 1 + damage: 100 + behaviors: + - !type:DoActsBehavior + acts: [ "Destruction" ] + - trigger: + !type:DamageTrigger + damage: 15 behaviors: - !type:PlaySoundBehavior sound: @@ -121,7 +127,13 @@ thresholds: - trigger: !type:DamageTrigger - damage: 1 + damage: 100 + behaviors: + - !type:DoActsBehavior + acts: [ "Destruction" ] + - trigger: + !type:DamageTrigger + damage: 25 behaviors: - !type:PlaySoundBehavior sound: @@ -160,7 +172,7 @@ acts: [ "Destruction" ] - trigger: !type:DamageTrigger - damage: 15 + damage: 25 behaviors: - !type:PlaySoundBehavior sound: @@ -494,4 +506,4 @@ components: - type: Construction graph: Table - node: CounterMetal \ No newline at end of file + node: CounterMetal