From 702e0d5a7d0040ea8ef465402dab1aa4fed3a969 Mon Sep 17 00:00:00 2001 From: bryanhubbard Date: Wed, 6 Nov 2024 12:00:54 -0500 Subject: [PATCH] Update shelter.yml --- .../Entities/Structures/Misc/shelter.yml | 45 ++++++++++--------- 1 file changed, 24 insertions(+), 21 deletions(-) diff --git a/Resources/Prototypes/_Nuclear14/Entities/Structures/Misc/shelter.yml b/Resources/Prototypes/_Nuclear14/Entities/Structures/Misc/shelter.yml index e2754628021..4d0decc3ce7 100644 --- a/Resources/Prototypes/_Nuclear14/Entities/Structures/Misc/shelter.yml +++ b/Resources/Prototypes/_Nuclear14/Entities/Structures/Misc/shelter.yml @@ -5,6 +5,9 @@ description: "Pulowski: Nuclear protection on a budget!" components: - type: Sprite + scale: 0.54, 0.54 + offset: 0,.5 + drawdepth: FloorObjects noRot: true sprite: _Nuclear14/Structures/Misc/shelternew.rsi layers: @@ -39,17 +42,17 @@ base: True: { state: shelternewclosedoccupied } False: { state: shelternewopen } -# - type: AnimationPlayer -# - type: Door -# bumpOpen: false -# clickOpen: true -# closeTimeOne: 0.2 -# closeTimeTwo: 0.6 -# openTimeOne: 0.6 -# openTimeTwo: 0.2 -# openingAnimationTime: 1.3 -# closingAnimationTime: 1.3 -# occludes: false + - type: AnimationPlayer + - type: Door + bumpOpen: false + clickOpen: true + closeTimeOne: 0.2 + closeTimeTwo: 0.6 + openTimeOne: 0.6 + openTimeTwo: 0.2 + openingAnimationTime: 1.3 + closingAnimationTime: 1.3 + occludes: false - type: entity parent: N14PulowskiShelterNew @@ -68,13 +71,13 @@ base: True: { state: shelterwornclosedoccupied } False: { state: shelterworkopen } -# - type: Door -# bumpOpen: false -# clickOpen: true -# closeTimeOne: 0.2 -# closeTimeTwo: 0.6 -# openTimeOne: 0.6 -# openTimeTwo: 0.2 -# openingAnimationTime: 1.0 -# closingAnimationTime: 1.6 -# occludes: false \ No newline at end of file + - type: Door + bumpOpen: false + clickOpen: true + closeTimeOne: 0.2 + closeTimeTwo: 0.6 + openTimeOne: 0.6 + openTimeTwo: 0.2 + openingAnimationTime: 1.0 + closingAnimationTime: 1.6 + occludes: false \ No newline at end of file