change json format & add diablo4
All checks were successful
Deploy Sokko G / deploy (push) Successful in 7s
All checks were successful
Deploy Sokko G / deploy (push) Successful in 7s
This commit is contained in:
parent
e65c74ea0a
commit
34523e78b1
33 changed files with 5849 additions and 3431 deletions
428
website/public/data/diablo4/affixes_types.json
Normal file
428
website/public/data/diablo4/affixes_types.json
Normal 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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -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
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
2
website/public/static/img/diablo4/axe.svg
Normal file
2
website/public/static/img/diablo4/axe.svg
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
|
||||
<svg width="800px" height="800px" viewBox="0 0 24 24" id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg"><defs><style>.cls-1{fill:none;stroke:#020202;stroke-miterlimit:10;stroke-width:2px;}</style></defs><path class="cls-1" d="M22.8,9a9.95,9.95,0,0,1-8.49,8.49l-.7-.7a6.69,6.69,0,0,0-.69-4.55,6.87,6.87,0,0,0-1.15-1.54l-2.4-2.4L13.61,4.1,16,6.5a6.33,6.33,0,0,0,1.55,1.14,6.6,6.6,0,0,0,3.22.83,6.56,6.56,0,0,0,1.32-.13Z"/><path class="cls-1" d="M12.92,12.28l-2.1,2.1-6,6a2.12,2.12,0,0,1-3-3l6-6,2.3-2.29,1.65,1.65A6.87,6.87,0,0,1,12.92,12.28Z"/><path class="cls-1" d="M19.2,5.12a2.12,2.12,0,0,1-.62,1.5l-1,1A6.33,6.33,0,0,1,16,6.5L14.36,4.85l1.22-1.23a2.12,2.12,0,0,1,3.62,1.5Z"/></svg>
|
||||
|
After Width: | Height: | Size: 821 B |
6
website/public/static/img/diablo4/cube.svg
Normal file
6
website/public/static/img/diablo4/cube.svg
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
|
||||
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M20.3873 7.1575L11.9999 12L3.60913 7.14978" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M12 12V21" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M11 2.57735C11.6188 2.22008 12.3812 2.22008 13 2.57735L19.6603 6.42265C20.2791 6.77992 20.6603 7.44017 20.6603 8.1547V15.8453C20.6603 16.5598 20.2791 17.2201 19.6603 17.5774L13 21.4226C12.3812 21.7799 11.6188 21.7799 11 21.4226L4.33975 17.5774C3.72094 17.2201 3.33975 16.5598 3.33975 15.8453V8.1547C3.33975 7.44017 3.72094 6.77992 4.33975 6.42265L11 2.57735Z" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 923 B |
2
website/public/static/img/diablo4/fire.svg
Normal file
2
website/public/static/img/diablo4/fire.svg
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
|
||||
<svg fill="#000000" width="800px" height="800px" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M9.32 15.653a.812.812 0 0 1-.086-.855c.176-.342.245-.733.2-1.118a2.106 2.106 0 0 0-.267-.779 2.027 2.027 0 0 0-.541-.606 3.96 3.96 0 0 1-1.481-2.282c-1.708 2.239-1.053 3.51-.235 4.63a.748.748 0 0 1-.014.901.87.87 0 0 1-.394.283.838.838 0 0 1-.478.023c-1.105-.27-2.145-.784-2.85-1.603a4.686 4.686 0 0 1-.906-1.555 4.811 4.811 0 0 1-.263-1.797s-.133-2.463 2.837-4.876c0 0 3.51-2.978 2.292-5.18a.621.621 0 0 1 .112-.653.558.558 0 0 1 .623-.147l.146.058a7.63 7.63 0 0 1 2.96 3.5c.58 1.413.576 3.06.184 4.527.325-.292.596-.641.801-1.033l.029-.064c.198-.477.821-.325 1.055-.013.086.137 2.292 3.343 1.107 6.048a5.516 5.516 0 0 1-1.84 2.027 6.127 6.127 0 0 1-2.138.893.834.834 0 0 1-.472-.038.867.867 0 0 1-.381-.29zM7.554 7.892a.422.422 0 0 1 .55.146c.04.059.066.126.075.198l.045.349c.02.511.014 1.045.213 1.536.206.504.526.95.932 1.298a3.06 3.06 0 0 1 1.16 1.422c.22.564.25 1.19.084 1.773a4.123 4.123 0 0 0 1.39-.757l.103-.084c.336-.277.613-.623.813-1.017.201-.393.322-.825.354-1.269.065-1.025-.284-2.054-.827-2.972-.248.36-.59.639-.985.804-.247.105-.509.17-.776.19a.792.792 0 0 1-.439-.1.832.832 0 0 1-.321-.328.825.825 0 0 1-.035-.729c.412-.972.54-2.05.365-3.097a5.874 5.874 0 0 0-1.642-3.16c-.156 2.205-2.417 4.258-2.881 4.7a3.537 3.537 0 0 1-.224.194c-2.426 1.965-2.26 3.755-2.26 3.834a3.678 3.678 0 0 0 .459 2.043c.365.645.89 1.177 1.52 1.54C4.5 12.808 4.5 10.89 7.183 8.14l.372-.25z"/></svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
4
website/public/static/img/diablo4/shield.svg
Normal file
4
website/public/static/img/diablo4/shield.svg
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
|
||||
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.1548 3.74068C9.13306 4.24326 7.70274 4.75901 5.07021 4.93689C4.43314 4.97993 4.01738 5.47217 4.03533 5.965C4.13502 8.70059 4.45127 11.4217 5.0553 13.6538C5.67349 15.9383 6.53465 17.4879 7.55469 18.1679C9.1615 19.2392 10.4837 20.1681 11.3705 20.8038C11.7447 21.072 12.2553 21.072 12.6294 20.8038C13.5162 20.1681 14.8385 19.2392 16.4453 18.1679C17.4653 17.4879 18.3265 15.9383 18.9447 13.6539C19.5487 11.4218 19.865 8.70066 19.9646 5.965C19.9826 5.47217 19.5668 4.97993 18.9298 4.93689C16.2972 4.75901 14.8669 4.24326 13.8452 3.74068C13.5533 3.5971 13.3276 3.47746 13.1423 3.37923C12.6352 3.11045 12.4305 3.00195 12 3.00195C11.5694 3.00195 11.3647 3.11045 10.8577 3.37923C10.6724 3.47746 10.4467 3.5971 10.1548 3.74068ZM9.68627 1.72824C10.3021 1.39456 11.0268 1.00195 12 1.00195C12.9732 1.00195 13.6978 1.39456 14.3137 1.72825C14.4571 1.80594 14.5946 1.88044 14.728 1.94605C15.503 2.32729 16.6774 2.78014 19.0646 2.94144C20.6316 3.04732 22.0258 4.32298 21.9633 6.03782C21.8605 8.8586 21.5333 11.7445 20.8752 14.1763C20.2313 16.5559 19.2117 18.7274 17.5547 19.8321C15.97 20.8885 14.6667 21.8042 13.7947 22.4293C12.724 23.1969 11.276 23.1969 10.2053 22.4293C9.33329 21.8042 8.02992 20.8885 6.44528 19.8321C4.78826 18.7274 3.76867 16.5559 3.12474 14.1763C2.46666 11.7444 2.13944 8.85853 2.03666 6.03783C1.97417 4.32298 3.36833 3.04732 4.93538 2.94144C7.32256 2.78014 8.49696 2.32729 9.27198 1.94605C9.40536 1.88044 9.54287 1.80594 9.68627 1.72824Z" fill="#0F0F0F"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
2
website/public/static/img/diablo4/wing.svg
Normal file
2
website/public/static/img/diablo4/wing.svg
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<ns0:svg xmlns:ns0="http://www.w3.org/2000/svg" width="800px" height="800px" viewBox="0 0 512 512"><ns0:path fill="none" d="M487 37.1C396.4 53.23 292 95.28 207.5 140 163 163.6 124 187.8 95.39 209.2 81.08 220 69.36 230 60.93 238.6c-8.43 8.7-13.38 16.3-14.65 20.3-9.04 28.7-3.42 57.7 1.73 84.7 9.55 50.4-3.23 88.9-22.98 126.3 25.24-5.7 45.36-19.8 57-47 8.47-19.8 9.13-37 11.43-57.6 2.3-20.6 6.45-44.2 22.44-73.2l.2-.4.2-.4c8.8-12.6 26.2-22.2 50-33.4 23.7-11.2 53.6-23 86-35.1 63.8-23.8 137.2-48.7 190.1-71.3 20-30.1 34-74.24 44.6-114.4zm-55 138.2c-51.7 21-116.6 43.1-173.5 64.3-32.2 12-61.8 23.7-84.6 34.5-22.6 10.7-38.5 21.6-42.6 27.2-6.8 12.3-11.1 23.2-14 33.3 83.4-6.5 195.3-31.8 271.3-66.6 27.4-29.7 36.9-59.7 43.4-92.7zm-58 118.8c-79 32.2-182 53.3-260.8 58.6-.9 5-1.5 9.8-2 14.6-.4 3.5-.7 7.1-1.1 10.6 72.4 7.5 136.3 4 206.2-6.5 32.6-22.5 49.8-49.6 57.7-77.3zm-78.4 98.2c-62.3 8.1-121.6 10.2-187.6 3.4-.7 4.5-1.6 9-2.7 13.6 35.9 19.2 98.1 25.8 140.7 24.6 30.2-12.4 41.5-24.8 49.6-41.6zM99.78 426.7c-1.15 2.1-3.14 6.7-4.21 8.9 14.03 20.2 48.73 32.2 88.43 39.3 21.2-8 28.3-15.5 36.5-23-39.7-1.1-86.7-7.7-120.7-25.2z" stroke="#000000" stroke-width="20" stroke-linejoin="round" stroke-linecap="round" /></ns0:svg>
|
||||
BIN
website/public/static/img/games/diablo4/card-cover.png
Normal file
BIN
website/public/static/img/games/diablo4/card-cover.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 118 KiB |
BIN
website/public/static/img/games/diablo4/hero-bg.png
Normal file
BIN
website/public/static/img/games/diablo4/hero-bg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 MiB |
Loading…
Add table
Add a link
Reference in a new issue