made the guitars be able to be worn on suitstorage (#29048)

* made the guitars be able to be worn on suitstorage

* minor fix
This commit is contained in:
Boaz1111
2024-07-10 01:28:10 +02:00
committed by GitHub
parent 93197b6cce
commit d3495fc51c
9 changed files with 20 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
quickEquip: false
slots:
- back
- suitStorage
sprite: Objects/Fun/Instruments/eguitar.rsi
- type: Tag
tags:
@@ -50,6 +51,7 @@
quickEquip: false
slots:
- back
- suitStorage
sprite: Objects/Fun/Instruments/bassguitar.rsi
- type: Tag
tags:
@@ -78,6 +80,7 @@
quickEquip: false
slots:
- back
- suitStorage
sprite: Objects/Fun/Instruments/rockguitar.rsi
- type: Tag
tags:
@@ -120,6 +123,7 @@
quickEquip: false
slots:
- back
- suitStorage
sprite: Objects/Fun/Instruments/guitar.rsi
- type: Wieldable
- type: Damageable # Smash it! Does 20 damage a hit, but breaks after 1 hit.

Binary file not shown.

After

Width:  |  Height:  |  Size: 862 B

View File

@@ -14,6 +14,10 @@
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4

Binary file not shown.

After

Width:  |  Height:  |  Size: 845 B

View File

@@ -14,6 +14,10 @@
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -29,6 +29,10 @@
{
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 803 B

View File

@@ -14,6 +14,10 @@
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "equipped-SUITSTORAGE",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4