This commit is contained in:
sladecraven 2021-02-21 18:21:30 +01:00
commit a96a0ccd0b
2 changed files with 59 additions and 0 deletions

26
README.md Normal file
View File

@ -0,0 +1,26 @@
# wfrp4e-pbth-maps
This module offers various free-to-use maps for Power Behind the Throne
The maps are designed to be used with Foundry only, all other uses must be notified and requested to the authors on the Gitlab website.
# Authors
Trekit1793, LeRatierBretonnien
# Tools and assets used
* Dungeondraft
* Dungeondraft assets
* Inkarnate
* Illwinter
* 2 minute TableTop assets
* Forgotten Adventures assets
# License
The maps are freely usable for your own games. No re-distribution or commercial usage is allowed without contacting the relevant authors (see the Journal Note in the module)
This fan-made module is self-published and unofficial, and is not in any way to be associated with Games Workshop or Cubicle 7.
All relevant licences, trademarks and copyrights are used without permission and in no way meant to challenge ownership to them by Games Workshop and Cubicle 7.

33
module.json Normal file
View File

@ -0,0 +1,33 @@
{
"name": "wfrp4e-pbth-maps",
"title": "WFRP4E - Fan-made maps for Power Behind The Throne",
"description": "Module for maps for PBTH (aka chapter 3 of the Imperial Campaign)",
"version": "0.0.1",
"minimumCoreVersion" : "0.6.0",
"compatibleCoreVersion": "1.0.0",
"author": "LeRatierBretonnien",
"dependencies": [
],
"esmodules": [
],
"scripts": [ ],
"styles": [],
"packs": [
{
"label": "PBtH - Buildings and Maps",
"entity": "Scene",
"name": "pbth-maps",
"path": "./packs/pbth-maps.db",
"system": "wfrp4e",
"package": "wfrp4e-pbth-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-pbth-maps/raw/master/module.json",
"download": "https://gitlab.com/LeRatierBretonnien/wfrp4e-pbth-maps/-/archive/master/wfrp4e-pbth-maps.zip"
}