]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Red Neck Gaiter (#25891)
authorNairod <110078045+Nairodian@users.noreply.github.com>
Fri, 15 Mar 2024 10:11:40 +0000 (05:11 -0500)
committerGitHub <noreply@github.com>
Fri, 15 Mar 2024 10:11:40 +0000 (21:11 +1100)
* Red Neck Gaiter

* Minor Meta Mistake

Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml
Resources/Prototypes/Entities/Clothing/Masks/masks.yml
Resources/Textures/Clothing/Mask/neckgaiterred.rsi/equipped-MASK-reptilian.png [new file with mode: 0644]
Resources/Textures/Clothing/Mask/neckgaiterred.rsi/equipped-MASK.png [new file with mode: 0644]
Resources/Textures/Clothing/Mask/neckgaiterred.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Clothing/Mask/neckgaiterred.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Clothing/Mask/neckgaiterred.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Clothing/Mask/neckgaiterred.rsi/meta.json [new file with mode: 0644]

index f39cda0ed4d4afba8d2e9962b95cbcabe86f6bc9..960a8f8797e29528618a443a35269f15a34d7c11 100644 (file)
@@ -53,6 +53,7 @@
     ClothingShoesBootsCowboyBrown: 1
     ClothingShoesBootsCowboyBlack: 1
     ClothingShoesBootsCowboyWhite: 1
+    ClothingMaskNeckGaiterRed: 2
   emaggedInventory:
     ClothingShoesBling: 1
     ClothingShoesBootsCowboyFancy: 1
index 1f70211caa84e626becbc66d22adfac23104f369..ad738792a73ceec7e8f0c94ee478ce5cbb4443f8 100644 (file)
     tags:
     - WhitelistChameleon
 
+- type: entity
+  parent: ClothingMaskNeckGaiter
+  id: ClothingMaskNeckGaiterRed
+  name: red neck gaiter
+  components:
+  - type: Sprite
+    sprite: Clothing/Mask/neckgaiterred.rsi
+  - type: Clothing
+    sprite: Clothing/Mask/neckgaiterred.rsi
+
 - type: entity
   parent: ClothingMaskClownBase
   id: ClothingMaskSexyClown
diff --git a/Resources/Textures/Clothing/Mask/neckgaiterred.rsi/equipped-MASK-reptilian.png b/Resources/Textures/Clothing/Mask/neckgaiterred.rsi/equipped-MASK-reptilian.png
new file mode 100644 (file)
index 0000000..8854290
Binary files /dev/null and b/Resources/Textures/Clothing/Mask/neckgaiterred.rsi/equipped-MASK-reptilian.png differ
diff --git a/Resources/Textures/Clothing/Mask/neckgaiterred.rsi/equipped-MASK.png b/Resources/Textures/Clothing/Mask/neckgaiterred.rsi/equipped-MASK.png
new file mode 100644 (file)
index 0000000..e34c9a9
Binary files /dev/null and b/Resources/Textures/Clothing/Mask/neckgaiterred.rsi/equipped-MASK.png differ
diff --git a/Resources/Textures/Clothing/Mask/neckgaiterred.rsi/icon.png b/Resources/Textures/Clothing/Mask/neckgaiterred.rsi/icon.png
new file mode 100644 (file)
index 0000000..e1c0aec
Binary files /dev/null and b/Resources/Textures/Clothing/Mask/neckgaiterred.rsi/icon.png differ
diff --git a/Resources/Textures/Clothing/Mask/neckgaiterred.rsi/inhand-left.png b/Resources/Textures/Clothing/Mask/neckgaiterred.rsi/inhand-left.png
new file mode 100644 (file)
index 0000000..5a37ace
Binary files /dev/null and b/Resources/Textures/Clothing/Mask/neckgaiterred.rsi/inhand-left.png differ
diff --git a/Resources/Textures/Clothing/Mask/neckgaiterred.rsi/inhand-right.png b/Resources/Textures/Clothing/Mask/neckgaiterred.rsi/inhand-right.png
new file mode 100644 (file)
index 0000000..47cfa5a
Binary files /dev/null and b/Resources/Textures/Clothing/Mask/neckgaiterred.rsi/inhand-right.png differ
diff --git a/Resources/Textures/Clothing/Mask/neckgaiterred.rsi/meta.json b/Resources/Textures/Clothing/Mask/neckgaiterred.rsi/meta.json
new file mode 100644 (file)
index 0000000..9094fa9
--- /dev/null
@@ -0,0 +1,30 @@
+{
+  "version": 1,
+  "license": "CC-BY-SA-3.0",
+  "copyright": "Originally sprited by belay5 (Discord) then recolored by Nairod (Github)",
+  "size": {
+    "x": 32,
+    "y": 32
+  },
+  "states": [
+    {
+      "name": "icon"
+    },
+    {
+      "name": "equipped-MASK",
+      "directions": 4
+    },
+    {
+      "name": "equipped-MASK-reptilian",
+      "directions": 4
+    },
+    {
+      "name": "inhand-left",
+      "directions": 4
+    },
+    {
+      "name": "inhand-right",
+      "directions": 4
+    }
+  ]
+}