From 1072740751a227b41b020ef0e32dfa0d7711ae3b Mon Sep 17 00:00:00 2001 From: sladecraven Date: Thu, 22 Oct 2020 18:49:07 +0200 Subject: [PATCH] Firct commit --- lang/fr.json | 2 ++ module.json | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 lang/fr.json create mode 100644 module.json diff --git a/lang/fr.json b/lang/fr.json new file mode 100644 index 0000000..2c63c08 --- /dev/null +++ b/lang/fr.json @@ -0,0 +1,2 @@ +{ +} diff --git a/module.json b/module.json new file mode 100644 index 0000000..604a6ed --- /dev/null +++ b/module.json @@ -0,0 +1,33 @@ +{ + "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": "0.0.1", + "minimumCoreVersion" : "0.6.0", + "compatibleCoreVersion": "1.0.0", + "author": "LeRatierBretonnien", + "dependencies": [ + ], + "esmodules": [ + ], + "scripts": [ ], + "styles": [], + "packs": [ + { + "label": "DotR - Buildings and Maps", + "entity": "Scene", + "name": "dotr-maps", + "path": "./packs/dotr-maps.db", + "system": "wfrp4e", + "package": "wfrp4e-dotr-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-dotr-maps/raw/master/module.json", + "download": "https://gitlab.com/LeRatierBretonnien/wfrp4e-dotr-maps/-/archive/master/wfrp4e-dotr-maps.zip" +}