Fix v10 datapath

This commit is contained in:
2022-10-02 08:58:44 +02:00
parent f916c14848
commit a64ff7dd55
5 changed files with 14 additions and 14 deletions

View File

@ -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"

View File

@ -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"
}
},

View File

@ -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": {