Tile and Bola throwing nerf (#7858)

This commit is contained in:
Peptide90
2022-05-02 21:49:47 +01:00
committed by GitHub
parent 07e03b4215
commit 2cc0afbba6
2 changed files with 24 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
- type: DamageOtherOnHit
damage:
types:
Blunt: 10
Blunt: 5
- type: Stack
count: 1
- type: Tag
@@ -24,10 +24,16 @@
thresholds:
- trigger:
!type:DamageTrigger
damage: 100
damage: 20
behaviors:
- !type:PlaySoundBehavior
sound: /Audio/Effects/metalbreak.ogg
- !type:DoActsBehavior
acts: [ "Destruction" ]
- type: DamageOnLand
damage:
types:
Blunt: 5
- type: entity
name: steel tile

View File

@@ -19,3 +19,19 @@
- type: Construction
graph: Bola
node: bola
- type: Damageable
damageContainer: Inorganic
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 15
behaviors:
- !type:PlaySoundBehavior
sound: /Audio/Effects/metalbreak.ogg
- !type:DoActsBehavior
acts: [ "Destruction" ]
- type: DamageOnLand
damage:
types:
Blunt: 5