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.
This commit is contained in:
Tunguso4ka
2023-11-08 02:38:18 +03:00
committed by GitHub
parent dc3b6e31b2
commit c90316dfbd
9 changed files with 63 additions and 0 deletions

View File

@@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 314 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 285 B

View File

@@ -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"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 374 B