Add alchemy componants.

This commit is contained in:
Thomas Andres Gomez 2025-05-09 23:05:28 +02:00
parent 85d9fbebbb
commit 42d7b642c6
5 changed files with 85 additions and 0 deletions

View file

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