Firct commit

This commit is contained in:
sladecraven 2020-10-22 18:49:07 +02:00
parent 43556e40d1
commit 1072740751
2 changed files with 35 additions and 0 deletions

2
lang/fr.json Normal file
View File

@ -0,0 +1,2 @@
{
}

33
module.json Normal file
View File

@ -0,0 +1,33 @@
{
"name": "wfrp4e-dotr-maps",
"title": "WFRP4E - Fan-made maps for Death on the Reik",
"description": "Module for maps for DotR (aka chapter 2 of the Imperial Campaign)",
"version": "0.0.1",
"minimumCoreVersion" : "0.6.0",
"compatibleCoreVersion": "1.0.0",
"author": "LeRatierBretonnien",
"dependencies": [
],
"esmodules": [
],
"scripts": [ ],
"styles": [],
"packs": [
{
"label": "DotR - Buildings and Maps",
"entity": "Scene",
"name": "dotr-maps",
"path": "./packs/dotr-maps.db",
"system": "wfrp4e",
"package": "wfrp4e-dotr-maps"
}
],
"languages": [{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
}],
"url": "https://gitlab.com/LeRatierBretonnien/wfrp4e-dotr-maps",
"manifest": "https://gitlab.com/LeRatierBretonnien/wfrp4e-dotr-maps/raw/master/module.json",
"download": "https://gitlab.com/LeRatierBretonnien/wfrp4e-dotr-maps/-/archive/master/wfrp4e-dotr-maps.zip"
}