Add tonic alteration
This commit is contained in:
parent
568ac0e28f
commit
85d9fbebbb
4 changed files with 68 additions and 9 deletions
18
alterations/ARCANTHIA_TONIC.json
Normal file
18
alterations/ARCANTHIA_TONIC.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
34
alterations/VELNERIS_TONIC.json
Normal file
34
alterations/VELNERIS_TONIC.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue