From: Alexandre Courtin Date: Thu, 17 Apr 2025 14:05:27 +0000 (+0200) Subject: Banjo can now be worn on your back. (#34057) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=6c1b350c12f2fd7ffd78733d60cfc53133506dd6;p=space-station-14.git Banjo can now be worn on your back. (#34057) * Banjo can now be worn on your back * Added banjo backpack sprite * Reduced banjo backpack sprite size * Added my username to copyright * 2nd try banjo backpack sprite * 3rd banjo backpack sprite * EmoGarbage Review - Adjust Strap Color --------- Co-authored-by: Hoodie Co-authored-by: EmoGarbage404 --- diff --git a/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_string.yml b/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_string.yml index ed1520ff99..f1ba8faf96 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_string.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_string.yml @@ -184,6 +184,12 @@ - type: Item size: Normal sprite: Objects/Fun/Instruments/banjo.rsi + - type: Clothing + quickEquip: false + slots: + - back + - suitStorage + sprite: Objects/Fun/Instruments/banjo.rsi - type: Tag tags: - StringInstrument diff --git a/Resources/Textures/Objects/Fun/Instruments/banjo.rsi/equipped-BACKPACK.png b/Resources/Textures/Objects/Fun/Instruments/banjo.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000..204f53416a Binary files /dev/null and b/Resources/Textures/Objects/Fun/Instruments/banjo.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/Objects/Fun/Instruments/banjo.rsi/equipped-SUITSTORAGE.png b/Resources/Textures/Objects/Fun/Instruments/banjo.rsi/equipped-SUITSTORAGE.png new file mode 100644 index 0000000000..204f53416a Binary files /dev/null and b/Resources/Textures/Objects/Fun/Instruments/banjo.rsi/equipped-SUITSTORAGE.png differ diff --git a/Resources/Textures/Objects/Fun/Instruments/banjo.rsi/meta.json b/Resources/Textures/Objects/Fun/Instruments/banjo.rsi/meta.json index 6c2e95c7e5..cfe2d45291 100644 --- a/Resources/Textures/Objects/Fun/Instruments/banjo.rsi/meta.json +++ b/Resources/Textures/Objects/Fun/Instruments/banjo.rsi/meta.json @@ -5,7 +5,7 @@ "y": 32 }, "license": "CC-BY-SA-3.0", - "copyright": "https://github.com/vgstation-coders/vgstation13 at 8d9c91e19cb52713c7f7f1804c2b6f7203f8d331", + "copyright": "https://github.com/vgstation-coders/vgstation13 at 8d9c91e19cb52713c7f7f1804c2b6f7203f8d331, equipped sprites made by Hoodie42 for Space Station 14", "states": [ { "name": "icon" @@ -17,6 +17,14 @@ { "name": "inhand-right", "directions": 4 + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE", + "directions": 4 } ] }