]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Lockers for clown, mime and NT Representative (#21504)
authorTunguso4ka <71643624+Tunguso4ka@users.noreply.github.com>
Tue, 7 Nov 2023 23:38:18 +0000 (02:38 +0300)
committerGitHub <noreply@github.com>
Tue, 7 Nov 2023 23:38:18 +0000 (18:38 -0500)
* 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.

Resources/Prototypes/Entities/Structures/Storage/Closets/Lockers/lockers.yml
Resources/Textures/Structures/Storage/closet.rsi/clown.png [new file with mode: 0644]
Resources/Textures/Structures/Storage/closet.rsi/clown_door.png [new file with mode: 0644]
Resources/Textures/Structures/Storage/closet.rsi/clown_open.png [new file with mode: 0644]
Resources/Textures/Structures/Storage/closet.rsi/meta.json
Resources/Textures/Structures/Storage/closet.rsi/mime.png [new file with mode: 0644]
Resources/Textures/Structures/Storage/closet.rsi/mime_door.png [new file with mode: 0644]
Resources/Textures/Structures/Storage/closet.rsi/mime_open.png [new file with mode: 0644]
Resources/Textures/Structures/Storage/closet.rsi/representative_door.png [new file with mode: 0644]

index 144ef91c89e95ed4e3cf93f8e234e678c1adf209..5123d84d19295f06e9afb665bcd9cc4e13f9a33a 100644 (file)
         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 (file)
index 0000000..e84db49
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 (file)
index 0000000..db53379
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 (file)
index 0000000..5e89726
Binary files /dev/null and b/Resources/Textures/Structures/Storage/closet.rsi/clown_open.png differ
index 5bd21273404413d213c3eba57a819eb45e94e3b4..3f2a1ae2444845f01b3ab1bcf4ece991e84a0077 100644 (file)
     },
     {
       "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 (file)
index 0000000..80e7a67
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 (file)
index 0000000..45f3657
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 (file)
index 0000000..fca2d50
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 (file)
index 0000000..474cf1b
Binary files /dev/null and b/Resources/Textures/Structures/Storage/closet.rsi/representative_door.png differ