End of Session 14

This commit is contained in:
Thomas Andres Gomez 2025-04-23 00:14:07 +02:00
parent 5f38746d9c
commit 228e64e7e2
17 changed files with 584 additions and 17 deletions

View file

@ -0,0 +1,19 @@
{
"type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
"id": "PIECE_OF_DHAL_SHIRT",
"metadata": {
"name": "Morceau de la chemise de Dhal",
"description": "Morceau de la chemise de Dhal",
"image": "https://bg3.wiki/w/images/9/9e/Bed_Linen_Unfaded.png"
},
"options": {
"stackable": false,
"equipable": false,
"consumable": false
},
"tags": [
"META:ADDABLE",
"MISCELLANEOUS"
],
"alterations": []
}