LwaCampain/items/VELNIRIS_TONIC.json

22 lines
No EOL
628 B
JSON

{
"type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
"id": "VELNIRIS_TONIC",
"metadata": {
"name": "Tonique de Velniris",
"description": "Augmente les scores de perceptions de 10 pendant une journée.",
"thumbnail": "https://bg3.wiki/w/images/d/df/Potion_of_Sleep_Item_Icon.png",
"image": "https://bg3.wiki/w/images/a/af/Potion_of_Sleep_Unfaded.png"
},
"options": {
"stackable": true,
"equipable": false,
"consumable": true
},
"tags": [
"META:ADDABLE",
"TONIC"
],
"alterations": [
"VELNERIS_TONIC"
]
}