commit a96a0ccd0b0483b1a93dced92bb397d96a2260ef Author: sladecraven Date: Sun Feb 21 18:21:30 2021 +0100 Sync diff --git a/README.md b/README.md new file mode 100644 index 0000000..d397355 --- /dev/null +++ b/README.md @@ -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. diff --git a/module.json b/module.json new file mode 100644 index 0000000..616da84 --- /dev/null +++ b/module.json @@ -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" +}