Structure

This commit is contained in:
sladecraven 2020-08-21 16:59:48 +02:00
parent b9fcd93279
commit 1156b80865
1 changed files with 37 additions and 0 deletions

37
module.json Normal file
View File

@ -0,0 +1,37 @@
{
"name": "wfrp4e-ubersreik",
"title": "Full Ubersreik module for WFRP4E",
"description": "Module for Starter Set, Adventures 1 & 2",
"version": "0.0.1",
"minimumCoreVersion" : "0.6.0",
"compatibleCoreVersion": "1.0.0",
"author": "LeRatierBretonnien",
"dependencies": [
{
"name": "wfrp4e",
"manifest": "https://raw.githubusercontent.com/CatoThe1stElder/WFRP-4th-Edition-FoundryVTT/stable/system.json",
"version": "1.6.0"
},
{
"name": "babele",
"manifest": "https://gitlab.com/riccisi/foundryvtt-babele/raw/master/module/module.json",
"version": "1.19.0"
}
],
"esmodules": [
],
"scripts": [ ],
"styles": [],
"packs": [
],
"languages": [{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
}],
"url": "https://gitlab.com/LeRatierBretonnien/wfrp4e-ubersreik",
"manifest": "https://gitlab.com/LeRatierBretonnien/wfrp4e-ubersreik/raw/master/module.json",
"download": "https://gitlab.com/LeRatierBretonnien/wfrp4e-ubersreik/-/archive/master/wfrp4e-ubersreik.zip"
}