From: YoungThug Date: Wed, 31 Dec 2025 01:23:59 +0000 (-0700) Subject: Ninjas now get a custom bag! (#42112) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=2c5b67fc3f0f063e6039741b067876b03b9c28b5;p=space-station-14.git Ninjas now get a custom bag! (#42112) * Ninjas now recieve a custom satchel * Original Size * Requested Changes + Making bag silent * Add code comment --- diff --git a/Resources/Prototypes/Entities/Clothing/Back/satchel.yml b/Resources/Prototypes/Entities/Clothing/Back/satchel.yml index f12a837be0..c0c53c9f70 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/satchel.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/satchel.yml @@ -168,6 +168,18 @@ - type: Sprite sprite: Clothing/Back/Satchels/salvage.rsi +- type: entity + parent: [ClothingBackpackSatchel, BaseHighlyIllegalContraband] + id: ClothingBackpackSatchelNinja + name: spider clan satchel + description: A robust satchel for stashing your loot. + components: + - type: Sprite + sprite: Clothing/Back/Satchels/ninja.rsi + - type: Storage # Backpack sounds are null due to silent ninja tech + storageOpenSound: null + storageInsertSound: null + - type: entity parent: ClothingBackpackSatchel id: ClothingBackpackSatchelHolding diff --git a/Resources/Prototypes/Roles/Antags/ninja.yml b/Resources/Prototypes/Roles/Antags/ninja.yml index 27f4859cfb..b43dbf72c1 100644 --- a/Resources/Prototypes/Roles/Antags/ninja.yml +++ b/Resources/Prototypes/Roles/Antags/ninja.yml @@ -11,7 +11,7 @@ id: SpaceNinjaGear equipment: jumpsuit: ClothingUniformJumpsuitNinja - back: ClothingBackpackSatchel + back: ClothingBackpackSatchelNinja mask: ClothingMaskNinja head: ClothingHeadHelmetSpaceNinja eyes: ClothingEyesVisorNinja diff --git a/Resources/Textures/Clothing/Back/Satchels/ninja.rsi/equipped-BACKPACK.png b/Resources/Textures/Clothing/Back/Satchels/ninja.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000..bcb6f2475e Binary files /dev/null and b/Resources/Textures/Clothing/Back/Satchels/ninja.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/Back/Satchels/ninja.rsi/icon.png b/Resources/Textures/Clothing/Back/Satchels/ninja.rsi/icon.png new file mode 100644 index 0000000000..21e9283686 Binary files /dev/null and b/Resources/Textures/Clothing/Back/Satchels/ninja.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Back/Satchels/ninja.rsi/inhand-left.png b/Resources/Textures/Clothing/Back/Satchels/ninja.rsi/inhand-left.png new file mode 100644 index 0000000000..dffd1c35c5 Binary files /dev/null and b/Resources/Textures/Clothing/Back/Satchels/ninja.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Back/Satchels/ninja.rsi/inhand-right.png b/Resources/Textures/Clothing/Back/Satchels/ninja.rsi/inhand-right.png new file mode 100644 index 0000000000..cd1da5cef6 Binary files /dev/null and b/Resources/Textures/Clothing/Back/Satchels/ninja.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Back/Satchels/ninja.rsi/meta.json b/Resources/Textures/Clothing/Back/Satchels/ninja.rsi/meta.json new file mode 100644 index 0000000000..845c890b00 --- /dev/null +++ b/Resources/Textures/Clothing/Back/Satchels/ninja.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprites by YoungThugSS14 (Github) ", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}