diff --git a/Resources/Prototypes/Entities/Clothing/Back/satchel.yml b/Resources/Prototypes/Entities/Clothing/Back/satchel.yml index 8d7539d076..b1ac046cd8 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 d649b916f3..619c39e7a1 100644 --- a/Resources/Prototypes/Roles/Antags/ninja.yml +++ b/Resources/Prototypes/Roles/Antags/ninja.yml @@ -14,7 +14,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 + } + ] +}