Fixs issue #37
This commit is contained in:
@ -1744,6 +1744,16 @@
|
||||
"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",
|
||||
"name": "Maître des routes",
|
||||
|
@ -1,5 +1,24 @@
|
||||
{
|
||||
"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": [
|
||||
{
|
||||
"id": "Absorb",
|
||||
@ -18,7 +37,7 @@
|
||||
},
|
||||
{
|
||||
"id": "Chosen of Tzeentch",
|
||||
"name": "Choisi par Tzeentch",
|
||||
"name": "Elu de Tzeentch",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
|
@ -13,10 +13,7 @@
|
||||
"path": "data.class.value",
|
||||
"converter": "generic_localization"
|
||||
},
|
||||
"careergroup": {
|
||||
"path": "data.careergroup.value",
|
||||
"converter": "career_careergroup"
|
||||
},
|
||||
"careergroup": "data.careergroup.value",
|
||||
"trappings": "data.trappings"
|
||||
},
|
||||
"entries": [
|
||||
|
Reference in New Issue
Block a user