Fix v10 datapath

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

View File

@ -279,17 +279,17 @@ const __add_actors_translation = () => {
"label": metadata.name, "label": metadata.name,
"mapping": { "mapping": {
"name": "name", "name": "name",
"description": "details.biography.value", "description": "system.biography.value",
"items": { "items": {
"path": "items", "path": "items",
"converter": "bestiary_traits" "converter": "bestiary_traits"
}, },
"characteristics": { "characteristics": {
"path": "data.characteristics", "path": "system.characteristics",
"converter": "npc_characteristics" "converter": "npc_characteristics"
}, },
"details": { "details": {
"path": "data.details", "path": "system.details",
"converter": "npc_details" "converter": "npc_details"
} }
}, },

View File

@ -2,19 +2,19 @@
"label": "Carrières Religieuses", "label": "Carrières Religieuses",
"mapping": { "mapping": {
"skills": { "skills": {
"path": "data.skills", "path": "system.skills",
"converter": "career_skills" "converter": "career_skills"
}, },
"talents": { "talents": {
"path": "data.talents", "path": "system.talents",
"converter": "career_talents" "converter": "career_talents"
}, },
"class": { "class": {
"path": "data.class.value", "path": "dasystemta.class.value",
"converter": "generic_localization" "converter": "generic_localization"
}, },
"careergroup": { "careergroup": {
"path": "data.careergroup.value", "path": "system.careergroup.value",
"converter": "career_careergroup" "converter": "career_careergroup"
}, },
"trappings": "system.trappings" "trappings": "system.trappings"

View File

@ -1,13 +1,13 @@
{ {
"label": "Objets Religieux", "label": "Objets Religieux",
"mapping": { "mapping": {
"special": "data.special.value", "special": "system.special.value",
"qualities": { "qualities": {
"path": "data.qualities.value", "path": "system.qualities.value",
"converter": "trapping_qualities_flaws" "converter": "trapping_qualities_flaws"
}, },
"flaws": { "flaws": {
"path": "data.flaws.value", "path": "system.flaws.value",
"converter": "trapping_qualities_flaws" "converter": "trapping_qualities_flaws"
} }
}, },

View File

@ -2,11 +2,11 @@
"label": "Mutations", "label": "Mutations",
"mapping": { "mapping": {
"modifier": { "modifier": {
"path": "data.modifier.value", "path": "system.modifier.value",
"converter": "mutations_modifier" "converter": "mutations_modifier"
}, },
"mutationType": { "mutationType": {
"path": "data.mutationType.value", "path": "system.mutationType.value",
"converter": "generic_localization" "converter": "generic_localization"
}, },
"effects": { "effects": {

View File

@ -8,7 +8,7 @@
} }
], ],
"url": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr", "url": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr",
"version": "6.2.4", "version": "6.2.5",
"esmodules": [ "esmodules": [
"babele-register.js", "babele-register.js",
"addon-register.js", "addon-register.js",
@ -136,7 +136,7 @@
} }
], ],
"manifest": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr/raw/v10/module.json", "manifest": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr/raw/v10/module.json",
"download": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr/archive/foundryvtt-wh4-lang-fr-6.2.4.zip", "download": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr/archive/foundryvtt-wh4-lang-fr-6.2.5.zip",
"id": "wh4-fr-translation", "id": "wh4-fr-translation",
"compatibility": { "compatibility": {
"minimum": "10", "minimum": "10",