New maps
This commit is contained in:
57
module.json
57
module.json
@@ -1,39 +1,46 @@
|
||||
{
|
||||
"name": "wfrp4e-eis-maps",
|
||||
"title": "WFRP4E - Fan-made maps for Ennemy in Shadows",
|
||||
"description": "Module for maps for EiS (aka chapter 1 of the Imperial Campaign)",
|
||||
"version": "5.0.1",
|
||||
"minimumCoreVersion" : "0.6.0",
|
||||
"compatibleCoreVersion": "9",
|
||||
"author": "LeRatierBretonnien",
|
||||
"dependencies": [
|
||||
],
|
||||
"esmodules": [
|
||||
],
|
||||
"scripts": [ ],
|
||||
"styles": [],
|
||||
"packs": [
|
||||
"version": "6.0.0",
|
||||
"packs": [
|
||||
{
|
||||
"label": "EiS - Buildings and Maps",
|
||||
"type": "Scene",
|
||||
"name": "ennemy-in-shadows-maps",
|
||||
"path": "./packs/ennemy-in-shadows-maps.db",
|
||||
"package": "wfrp4e-eis-maps"
|
||||
"path": "packs/ennemy-in-shadows-maps.db",
|
||||
"private": false,
|
||||
"flags": {}
|
||||
},
|
||||
{
|
||||
"label": "EiS Maps",
|
||||
"type": "JournalEntry",
|
||||
"name": "eis-maps",
|
||||
"path": "./packs/eis-maps.db",
|
||||
"package": "wfrp4e-eis-maps"
|
||||
}
|
||||
"path": "packs/eis-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-eis-maps",
|
||||
"manifest": "https://www.uberwald.me/gitea/public/wfrp4e-eis-maps/raw/branch/master/module.json",
|
||||
"download": "https://www.uberwald.me/gitea/public/wfrp4e-eis-maps/archive/wfrp4e-maps-eis-5.0.1.zip"
|
||||
}
|
||||
"manifest": "https://www.uberwald.me/gitea/public/wfrp4e-eis-maps/raw/branch/master/module.json",
|
||||
"download": "https://www.uberwald.me/gitea/public/wfrp4e-eis-maps/archive/wfrp4e-maps-eis-6.0.0.zip",
|
||||
"id": "wfrp4e-eis-maps",
|
||||
"authors": [
|
||||
{
|
||||
"name": "LeRatierBretonnien",
|
||||
"flags": {}
|
||||
}
|
||||
],
|
||||
"compatibility": {
|
||||
"minimum": "0.8.0",
|
||||
"verified": "10",
|
||||
"maximum": "10"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user