From 497e2ce89df45dd7b98ee9ddfcbf10a86d401c94 Mon Sep 17 00:00:00 2001 From: MutedUser <140936487+KZhProgram@users.noreply.github.com> Date: Sat, 1 Mar 2025 06:38:41 -0500 Subject: [PATCH] Reduced Destructible threshold from 300 and 150 to 100 and 50 (#3075) * Reduced Destructible threshold from 300 and 150 to 100 and 50 * Reduced Destructible threshold from 300 and 150 to 100 and 50 --- .../Structures/Storage/Closets/base_structureclosets.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Storage/Closets/base_structureclosets.yml b/Resources/Prototypes/Entities/Structures/Storage/Closets/base_structureclosets.yml index 6777b0f638..4891e179b6 100644 --- a/Resources/Prototypes/Entities/Structures/Storage/Closets/base_structureclosets.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/Closets/base_structureclosets.yml @@ -70,13 +70,13 @@ thresholds: - trigger: !type:DamageTrigger - damage: 300 + damage: 100 # DeltaV - was 300 behaviors: - !type:DoActsBehavior acts: [ "Destruction" ] - trigger: !type:DamageTrigger - damage: 150 + damage: 50 # DeltaV - was 150 behaviors: - !type:DoActsBehavior acts: ["Destruction"]