]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Add QM mantle (#20621)
authorUbaser <134914314+UbaserB@users.noreply.github.com>
Sun, 1 Oct 2023 14:28:47 +0000 (01:28 +1100)
committerGitHub <noreply@github.com>
Sun, 1 Oct 2023 14:28:47 +0000 (10:28 -0400)
* add

* fix prototype

Resources/Prototypes/Entities/Clothing/Neck/mantles.yml
Resources/Prototypes/Recipes/Lathes/clothing.yml
Resources/Textures/Clothing/Neck/mantles/qmmantle.rsi/equipped-NECK.png [new file with mode: 0644]
Resources/Textures/Clothing/Neck/mantles/qmmantle.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Clothing/Neck/mantles/qmmantle.rsi/meta.json [new file with mode: 0644]

index 08ea03e8d8273af515174a9ec4b6f8fb3ead5a43..d82e1df2685af9ba771dab40cb70dc4a6e8a79b3 100644 (file)
   - type: Sprite\r
     sprite: Clothing/Neck/mantles/rdmantle.rsi\r
   - type: Clothing\r
-    sprite: Clothing/Neck/mantles/rdmantle.rsi    \r
+    sprite: Clothing/Neck/mantles/rdmantle.rsi\r
+\r
+- type: entity\r
+  parent: ClothingNeckBase\r
+  id: ClothingNeckMantleQM\r
+  name: quartermaster's mantle\r
+  description: For the master of goods and materials to rule over the department, a befitting mantle to show off superiority!\r
+  components:\r
+  - type: Sprite\r
+    sprite: Clothing/Neck/mantles/qmmantle.rsi\r
+  - type: Clothing\r
+    sprite: Clothing/Neck/mantles/qmmantle.rsi  \r
index fea18760b768d059410d73c83e6996ef5a2b773d..328b557460b6b65af9de5b0c49eac6b4efadc433 100644 (file)
     Cloth: 150
     Durathread: 150
 
+- type: latheRecipe
+  id: ClothingNeckMantleQM
+  result: ClothingNeckMantleQM
+  completetime: 2.8
+  materials:
+    Cloth: 150
+    Durathread: 150
+
+
 - type: latheRecipe
   id: ClothingOuterWinterMusician
   result: ClothingOuterWinterMusician
diff --git a/Resources/Textures/Clothing/Neck/mantles/qmmantle.rsi/equipped-NECK.png b/Resources/Textures/Clothing/Neck/mantles/qmmantle.rsi/equipped-NECK.png
new file mode 100644 (file)
index 0000000..96e2514
Binary files /dev/null and b/Resources/Textures/Clothing/Neck/mantles/qmmantle.rsi/equipped-NECK.png differ
diff --git a/Resources/Textures/Clothing/Neck/mantles/qmmantle.rsi/icon.png b/Resources/Textures/Clothing/Neck/mantles/qmmantle.rsi/icon.png
new file mode 100644 (file)
index 0000000..addab15
Binary files /dev/null and b/Resources/Textures/Clothing/Neck/mantles/qmmantle.rsi/icon.png differ
diff --git a/Resources/Textures/Clothing/Neck/mantles/qmmantle.rsi/meta.json b/Resources/Textures/Clothing/Neck/mantles/qmmantle.rsi/meta.json
new file mode 100644 (file)
index 0000000..1b05cf9
--- /dev/null
@@ -0,0 +1,18 @@
+{
+  "version": 1,
+  "license": "CC-BY-SA-3.0",
+  "copyright": "drawn by Ubaser",
+  "size": {
+    "x": 32,
+    "y": 32
+  },
+  "states": [
+    {
+      "name": "icon"
+    },
+    {
+      "name": "equipped-NECK",
+      "directions": 4
+    }
+  ]
+}
\ No newline at end of file