]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Add Solid Headband (#36650)
authorJacktastic09 <148667265+Jacktastic09@users.noreply.github.com>
Thu, 17 Apr 2025 13:43:44 +0000 (23:43 +1000)
committerGitHub <noreply@github.com>
Thu, 17 Apr 2025 13:43:44 +0000 (09:43 -0400)
* Added The Solid Headband, avaliable from hacked clothesmates

* Added The Solid Headband, avaliable from hacked clothesmates

Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml
Resources/Prototypes/Entities/Clothing/Head/hats.yml
Resources/Textures/Clothing/Head/Hats/solidheadband.rsi/equipped-HELMET.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Hats/solidheadband.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Hats/solidheadband.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Hats/solidheadband.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Hats/solidheadband.rsi/meta.json [new file with mode: 0644]

index 4b5688a46f8f55f36c3aef83b773e4715e07d2dc..8e0f09a287512b65540bfef88527ad9f1d84c506 100644 (file)
@@ -99,4 +99,5 @@
     ToyFigurinePassenger: 1
     ToyFigurineGreytider: 1
     ClothingBackpackSatchelSmugglerUnanchored: 1
+    ClothingHeadHatSolidHeadband: 2
   # DO NOT ADD MORE, USE UNIFORM DYING
index 62647482939f8c4b4b7cee2e9644e11b582e640d..64d55a2dd923c849819a07e800ae850126f415bc 100644 (file)
     sprite: Clothing/Head/Hats/beret_medic.rsi
   - type: Clothing
     sprite: Clothing/Head/Hats/beret_medic.rsi
+
+- type: entity
+  parent: ClothingHeadBase
+  id: ClothingHeadHatSolidHeadband
+  name: solid headband
+  description: "You'll feel like you're Invisible while wearing this! (DISCLAIMER: DOES NOT ACTUALLY MAKE THE WEARER INVISIBLE)"
+  components:
+  - type: Sprite
+    sprite: Clothing/Head/Hats/solidheadband.rsi
+  - type: Clothing
+    sprite: Clothing/Head/Hats/solidheadband.rsi
diff --git a/Resources/Textures/Clothing/Head/Hats/solidheadband.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/solidheadband.rsi/equipped-HELMET.png
new file mode 100644 (file)
index 0000000..8d0b70f
Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/solidheadband.rsi/equipped-HELMET.png differ
diff --git a/Resources/Textures/Clothing/Head/Hats/solidheadband.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/solidheadband.rsi/icon.png
new file mode 100644 (file)
index 0000000..439e6ce
Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/solidheadband.rsi/icon.png differ
diff --git a/Resources/Textures/Clothing/Head/Hats/solidheadband.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Hats/solidheadband.rsi/inhand-left.png
new file mode 100644 (file)
index 0000000..a667e3c
Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/solidheadband.rsi/inhand-left.png differ
diff --git a/Resources/Textures/Clothing/Head/Hats/solidheadband.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Hats/solidheadband.rsi/inhand-right.png
new file mode 100644 (file)
index 0000000..5060aea
Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/solidheadband.rsi/inhand-right.png differ
diff --git a/Resources/Textures/Clothing/Head/Hats/solidheadband.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/solidheadband.rsi/meta.json
new file mode 100644 (file)
index 0000000..36f70f3
--- /dev/null
@@ -0,0 +1,26 @@
+{
+    "version": 1,
+    "license": "CC-BY-SA-3.0",
+    "copyright": "Sprited by Jacktastic09 (Discord)",
+    "size": {
+        "x": 32,
+        "y": 32
+    },
+    "states": [
+        {
+            "name": "icon"
+        },
+        {
+            "name": "equipped-HELMET",
+            "directions": 4
+        },
+        {
+            "name": "inhand-left",
+            "directions": 4
+        },
+        {
+            "name": "inhand-right",
+            "directions": 4
+        }
+    ]
+}