buffs tables and counters (#8698)

25 (+10) health for metal, 15 for wood
This commit is contained in:
Peptide90
2022-06-08 09:47:30 +01:00
committed by GitHub
parent 1879cabe38
commit a224edae5d

View File

@@ -75,7 +75,13 @@
thresholds: thresholds:
- trigger: - trigger:
!type:DamageTrigger !type:DamageTrigger
damage: 1 damage: 100
behaviors:
- !type:DoActsBehavior
acts: [ "Destruction" ]
- trigger:
!type:DamageTrigger
damage: 15
behaviors: behaviors:
- !type:PlaySoundBehavior - !type:PlaySoundBehavior
sound: sound:
@@ -121,7 +127,13 @@
thresholds: thresholds:
- trigger: - trigger:
!type:DamageTrigger !type:DamageTrigger
damage: 1 damage: 100
behaviors:
- !type:DoActsBehavior
acts: [ "Destruction" ]
- trigger:
!type:DamageTrigger
damage: 25
behaviors: behaviors:
- !type:PlaySoundBehavior - !type:PlaySoundBehavior
sound: sound:
@@ -160,7 +172,7 @@
acts: [ "Destruction" ] acts: [ "Destruction" ]
- trigger: - trigger:
!type:DamageTrigger !type:DamageTrigger
damage: 15 damage: 25
behaviors: behaviors:
- !type:PlaySoundBehavior - !type:PlaySoundBehavior
sound: sound:
@@ -494,4 +506,4 @@
components: components:
- type: Construction - type: Construction
graph: Table graph: Table
node: CounterMetal node: CounterMetal