Fixs issue #37

This commit is contained in:
sladecraven 2021-05-15 08:34:17 +02:00
parent 03a4f31141
commit 0706f650d9
5 changed files with 56 additions and 6 deletions

View File

@ -1744,6 +1744,16 @@
"Corde" "Corde"
] ]
}, },
{
"id": "Road warden",
"name": "Patrouilleur routier",
"trappings": [
"Arme à 1 main",
"Chemise de mailles",
"Cheval de selle avec fontes et selle",
"Corde"
]
},
{ {
"id": "Route Master", "id": "Route Master",
"name": "Maître des routes", "name": "Maître des routes",

View File

@ -1,5 +1,24 @@
{ {
"label": "Items Ennemis Intérieur", "label": "Items Ennemis Intérieur",
"mapping": {
"skills": {
"path": "data.skills",
"converter": "career_skills"
},
"talents": {
"path": "data.talents",
"converter": "career_talents"
},
"class": {
"path": "data.class.value",
"converter": "generic_localization"
},
"careergroup": {
"path": "data.careergroup.value",
"converter": "career_careergroup"
},
"trappings": "data.trappings"
},
"entries": [ "entries": [
{ {
"id": "Absorb", "id": "Absorb",
@ -18,7 +37,7 @@
}, },
{ {
"id": "Chosen of Tzeentch", "id": "Chosen of Tzeentch",
"name": "Choisi par Tzeentch", "name": "Elu de Tzeentch",
"description": "" "description": ""
}, },
{ {

View File

@ -13,10 +13,7 @@
"path": "data.class.value", "path": "data.class.value",
"converter": "generic_localization" "converter": "generic_localization"
}, },
"careergroup": { "careergroup": "data.careergroup.value",
"path": "data.careergroup.value",
"converter": "career_careergroup"
},
"trappings": "data.trappings" "trappings": "data.trappings"
}, },
"entries": [ "entries": [

View File

@ -2,7 +2,7 @@
"name": "WH4-fr-translation", "name": "WH4-fr-translation",
"title": "Traduction du module WH4 en Français.", "title": "Traduction du module WH4 en Français.",
"description": "La traduction du module WH4.", "description": "La traduction du module WH4.",
"version": "1.5.12", "version": "1.5.13",
"minimumCoreVersion" : "0.7.1", "minimumCoreVersion" : "0.7.1",
"compatibleCoreVersion": "0.7.9", "compatibleCoreVersion": "0.7.9",
"author": "LeRatierBretonnien", "author": "LeRatierBretonnien",

File diff suppressed because one or more lines are too long