wfrp4e-unofficial-grimoire/module.json

43 lines
1.3 KiB
JSON
Raw Normal View History

2020-10-01 23:16:44 +02:00
{
"name": "wfrp4e-unofficial-grimoire",
"title": "WFRP4E Unofficial Grimoire",
"description": "Unofficial Grimoire for WFRP4E",
"author": "LeRatierBretonnien",
"systems": ["wfrp4e"],
2020-10-01 23:34:32 +02:00
"version": "0.0.4",
2020-10-01 23:16:44 +02:00
"minimumCoreVersion": "0.6.0",
"compatibleCoreVersion":"0.7.3",
"esmodules" : [],
"packs": [
2020-10-01 23:20:38 +02:00
{
"label": "Spells (UG)",
"entity": "Item",
"name": "spells-ug",
"path": "./packs/spells-ug.db",
"system": "wfrp4e",
"package": "wfrp4e-unofficial-grimoire"
},
2020-10-01 23:34:32 +02:00
{
"label": "Careers (UG)",
"entity": "Item",
"name": "careers-ug",
"path": "./packs/careers-ug.db",
"system": "wfrp4e",
"package": "wfrp4e-unofficial-grimoire"
},
2020-10-01 23:20:38 +02:00
{
"label": "Talents (UG)",
"entity": "Item",
"name": "talents-ug",
"path": "./packs/talents-ug.db",
"system": "wfrp4e",
"package": "wfrp4e-unofficial-grimoire"
}
2020-10-01 23:16:44 +02:00
],
"languages": [
],
2020-10-01 23:23:52 +02:00
"manifest": "https://gitlab.com/LeRatierBretonnien/wfrp4e-unofficial-grimoire/raw/master/module.json",
"download": "https://gitlab.com/LeRatierBretonnien/wfrp4e-unofficial-grimoire/-/archive/master/wfrp4e-unofficial-grimoire-master.zip",
"url": "https://gitlab.com/LeRatierBretonnien/wfrp4e-unofficial-grimoire/"
2020-10-01 23:16:44 +02:00
}