End of session 18

This commit is contained in:
Thomas Andres Gomez 2025-06-16 23:35:26 +02:00
parent 9f005ac21c
commit 56ebd17df3
17 changed files with 255 additions and 87 deletions

View file

@ -0,0 +1,20 @@
{
"type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
"id": "GARMENT_SIMPLE_NOBLE_CLOTH",
"metadata": {
"name": "Robe verte désuète de noble ",
"description": "Vêtement simple de noble donné par Edmor Saèl.",
"thumbnail": "https://bg3.wiki/w/images/a/a9/Camp_Citizen_B_Green_Unfaded_Icon.webp",
"image": "https://bg3.wiki/w/images/2/27/Camp_Citizen_B_Green_Unfaded.png"
},
"options": {
"stackable": false,
"equipable": true,
"consumable": false
},
"tags": [
"META:ADDABLE",
"EQUIPMENT"
],
"alterations": []
}