LwaCampain/items/ARCANTHIA_TONIC.json

22 lines
No EOL
677 B
JSON

{
"type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
"id": "ARCANTHIA_TONIC",
"metadata": {
"name": "Tonique d'Arcanthia",
"description": "Anti-sceptique et anti-bactérien (+3 de Constitution pour une journée)",
"thumbnail": "https://bg3.wiki/w/images/e/e3/POT_Potion_of_Everlasting_Vigour_Unfaded_Icon.png",
"image": "https://bg3.wiki/w/images/5/59/POT_Potion_of_Everlasting_Vigour_Unfaded.png"
},
"options": {
"stackable": true,
"equipable": false,
"consumable": true
},
"tags": [
"META:ADDABLE",
"TONIC"
],
"alterations": [
"ARCANTHIA_TONIC"
]
}