Add tonic alteration

This commit is contained in:
Thomas Andres Gomez 2025-05-09 22:00:25 +02:00
parent 568ac0e28f
commit 85d9fbebbb
4 changed files with 68 additions and 9 deletions

View file

@ -0,0 +1,18 @@
{
"type": "com.pixelized.shared.lwa.model.alteration.AlterationJsonV1",
"id": "ARCANTHIA_TONIC",
"metadata": {
"name": "Tonic d'Arcanthia",
"description": "+3 de Constitution pour une journée",
"icon": "https://bg3.wiki/w/images/e/e3/POT_Potion_of_Everlasting_Vigour_Unfaded_Icon.png"
},
"tags": [
"TONIC"
],
"fields": [
{
"fieldId": "CON",
"expression": "3"
}
]
}

View file

@ -0,0 +1,34 @@
{
"type": "com.pixelized.shared.lwa.model.alteration.AlterationJsonV1",
"id": "VELNERIS_TONIC",
"metadata": {
"name": "Tonic 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"
}
]
}