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", "type": "com.pixelized.shared.lwa.model.alteration.AlterationJsonV1",
"id": "ARCANTHIA_TONIC", "id": "ARCANTHIA_TONIC",
"metadata": { "metadata": {
"name": "Tonic d'Arcanthia", "name": "Tonique d'Arcanthia",
"description": "+3 de Constitution pour une journée", "description": "+3 de Constitution pour une journée",
"icon": "https://bg3.wiki/w/images/e/e3/POT_Potion_of_Everlasting_Vigour_Unfaded_Icon.png" "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", "type": "com.pixelized.shared.lwa.model.alteration.AlterationJsonV1",
"id": "VELNERIS_TONIC", "id": "VELNERIS_TONIC",
"metadata": { "metadata": {
"name": "Tonic de Velniris", "name": "Tonique de Velniris",
"description": "Augmente les scores de perceptions de 10 pendant une journée.", "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" "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", "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
"id": "ARCANTHIA_TONIC", "id": "ARCANTHIA_TONIC",
"metadata": { "metadata": {
"name": "Tonic d'Arcanthia", "name": "Tonique d'Arcanthia",
"description": "Anti-sceptique et anti-bactérien (+3 de Constitution pour une journée)", "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", "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" "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", "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
"id": "FLORELUNE_TONIC", "id": "FLORELUNE_TONIC",
"metadata": { "metadata": {
"name": "Tonic de Florelune", "name": "Tonique de Florelune",
"description": "Somnifère.", "description": "Somnifère.",
"thumbnail": "https://bg3.wiki/w/images/6/60/POT_Antidote_Unfaded_Icon.png", "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" "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", "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
"id": "VELNIRIS_TONIC", "id": "VELNIRIS_TONIC",
"metadata": { "metadata": {
"name": "Tonic de Velniris", "name": "Tonique de Velniris",
"description": "Augmente les scores de perceptions de 10 pendant une journée.", "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", "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" "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", "type": "com.pixelized.shared.lwa.model.item.ItemJsonV1",
"id": "VERDUANE_TONIC", "id": "VERDUANE_TONIC",
"metadata": { "metadata": {
"name": "Tonic de Verduane", "name": "Tonique de Verduane",
"description": "Digestion (vomitif, utile contre le poison)", "description": "Digestion (vomitif, utile contre le poison)",
"thumbnail": "https://bg3.wiki/w/images/6/6a/ELX_Elixir_of_Silvanus_Unfaded_Icon.png", "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" "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", "type": "com.pixelized.shared.lwa.model.tag.TagJsonV1",
"id": "TONIC", "id": "TONIC",
"label": "Tonic" "label": "Tonique"
} }
] ]