Skip to content

Commit

Permalink
fix Pulowski Shelter (#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrLopLop authored Dec 24, 2024
1 parent ee2df18 commit 44db6ab
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,18 @@
noRot: true
sprite: _Nuclear14/Structures/Misc/shelternew.rsi
layers:
- state: shelternewopen
map: ["base"]
- state: open
map: ["enum.DoorVisualLayers.Base"]
- 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: InteractionOutline
- type: Cryostorage
- type: Physics
Expand All @@ -34,19 +44,10 @@
visuals:
enum.CryostorageVisuals.Full:
base:
True: { state: shelternewclosedoccupied }
False: { state: shelternewopen }
True: { state: closed }
False: { state: open }
- 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
Expand All @@ -58,13 +59,8 @@
noRot: true
sprite: _Nuclear14/Structures/Misc/shelterworn.rsi
layers:
- state: shelterwornopen
- type: GenericVisualizer
visuals:
enum.CryostorageVisuals.Full:
base:
True: { state: shelterwornclosedoccupied }
False: { state: shelterwornopen }
- state: open
map: ["enum.DoorVisualLayers.Base"]
- type: Door
bumpOpen: false
clickOpen: true
Expand All @@ -74,4 +70,10 @@
openTimeTwo: 0.2
openingAnimationTime: 1.0
closingAnimationTime: 1.6
occludes: false
occludes: false
- type: GenericVisualizer
visuals:
enum.CryostorageVisuals.Full:
base:
True: { state: closed }
False: { state: open }
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"name": "shelternewclosedempty"
},
{
"name": "shelternewclosedoccupied"
"name": "closed"
},
{
"name": "shelternewopen"
"name": "open"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"name": "shelterwornclosedempty"
},
{
"name": "shelterwornclosedoccupied"
"name": "closed"
},
{
"name": "shelterwornopen"
"name": "open"
}
]
}

0 comments on commit 44db6ab

Please sign in to comment.