Compare commits

...

5 Commits

Author SHA1 Message Date
1662ea9804 v10 support - minor fixes 2022-09-16 09:55:58 +02:00
d725b84011 Move deprecated tables 2022-09-12 21:20:03 +02:00
bd74d179f0 v10 release 2022-09-12 21:12:25 +02:00
f175bd9f78 v10 release 2022-09-12 21:10:44 +02:00
96b49682c9 v10 release 2022-09-12 21:05:44 +02:00
79 changed files with 107 additions and 83 deletions

View File

@ -25,8 +25,8 @@ const vo_conditions = {
Hooks.once('init', () => { Hooks.once('init', () => {
// Check various settings in the installation // Check various settings in the installation
game.modules.forEach((module, name) => { game.modules.forEach((module, id) => {
if ( name == "wfrp4e-core" && module.active) { if ( id == "wfrp4e-core" && module.active) {
compmod = "wfrp4e-core"; compmod = "wfrp4e-core";
} }
} ); } );
@ -354,11 +354,17 @@ Hooks.once('init', () => {
"trapping_qualities_flaws": (value) => { "trapping_qualities_flaws": (value) => {
if ( value ) { if ( value ) {
let newQF = []; let newQF = [];
//console.log("ATOUTS", value); //console.log("ATOUTS", value, typeof(value));
var i=0; let list = value
//var re = /(.*) (\d+)/i; if (typeof(value) == "string") {
for (i=0; i<value.length; i++) { let myList = value.split(",")
newQF[i] = duplicate(value[i]); list = []
for (let l of myList) {
list.push( { name: l.trim() } )
}
}
for (let i=0; i<list.length; i++) {
newQF[i] = duplicate(list[i] )
if ( newQF[i].name == "Trap Blade") { if ( newQF[i].name == "Trap Blade") {
newQF[i].name = "TrapBlade"; // Auto-patch, without space! newQF[i].name = "TrapBlade"; // Auto-patch, without space!
//console.log("PATCHED", trim); //console.log("PATCHED", trim);

View File

@ -17,7 +17,7 @@
"path": "data.careergroup.value", "path": "data.careergroup.value",
"converter": "career_careergroup" "converter": "career_careergroup"
}, },
"trappings": "data.trappings" "trappings": "system.trappings"
}, },
"entries": [ "entries": [
{ {

View File

@ -6,7 +6,7 @@
"converter": "bestiary_traits" "converter": "bestiary_traits"
}, },
"characteristics": { "characteristics": {
"path": "data.characteristics", "path": "system.characteristics",
"converter": "npc_characteristics" "converter": "npc_characteristics"
} }
}, },

View File

@ -2,19 +2,19 @@
"label": "Carrières", "label": "Carrières",
"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": "system.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

@ -3,7 +3,7 @@
"mapping": { "mapping": {
"location": { "location": {
"converter": "generic_localization", "converter": "generic_localization",
"path": "data.location.value" "path": "system.location.value"
}, },
"effects": "effects" "effects": "effects"
}, },

View File

@ -1,12 +1,12 @@
{ {
"mapping": { "mapping": {
"durationValue": "data.duration.value", "durationValue": "system.duration.value",
"durationUnit": "data.duration.unit", "durationUnit": "system.duration.unit",
"contraction": "data.contraction.value", "contraction": "system.contraction.value",
"incubationValue": "data.incubation.value", "incubationValue": "system.incubation.value",
"incubationUnit": "data.incubation.unit", "incubationUnit": "system.incubation.unit",
"symptoms": "data.symptoms.value", "symptoms": "system.symptoms.value",
"permanent": "data.permanent.value", "permanent": "system.permanent.value",
"effects": "effects" "effects": "effects"
}, },
"label": "Maladies", "label": "Maladies",

View File

@ -1,9 +1,9 @@
{ {
"label": "Blessures", "label": "Blessures",
"mapping": { "mapping": {
"penalty": "data.penalty.value", "penalty": "system.penalty.value",
"location": { "location": {
"path": "data.location.value", "path": "system.location.value",
"converter": "generic_localization" "converter": "generic_localization"
}, },
"effects": "effects" "effects": "effects"

View File

@ -2,19 +2,19 @@
"label": "Prières", "label": "Prières",
"mapping": { "mapping": {
"pduration": { "pduration": {
"path": "data.duration.value", "path": "system.duration.value",
"converter": "spells_duration_range_target_damage" "converter": "spells_duration_range_target_damage"
}, },
"prange": { "prange": {
"path": "data.range.value", "path": "system.range.value",
"converter": "spells_duration_range_target_damage" "converter": "spells_duration_range_target_damage"
}, },
"ptarget": { "ptarget": {
"path": "data.target.value", "path": "system.target.value",
"converter": "spells_duration_range_target_damage" "converter": "spells_duration_range_target_damage"
}, },
"pdamage": { "pdamage": {
"path": "data.damage.value", "path": "system.damage.value",
"converter": "spells_duration_range_target_damage" "converter": "spells_duration_range_target_damage"
}, },
"effects": "effects" "effects": "effects"

View File

@ -2,19 +2,19 @@
"label": "Sorts", "label": "Sorts",
"mapping": { "mapping": {
"sduration": { "sduration": {
"path": "data.duration.value", "path": "system.duration.value",
"converter": "spells_duration_range_target_damage" "converter": "spells_duration_range_target_damage"
}, },
"srange": { "srange": {
"path": "data.range.value", "path": "system.range.value",
"converter": "spells_duration_range_target_damage" "converter": "spells_duration_range_target_damage"
}, },
"starget": { "starget": {
"path": "data.target.value", "path": "system.target.value",
"converter": "spells_duration_range_target_damage" "converter": "spells_duration_range_target_damage"
}, },
"sdamage": { "sdamage": {
"path": "data.damage.value", "path": "system.damage.value",
"converter": "spells_duration_range_target_damage" "converter": "spells_duration_range_target_damage"
}, },
"effects": "effects" "effects": "effects"

View File

@ -1,7 +1,7 @@
{ {
"label": "Talents", "label": "Talents",
"mapping": { "mapping": {
"tests": "data.tests.value", "tests": "system.tests.value",
"effects": "effects" "effects": "effects"
}, },
"entries": [ "entries": [

View File

@ -1,13 +1,13 @@
{ {
"label": "Equipement", "label": "Equipement",
"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"
}, },
"effects": "effects" "effects": "effects"

View File

@ -2,19 +2,19 @@
"label": "Items (Death on the Reik)", "label": "Items (Death on the Reik)",
"mapping": { "mapping": {
"sduration": { "sduration": {
"path": "data.duration.value", "path": "system.duration.value",
"converter": "spells_duration_range_target_damage" "converter": "spells_duration_range_target_damage"
}, },
"srange": { "srange": {
"path": "data.range.value", "path": "system.range.value",
"converter": "spells_duration_range_target_damage" "converter": "spells_duration_range_target_damage"
}, },
"starget": { "starget": {
"path": "data.target.value", "path": "system.target.value",
"converter": "spells_duration_range_target_damage" "converter": "spells_duration_range_target_damage"
}, },
"sdamage": { "sdamage": {
"path": "data.damage.value", "path": "system.damage.value",
"converter": "spells_duration_range_target_damage" "converter": "spells_duration_range_target_damage"
} }
}, },

View File

@ -2,22 +2,22 @@
"label": "Items Ennemis Intérieur", "label": "Items Ennemis Intérieur",
"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": "system.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": "data.trappings" "trappings": "system.trappings"
}, },
"entries": [ "entries": [
{ {

View File

@ -2,19 +2,19 @@
"label": "Sorts Ennemi Intérieur", "label": "Sorts Ennemi Intérieur",
"mapping": { "mapping": {
"sduration": { "sduration": {
"path": "data.duration.value", "path": "system.duration.value",
"converter": "spells_duration_range_target_damage" "converter": "spells_duration_range_target_damage"
}, },
"srange": { "srange": {
"path": "data.range.value", "path": "system.range.value",
"converter": "spells_duration_range_target_damage" "converter": "spells_duration_range_target_damage"
}, },
"starget": { "starget": {
"path": "data.target.value", "path": "system.target.value",
"converter": "spells_duration_range_target_damage" "converter": "spells_duration_range_target_damage"
}, },
"sdamage": { "sdamage": {
"path": "data.damage.value", "path": "system.damage.value",
"converter": "spells_duration_range_target_damage" "converter": "spells_duration_range_target_damage"
}, },
"effets": "effects" "effets": "effects"

View File

@ -2,11 +2,11 @@
"label": "Mutations Supplémentaires", "label": "Mutations Supplémentaires",
"mappings": { "mappings": {
"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"
} }
}, },

View File

@ -2,22 +2,22 @@
"label": "Items Rough Nights & Hard Days", "label": "Items Rough Nights & Hard Days",
"mapping": { "mapping": {
"sduration": { "sduration": {
"path": "data.duration.value", "path": "system.duration.value",
"converter": "spells_duration_range_target_damage" "converter": "spells_duration_range_target_damage"
}, },
"srange": { "srange": {
"path": "data.range.value", "path": "system.range.value",
"converter": "spells_duration_range_target_damage" "converter": "spells_duration_range_target_damage"
}, },
"starget": { "starget": {
"path": "data.target.value", "path": "system.target.value",
"converter": "spells_duration_range_target_damage" "converter": "spells_duration_range_target_damage"
}, },
"sdamage": { "sdamage": {
"path": "data.damage.value", "path": "system.damage.value",
"converter": "spells_duration_range_target_damage" "converter": "spells_duration_range_target_damage"
}, },
"tests": "data.tests.value" "tests": "system.tests.value"
}, },
"entries": [ "entries": [
{ {

View File

@ -1,35 +1,35 @@
{ {
"label": "Items Starter Set", "label": "Items Starter Set",
"mapping": { "mapping": {
"gmdescription": "data.gmdescription.value", "gmdescription": "system.gmdescription.value",
"duration": "data.duration.value", "duration": "system.duration.value",
"contraction": "data.contraction.value", "contraction": "system.contraction.value",
"incubation": "data.incubation.value", "incubation": "system.incubation.value",
"symptoms": "data.symptoms.value", "symptoms": "system.symptoms.value",
"permanent": "data.permanent.value", "permanent": "system.permanent.value",
"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"
}, },
"sduration": { "sduration": {
"path": "data.duration.value", "path": "system.duration.value",
"converter": "spells_duration_range_target_damage" "converter": "spells_duration_range_target_damage"
}, },
"srange": { "srange": {
"path": "data.range.value", "path": "system.range.value",
"converter": "spells_duration_range_target_damage" "converter": "spells_duration_range_target_damage"
}, },
"starget": { "starget": {
"path": "data.target.value", "path": "system.target.value",
"converter": "spells_duration_range_target_damage" "converter": "spells_duration_range_target_damage"
}, },
"sdamage": { "sdamage": {
"path": "data.damage.value", "path": "system.damage.value",
"converter": "spells_duration_range_target_damage" "converter": "spells_duration_range_target_damage"
} }
}, },

View File

@ -2,19 +2,19 @@
"label": "UG - Carrières", "label": "UG - Carrières",
"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": "system.class.value",
"converter": "generic_localization" "converter": "generic_localization"
}, },
"careergroup": "data.careergroup.value", "careergroup": "system.careergroup.value",
"trappings": "data.trappings" "trappings": "system.trappings"
}, },
"entries": [ "entries": [
{ {

View File

@ -6,7 +6,7 @@
"converter": "bestiary_traits" "converter": "bestiary_traits"
}, },
"characteristics": { "characteristics": {
"path": "data.characteristics", "path": "system.characteristics",
"converter": "npc_characteristics" "converter": "npc_characteristics"
} }
}, },

View File

@ -2,19 +2,19 @@
"label": "UG - Sorts", "label": "UG - Sorts",
"mapping": { "mapping": {
"sduration": { "sduration": {
"path": "data.duration.value", "path": "system.duration.value",
"converter": "spells_duration_range_target_damage" "converter": "spells_duration_range_target_damage"
}, },
"srange": { "srange": {
"path": "data.range.value", "path": "system.range.value",
"converter": "spells_duration_range_target_damage" "converter": "spells_duration_range_target_damage"
}, },
"starget": { "starget": {
"path": "data.target.value", "path": "system.target.value",
"converter": "spells_duration_range_target_damage" "converter": "spells_duration_range_target_damage"
}, },
"sdamage": { "sdamage": {
"path": "data.damage.value", "path": "system.damage.value",
"converter": "spells_duration_range_target_damage" "converter": "spells_duration_range_target_damage"
} }
}, },

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.1.8", "version": "6.2.2",
"esmodules": [ "esmodules": [
"babele-register.js", "babele-register.js",
"addon-register.js", "addon-register.js",
@ -135,9 +135,27 @@
"flags": {} "flags": {}
} }
], ],
"manifest": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr/raw/v4/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.1.8.zip", "download": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr/archive/foundryvtt-wh4-lang-fr-6.2.2.zip",
"id": "wh4-fr-translation", "id": "wh4-fr-translation",
"minimumCoreVersion": "0.8.0", "compatibility": {
"compatibleCoreVersion": "9" "minimum": "10",
"verified": "10.285"
},
"relationships": {
"systems": [
{
"id": "wfrp4e",
"type": "system",
"compatibility": {}
}
],
"requires": [
{
"id": "babele",
"type": "module",
"compatibility": {}
}
]
}
} }