]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
"I'm Weh-cellent" Cap (#28573)
authorUBlueberry <161545003+UBlueberry@users.noreply.github.com>
Sat, 29 Mar 2025 11:59:43 +0000 (07:59 -0400)
committerGitHub <noreply@github.com>
Sat, 29 Mar 2025 11:59:43 +0000 (12:59 +0100)
* copy pasted fishcap.rsi

* added the sprites

* credited myself

* added it to the hats.yml list

* meh, make the spites look nicer

* hopefully this fixes that

* yeah that makes sense

Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
* that too

Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
---------

Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
Resources/Prototypes/Entities/Clothing/Head/hats.yml
Resources/Textures/Clothing/Head/Hats/wehcellentcap.rsi/equipped-HELMET.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Hats/wehcellentcap.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Hats/wehcellentcap.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Hats/wehcellentcap.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Hats/wehcellentcap.rsi/meta.json [new file with mode: 0644]

index c24e1b1b2ced8544ab535745f9a12f5d5f0164b6..62647482939f8c4b4b7cee2e9644e11b582e640d 100644 (file)
   - type: Clothing
     sprite: Clothing/Head/Hats/fishcap.rsi
 
+- type: entity
+  parent: ClothingHeadBase
+  id: ClothingHeadWehcellentCap
+  name: wehcellent cap
+  description: It was a net hat! Tiders wear them all the time! It's got airholes in the back to keep a cross-breeze going and everything!
+  components:
+  - type: Sprite
+    sprite: Clothing/Head/Hats/wehcellentcap.rsi
+  - type: Clothing
+    sprite: Clothing/Head/Hats/wehcellentcap.rsi
+
 - type: entity
   parent: ClothingHeadBase
   id: ClothingHeadNurseHat
diff --git a/Resources/Textures/Clothing/Head/Hats/wehcellentcap.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/wehcellentcap.rsi/equipped-HELMET.png
new file mode 100644 (file)
index 0000000..3a33dfd
Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/wehcellentcap.rsi/equipped-HELMET.png differ
diff --git a/Resources/Textures/Clothing/Head/Hats/wehcellentcap.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/wehcellentcap.rsi/icon.png
new file mode 100644 (file)
index 0000000..1322b1e
Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/wehcellentcap.rsi/icon.png differ
diff --git a/Resources/Textures/Clothing/Head/Hats/wehcellentcap.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Hats/wehcellentcap.rsi/inhand-left.png
new file mode 100644 (file)
index 0000000..a59ddf2
Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/wehcellentcap.rsi/inhand-left.png differ
diff --git a/Resources/Textures/Clothing/Head/Hats/wehcellentcap.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Hats/wehcellentcap.rsi/inhand-right.png
new file mode 100644 (file)
index 0000000..8a99762
Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/wehcellentcap.rsi/inhand-right.png differ
diff --git a/Resources/Textures/Clothing/Head/Hats/wehcellentcap.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/wehcellentcap.rsi/meta.json
new file mode 100644 (file)
index 0000000..0e37a10
--- /dev/null
@@ -0,0 +1,26 @@
+{
+    "version": 1,
+    "license": "CC-BY-SA-3.0",
+    "copyright": "Created by UBlueberry (GitHub) for Space Station 14",
+    "size": {
+        "x": 32,
+        "y": 32
+    },
+    "states": [
+        {
+            "name": "icon"
+        },
+        {
+            "name": "equipped-HELMET",
+            "directions": 4
+        },
+        {
+            "name": "inhand-left",
+            "directions": 4
+        },
+        {
+            "name": "inhand-right",
+            "directions": 4
+        }
+    ]
+}