From dc41bd33f3815afda391c0f52ede82f0a3b18a96 Mon Sep 17 00:00:00 2001 From: YoungThug Date: Sun, 13 Apr 2025 23:34:20 -0700 Subject: [PATCH] Binocular Neck Slots! (#35759) * binoculartweaks * WhoNeedsArtApprovalQuestionMark * Roomba Can You Merge Now? --- .../Entities/Objects/Tools/binoculars.yml | 5 ++ .../Tools/binoculars.rsi/equipped-NECK.png | Bin 0 -> 438 bytes .../Objects/Tools/binoculars.rsi/meta.json | 58 ++++++++++-------- 3 files changed, 36 insertions(+), 27 deletions(-) create mode 100644 Resources/Textures/Objects/Tools/binoculars.rsi/equipped-NECK.png diff --git a/Resources/Prototypes/Entities/Objects/Tools/binoculars.yml b/Resources/Prototypes/Entities/Objects/Tools/binoculars.yml index 06712e67de..4643a43578 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/binoculars.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/binoculars.yml @@ -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 index 0000000000000000000000000000000000000000..31f8b243de35f9357cee3624d30cf1ef030427c1 GIT binary patch literal 438 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z^F3W0Ln`9l z&N|3@$biT7HmjB6^atl8dQM8*iCiRH!Z<;DX;+cLuXUNizl#@Ytb6?b?<8)y_6PF~ zcl>K)o6zup?*j)5d&6{veun;rLygD(eyiMf&)W8BzN^;@(VOdQ6xXwRF0*0^mu}!# zb95EYge50iHt&uXZdtdQXU6kN=Yq&-hV^dd`HFI83Y_znWv;J}z5X_mC(}_Rh&g71 zgu)}&lAp527z!Q2SCfehM|Ar)svJlT7xY!ZRBjTh%Pz9zFz2kjpUZV#87MyJl4M+M zn|UCR=d``I?x(9o5qzmKY6@q$JuVsQA-L}sa7;VeXFDesCc$jqF(!=5W-OVd(Z5ZQ2rDr;R U%)9;_7!M4du6{1-oD!NC03AK9KmY&$ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Tools/binoculars.rsi/meta.json b/Resources/Textures/Objects/Tools/binoculars.rsi/meta.json index ab90b39377..4214f8ddae 100644 --- a/Resources/Textures/Objects/Tools/binoculars.rsi/meta.json +++ b/Resources/Textures/Objects/Tools/binoculars.rsi/meta.json @@ -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 + } + ] } -- 2.51.2