change json format & add diablo4
All checks were successful
Deploy Sokko G / deploy (push) Successful in 7s

This commit is contained in:
Shinuwa 2026-07-22 21:21:02 +02:00
parent e65c74ea0a
commit 34523e78b1
33 changed files with 5849 additions and 3431 deletions

View file

@ -0,0 +1,428 @@
{
"categories": [
{
"id": "offensif",
"label": "Offensif",
"icon": "axe",
"tone": "red"
},
{
"id": "defensif",
"label": "Défensif",
"icon": "shield",
"tone": "blue"
},
{
"id": "attribut",
"label": "Attribut",
"icon": "wing",
"tone": "purple"
},
{
"id": "mobilite",
"label": "Mobilité",
"icon": "wing",
"tone": "yellow"
},
{
"id": "ressource",
"label": "Ressource",
"icon": "fire",
"tone": "green"
},
{
"id": "competence",
"label": "Compétence",
"icon": "cube",
"tone": "gold"
},
{
"id": "caracteristique",
"label": "Caractéristique",
"icon": "cube",
"tone": "gold"
},
{
"id": "resistance",
"label": "Résistance",
"icon": "cube",
"tone": "violet"
}
],
"affixes": [
{
"id": "force",
"label": "Force",
"categories": [
"offensif",
"caracteristique"
]
},
{
"id": "intelligence",
"label": "Intelligence",
"categories": [
"offensif",
"caracteristique"
]
},
{
"id": "volonte",
"label": "Volonté",
"categories": [
"offensif",
"caracteristique"
]
},
{
"id": "dexterite",
"label": "Dextérité",
"categories": [
"offensif",
"caracteristique"
]
},
{
"id": "degats_arme",
"label": "Dégâts de l'arme",
"categories": [
"offensif"
]
},
{
"id": "vitesse_attaque",
"label": "Vitesse d'attaque",
"categories": [
"offensif"
]
},
{
"id": "chance_coup_critique",
"label": "Chance de coup critique",
"categories": [
"offensif"
]
},
{
"id": "epines",
"label": "Épines",
"categories": [
"offensif"
]
},
{
"id": "multiplicateur_degats_critiques",
"label": "Multiplicateur de dégâts critiques",
"categories": [
"offensif"
]
},
{
"id": "multiplicateur_tous_degats",
"label": "Multiplicateur de tous les dégâts",
"categories": [
"offensif"
]
},
{
"id": "multiplicateur_degats_vulnerables",
"label": "Multiplicateur de dégâts aux cibles vulnérables",
"categories": [
"offensif"
]
},
{
"id": "multiplicateur_degats_duree",
"label": "Multiplicateur de dégâts sur la durée",
"categories": [
"offensif"
]
},
{
"id": "multiplicateur_degats_feu",
"label": "Multiplicateur de dégâts de feu",
"categories": [
"offensif"
]
},
{
"id": "multiplicateur_degats_froid",
"label": "Multiplicateur de dégâts de froid",
"categories": [
"offensif"
]
},
{
"id": "multiplicateur_degats_foudre",
"label": "Multiplicateur de dégâts de foudre",
"categories": [
"offensif"
]
},
{
"id": "multiplicateur_degats_poison",
"label": "Multiplicateur de dégâts de poison",
"categories": [
"offensif"
]
},
{
"id": "multiplicateur_degats_ombre",
"label": "Multiplicateur de dégâts d'ombre",
"categories": [
"offensif"
]
},
{
"id": "multiplicateur_degats_physiques",
"label": "Multiplicateur de dégâts physiques",
"categories": [
"offensif"
]
},
{
"id": "resistance_feu",
"label": "Résistance au feu",
"categories": [
"defensif",
"resistance"
]
},
{
"id": "resistance_froid",
"label": "Résistance au froid",
"categories": [
"defensif",
"resistance"
]
},
{
"id": "resistance_foudre",
"label": "Résistance à la foudre",
"categories": [
"defensif",
"resistance"
]
},
{
"id": "resistance_poison",
"label": "Résistance au poison",
"categories": [
"defensif",
"resistance"
]
},
{
"id": "resistance_ombre",
"label": "Résistance à l'ombre",
"categories": [
"defensif",
"resistance"
]
},
{
"id": "resistance_tous_elements",
"label": "Résistance à tous les éléments",
"categories": [
"defensif",
"resistance"
]
},
{
"id": "points_vie_maximum",
"label": "Points de vie maximum",
"categories": [
"defensif"
]
},
{
"id": "chance_esquive",
"label": "Chance d'esquiver",
"categories": [
"defensif"
]
},
{
"id": "regeneration_vie",
"label": "Régénération de vie",
"categories": [
"defensif"
]
},
{
"id": "reduction_degats",
"label": "Réduction des dégâts",
"categories": [
"defensif"
]
},
{
"id": "points_vie_par_victime",
"label": "Points de vie par victime",
"categories": [
"defensif"
]
},
{
"id": "points_vie_par_coup",
"label": "Points de vie par coup",
"categories": [
"defensif"
]
},
{
"id": "armure",
"label": "Armure",
"categories": [
"defensif"
]
},
{
"id": "rangs_competences_basiques",
"label": "+X rangs aux compétences basiques",
"categories": [
"attribut",
"competence"
]
},
{
"id": "rangs_competences_principales",
"label": "+X rangs aux compétences principales",
"categories": [
"attribut",
"competence"
]
},
{
"id": "rangs_competence",
"label": "+X rangs à une compétence",
"categories": [
"attribut",
"competence"
]
},
{
"id": "rangs_toutes_competences_classe",
"label": "+X rangs à toutes les compétences de la classe",
"categories": [
"attribut",
"competence"
]
},
{
"id": "capacite_potion",
"label": "Capacité de potion",
"categories": [
"attribut"
]
},
{
"id": "generation_fortification",
"label": "Génération de fortification",
"categories": [
"attribut"
]
},
{
"id": "chance_coup_de_chance",
"label": "Chance d'obtenir un coup de chance",
"categories": [
"attribut"
]
},
{
"id": "reduction_temps_recharge",
"label": "Réduction du temps de recharge",
"categories": [
"attribut"
]
},
{
"id": "soins_recus",
"label": "Soins reçus",
"categories": [
"attribut"
]
},
{
"id": "reduction_pertes_controle",
"label": "Réduction des pertes de contrôle",
"categories": []
},
{
"id": "generation_barriere",
"label": "Génération de barrière",
"categories": []
},
{
"id": "ressource_maximum",
"label": "Maximum de ressource",
"categories": [
"ressource"
]
},
{
"id": "regeneration_ressource",
"label": "Régénération de ressource",
"categories": [
"ressource"
]
},
{
"id": "generation_ressource",
"label": "Génération de ressource",
"categories": [
"ressource"
]
},
{
"id": "ressource_par_victime",
"label": "Ressource par victime",
"categories": [
"ressource"
]
},
{
"id": "reduction_cout_ressource",
"label": "Réduction du coût en ressource",
"categories": [
"ressource"
]
},
{
"id": "recuperation_ressource_principale",
"label": "Récupération de la ressource principale",
"categories": [
"ressource"
]
},
{
"id": "vitesse_deplacement",
"label": "Vitesse de déplacement",
"categories": [
"mobilite"
]
},
{
"id": "charges_esquive_maximum",
"label": "Charges d'esquive maximum",
"categories": [
"mobilite"
]
},
{
"id": "attaques_reduisent_recharge_esquive",
"label": "Les attaques réduisent le temps de recharge d'esquive",
"categories": [
"mobilite"
]
},
{
"id": "vitesse_deplacement_apres_esquive",
"label": "Vitesse de déplacement après une esquive",
"categories": [
"mobilite"
]
}
]
}

