Skip to content

Commit

Permalink
Lockers for clown, mime and NT Representative (space-wizards#21504)
Browse files Browse the repository at this point in the history
* clown, mime, blue shield and NT representative now have own lockers. Will it be merged? You`l see it in the next 3-4 days. Stay tuned in.

* blue... shield? never heard of him before.
  • Loading branch information
Tunguso4ka committed Nov 7, 2023
1 parent dc3b6e3 commit c90316d
Show file tree
Hide file tree
Showing 9 changed files with 63 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -407,3 +407,45 @@
actOnClose: false
destroyAfterUses: 2
destroyType: DeleteComponent

# Clown
- type: entity
id: LockerClown
name: clown locker
parent: LockerBaseSecure
components:
- type: Appearance
- type: AccessReader
access: [["Theatre"]]
- type: EntityStorageVisuals
stateBaseClosed: clown
stateDoorOpen: clown_open
stateDoorClosed: clown_door

# Mime
- type: entity
id: LockerMime
name: mime locker
parent: LockerBaseSecure
components:
- type: Appearance
- type: AccessReader
access: [["Theatre"]]
- type: EntityStorageVisuals
stateBaseClosed: mime
stateDoorOpen: mime_open
stateDoorClosed: mime_door

# Representative
- type: entity
id: LockerRepresentative
name: representative locker
parent: LockerBaseSecure
components:
- type: Appearance
- type: AccessReader
access: [["Command"]]
- type: EntityStorageVisuals
stateBaseClosed: hop
stateDoorOpen: hop_open
stateDoorClosed: representative_door
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions Resources/Textures/Structures/Storage/closet.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,27 @@
},
{
"name": "yellow_door"
},
{
"name": "clown"
},
{
"name": "clown_door"
},
{
"name": "clown_open"
},
{
"name": "mime"
},
{
"name": "mime_door"
},
{
"name": "mime_open"
},
{
"name": "representative_door"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c90316d

Please sign in to comment.