Lockers for clown, mime and NT Representative (#21504)
* 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.
@@ -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
|
||||
|
||||
BIN
Resources/Textures/Structures/Storage/closet.rsi/clown.png
Normal file
|
After Width: | Height: | Size: 314 B |
BIN
Resources/Textures/Structures/Storage/closet.rsi/clown_door.png
Normal file
|
After Width: | Height: | Size: 307 B |
BIN
Resources/Textures/Structures/Storage/closet.rsi/clown_open.png
Normal file
|
After Width: | Height: | Size: 285 B |
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
BIN
Resources/Textures/Structures/Storage/closet.rsi/mime.png
Normal file
|
After Width: | Height: | Size: 358 B |
BIN
Resources/Textures/Structures/Storage/closet.rsi/mime_door.png
Normal file
|
After Width: | Height: | Size: 315 B |
BIN
Resources/Textures/Structures/Storage/closet.rsi/mime_open.png
Normal file
|
After Width: | Height: | Size: 319 B |
|
After Width: | Height: | Size: 374 B |