Fix Tonic / Tonique typo.

This commit is contained in:
Andres Gomez, Thomas (ITDV RL) 2025-05-12 14:43:11 +02:00
parent 42d7b642c6
commit 7eb94be44c
7 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@
"type": "com.pixelized.shared.lwa.model.alteration.AlterationJsonV1",
"id": "ARCANTHIA_TONIC",
"metadata": {
"name": "Tonic d'Arcanthia",
"name": "Tonique 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"
},

View file

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

View file

@ -2,7 +2,7 @@
"type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
"id": "ARCANTHIA_TONIC",
"metadata": {
"name": "Tonic d'Arcanthia",
"name": "Tonique d'Arcanthia",
"description": "Anti-sceptique et anti-bactérien (+3 de Constitution pour une journée)",
"thumbnail": "https://bg3.wiki/w/images/e/e3/POT_Potion_of_Everlasting_Vigour_Unfaded_Icon.png",
"image": "https://bg3.wiki/w/images/5/59/POT_Potion_of_Everlasting_Vigour_Unfaded.png"

View file

@ -2,7 +2,7 @@
"type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
"id": "FLORELUNE_TONIC",
"metadata": {
"name": "Tonic de Florelune",
"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"

View file

@ -2,7 +2,7 @@
"type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
"id": "VELNIRIS_TONIC",
"metadata": {
"name": "Tonic de Velniris",
"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"

View file

@ -2,7 +2,7 @@
"type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
"id": "VERDUANE_TONIC",
"metadata": {
"name": "Tonic de Verduane",
"name": "Tonique de Verduane",
"description": "Digestion (vomitif, utile contre le poison)",
"thumbnail": "https://bg3.wiki/w/images/6/6a/ELX_Elixir_of_Silvanus_Unfaded_Icon.png",
"image": "https://bg3.wiki/w/images/b/b7/ELX_Elixir_of_Silvanus_Unfaded.png"

View file

@ -17,6 +17,6 @@
{
"type": "com.pixelized.shared.lwa.model.tag.TagJsonV1",
"id": "TONIC",
"label": "Tonic"
"label": "Tonique"
}
]