Fix v10 datapath
This commit is contained in:
@ -2,19 +2,19 @@
|
||||
"label": "Carrières Religieuses",
|
||||
"mapping": {
|
||||
"skills": {
|
||||
"path": "data.skills",
|
||||
"path": "system.skills",
|
||||
"converter": "career_skills"
|
||||
},
|
||||
"talents": {
|
||||
"path": "data.talents",
|
||||
"path": "system.talents",
|
||||
"converter": "career_talents"
|
||||
},
|
||||
"class": {
|
||||
"path": "data.class.value",
|
||||
"path": "dasystemta.class.value",
|
||||
"converter": "generic_localization"
|
||||
},
|
||||
"careergroup": {
|
||||
"path": "data.careergroup.value",
|
||||
"path": "system.careergroup.value",
|
||||
"converter": "career_careergroup"
|
||||
},
|
||||
"trappings": "system.trappings"
|
||||
|
@ -1,13 +1,13 @@
|
||||
{
|
||||
"label": "Objets Religieux",
|
||||
"mapping": {
|
||||
"special": "data.special.value",
|
||||
"special": "system.special.value",
|
||||
"qualities": {
|
||||
"path": "data.qualities.value",
|
||||
"path": "system.qualities.value",
|
||||
"converter": "trapping_qualities_flaws"
|
||||
},
|
||||
"flaws": {
|
||||
"path": "data.flaws.value",
|
||||
"path": "system.flaws.value",
|
||||
"converter": "trapping_qualities_flaws"
|
||||
}
|
||||
},
|
||||
|
@ -2,11 +2,11 @@
|
||||
"label": "Mutations",
|
||||
"mapping": {
|
||||
"modifier": {
|
||||
"path": "data.modifier.value",
|
||||
"path": "system.modifier.value",
|
||||
"converter": "mutations_modifier"
|
||||
},
|
||||
"mutationType": {
|
||||
"path": "data.mutationType.value",
|
||||
"path": "system.mutationType.value",
|
||||
"converter": "generic_localization"
|
||||
},
|
||||
"effects": {
|
||||
|
Reference in New Issue
Block a user