From: YoungThug Date: Mon, 14 Apr 2025 06:34:20 +0000 (-0700) Subject: Binocular Neck Slots! (#35759) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=dc41bd33f3815afda391c0f52ede82f0a3b18a96;p=space-station-14.git Binocular Neck Slots! (#35759) * binoculartweaks * WhoNeedsArtApprovalQuestionMark * Roomba Can You Merge Now? --- 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 0000000000..31f8b243de Binary files /dev/null and b/Resources/Textures/Objects/Tools/binoculars.rsi/equipped-NECK.png differ 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 + } + ] }