View file

@ -35,6 +35,26 @@
]
}
]
},
{
"id": "diablo4",
"title": "Diablo IV",
"eyebrow": "Guide de jeu",
"images": {
"cardCover": "/static/img/games/diablo4/card-cover.png",
"heroBg": "/static/img/games/diablo4/hero-bg.png"
},
"summary": "Repères rapides pour consulter, filtrer et comparer les affixes utiles pendant la préparation d'un build.",
"sections": [
{
"title": "Affixes",
"items": [
"Filtrer par catégorie",
"Rechercher un affixe précis",
"Identifier les familles utiles à un build"
]
}
]
}
]
}

File diff suppressed because it is too large Load diff

View file

@ -1,217 +1,238 @@
{
"and": "and",
"or": "or",
"reset": "reset",
"create checklist": "create checklist",
"to be completed": "to be completed",
"monsters": "monsters",
"endemic life": "endemic life",
"name": "name",
"weaknesses": "weaknesses",
"locations": "locations",
"abdominal_iceplate": "abdominal iceplate",
"ailments": "ailments",
"cut": "cut",
"blunt": "blunt",
"ammo": "ammo",
"windward plains": "windward plains",
"scarlet forest": "scarlet forest",
"ruins of wyveria": "ruins of wyveria",
"oilwell basin": "oilwell basin",
"iceshard cliffs": "iceshard cliffs",
"dragon": "dragon",
"fire": "fire",
"ice": "ice",
"thunder": "thunder",
"water": "water",
"dragonblight": "dragonblight",
"fireblight": "fireblight",
"iceblight": "iceblight",
"thunderblight": "thunderblight",
"waterblight": "waterblight",
"frostblight": "frostblight",
"bubbleblight": "bubbleblight",
"stench": "stench",
"sleep": "sleep",
"paralysis": "paralysis",
"blast": "blast",
"poison": "poison",
"webbed": "webbed",
"bleeding": "bleeding",
"stun": "stun",
"frenzy virus": "frenzy virus",
"defense down": "defense down",
"minor wind pressure": "minor wind pressure",
"dragon wind pressure": "dragon wind pressure",
"minor tremor": "minor tremor",
"weak roar": "weak roar",
"strong roar": "strong roar",
"mantle broken": "mantle broken",
"head": "head",
"nose": "nose",
"antenna": "antenna",
"neck": "neck",
"mouth": "mouth",
"torso": "torso",
"membrane": "membrane",
"tongue": "tongue",
"chest": "chest",
"belly": "belly",
"tentacle": "tentacle",
"back": "back",
"left wingarm": "left wingarm",
"right wingarm": "right wingarm",
"front left arm": "front left arm",
"front right arm": "front right arm",
"middle left arm": "middle left arm",
"middle right arm": "middle right arm",
"rear left arm": "rear left arm",
"rear right arm": "rear right arm",
"left wing": "left wing",
"right wing": "right wing",
"left leg": "left leg",
"right leg": "right leg",
"forelegs": "forelegs",
"left foreleg": "left foreleg",
"right foreleg": "right foreleg",
"hindlegs": "hindlegs",
"left hindleg": "left hindleg",
"right hindleg": "right hindleg",
"left chainblade": "left chainblade",
"right chainblade": "right chainblade",
"left claw": "left claw",
"right claw": "right claw",
"abdominal iceplate": "abdominal iceplate",
"large iceplate(hidden)": "large iceplate(hidden)",
"large iceplate(exposed)": "large iceplate(exposed)",
"head (crystallized)": "head (crystallized)",
"left wingarm (crystallized)": "left wingarm (crystallized)",
"right wingarm (crystallized)": "right wingarm (crystallized)",
"back fin": "back fin",
"stinger": "stinger",
"mantle": "mantle",
"petals": "petals",
"tail": "tail",
"tail hair": "tail hair",
"rear": "rear",
"tail tip": "tail tip",
"flying wyvern": "flying wyvern",
"fanged beast": "fanged beast",
"construct": "construct",
"chatacabra": "chatacabra",
"quematrice": "quematrice",
"lala barina": "lala barina",
"congalala": "congalala",
"balahara": "balahara",
"doshaguma": "doshaguma",
"uth duna": "uth duna",
"rompopolo": "rompopolo",
"rey dau": "rey dau",
"nerscylla": "nerscylla",
"hirabami": "hirabami",
"ajarakan": "ajarakan",
"nu udra": "nu udra",
"jin dahaad": "jin dahaad",
"xu wu": "xu wu",
"zoh shia": "zoh shia",
"yian kut-ku": "yian kut-ku",
"gypceros": "gypceros",
"rathian": "rathian",
"rathalos": "rathalos",
"gravios": "gravios",
"blangonga": "blangonga",
"gore magala": "gore magala",
"arkveld": "arkveld",
"mizutsune": "mizutsune",
"guardian doshaguma": "guardian doshaguma",
"guardian rathalos": "guardian rathalos",
"guardian ebony odogaron": "guardian ebony odogaron",
"guardian arkveld": "guardian arkveld",
"guardian fulgur anjanath": "guardian fulgur anjanath",
"vigorwasp": "vigorwasp",
"giant vigorwasp": "giant vigorwasp",
"purewasp": "purewasp",
"vigormantle bug": "vigormantle bug",
"chillmantle bug": "chillmantle bug",
"heatmantle bug": "heatmantle bug",
"wiggly litchi": "wiggly litchi",
"paratoad": "paratoad",
"nitrotoad": "nitrotoad",
"sleeptoad": "sleeptoad",
"flashflies": "flashflies",
"dung beetle": "dung beetle",
"bomb beetle": "bomb beetle",
"rime beetle": "rime beetle",
"thunderbug": "thunderbug",
"great thunderbugs": "great thunderbugs",
"flashbug": "flashbug",
"godbug": "godbug",
"bitterbug": "bitterbug",
"dark hornet": "dark hornet",
"wedge beetle": "wedge beetle",
"windrustler": "windrustler",
"black windrustler": "black windrustler",
"nothpecker": "nothpecker",
"landlight shrimp": "landlight shrimp",
"ammo": "ammo",
"amphibian": "amphibian",
"amstrigian": "amstrigian",
"hymstrigian": "hymstrigian",
"rufflizard": "rufflizard",
"tracktail lizard": "tracktail lizard",
"pallbug": "pallbug",
"quatreflies": "quatreflies",
"emperor hopper": "emperor hopper",
"tyrant hopper": "tyrant hopper",
"sandstar": "sandstar",
"leaflugger ant": "leaflugger ant",
"florashell crab": "florashell crab",
"crudeshell crab": "crudeshell crab",
"curioshell crab": "curioshell crab",
"smokeshroud gekko": "smokeshroud gekko",
"and": "and",
"antenna": "antenna",
"arkveld": "arkveld",
"azure_rufflizard": "azure rufflizard",
"back": "back",
"back_fin": "back fin",
"back_unity": "back unity",
"balahara": "balahara",
"belly": "belly",
"bitterbug": "bitterbug",
"black_windrustler": "black windrustler",
"blangonga": "blangonga",
"blast": "blast",
"bleeding": "bleeding",
"blind_perch": "blind perch",
"blink_angler": "blink angler",
"blunt": "blunt",
"bomb_arowana": "bomb arowana",
"bomb_beetle": "bomb beetle",
"brute_wyvern": "brute wyvern",
"bubbleblight": "bubbleblight",
"burst_arowana": "burst arowana",
"cephalopod": "cephalopod",
"chainblade": "chainblade",
"chatacabra": "chatacabra",
"chest": "chest",
"chillmantle_bug": "chillmantle bug",
"claw": "claw",
"congalala": "congalala",
"construct": "construct",
"create_checklist": "create checklist",
"crudeshell_crab": "crudeshell crab",
"curioshell_crab": "curioshell crab",
"cut": "cut",
"dapperwing": "dapperwing",
"dark_hornet": "dark hornet",
"dazzlewing": "dazzlewing",
"mimiphyta": "mimiphyta",
"scarlet joyperch": "scarlet joyperch",
"starduster": "starduster",
"vaporonid": "vaporonid",
"omenfly": "omenfly",
"myriads": "myriads",
"jewel scarab": "jewel scarab",
"regal jewel scarab": "regal jewel scarab",
"pink landlight shrimp": "pink landlight shrimp",
"ember rufflizard": "ember rufflizard",
"azure rufflizard": "azure rufflizard",
"gloom gekko": "gloom gekko",
"scalebat": "scalebat",
"blink angler": "blink angler",
"sparklerjelly": "sparklerjelly",
"peony sparklerjelly": "peony sparklerjelly",
"nu yaya": "nu yaya",
"gawkie": "gawkie",
"solanaria": "solanaria",
"pillopod": "pillopod",
"gillopod": "gillopod",
"petalfly": "petalfly",
"xu yo": "xu yo",
"downy crake": "downy crake",
"hercudrome": "hercudrome",
"gold hercudrome": "gold hercudrome",
"prism hercudrome": "prism hercudrome",
"virid bowfin": "virid bowfin",
"sushifish": "sushifish",
"whetfish": "whetfish",
"goldenfish": "goldenfish",
"platinumfish": "platinumfish",
"burst arowana": "burst arowana",
"bomb arowana": "bomb arowana",
"goldenfry": "goldenfry",
"gunpowderfish": "gunpowderfish",
"gravid bowfin": "gravid bowfin",
"default": "default",
"defense_down": "defense down",
"demi_elder": "demi elder",
"doshaguma": "doshaguma",
"downy_crake": "downy crake",
"dragon": "dragon",
"dragon_wind_pressure": "dragon wind pressure",
"dragonblight": "dragonblight",
"dung_beetle": "dung beetle",
"elder_dragon": "elder dragon",
"ember_rufflizard": "ember rufflizard",
"emperor_hopper": "emperor hopper",
"endemic_life": "endemic life",
"escunite": "escunite",
"grand escunite": "grand escunite",
"glass parexus": "glass parexus",
"blind perch": "blind perch",
"gastronome tuna": "gastronome tuna",
"goliath squid": "goliath squid",
"great trevally": "great trevally",
"fanged_beast": "fanged beast",
"fire": "fire",
"fireblight": "fireblight",
"flashbug": "flashbug",
"flashflies": "flashflies",
"florashell_crab": "florashell crab",
"flying_wyvern": "flying wyvern",
"foreleg": "foreleg",
"forelegs": "forelegs",
"frenzy_virus": "frenzy virus",
"front_left_arm": "front left arm",
"front_right_arm": "front right arm",
"frostblight": "frostblight",
"gajau": "gajau",
"speartuna": "speartuna"
"gastronome_tuna": "gastronome tuna",
"gawkie": "gawkie",
"giant_vigorwasp": "giant vigorwasp",
"gillopod": "gillopod",
"glass_parexus": "glass parexus",
"gloom_gekko": "gloom gekko",
"godbug": "godbug",
"gogmazios": "gogmazios",
"gold_hercudrome": "gold hercudrome",
"goldenfish": "goldenfish",
"goldenfry": "goldenfry",
"goliath_squid": "goliath squid",
"gore_magala": "gore magala",
"grand_escunite": "grand escunite",
"gravid_bowfin": "gravid bowfin",
"gravios": "gravios",
"great_thunderbugs": "great thunderbugs",
"great_trevally": "great trevally",
"guardian_arkveld": "guardian arkveld",
"guardian_doshaguma": "guardian doshaguma",
"guardian_ebony_odogaron": "guardian ebony odogaron",
"guardian_fulgur_anjanath": "guardian fulgur anjanath",
"guardian_rathalos": "guardian rathalos",
"gunpowderfish": "gunpowderfish",
"gypceros": "gypceros",
"head": "head",
"head_crystallized": "head (crystallized)",
"heatmantle_bug": "heatmantle bug",
"hercudrome": "hercudrome",
"hindlegs": "hindlegs",
"hirabami": "hirabami",
"hp_penalty": "hp penalty",
"hymstrigian": "hymstrigian",
"ice": "ice",
"iceblight": "iceblight",
"iceshard_cliffs": "iceshard cliffs",
"jewel_scarab": "jewel scarab",
"jin_dahaad": "jin dahaad",
"lagiacrus": "lagiacrus",
"lala_barina": "lala barina",
"landlight_shrimp": "landlight shrimp",
"large_iceplate_exposed": "large iceplate(exposed)",
"large_iceplate_hidden": "large iceplate(hidden)",
"leaflugger_ant": "leaflugger ant",
"left_chainblade": "left chainblade",
"left_claw": "left claw",
"left_foreleg": "left foreleg",
"left_hindleg": "left hindleg",
"left_leg": "left leg",
"left_wing": "left wing",
"left_wingarm": "left wingarm",
"left_wingarm_crystallized": "left wingarm (crystallized)",
"leg": "leg",
"legs": "legs",
"leviathan": "leviathan",
"locations": "locations",
"mantle": "mantle",
"mantle_broken": "mantle broken",
"membrane": "membrane",
"middle_left_arm": "middle left arm",
"middle_right_arm": "middle right arm",
"mimiphyta": "mimiphyta",
"minor_tremor": "minor tremor",
"minor_wind_pressure": "minor wind pressure",
"mizutsune": "mizutsune",
"monsters": "monsters",
"mouth": "mouth",
"myriads": "myriads",
"name": "name",
"neck": "neck",
"nerscylla": "nerscylla",
"nitrotoad": "nitrotoad",
"none": "none",
"nose": "nose",
"nothpecker": "nothpecker",
"nu_udra": "nu udra",
"nu_yaya": "nu yaya",
"oilwell_basin": "oilwell basin",
"omega_planetes": "omega planetes",
"omenfly": "omenfly",
"or": "or",
"pallbug": "pallbug",
"paralysis": "paralysis",
"paratoad": "paratoad",
"peony_sparklerjelly": "peony sparklerjelly",
"petalfly": "petalfly",
"petals": "petals",
"pillopod": "pillopod",
"pink_landlight_shrimp": "pink landlight shrimp",
"platinumfish": "platinumfish",
"poison": "poison",
"prism_hercudrome": "prism hercudrome",
"purewasp": "purewasp",
"quatreflies": "quatreflies",
"quematrice": "quematrice",
"rathalos": "rathalos",
"rathian": "rathian",
"rear": "rear",
"rear_left_arm": "rear left arm",
"rear_right_arm": "rear right arm",
"regal_jewel_scarab": "regal jewel scarab",
"reset": "reset",
"rey_dau": "rey dau",
"right_chainblade": "right chainblade",
"right_claw": "right claw",
"right_foreleg": "right foreleg",
"right_hindleg": "right hindleg",
"right_leg": "right leg",
"right_wing": "right wing",
"right_wingarm": "right wingarm",
"right_wingarm_crystallized": "right wingarm (crystallized)",
"rime_beetle": "rime beetle",
"rompopolo": "rompopolo",
"rufflizard": "rufflizard",
"ruins_of_wyveria": "ruins of wyveria",
"sandstar": "sandstar",
"scalebat": "scalebat",
"scarlet_forest": "scarlet forest",
"scarlet_joyperch": "scarlet joyperch",
"seregios": "seregios",
"sleep": "sleep",
"sleeptoad": "sleeptoad",
"smokeshroud_gekko": "smokeshroud gekko",
"solanaria": "solanaria",
"sparklerjelly": "sparklerjelly",
"speartuna": "speartuna",
"starduster": "starduster",
"stench": "stench",
"stinger": "stinger",
"strong_roar": "strong roar",
"stun": "stun",
"sushifish": "sushifish",
"tail": "tail",
"tail_hair": "tail hair",
"tail_tip": "tail tip",
"temnoceran": "temnoceran",
"tentacle": "tentacle",
"thunder": "thunder",
"thunderblight": "thunderblight",
"thunderbug": "thunderbug",
"to_be_completed": "to be completed",
"tongue": "tongue",
"torso": "torso",
"tracktail_lizard": "tracktail lizard",
"tyrant_hopper": "tyrant hopper",
"unknown": "???",
"uth_duna": "uth duna",
"vaporonid": "vaporonid",
"vigormantle_bug": "vigormantle bug",
"vigorwasp": "vigorwasp",
"virid_bowfin": "virid bowfin",
"water": "water",
"waterblight": "waterblight",
"weak_roar": "weak roar",
"weaknesses": "weaknesses",
"webbed": "webbed",
"wedge_beetle": "wedge beetle",
"whetfish": "whetfish",
"wiggly_litchi": "wiggly litchi",
"windrustler": "windrustler",
"windward_plains": "windward plains",
"xu_wu": "xu wu",
"xu_yo": "xu yo",
"yian_kut_ku": "yian kut-ku",
"zoh_shia": "zoh shia"
}

