]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Binocular Neck Slots! (#35759)
authorYoungThug <ramialanbagy@gmail.com>
Mon, 14 Apr 2025 06:34:20 +0000 (23:34 -0700)
committerGitHub <noreply@github.com>
Mon, 14 Apr 2025 06:34:20 +0000 (23:34 -0700)
* binoculartweaks

* WhoNeedsArtApprovalQuestionMark

* Roomba Can You Merge Now?

Resources/Prototypes/Entities/Objects/Tools/binoculars.yml
Resources/Textures/Objects/Tools/binoculars.rsi/equipped-NECK.png [new file with mode: 0644]
Resources/Textures/Objects/Tools/binoculars.rsi/meta.json

index 06712e67defe0e2bc8c747e3777576e04f96b416..4643a43578dbaea8622391da4411d58fd3651b98 100644 (file)
@@ -9,6 +9,11 @@
     state: icon
   - type: Item
     size: Normal
+  - type: Clothing
+    sprite: Objects/Tools/binoculars.rsi
+    quickEquip: false
+    slots:
+    - Neck
   - type: Wieldable
   - type: UseDelay
     delay: 1.0
diff --git a/Resources/Textures/Objects/Tools/binoculars.rsi/equipped-NECK.png b/Resources/Textures/Objects/Tools/binoculars.rsi/equipped-NECK.png
new file mode 100644 (file)
index 0000000..31f8b24
Binary files /dev/null and b/Resources/Textures/Objects/Tools/binoculars.rsi/equipped-NECK.png differ
index ab90b393773f47500395fe16e0c782cd5261c898..4214f8ddae79307b957cdf96b12c6fa8e2d82f51 100644 (file)
@@ -1,30 +1,34 @@
 {
-  "version": 1,
-  "license": "CC-BY-SA-3.0",
-  "copyright": "icon taken from tg station at commit https://github.com/tgstation/tgstation/commit/2d26ce62c273d025bed77a0e6c4bdc770b789bb0, inhands from commit https://github.com/tgstation/tgstation/commit/b1edbc1990a98239c6d3fd6871fc365daab61eb5",
-  "size": {
-    "x": 32,
-    "y": 32
-  },
-  "states": [
-    {
-      "name": "icon"
+    "version": 1,
+    "license": "CC-BY-SA-3.0",
+    "copyright": "icon taken from tg station at commit https://github.com/tgstation/tgstation/commit/2d26ce62c273d025bed77a0e6c4bdc770b789bb0, inhands from commit https://github.com/tgstation/tgstation/commit/b1edbc1990a98239c6d3fd6871fc365daab61eb5, equipped-NECK made by YoungThugSS14 (Github)",
+    "size": {
+        "x": 32,
+        "y": 32
     },
-    {
-      "name": "inhand-left",
-      "directions": 4
-    },
-    {
-      "name": "inhand-right",
-      "directions": 4
-    },
-    {
-      "name": "wielded-inhand-left",
-      "directions": 4
-    },
-    {
-      "name": "wielded-inhand-right",
-      "directions": 4
-    }
-  ]
+    "states": [
+        {
+            "name": "icon"
+        },
+        {
+            "name": "inhand-left",
+            "directions": 4
+        },
+        {
+            "name": "inhand-right",
+            "directions": 4
+        },
+        {
+            "name": "wielded-inhand-left",
+            "directions": 4
+        },
+        {
+            "name": "wielded-inhand-right",
+            "directions": 4
+        },
+        {
+            "name": "equipped-NECK",
+            "directions": 4
+        }
+    ]
 }