LwaCampain/items/FLORELUNE_TONIC.json
Andres Gomez, Thomas (ITDV RL) 7eb94be44c Fix Tonic / Tonique typo.
2025-05-12 14:43:11 +02:00

20 lines
No EOL
546 B
JSON

{
"type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
"id": "FLORELUNE_TONIC",
"metadata": {
"name": "Tonique de Florelune",
"description": "Somnifère.",
"thumbnail": "https://bg3.wiki/w/images/6/60/POT_Antidote_Unfaded_Icon.png",
"image": "https://bg3.wiki/w/images/0/06/POT_Antidote_Unfaded.png"
},
"options": {
"stackable": true,
"equipable": false,
"consumable": true
},
"tags": [
"META:ADDABLE",
"TONIC"
],
"alterations": []
}