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

34 lines
No EOL
835 B
JSON

{
"type": "com.pixelized.shared.lwa.model.alteration.AlterationJsonV1",
"id": "VELNERIS_TONIC",
"metadata": {
"name": "Tonique de Velniris",
"description": "Augmente les scores de perceptions de 10 pendant une journée.",
"icon": "https://bg3.wiki/w/images/d/df/Potion_of_Sleep_Item_Icon.png"
},
"tags": [
"TONIC"
],
"fields": [
{
"fieldId": "PERCEPTION",
"expression": "10"
},
{
"fieldId": "SEARCH",
"expression": "10"
},
{
"fieldId": "EMPATHY",
"expression": "10"
},
{
"fieldId": "ANIMAL_EMPATHY",
"expression": "10"
},
{
"fieldId": "TRACKING",
"expression": "10"
}
]
}