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

View File

@@ -19,3 +19,19 @@
- type: Construction - type: Construction
graph: Bola graph: Bola
node: 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