From 42d7b642c6a09a51433afdf9c5d6f4d9f6f33085 Mon Sep 17 00:00:00 2001 From: Thomas Andres Gomez Date: Fri, 9 May 2025 23:05:28 +0200 Subject: [PATCH] Add alchemy componants. --- items/ARCHANTHIA_COMPONANT.json | 20 ++++++++++++++++++++ items/FLORELUNE_COMPONANT.json | 20 ++++++++++++++++++++ items/VELNIRIS_COMPONANT.json | 20 ++++++++++++++++++++ items/VERDUANE_COMPONANT.json | 20 ++++++++++++++++++++ tags/item.json | 5 +++++ 5 files changed, 85 insertions(+) create mode 100644 items/ARCHANTHIA_COMPONANT.json create mode 100644 items/FLORELUNE_COMPONANT.json create mode 100644 items/VELNIRIS_COMPONANT.json create mode 100644 items/VERDUANE_COMPONANT.json diff --git a/items/ARCHANTHIA_COMPONANT.json b/items/ARCHANTHIA_COMPONANT.json new file mode 100644 index 0000000..3416a86 --- /dev/null +++ b/items/ARCHANTHIA_COMPONANT.json @@ -0,0 +1,20 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "ARCHANTHIA_COMPONANT", + "metadata": { + "name": "Archanthia", + "description": "Anti-sceptique et anti-bactérien (+3 de Constitution pour une journée)", + "thumbnail": "https://bg3.wiki/w/images/0/09/Balsam_Item_Icon.png", + "image": "https://bg3.wiki/w/images/0/0c/Balsam_Unfaded.png" + }, + "options": { + "stackable": true, + "equipable": false, + "consumable": false + }, + "tags": [ + "META:ADDABLE", + "ALCHEMY" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/FLORELUNE_COMPONANT.json b/items/FLORELUNE_COMPONANT.json new file mode 100644 index 0000000..0ae18cd --- /dev/null +++ b/items/FLORELUNE_COMPONANT.json @@ -0,0 +1,20 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "FLORELUNE_COMPONANT", + "metadata": { + "name": "Florelune", + "description": "", + "thumbnail": "https://bg3.wiki/w/images/d/d5/Weavemoss_Item_Icon.png", + "image": "https://bg3.wiki/w/images/9/9a/Weavemoss_Unfaded.png" + }, + "options": { + "stackable": true, + "equipable": false, + "consumable": false + }, + "tags": [ + "META:ADDABLE", + "ALCHEMY" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/VELNIRIS_COMPONANT.json b/items/VELNIRIS_COMPONANT.json new file mode 100644 index 0000000..b20f0ea --- /dev/null +++ b/items/VELNIRIS_COMPONANT.json @@ -0,0 +1,20 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "VELNIRIS_COMPONANT", + "metadata": { + "name": "Velniris", + "description": "", + "thumbnail": "https://bg3.wiki/w/images/0/02/Night_Orchid_Item_Icon.png", + "image": "https://bg3.wiki/w/images/9/9e/Night_Orchid_Unfaded.png" + }, + "options": { + "stackable": true, + "equipable": false, + "consumable": false + }, + "tags": [ + "META:ADDABLE", + "ALCHEMY" + ], + "alterations": [] +} \ No newline at end of file diff --git a/items/VERDUANE_COMPONANT.json b/items/VERDUANE_COMPONANT.json new file mode 100644 index 0000000..427f687 --- /dev/null +++ b/items/VERDUANE_COMPONANT.json @@ -0,0 +1,20 @@ +{ + "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1", + "id": "VERDUANE_COMPONANT", + "metadata": { + "name": "Verduane", + "description": "", + "thumbnail": "https://bg3.wiki/w/images/0/09/Yellow_Musk_Creeper_Petals_Item_Icon.png", + "image": "https://bg3.wiki/w/images/4/47/Yellow_Musk_Creeper_Petals_Unfaded.png" + }, + "options": { + "stackable": true, + "equipable": false, + "consumable": false + }, + "tags": [ + "META:ADDABLE", + "ALCHEMY" + ], + "alterations": [] +} \ No newline at end of file diff --git a/tags/item.json b/tags/item.json index d18b002..9dccaf8 100644 --- a/tags/item.json +++ b/tags/item.json @@ -24,6 +24,11 @@ "id": "QUEST", "label": "Quêtes" }, + { + "type": "com.pixelized.shared.lwa.model.tag.TagJsonV1", + "id": "ALCHEMY", + "label": "Alchimie" + }, { "type": "com.pixelized.shared.lwa.model.tag.TagJsonV1", "id": "META:ADDABLE",