Fix pur v9
This commit is contained in:
parent
864701da4b
commit
a5b784ac03
@ -2,7 +2,7 @@
|
|||||||
import statParserFR from "./modules/import-stat-2.js";
|
import statParserFR from "./modules/import-stat-2.js";
|
||||||
|
|
||||||
/************************************************************************************/
|
/************************************************************************************/
|
||||||
var compmod = "wfrp4e";
|
var compmod = "wfrp4e-core";
|
||||||
const vo_conditions = {
|
const vo_conditions = {
|
||||||
"ablaze": "Ablaze",
|
"ablaze": "Ablaze",
|
||||||
"bleeding": "Bleeding",
|
"bleeding": "Bleeding",
|
||||||
|
@ -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": [
|
||||||
{
|
{
|
||||||
|
97
module.json
97
module.json
@ -1,31 +1,28 @@
|
|||||||
{
|
{
|
||||||
"id": "wh4-fr-translation",
|
|
||||||
"name": "wh4-fr-translation",
|
|
||||||
"title": "WFRP4e - Core Module en français.",
|
"title": "WFRP4e - Core Module en français.",
|
||||||
"description": "Traduction Française pour Warhammer v4.",
|
"description": "Traduction Française pour Warhammer v4.",
|
||||||
"authors": [ {"name":"LeRatierBretonnien" }],
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "LeRatierBretonnien",
|
||||||
|
"flags": {}
|
||||||
|
}
|
||||||
|
],
|
||||||
"url": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr",
|
"url": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr",
|
||||||
"flags": {},
|
"version": "6.1.8",
|
||||||
"version": "6.1.7",
|
|
||||||
"compatibility": {
|
|
||||||
"minimum": "9.280",
|
|
||||||
"verified": "10.285",
|
|
||||||
"maximum": "10"
|
|
||||||
},
|
|
||||||
"minimumCoreVersion": "9",
|
|
||||||
"compatibleCoreVersion": "9",
|
|
||||||
"scripts": [],
|
|
||||||
"esmodules": [
|
"esmodules": [
|
||||||
"babele-register.js",
|
"babele-register.js",
|
||||||
"addon-register.js",
|
"addon-register.js",
|
||||||
"modules/import-stat-2.js"
|
"modules/import-stat-2.js"
|
||||||
],
|
],
|
||||||
"styles": ["patch-styles.css"],
|
"styles": [
|
||||||
|
"patch-styles.css"
|
||||||
|
],
|
||||||
"languages": [
|
"languages": [
|
||||||
{
|
{
|
||||||
"lang": "fr",
|
"lang": "fr",
|
||||||
"name": "Français",
|
"name": "Français",
|
||||||
"path": "fr.json"
|
"path": "fr.json",
|
||||||
|
"flags": {}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"packs": [
|
"packs": [
|
||||||
@ -35,8 +32,8 @@
|
|||||||
"name": "plats-dauberges",
|
"name": "plats-dauberges",
|
||||||
"path": "packs/plats-dauberges.db",
|
"path": "packs/plats-dauberges.db",
|
||||||
"system": "wfrp4e",
|
"system": "wfrp4e",
|
||||||
"module": "wh4-fr-translation",
|
"private": false,
|
||||||
"private": false
|
"flags": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Dons de Rhya",
|
"label": "Dons de Rhya",
|
||||||
@ -44,8 +41,8 @@
|
|||||||
"name": "dons-de-rhya",
|
"name": "dons-de-rhya",
|
||||||
"path": "packs/dons-de-rhya.db",
|
"path": "packs/dons-de-rhya.db",
|
||||||
"system": "wfrp4e",
|
"system": "wfrp4e",
|
||||||
"module": "wh4-fr-translation",
|
"private": false,
|
||||||
"private": false
|
"flags": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Carrières FR",
|
"label": "Carrières FR",
|
||||||
@ -53,8 +50,8 @@
|
|||||||
"name": "carriere-fr",
|
"name": "carriere-fr",
|
||||||
"path": "packs/carriere-fr.db",
|
"path": "packs/carriere-fr.db",
|
||||||
"system": "wfrp4e",
|
"system": "wfrp4e",
|
||||||
"module": "wh4-fr-translation",
|
"private": false,
|
||||||
"private": false
|
"flags": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Sorts FR",
|
"label": "Sorts FR",
|
||||||
@ -62,8 +59,8 @@
|
|||||||
"name": "sort-fr",
|
"name": "sort-fr",
|
||||||
"path": "packs/sort-fr.db",
|
"path": "packs/sort-fr.db",
|
||||||
"system": "wfrp4e",
|
"system": "wfrp4e",
|
||||||
"module": "wh4-fr-translation",
|
"private": false,
|
||||||
"private": false
|
"flags": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Aides de Jeu FR",
|
"label": "Aides de Jeu FR",
|
||||||
@ -71,8 +68,8 @@
|
|||||||
"name": "aides-de-jeu-fr",
|
"name": "aides-de-jeu-fr",
|
||||||
"path": "packs/aides-de-jeu-fr.db",
|
"path": "packs/aides-de-jeu-fr.db",
|
||||||
"system": "wfrp4e",
|
"system": "wfrp4e",
|
||||||
"module": "wh4-fr-translation",
|
"private": false,
|
||||||
"private": false
|
"flags": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Potions : Drogues et Sédatifs",
|
"label": "Potions : Drogues et Sédatifs",
|
||||||
@ -80,8 +77,8 @@
|
|||||||
"name": "drogues-and-sedatifs",
|
"name": "drogues-and-sedatifs",
|
||||||
"path": "packs/drogues-and-sedatifs.db",
|
"path": "packs/drogues-and-sedatifs.db",
|
||||||
"system": "wfrp4e",
|
"system": "wfrp4e",
|
||||||
"module": "wh4-fr-translation",
|
"private": false,
|
||||||
"private": false
|
"flags": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Potions : Pansements et Cataplasmes",
|
"label": "Potions : Pansements et Cataplasmes",
|
||||||
@ -89,8 +86,8 @@
|
|||||||
"name": "pansements-and-cataplasmes",
|
"name": "pansements-and-cataplasmes",
|
||||||
"path": "packs/pansements-and-cataplasmes.db",
|
"path": "packs/pansements-and-cataplasmes.db",
|
||||||
"system": "wfrp4e",
|
"system": "wfrp4e",
|
||||||
"module": "wh4-fr-translation",
|
"private": false,
|
||||||
"private": false
|
"flags": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Potions : Poisons et Toxiques",
|
"label": "Potions : Poisons et Toxiques",
|
||||||
@ -98,8 +95,8 @@
|
|||||||
"name": "poisons-and-toxiques",
|
"name": "poisons-and-toxiques",
|
||||||
"path": "packs/poisons-and-toxiques.db",
|
"path": "packs/poisons-and-toxiques.db",
|
||||||
"system": "wfrp4e",
|
"system": "wfrp4e",
|
||||||
"module": "wh4-fr-translation",
|
"private": false,
|
||||||
"private": false
|
"flags": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Potions : Potions et Décoctions",
|
"label": "Potions : Potions et Décoctions",
|
||||||
@ -107,8 +104,8 @@
|
|||||||
"name": "potions-and-decoctions",
|
"name": "potions-and-decoctions",
|
||||||
"path": "packs/potions-and-decoctions.db",
|
"path": "packs/potions-and-decoctions.db",
|
||||||
"system": "wfrp4e",
|
"system": "wfrp4e",
|
||||||
"module": "wh4-fr-translation",
|
"private": false,
|
||||||
"private": false
|
"flags": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Potions : Antidotes et Remèdes",
|
"label": "Potions : Antidotes et Remèdes",
|
||||||
@ -116,8 +113,8 @@
|
|||||||
"name": "antidotes-and-remedes",
|
"name": "antidotes-and-remedes",
|
||||||
"path": "packs/antidotes-and-remedes.db",
|
"path": "packs/antidotes-and-remedes.db",
|
||||||
"system": "wfrp4e",
|
"system": "wfrp4e",
|
||||||
"module": "wh4-fr-translation",
|
"private": false,
|
||||||
"private": false
|
"flags": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Tables des Traductions",
|
"label": "Tables des Traductions",
|
||||||
@ -125,8 +122,8 @@
|
|||||||
"name": "tables-des-traductions",
|
"name": "tables-des-traductions",
|
||||||
"path": "packs/tables-des-traductions.db",
|
"path": "packs/tables-des-traductions.db",
|
||||||
"system": "wfrp4e",
|
"system": "wfrp4e",
|
||||||
"module": "Wwh4H4-fr-translation",
|
"private": false,
|
||||||
"private": false
|
"flags": {}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Apothicarium",
|
"label": "Apothicarium",
|
||||||
@ -134,27 +131,13 @@
|
|||||||
"name": "apothicarium",
|
"name": "apothicarium",
|
||||||
"path": "packs/apothicarium.db",
|
"path": "packs/apothicarium.db",
|
||||||
"system": "wfrp4e",
|
"system": "wfrp4e",
|
||||||
"module": "wh4-fr-translation",
|
"private": false,
|
||||||
"private": false
|
"flags": {}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"relationships": {
|
|
||||||
"systems": [{
|
|
||||||
"id": "wfrp4e",
|
|
||||||
"type": "system",
|
|
||||||
"compatibility": {
|
|
||||||
"verified": "6.1.1"
|
|
||||||
}
|
|
||||||
}],
|
|
||||||
"requires": [{
|
|
||||||
"id": "babele",
|
|
||||||
"type": "module"
|
|
||||||
}]
|
|
||||||
},
|
|
||||||
"socket": false,
|
|
||||||
"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/v4/module.json",
|
||||||
"download": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr/archive/foundryvtt-wh4-lang-fr-6.1.7.zip",
|
"download": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr/archive/foundryvtt-wh4-lang-fr-6.1.8.zip",
|
||||||
"protected": false,
|
"id": "wh4-fr-translation",
|
||||||
"coreTranslation": false,
|
"minimumCoreVersion": "0.8.0",
|
||||||
"library": false
|
"compatibleCoreVersion": "9"
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user