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,19 @@
{
"type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
"id": "EDMOR_SAEL_LETTER",
"metadata": {
"name": "Lettre d'introduction d'Edmor Saèl",
"description": "Lettre adressée à Balthazar Egid'or contant les actions d'un groupe d'aventurier que ses talents de maire ont réussi à attirer dans la ville de Caspaè.",
"image": "https://bg3.wiki/w/images/5/5a/Book_Note_O_Unfaded.png"
},
"options": {
"stackable": false,
"equipable": false,
"consumable": false
},
"tags": [
"META:ADDABLE",
"QUEST"
],
"alterations": []
}

View file

@ -3,7 +3,9 @@
"id": "GARMENT_PRACTICAL",
"metadata": {
"name": "Vêtements pratiques (Pantalon, Bottes, Chapeau, etc.)",
"description": ""
"description": "",
"thumbnail": "https://bg3.wiki/w/images/2/2b/Astarion%27s_Eccentric_Clothing_Unfaded_Icon.png",
"image": "https://bg3.wiki/w/images/8/8c/Astarion%27s_Eccentric_Clothing_Unfaded.png"
},
"options": {
"stackable": false,

View file

@ -0,0 +1,20 @@
{
"type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
"id": "GARMENT_SIMPLE_FISHERMAN_CLOTH",
"metadata": {
"name": "Vêtements simples de pêcheur ",
"description": "Vêtement simple de pêcheur achetté à Caspaè.",
"thumbnail": "https://bg3.wiki/w/images/1/12/Destitute_Clothes_Unfaded_Icon.png",
"image": "https://bg3.wiki/w/images/c/cc/Destitute_Clothes_Unfaded.png"
},
"options": {
"stackable": false,
"equipable": true,
"consumable": false
},
"tags": [
"META:ADDABLE",
"EQUIPMENT"
],
"alterations": []
}

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": []
}

View file

@ -4,6 +4,7 @@
"metadata": {
"name": "Lettre de BG à Gornak",
"description": "Gornak,\n\nUne fois le Gelavium en votre possession, retrouvez-nous à l'Auberge \"La Corne d'Ivoire\" à Safièl. Vous recevrez votre dû une fois la livraison effectuée.\n\nNe nous décevez pas.\n\nSigné : B.G.\n\nP.S. Nous vous prions de ne pas vous présenter dans vos loques habituelles.",
"thumbnail": "https://bg3.wiki/wiki/File:Book_Note_O_Item_Icon.png",
"image": "https://bg3.wiki/w/images/5/5a/Book_Note_O_Unfaded.png"
},
"options": {

View file

@ -0,0 +1,21 @@
{
"type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
"id": "MISC_DRIED_FISH",
"metadata": {
"name": "Poisson séché",
"description": "Poisson séché",
"thumbnail": "https://bg3.wiki/w/images/0/03/FOOD_Fish_Fillet_Unfaded_Icon.png",
"image": "https://bg3.wiki/w/images/9/9d/FOOD_Fish_Fillet_Unfaded.png"
},
"options": {
"stackable": true,
"equipable": false,
"consumable": true
},
"tags": [
"META:ADDABLE",
"CONSUMABLE",
"MISCELLANEOUS"
],
"alterations": []
}