From: Tunguso4ka <71643624+Tunguso4ka@users.noreply.github.com> Date: Tue, 7 Nov 2023 23:38:18 +0000 (+0300) Subject: Lockers for clown, mime and NT Representative (#21504) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=c90316dfbd8fbe9775ea00288c60a4eb38f529fe;p=space-station-14.git 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. --- diff --git a/Resources/Prototypes/Entities/Structures/Storage/Closets/Lockers/lockers.yml b/Resources/Prototypes/Entities/Structures/Storage/Closets/Lockers/lockers.yml index 144ef91c89..5123d84d19 100644 --- a/Resources/Prototypes/Entities/Structures/Storage/Closets/Lockers/lockers.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/Closets/Lockers/lockers.yml @@ -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 diff --git a/Resources/Textures/Structures/Storage/closet.rsi/clown.png b/Resources/Textures/Structures/Storage/closet.rsi/clown.png new file mode 100644 index 0000000000..e84db4906e Binary files /dev/null and b/Resources/Textures/Structures/Storage/closet.rsi/clown.png differ diff --git a/Resources/Textures/Structures/Storage/closet.rsi/clown_door.png b/Resources/Textures/Structures/Storage/closet.rsi/clown_door.png new file mode 100644 index 0000000000..db53379a02 Binary files /dev/null and b/Resources/Textures/Structures/Storage/closet.rsi/clown_door.png differ diff --git a/Resources/Textures/Structures/Storage/closet.rsi/clown_open.png b/Resources/Textures/Structures/Storage/closet.rsi/clown_open.png new file mode 100644 index 0000000000..5e89726c58 Binary files /dev/null and b/Resources/Textures/Structures/Storage/closet.rsi/clown_open.png differ diff --git a/Resources/Textures/Structures/Storage/closet.rsi/meta.json b/Resources/Textures/Structures/Storage/closet.rsi/meta.json index 5bd2127340..3f2a1ae244 100644 --- a/Resources/Textures/Structures/Storage/closet.rsi/meta.json +++ b/Resources/Textures/Structures/Storage/closet.rsi/meta.json @@ -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" } ] } diff --git a/Resources/Textures/Structures/Storage/closet.rsi/mime.png b/Resources/Textures/Structures/Storage/closet.rsi/mime.png new file mode 100644 index 0000000000..80e7a67d32 Binary files /dev/null and b/Resources/Textures/Structures/Storage/closet.rsi/mime.png differ diff --git a/Resources/Textures/Structures/Storage/closet.rsi/mime_door.png b/Resources/Textures/Structures/Storage/closet.rsi/mime_door.png new file mode 100644 index 0000000000..45f3657175 Binary files /dev/null and b/Resources/Textures/Structures/Storage/closet.rsi/mime_door.png differ diff --git a/Resources/Textures/Structures/Storage/closet.rsi/mime_open.png b/Resources/Textures/Structures/Storage/closet.rsi/mime_open.png new file mode 100644 index 0000000000..fca2d50921 Binary files /dev/null and b/Resources/Textures/Structures/Storage/closet.rsi/mime_open.png differ diff --git a/Resources/Textures/Structures/Storage/closet.rsi/representative_door.png b/Resources/Textures/Structures/Storage/closet.rsi/representative_door.png new file mode 100644 index 0000000000..474cf1ba27 Binary files /dev/null and b/Resources/Textures/Structures/Storage/closet.rsi/representative_door.png differ