View file

@ -1,217 +1,238 @@
{
"and": "et",
"or": "ou",
"reset": "réinitialiser",
"create checklist": "créer checklist",
"to be completed": "à compléter",
"monsters": "monstres",
"endemic life": "faune endémique",
"name": "nom",
"weaknesses": "faiblesses",
"locations": "localisations",
"abdominal_iceplate": "plaque gelée(flancs)",
"ailments": "afflictions",
"cut": "tranchant",
"blunt": "contondant",
"ammo": "projectiles",
"windward plains": "plaines venteuses",
"scarlet forest": "forêt écarlate",
"ruins of wyveria": "ruines de wyveria",
"oilwell basin": "bassin pétrolier",
"iceshard cliffs": "falaises de glaces",
"dragon": "dragon",
"fire": "feu",
"ice": "glace",
"thunder": "foudre",
"water": "eau",
"dragonblight": "fléau-dragon",
"fireblight": "fléau-feu",
"iceblight": "fléau-glace",
"thunderblight": "fléau-foudre",
"waterblight": "fléau-eau",
"frostblight": "fléau-givre",
"bubbleblight": "fléau-bulles",
"stench": "puanteur",
"sleep": "sommeil",
"paralysis": "paralysie",
"blast": "explosion",
"poison": "poison",
"webbed": "toile",
"bleeding": "hémorragie",
"stun": "flash",
"frenzy virus": "furie",
"defense down": "baisse de défense",
"minor wind pressure": "bourrasque mineure",
"dragon wind pressure": "bourrasque draconique",
"minor tremor": "secousse mineure",
"weak roar": "rugissement faible",
"strong roar": "rugissement fort",
"mantle broken": "manteau brisé",
"head": "tête",
"nose": "nez",
"antenna": "antenne",
"neck": "cou",
"mouth": "bouche",
"torso": "torse",
"membrane": "membrane",
"tongue": "langue",
"chest": "poitrine",
"belly": "ventre",
"tentacle": "tentacule",
"back": "dos",
"left wingarm": "patte ailée G",
"right wingarm": "patte ailée D",
"front left arm": "patte av. G",
"front right arm": "patte av. D",
"middle left arm": "patte mid. G",
"middle right arm": "patte mid. D",
"rear left arm": "patte ar. G",
"rear right arm": "patte ar. D",
"left wing": "aile gauche",
"right wing": "aile droite",
"left leg": "patte gauche",
"right leg": "patte droite",
"forelegs": "pattes av.",
"left foreleg": "patte av. G",
"right foreleg": "patte av. D",
"hindlegs": "pattes ar.",
"left hindleg": "patte ar. G",
"right hindleg": "patte ar. D",
"left chainblade": "chaines G",
"right chainblade": "chaines D",
"left claw": "griffes G",
"right claw": "griffes D",
"abdominal iceplate": "plaque gelée(flancs)",
"large iceplate(hidden)": "gde plaque gelée (cachée)",
"large iceplate(exposed)": "gde plaque gelée (visible)",
"head (crystallized)": "tête (cristallisée)",
"left wingarm (crystallized)": "patte ailée G (cristallisée)",
"right wingarm (crystallized)": "patte ailée D (cristallisée)",
"back fin": "nageoire dorsale",
"stinger": "dard",
"mantle": "manteau",
"petals": "petales",
"tail": "queue",
"tail hair": "poils de queue",
"rear": "arrière",
"tail tip": "Bout de queue",
"flying wyvern": "wyverne volante",
"fanged beast": "bête à crocs",
"construct": "artificiel",
"chatacabra": "chatacabra",
"quematrice": "quematrice",
"lala barina": "lala barina",
"congalala": "congalala",
"balahara": "balahara",
"doshaguma": "doshaguma",
"uth duna": "uth duna",
"rompopolo": "rompopolo",
"rey dau": "rey dau",
"nerscylla": "nerscylla",
"hirabami": "hirabami",
"ajarakan": "ajarakan",
"nu udra": "nu udra",
"jin dahaad": "jin dahaad",
"xu wu": "xu wu",
"zoh shia": "zoh shia",
"yian kut-ku": "yian kut-ku",
"gypceros": "gypceros",
"rathian": "rathian",
"rathalos": "rathalos",
"gravios": "gravios",
"blangonga": "blangonga",
"gore magala": "gore magala",
"arkveld": "arkveld",
"mizutsune": "mizutsune",
"guardian doshaguma": "doshaguma gardien",
"guardian rathalos": "rathalos gardien",
"guardian ebony odogaron": "odogaron désastre gardien",
"guardian arkveld": "arkveld gardien",
"guardian fulgur anjanath": "anjanath fulgurant gardien",
"vigorwasp": "vitaguêpe",
"giant vigorwasp": "grande vitaguêpe",
"purewasp": "curaguêpe",
"vigormantle bug": "vitanille",
"chillmantle bug": "glacianille",
"heatmantle bug": "calonille",
"wiggly litchi": "chenille-litchi",
"paratoad": "paralycrapaud",
"nitrotoad": "nitrocrapaud",
"sleeptoad": "somnicrapaud",
"flashflies": "flashinsectes",
"dung beetle": "",
"bomb beetle": "scarabombe",
"rime beetle": "scarabée des neiges",
"thunderbug": "foudrinsectes",
"great thunderbugs": "grands foudrinsectes",
"flashbug": "scaralux",
"godbug": "insecte immortel",
"bitterbug": "amerinsecte",
"dark hornet": "frelon clair-obscur",
"wedge beetle": "scaragrappin",
"windrustler": "filovent",
"black windrustler": "filovent noir",
"nothpecker": "",
"landlight shrimp": "crevette terralux",
"ammo": "projectiles",
"amphibian": "amphibian",
"amstrigian": "amstrigien",
"hymstrigian": "",
"rufflizard": "gonflézard",
"tracktail lizard": "lézard markoda",
"pallbug": "charoptère",
"quatreflies": "trèflémères",
"emperor hopper": "criquet empereur",
"tyrant hopper": "criquet tyran",
"sandstar": "étoile des sables",
"leaflugger ant": "fourmifolia",
"florashell crab": "floracrabe",
"crudeshell crab": "pétrocrabe",
"curioshell crab": "curiocrabe",
"smokeshroud gekko": "",
"and": "et",
"antenna": "antenne",
"arkveld": "arkveld",
"azure_rufflizard": "",
"back": "dos",
"back_fin": "nageoire dorsale",
"back_unity": "back unity",
"balahara": "balahara",
"belly": "ventre",
"bitterbug": "amerinsecte",
"black_windrustler": "filovent noir",
"blangonga": "blangonga",
"blast": "explosion",
"bleeding": "hémorragie",
"blind_perch": "perche aveugle",
"blink_angler": "poisson cillant",
"blunt": "contondant",
"bomb_arowana": "arowana bombe",
"bomb_beetle": "scarabombe",
"brute_wyvern": "brute wyvern",
"bubbleblight": "fléau-bulles",
"burst_arowana": "arowana explosif",
"cephalopod": "cephalopod",
"chainblade": "chainblade",
"chatacabra": "chatacabra",
"chest": "poitrine",
"chillmantle_bug": "glacianille",
"claw": "claw",
"congalala": "congalala",
"construct": "artificiel",
"create_checklist": "créer checklist",
"crudeshell_crab": "pétrocrabe",
"curioshell_crab": "curiocrabe",
"cut": "tranchant",
"dapperwing": "bellaile",
"dark_hornet": "frelon clair-obscur",
"dazzlewing": "",
"mimiphyta": "mimiflore",
"scarlet joyperch": "perche rampante",
"starduster": "stellardine",
"vaporonid": "",
"omenfly": "libellule divinatoire",
"myriads": "myriades",
"jewel scarab": "scarajoyau",
"regal jewel scarab": "scarajoyau royal",
"pink landlight shrimp": "crevette terralux rose",
"ember rufflizard": "gonflézard incandescent",
"azure rufflizard": "",
"gloom gekko": "gecko nocturne",
"scalebat": "chauve-souris à écailles",
"blink angler": "poisson cillant",
"sparklerjelly": "flaméduse",
"peony sparklerjelly": "",
"nu yaya": "nu yaya",
"gawkie": "zieuteur",
"solanaria": "solanaria",
"pillopod": "plalimace",
"gillopod": "glalimace",
"petalfly": "pétaluciole",
"xu yo": "",
"downy crake": "",
"hercudrome": "",
"gold hercudrome": "",
"prism hercudrome": "",
"virid bowfin": "amie émeraude",
"sushifish": "sushipoisson",
"whetfish": "poissaiguiseur",
"goldenfish": "poisson d'or",
"platinumfish": "poisson platine",
"burst arowana": "arowana explosif",
"bomb arowana": "arowana bombe",
"goldenfry": "poisson rouge",
"gunpowderfish": "poisson-poudre",
"gravid bowfin": "amie gravide",
"default": "default",
"defense_down": "baisse de défense",
"demi_elder": "demi elder",
"doshaguma": "doshaguma",
"downy_crake": "",
"dragon": "dragon",
"dragon_wind_pressure": "bourrasque draconique",
"dragonblight": "fléau-dragon",
"dung_beetle": "",
"elder_dragon": "elder dragon",
"ember_rufflizard": "gonflézard incandescent",
"emperor_hopper": "criquet empereur",
"endemic_life": "faune endémique",
"escunite": "escunite",
"grand escunite": "grande escunite",
"glass parexus": "parexus de verre",
"blind perch": "perche aveugle",
"gastronome tuna": "thon glouton",
"goliath squid": "calmar titan",
"great trevally": "",
"fanged_beast": "bête à crocs",
"fire": "feu",
"fireblight": "fléau-feu",
"flashbug": "scaralux",
"flashflies": "flashinsectes",
"florashell_crab": "floracrabe",
"flying_wyvern": "wyverne volante",
"foreleg": "foreleg",
"forelegs": "pattes av.",
"frenzy_virus": "furie",
"front_left_arm": "patte av. G",
"front_right_arm": "patte av. D",
"frostblight": "fléau-givre",
"gajau": "gajau",
"speartuna": ""
"gastronome_tuna": "thon glouton",
"gawkie": "zieuteur",
"giant_vigorwasp": "grande vitaguêpe",
"gillopod": "glalimace",
"glass_parexus": "parexus de verre",
"gloom_gekko": "gecko nocturne",
"godbug": "insecte immortel",
"gogmazios": "gogmazios",
"gold_hercudrome": "",
"goldenfish": "poisson d'or",
"goldenfry": "poisson rouge",
"goliath_squid": "calmar titan",
"gore_magala": "gore magala",
"grand_escunite": "grande escunite",
"gravid_bowfin": "amie gravide",
"gravios": "gravios",
"great_thunderbugs": "grands foudrinsectes",
"great_trevally": "",
"guardian_arkveld": "arkveld gardien",
"guardian_doshaguma": "doshaguma gardien",
"guardian_ebony_odogaron": "odogaron désastre gardien",
"guardian_fulgur_anjanath": "anjanath fulgurant gardien",
"guardian_rathalos": "rathalos gardien",
"gunpowderfish": "poisson-poudre",
"gypceros": "gypceros",
"head": "tête",
"head_crystallized": "tête (cristallisée)",
"heatmantle_bug": "calonille",
"hercudrome": "",
"hindlegs": "pattes ar.",
"hirabami": "hirabami",
"hp_penalty": "hp penalty",
"hymstrigian": "",
"ice": "glace",
"iceblight": "fléau-glace",
"iceshard_cliffs": "falaises de glaces",
"jewel_scarab": "scarajoyau",
"jin_dahaad": "jin dahaad",
"lagiacrus": "lagiacrus",
"lala_barina": "lala barina",
"landlight_shrimp": "crevette terralux",
"large_iceplate_exposed": "gde plaque gelée (visible)",
"large_iceplate_hidden": "gde plaque gelée (cachée)",
"leaflugger_ant": "fourmifolia",
"left_chainblade": "chaines G",
"left_claw": "griffes G",
"left_foreleg": "patte av. G",
"left_hindleg": "patte ar. G",
"left_leg": "patte gauche",
"left_wing": "aile gauche",
"left_wingarm": "patte ailée G",
"left_wingarm_crystallized": "patte ailée G (cristallisée)",
"leg": "leg",
"legs": "legs",
"leviathan": "leviathan",
"locations": "localisations",
"mantle": "manteau",
"mantle_broken": "manteau brisé",
"membrane": "membrane",
"middle_left_arm": "patte mid. G",
"middle_right_arm": "patte mid. D",
"mimiphyta": "mimiflore",
"minor_tremor": "secousse mineure",
"minor_wind_pressure": "bourrasque mineure",
"mizutsune": "mizutsune",
"monsters": "monstres",
"mouth": "bouche",
"myriads": "myriades",
"name": "nom",
"neck": "cou",
"nerscylla": "nerscylla",
"nitrotoad": "nitrocrapaud",
"none": "none",
"nose": "nez",
"nothpecker": "",
"nu_udra": "nu udra",
"nu_yaya": "nu yaya",
"oilwell_basin": "bassin pétrolier",
"omega_planetes": "omega planetes",
"omenfly": "libellule divinatoire",
"or": "ou",
"pallbug": "charoptère",
"paralysis": "paralysie",
"paratoad": "paralycrapaud",
"peony_sparklerjelly": "",
"petalfly": "pétaluciole",
"petals": "petales",
"pillopod": "plalimace",
"pink_landlight_shrimp": "crevette terralux rose",
"platinumfish": "poisson platine",
"poison": "poison",
"prism_hercudrome": "",
"purewasp": "curaguêpe",
"quatreflies": "trèflémères",
"quematrice": "quematrice",
"rathalos": "rathalos",
"rathian": "rathian",
"rear": "arrière",
"rear_left_arm": "patte ar. G",
"rear_right_arm": "patte ar. D",
"regal_jewel_scarab": "scarajoyau royal",
"reset": "réinitialiser",
"rey_dau": "rey dau",
"right_chainblade": "chaines D",
"right_claw": "griffes D",
"right_foreleg": "patte av. D",
"right_hindleg": "patte ar. D",
"right_leg": "patte droite",
"right_wing": "aile droite",
"right_wingarm": "patte ailée D",
"right_wingarm_crystallized": "patte ailée D (cristallisée)",
"rime_beetle": "scarabée des neiges",
"rompopolo": "rompopolo",
"rufflizard": "gonflézard",
"ruins_of_wyveria": "ruines de wyveria",
"sandstar": "étoile des sables",
"scalebat": "chauve-souris à écailles",
"scarlet_forest": "forêt écarlate",
"scarlet_joyperch": "perche rampante",
"seregios": "seregios",
"sleep": "sommeil",
"sleeptoad": "somnicrapaud",
"smokeshroud_gekko": "",
"solanaria": "solanaria",
"sparklerjelly": "flaméduse",
"speartuna": "",
"starduster": "stellardine",
"stench": "puanteur",
"stinger": "dard",
"strong_roar": "rugissement fort",
"stun": "flash",
"sushifish": "sushipoisson",
"tail": "queue",
"tail_hair": "poils de queue",
"tail_tip": "Bout de queue",
"temnoceran": "temnoceran",
"tentacle": "tentacule",
"thunder": "foudre",
"thunderblight": "fléau-foudre",
"thunderbug": "foudrinsectes",
"to_be_completed": "à compléter",
"tongue": "langue",
"torso": "torse",
"tracktail_lizard": "lézard markoda",
"tyrant_hopper": "criquet tyran",
"unknown": "???",
"uth_duna": "uth duna",
"vaporonid": "",
"vigormantle_bug": "vitanille",
"vigorwasp": "vitaguêpe",
"virid_bowfin": "amie émeraude",
"water": "eau",
"waterblight": "fléau-eau",
"weak_roar": "rugissement faible",
"weaknesses": "faiblesses",
"webbed": "toile",
"wedge_beetle": "scaragrappin",
"whetfish": "poissaiguiseur",
"wiggly_litchi": "chenille-litchi",
"windrustler": "filovent",
"windward_plains": "plaines venteuses",
"xu_wu": "xu wu",
"xu_yo": "",
"yian_kut_ku": "yian kut-ku",
"zoh_shia": "zoh shia"
}

File diff suppressed because it is too large Load diff