From 591b449d27f28006e1011deb8a38906db3988f4d Mon Sep 17 00:00:00 2001 From: lapatison <100279397+lapatison@users.noreply.github.com> Date: Mon, 6 Feb 2023 05:51:57 +0300 Subject: [PATCH] Shooting target tweaks (#13946) --- .../Objects/Specific/Security/target.yml | 50 +------------------ .../Prototypes/Recipes/Lathes/security.yml | 6 +-- 2 files changed, 4 insertions(+), 52 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Specific/Security/target.yml b/Resources/Prototypes/Entities/Objects/Specific/Security/target.yml index 304a48258a..dd3e5974da 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Security/target.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Security/target.yml @@ -29,7 +29,7 @@ thresholds: - trigger: !type:DamageTrigger - damage: 50 + damage: 500 behaviors: - !type:SpawnEntitiesBehavior spawn: @@ -51,22 +51,6 @@ - type: Sprite sprite: Objects/Specific/Security/target.rsi state: target_h - - type: Destructible - thresholds: - - trigger: - !type:DamageTrigger - damage: 500 - behaviors: - - !type:SpawnEntitiesBehavior - spawn: - SheetSteel: - min: 10 - max: 10 - - !type:PlaySoundBehavior - sound: - path: /Audio/Effects/metalbreak.ogg - - !type:DoActsBehavior - acts: [ "Destruction" ] - type: entity name: syndicate target @@ -77,22 +61,6 @@ - type: Sprite sprite: Objects/Specific/Security/target.rsi state: target_s - - type: Destructible - thresholds: - - trigger: - !type:DamageTrigger - damage: 500 - behaviors: - - !type:SpawnEntitiesBehavior - spawn: - SheetSteel: - min: 10 - max: 10 - - !type:PlaySoundBehavior - sound: - path: /Audio/Effects/metalbreak.ogg - - !type:DoActsBehavior - acts: [ "Destruction" ] - type: entity name: clown target @@ -103,22 +71,6 @@ - type: Sprite sprite: Objects/Specific/Security/target.rsi state: target_c - - type: Destructible - thresholds: - - trigger: - !type:DamageTrigger - damage: 500 - behaviors: - - !type:SpawnEntitiesBehavior - spawn: - SheetSteel: - min: 10 - max: 10 - - !type:PlaySoundBehavior - sound: - path: /Audio/Effects/metalbreak.ogg - - !type:DoActsBehavior - acts: [ "Destruction" ] # put it on a salvage or something - type: entity diff --git a/Resources/Prototypes/Recipes/Lathes/security.yml b/Resources/Prototypes/Recipes/Lathes/security.yml index 96ce2a23cc..d3db7f3ebf 100644 --- a/Resources/Prototypes/Recipes/Lathes/security.yml +++ b/Resources/Prototypes/Recipes/Lathes/security.yml @@ -150,7 +150,7 @@ completetime: 5 applyMaterialDiscount: false # ingredients dropped when destroyed materials: - Steel: 10 + Steel: 500 - type: latheRecipe id: TargetClown @@ -158,7 +158,7 @@ completetime: 5 applyMaterialDiscount: false # ingredients dropped when destroyed materials: - Steel: 10 + Steel: 500 - type: latheRecipe id: TargetSyndicate @@ -166,7 +166,7 @@ completetime: 5 applyMaterialDiscount: false # ingredients dropped when destroyed materials: - Steel: 10 + Steel: 500 - type: latheRecipe id: MagazineBoxPistol -- 2.52.0