From 2cc0afbba66e3e0c6fc2de565c0133f7a905cd59 Mon Sep 17 00:00:00 2001 From: Peptide90 <78795277+Peptide90@users.noreply.github.com> Date: Mon, 2 May 2022 21:49:47 +0100 Subject: [PATCH] Tile and Bola throwing nerf (#7858) --- .../Prototypes/Entities/Objects/Misc/tiles.yml | 10 ++++++++-- .../Entities/Objects/Weapons/Throwable/bola.yml | 16 ++++++++++++++++ 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Misc/tiles.yml b/Resources/Prototypes/Entities/Objects/Misc/tiles.yml index 729ca6c947..cd7f0d5f35 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/tiles.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/tiles.yml @@ -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 diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Throwable/bola.yml b/Resources/Prototypes/Entities/Objects/Weapons/Throwable/bola.yml index 32c6bc8c67..92ea5655a2 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Throwable/bola.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Throwable/bola.yml @@ -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