Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update shelter.yml
Browse files Browse the repository at this point in the history
bryan-hub committed Nov 6, 2024
1 parent a0f7224 commit 702e0d5
Showing 1 changed file with 24 additions and 21 deletions.
Original file line number Diff line number Diff line change
@@ -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
- 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

0 comments on commit 702e0d5

Please sign in to comment.