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