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

18
items/GARMENT_DHAL.json Normal file
View file

@ -0,0 +1,18 @@
{
"type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
"id": "GARMENT_DHAL",
"metadata": {
"name": "Vêtements de Dhal",
"description": "Vêtement de marchand fortuné. La chemise à été déchiré.",
"image": "https://bg3.wiki/w/images/c/c4/Camp_Rich_H_Purple_Unfaded.png"
},
"options": {
"stackable": false,
"equipable": true,
"consumable": false
},
"tags": [
"MISCELLANEOUS"
],
"alterations": []
}