]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
New Science Biosuit Locker Sprite (#36929)
authorUpAndLeaves <92269094+Alpha-Two@users.noreply.github.com>
Sat, 26 Apr 2025 23:45:10 +0000 (00:45 +0100)
committerGitHub <noreply@github.com>
Sat, 26 Apr 2025 23:45:10 +0000 (19:45 -0400)
* first commit, slightly broken

* fixed meta json

* reverse accidental cmo inclusion

Resources/Prototypes/Catalog/Fills/Lockers/biohazard.yml
Resources/Prototypes/Entities/Structures/Storage/Closets/closets.yml
Resources/Textures/Structures/Storage/closet.rsi/bio_sci.png [new file with mode: 0644]
Resources/Textures/Structures/Storage/closet.rsi/bio_sci_door.png [new file with mode: 0644]
Resources/Textures/Structures/Storage/closet.rsi/bio_sci_open.png [new file with mode: 0644]
Resources/Textures/Structures/Storage/closet.rsi/meta.json

index 842ab54ed06a12f99bbc5eac8dc15a52c9d1d234..0cd271fb7c31d94c5b232a1120f2134809c87371 100644 (file)
@@ -41,7 +41,7 @@
  - type: entity
    id: ClosetL3ScienceFilled
    suffix: Filled, Science
-   parent: ClosetL3Virology
+   parent: ClosetL3Science
    components:
    - type: StorageFill
      contents:
index 778c80e6fb6d46f631aeb5776c87e88d94ce9a8d..e00a8627e120981102e24898b5adf4ad39743597 100644 (file)
     stateDoorOpen: bio_open
     stateDoorClosed: bio_door
 
+# Science Variant
+- type: entity
+  id: ClosetL3Science
+  parent: ClosetL3
+  components:
+  - type: Appearance
+  - type: EntityStorageVisuals
+    stateBaseClosed: bio_sci
+    stateDoorOpen: bio_sci_open
+    stateDoorClosed: bio_sci_door
+
 # Virology variant
 - type: entity
   id: ClosetL3Virology
diff --git a/Resources/Textures/Structures/Storage/closet.rsi/bio_sci.png b/Resources/Textures/Structures/Storage/closet.rsi/bio_sci.png
new file mode 100644 (file)
index 0000000..a030c42
Binary files /dev/null and b/Resources/Textures/Structures/Storage/closet.rsi/bio_sci.png differ
diff --git a/Resources/Textures/Structures/Storage/closet.rsi/bio_sci_door.png b/Resources/Textures/Structures/Storage/closet.rsi/bio_sci_door.png
new file mode 100644 (file)
index 0000000..7d3fd38
Binary files /dev/null and b/Resources/Textures/Structures/Storage/closet.rsi/bio_sci_door.png differ
diff --git a/Resources/Textures/Structures/Storage/closet.rsi/bio_sci_open.png b/Resources/Textures/Structures/Storage/closet.rsi/bio_sci_open.png
new file mode 100644 (file)
index 0000000..d646994
Binary files /dev/null and b/Resources/Textures/Structures/Storage/closet.rsi/bio_sci_open.png differ
index 6dbdb4dba3a2a16db6412de535827232c95a48a0..36807d8790f708a71951d3b8e463082dcb198795 100644 (file)
@@ -4,7 +4,7 @@
         "x": 32,
         "y": 32
     },
-    "copyright": "Taken from tgstation, brigmedic locker is a resprited CMO locker by PuroSlavKing (Github), n2 sprites based on fire and emergency sprites, genpop lockers by EmoGarbage404 (github)",
+    "copyright": "Taken from tgstation, brigmedic locker is a resprited CMO locker by PuroSlavKing (Github), n2 sprites based on fire and emergency sprites, genpop lockers by EmoGarbage404 (github), sci bio locker is a resprited bio viro locker by Alpha-Two (github)",
     "license": "CC-BY-SA-3.0",
     "states": [
         {
         {
             "name": "bio_open"
         },
+        {
+            "name": "bio_sci"
+        },
+        {
+            "name": "bio_sci_door"
+        },
+        {
+            "name": "bio_sci_open"
+        },
         {
             "name": "bio_sec"
         },