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 parent: BaseHandheldInstrument
id: ElectricGuitarInstrument id: ElectricGuitarInstrument
name: electric guitar name: electric guitar
@@ -17,6 +17,11 @@
- type: Item - type: Item
size: 24 size: 24
sprite: Objects/Fun/Instruments/eguitar.rsi sprite: Objects/Fun/Instruments/eguitar.rsi
- type: Clothing
quickEquip: false
slots:
- back
sprite: Objects/Fun/Instruments/eguitar.rsi
- type: Tag - type: Tag
tags: tags:
- StringInstrument - StringInstrument
@@ -41,6 +46,11 @@
- type: Item - type: Item
size: 24 size: 24
sprite: Objects/Fun/Instruments/bassguitar.rsi sprite: Objects/Fun/Instruments/bassguitar.rsi
- type: Clothing
quickEquip: false
slots:
- back
sprite: Objects/Fun/Instruments/bassguitar.rsi
- type: Tag - type: Tag
tags: tags:
- StringInstrument - StringInstrument
@@ -64,6 +74,11 @@
- type: Item - type: Item
size: 24 size: 24
sprite: Objects/Fun/Instruments/rockguitar.rsi sprite: Objects/Fun/Instruments/rockguitar.rsi
- type: Clothing
quickEquip: false
slots:
- back
sprite: Objects/Fun/Instruments/rockguitar.rsi
- type: Tag - type: Tag
tags: tags:
- StringInstrument - StringInstrument

Binary file not shown.

After

Width:  |  Height:  |  Size: 862 B

View File

@@ -5,18 +5,22 @@
"y": 32 "y": 32
}, },
"license": "CC-BY-SA-3.0", "license": "CC-BY-SA-3.0",
"copyright": "Created by EmoGarbage404", "copyright": "Created by EmoGarbage404. Back equip sprite created by RiceMar.",
"states": [ "states": [
{ {
"name": "icon" "name": "icon"
}, },
{ {
"name": "inhand-left", "name": "equipped-BACKPACK",
"directions": 4 "directions": 4
}, },
{ {
"name": "inhand-right", "name": "inhand-left",
"directions": 4 "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, "version": 1,
"size": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Created by EmoGarbage404",
"states": [
{
"name": "icon"
}, },
{ "license": "CC-BY-SA-3.0",
"name": "inhand-left", "copyright": "Created by EmoGarbage404. Back equip sprite created by RiceMar.",
"directions": 4 "states": [
}, {
{ "name": "icon"
"name": "inhand-right", },
"directions": 4 {
} "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, "version": 1,
"size": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/vgstation-coders/vgstation13 at 8d9c91e19cb52713c7f7f1804c2b6f7203f8d331",
"states": [
{
"name": "icon"
}, },
{ "license": "CC-BY-SA-3.0",
"name": "inhand-left", "copyright": "https://github.com/vgstation-coders/vgstation13 at 8d9c91e19cb52713c7f7f1804c2b6f7203f8d331. Back equip sprite created by RiceMar.",
"directions": 4 "states": [
}, {
{ "name": "icon"
"name": "inhand-right", },
"directions": 4 {
}, "name": "equipped-BACKPACK",
{ "directions": 4
"name": "wielded-inhand-left", },
"directions": 4 {
}, "name": "inhand-left",
{ "directions": 4
"name": "wielded-inhand-right", },
"directions": 4 {
} "name": "inhand-right",
] "directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
},
{
"name": "wielded-inhand-right",
"directions": 4
}
]
} }