Back-Equippable Guitars (#18383)

* added back equip sprites for guitars that didnt have them

* Corrected meta.json copyright fields
This commit is contained in:
RiceMar1244
2023-07-27 19:05:32 -04:00
committed by GitHub
parent dc5a3c4c7b
commit 11c499039a
7 changed files with 89 additions and 62 deletions

View File

@@ -1,4 +1,4 @@
- type: entity
- type: entity
parent: BaseHandheldInstrument
id: ElectricGuitarInstrument
name: electric guitar
@@ -17,6 +17,11 @@
- type: Item
size: 24
sprite: Objects/Fun/Instruments/eguitar.rsi
- type: Clothing
quickEquip: false
slots:
- back
sprite: Objects/Fun/Instruments/eguitar.rsi
- type: Tag
tags:
- StringInstrument
@@ -41,6 +46,11 @@
- type: Item
size: 24
sprite: Objects/Fun/Instruments/bassguitar.rsi
- type: Clothing
quickEquip: false
slots:
- back
sprite: Objects/Fun/Instruments/bassguitar.rsi
- type: Tag
tags:
- StringInstrument
@@ -64,6 +74,11 @@
- type: Item
size: 24
sprite: Objects/Fun/Instruments/rockguitar.rsi
- type: Clothing
quickEquip: false
slots:
- back
sprite: Objects/Fun/Instruments/rockguitar.rsi
- type: Tag
tags:
- StringInstrument
@@ -223,4 +238,4 @@
sprite: Objects/Fun/Instruments/cello.rsi
- type: Tag
tags:
- StringInstrument
- StringInstrument

Binary file not shown.

After

Width:  |  Height:  |  Size: 862 B

View File

@@ -5,18 +5,22 @@
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Created by EmoGarbage404",
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
"copyright": "Created by EmoGarbage404. Back equip sprite created by RiceMar.",
"states": [
{
"name": "icon"
},
{
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 845 B

View File

@@ -1,22 +1,26 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Created by EmoGarbage404",
"states": [
{
"name": "icon"
"version": 1,
"size": {
"x": 32,
"y": 32
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
"license": "CC-BY-SA-3.0",
"copyright": "Created by EmoGarbage404. Back equip sprite created by RiceMar.",
"states": [
{
"name": "icon"
},
{
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 803 B

View File

@@ -1,30 +1,34 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/vgstation-coders/vgstation13 at 8d9c91e19cb52713c7f7f1804c2b6f7203f8d331",
"states": [
{
"name": "icon"
"version": 1,
"size": {
"x": 32,
"y": 32
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
},
{
"name": "wielded-inhand-right",
"directions": 4
}
]
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/vgstation-coders/vgstation13 at 8d9c91e19cb52713c7f7f1804c2b6f7203f8d331. Back equip sprite created by RiceMar.",
"states": [
{
"name": "icon"
},
{
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
},
{
"name": "wielded-inhand-right",
"directions": 4
}
]
}