]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Resprited the Chief Engineer's mantle/manica (#36697)
authorAugust Sun <45527070+august-sun@users.noreply.github.com>
Sat, 19 Apr 2025 00:26:23 +0000 (18:26 -0600)
committerGitHub <noreply@github.com>
Sat, 19 Apr 2025 00:26:23 +0000 (02:26 +0200)
* Swapped sprites, updated JSON and name/description of item

* Change RSI meta.json spacing

---------

Co-authored-by: august-sun <45527070+august.sun@users.noreply.github.com>
Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
Resources/Prototypes/Entities/Clothing/Neck/mantles.yml
Resources/Textures/Clothing/Neck/mantles/cemantle.rsi/equipped-NECK.png
Resources/Textures/Clothing/Neck/mantles/cemantle.rsi/icon.png
Resources/Textures/Clothing/Neck/mantles/cemantle.rsi/meta.json

index bd389bcf4a44ad946dc80586389e101b8257dc1b..586cc5e6658c1a8b7f26b977b11b1f2143ed3289 100644 (file)
@@ -12,8 +12,8 @@
 - type: entity
   parent: [ClothingNeckBase, BaseCommandContraband]
   id: ClothingNeckMantleCE
-  name: chief engineer's mantle
-  description: High visibility, check. RIG system, check. High capacity cell, check. Everything a chief engineer could need in a stylish mantle.
+  name: chief engineer's manica
+  description: A segmented arm covering for the experienced Chief Engineer, to signify the hazards of the job and the dangers faced to earn it.
   components:
   - type: Sprite
     sprite: Clothing/Neck/mantles/cemantle.rsi
@@ -84,4 +84,4 @@
   - type: Sprite
     sprite: Clothing/Neck/mantles/mantle.rsi
   - type: Clothing
-    sprite: Clothing/Neck/mantles/mantle.rsi 
+    sprite: Clothing/Neck/mantles/mantle.rsi
index 9ec0e02042445ad137b4b3b0060eb0d393ad06ef..9ad2fba78d8b35fee3e56851877935d1cfdf5cdd 100644 (file)
Binary files a/Resources/Textures/Clothing/Neck/mantles/cemantle.rsi/equipped-NECK.png and b/Resources/Textures/Clothing/Neck/mantles/cemantle.rsi/equipped-NECK.png differ
index ac1fd8367e95595a3b72e1f3b47a6a75fe6efb98..4ef92c200e0296714ce6a6b3d0e6172b43f4b103 100644 (file)
Binary files a/Resources/Textures/Clothing/Neck/mantles/cemantle.rsi/icon.png and b/Resources/Textures/Clothing/Neck/mantles/cemantle.rsi/icon.png differ
index a9b40d83e27af540245d4f42aa9f3e0f3b756810..ea254a4b4f7f847633e93477d364051f97832553 100644 (file)
@@ -1,18 +1,18 @@
 {
-  "version": 1,
-  "license": "CC-BY-SA-3.0",
-  "copyright": "made by emisse for ss14",
-  "size": {
-    "x": 32,
-    "y": 32
-  },
-  "states": [
-    {
-      "name": "icon"
+    "version": 1,
+    "license": "CC-BY-SA-3.0",
+    "copyright": "made by augustsun(Discord)/august-sun(GitHub) for SS14",
+    "size": {
+        "x": 32,
+        "y": 32
     },
-    {
-      "name": "equipped-NECK",
-      "directions": 4
-    }
-  ]
-}
\ No newline at end of file
+    "states": [
+        {
+            "name": "icon"
+        },
+        {
+            "name": "equipped-NECK",
+            "directions": 4
+        }
+    ]
+}