Ninjas now get a custom bag! (#42112)
* Ninjas now recieve a custom satchel * Original Size * Requested Changes + Making bag silent * Add code comment
This commit is contained in:
parent
bf5acf558d
commit
d22bdb8537
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
id: SpaceNinjaGear
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitNinja
|
||||
back: ClothingBackpackSatchel
|
||||
back: ClothingBackpackSatchelNinja
|
||||
mask: ClothingMaskNinja
|
||||
head: ClothingHeadHelmetSpaceNinja
|
||||
eyes: ClothingEyesVisorNinja
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 711 B |
Binary file not shown.
|
After Width: | Height: | Size: 684 B |
Binary file not shown.
|
After Width: | Height: | Size: 735 B |
Binary file not shown.
|
After Width: | Height: | Size: 696 B |
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue