]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Add chaplain stoles (#22955)
authorUbaser <134914314+UbaserB@users.noreply.github.com>
Tue, 26 Dec 2023 01:05:59 +0000 (12:05 +1100)
committerGitHub <noreply@github.com>
Tue, 26 Dec 2023 01:05:59 +0000 (18:05 -0700)
add

Resources/Prototypes/Catalog/VendingMachines/Inventories/chapel.yml
Resources/Prototypes/Entities/Clothing/Neck/stoles.yml [new file with mode: 0644]
Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/equipped-NECK.png [new file with mode: 0644]
Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/meta.json [new file with mode: 0644]

index b77dbd7d23edb6c20cad162e38000e97861aac7a..33a13dab0a0b5eb67fa15231d3c639b71b57f41a 100644 (file)
@@ -5,6 +5,7 @@
     ClothingUniformJumpskirtChaplain: 2
     ClothingUniformJumpsuitMonasticRobeDark: 1
     ClothingUniformJumpsuitMonasticRobeLight: 1
+    ClothingNeckStoleChaplain: 1
     ClothingOuterHoodieChaplain: 1
     ClothingOuterHoodieBlack: 1
     ClothingHeadHatHoodNunHood: 1
diff --git a/Resources/Prototypes/Entities/Clothing/Neck/stoles.yml b/Resources/Prototypes/Entities/Clothing/Neck/stoles.yml
new file mode 100644 (file)
index 0000000..aab8eb3
--- /dev/null
@@ -0,0 +1,10 @@
+- type: entity
+  parent: ClothingNeckBase
+  id: ClothingNeckStoleChaplain
+  name: chaplain stole
+  description: An elegantly designed stole, with a vibrant gold plus on either end.
+  components:
+  - type: Sprite
+    sprite: Clothing/Neck/Stoles/chaplain.rsi
+  - type: Clothing
+    sprite: Clothing/Neck/Stoles/chaplain.rsi
diff --git a/Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/equipped-NECK.png
new file mode 100644 (file)
index 0000000..bd535b4
Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/equipped-NECK.png differ
diff --git a/Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/icon.png b/Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/icon.png
new file mode 100644 (file)
index 0000000..c71dcac
Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/icon.png differ
diff --git a/Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/inhand-left.png b/Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/inhand-left.png
new file mode 100644 (file)
index 0000000..f29a2f1
Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/inhand-left.png differ
diff --git a/Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/inhand-right.png b/Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/inhand-right.png
new file mode 100644 (file)
index 0000000..12642de
Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/inhand-right.png differ
diff --git a/Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/meta.json b/Resources/Textures/Clothing/Neck/Stoles/chaplain.rsi/meta.json
new file mode 100644 (file)
index 0000000..829962f
--- /dev/null
@@ -0,0 +1,26 @@
+{
+  "version": 1,
+  "license": "CC-BY-SA-3.0",
+  "copyright": "Drawn by Ubaser.",
+  "size": {
+    "x": 32,
+    "y": 32
+  },
+  "states": [
+    {
+      "name": "equipped-NECK",
+      "directions": 4
+    },
+    {
+      "name": "icon"
+    },
+    {
+      "name": "inhand-left",
+      "directions": 4
+    },
+    {
+      "name": "inhand-right",
+      "directions": 4
+    }
+  ]
+}