- 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
id: SpaceNinjaGear
equipment:
jumpsuit: ClothingUniformJumpsuitNinja
- back: ClothingBackpackSatchel
+ back: ClothingBackpackSatchelNinja
mask: ClothingMaskNinja
head: ClothingHeadHelmetSpaceNinja
eyes: ClothingEyesVisorNinja
--- /dev/null
+{
+ "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
+ }
+ ]
+}