foundryvtt-wh4-lang-fr-fr/module.json

54 lines
1.4 KiB
JSON

{
"name": "WH4-fr-translation",
"title": "Traduction du module WH4 en Français.",
"description": "La traduction du module WH4.",
"version": "1.1.8",
"minimumCoreVersion" : "0.6.6",
"compatibleCoreVersion": "1.0.0",
"author": "LeRatierBretonnien",
"dependencies": [
{
"name": "wfrp4e",
"type": "system"
},
{
"name": "babele",
"type": "module"
}
],
"esmodules": [
"babele-register.js",
"addon-register.js"
],
"scripts": [ ],
"styles": [],
"packs": [
{
"label": "Plats d'Auberges",
"entity": "RollTable",
"name": "plats-dauberges",
"path": "packs/plats-dauberges.db",
"system": "wfrp4e",
"module": "WH4-fr-translation"
},
{
"label": "Tables des Traductions",
"entity": "JournalEntry",
"name": "tables-des-traductions",
"path": "packs/tables-des-traductions.db",
"system": "wfrp4e",
"module": "WH4-fr-translation"
}
],
"languages": [{
"lang": "fr",
"name": "Français",
"path": "fr.json"
}],
"url": "https://gitlab.com/LeRatierBretonnien/foundryvtt-wh4-lang-fr-fr",
"manifest": "https://gitlab.com/LeRatierBretonnien/foundryvtt-wh4-lang-fr-fr/raw/master/module.json",
"download": "https://gitlab.com/LeRatierBretonnien/foundryvtt-wh4-lang-fr-fr/-/archive/master/foundryvtt-wh4-lang-fr-fr-master.zip"
}