wfrp4e-eis-maps/module.json

40 lines
1.1 KiB
JSON
Raw Normal View History

2020-08-22 17:54:40 +02:00
{
"name": "wfrp4e-eis-maps",
2020-08-24 13:42:27 +02:00
"title": "WFRP4E - Fan-made maps for Ennemy in Shadows",
2020-08-24 13:42:00 +02:00
"description": "Module for maps for EiS (aka chapter 1 of the Imperial Campaign)",
2022-05-21 10:05:46 +02:00
"version": "5.0.1",
2020-08-22 17:54:40 +02:00
"minimumCoreVersion" : "0.6.0",
2021-12-28 10:59:23 +01:00
"compatibleCoreVersion": "9",
2020-08-22 17:54:40 +02:00
"author": "LeRatierBretonnien",
"dependencies": [
],
"esmodules": [
],
"scripts": [ ],
"styles": [],
"packs": [
2020-08-23 12:36:33 +02:00
{
"label": "EiS - Buildings and Maps",
2021-12-28 10:59:23 +01:00
"type": "Scene",
2020-08-23 12:36:33 +02:00
"name": "ennemy-in-shadows-maps",
"path": "./packs/ennemy-in-shadows-maps.db",
"package": "wfrp4e-eis-maps"
},
{
"label": "EiS Maps",
2021-12-28 10:59:23 +01:00
"type": "JournalEntry",
2020-08-23 12:36:33 +02:00
"name": "eis-maps",
"path": "./packs/eis-maps.db",
"package": "wfrp4e-eis-maps"
}
2020-08-22 17:54:40 +02:00
],
"languages": [{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
}],
2022-05-21 09:48:28 +02:00
"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",
2022-05-21 10:05:46 +02:00
"download": "https://www.uberwald.me/gitea/public/wfrp4e-eis-maps/archive/wfrp4e-maps-eis-5.0.1.zip"
2020-08-22 17:54:40 +02:00
}