This commit is contained in:
2022-11-07 13:42:19 +01:00
parent 5562cc6629
commit 79439dae9f
26 changed files with 52 additions and 24 deletions

View File

@ -1,32 +1,38 @@
{
"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": "5.0.2",
"minimumCoreVersion" : "0.6.0",
"compatibleCoreVersion": "9",
"author": "LeRatierBretonnien",
"dependencies": [
],
"esmodules": [
],
"scripts": [ ],
"styles": [],
"packs": [
"version": "6.0.0",
"packs": [
{
"label": "DotR - Buildings and Maps",
"type": "Scene",
"name": "dotr-maps",
"path": "./packs/dotr-maps.db",
"package": "wfrp4e-dotr-maps"
"path": "packs/dotr-maps.db",
"private": false,
"flags": {}
}
],
"languages": [
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json",
"flags": {}
}
],
"languages": [{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
}],
"url": "https://www.uberwald.me/gitea/public/wfrp4e-dotr-maps",
"manifest": "https://www.uberwald.me/gitea/public/wfrp4e-dotr-maps/raw/master/module.json",
"download": "https://www.uberwald.me/gitea/public/wfrp4e-dotr-maps/archive/wfrp4e-maps-dotr-5.0.2.zip"
}
"manifest": "https://www.uberwald.me/gitea/public/wfrp4e-dotr-maps/raw/master/module.json",
"download": "https://www.uberwald.me/gitea/public/wfrp4e-dotr-maps/archive/wfrp4e-maps-dotr-6.0.0.zip",
"id": "wfrp4e-dotr-maps",
"authors": [
{
"name": "LeRatierBretonnien",
"flags": {}
}
],
"compatibility": {
"minimum": "0.8.0",
"verified": "10",
"maximum": "10"
}
}