Skip to content

Commit

Permalink
Create base lockers
Browse files Browse the repository at this point in the history
  • Loading branch information
Radezolid committed Dec 17, 2024
1 parent 84265e5 commit 8c33910
Showing 1 changed file with 16 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,30 @@
- type: entity
parent: LockerBase
id: LockerBaseDeltaV
components:
- type: Sprite
sprite: DeltaV/Structures/Storage/closet.rsi

- type: entity
parent: [ LockerBaseDeltaV, LockerBaseSecure ]
id: LockerBaseSecureDeltaV

- type: entity
id: LockerChiefJustice
parent: LockerBaseSecure
parent: LockerBaseSecureDeltaV
name: chief justice's locker
components:
- type: Appearance
- type: EntityStorageVisuals
stateBaseClosed: cj
stateBaseClosed: cj
stateDoorOpen: cj_open
stateDoorClosed: cj_door
- type: AccessReader
access: [["ChiefJustice"]]

- type: entity
id: LockerClerk
parent: LockerBaseSecure
parent: LockerBaseSecureDeltaV
name: clerk's locker
components:
- type: Appearance
Expand All @@ -25,12 +36,10 @@
access: [["Clerk"]]

- type: entity
parent: LockerBaseSecure
parent: LockerBaseSecureDeltaV
id: LockerPsychologist
name: psychologist's locker
components:
- type: Sprite
sprite: DeltaV/Structures/Storage/closet.rsi
- type: EntityStorageVisuals
stateBaseClosed: psych
stateDoorOpen: psych_open
Expand Down

0 comments on commit 8c33910

Please sign in to comment.