From 8a943fb374b0db27d85cef2c9e82c5d9bf704ccd Mon Sep 17 00:00:00 2001 From: Vordenburg <114301317+Vordenburg@users.noreply.github.com> Date: Sun, 18 Jun 2023 14:25:01 -0400 Subject: [PATCH] Make suit storage units anchored, heavier, thicker (#17433) --- .../Storage/Closets/base_structureclosets.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Storage/Closets/base_structureclosets.yml b/Resources/Prototypes/Entities/Structures/Storage/Closets/base_structureclosets.yml index 042d35fc57..4aac9097e7 100644 --- a/Resources/Prototypes/Entities/Structures/Storage/Closets/base_structureclosets.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/Closets/base_structureclosets.yml @@ -180,10 +180,12 @@ #I am terribly sorry for duplicating the closet almost-wholesale, but the game malds at me if I don't so here we are. - type: entity id: SuitStorageBase - parent: BaseStructureDynamic + parent: BaseStructure name: suit storage unit description: A fancy hi-tech storage unit made for storing space suits. components: + - type: Anchorable + delay: 2 - type: StaticPrice price: 80 - type: ResistLocker @@ -214,7 +216,7 @@ shape: !type:PhysShapeAabb bounds: "-0.25,-0.48,0.25,0.48" - density: 145 + density: 350 mask: - MachineMask layer: @@ -234,13 +236,13 @@ thresholds: - trigger: !type:DamageTrigger - damage: 300 + damage: 400 behaviors: - !type:DoActsBehavior acts: [ "Destruction" ] - trigger: !type:DamageTrigger - damage: 150 + damage: 200 behaviors: - !type:DoActsBehavior acts: ["Destruction"]