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