wfrp4e-unofficial-grimoire/module.json

57 lines
1.6 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",
2021-07-15 16:41:55 +02:00
"version": "4.0.0",
"minimumCoreVersion": "0.8.0",
"compatibleCoreVersion":"0.8.8",
2020-10-01 23:16:44 +02:00
"esmodules" : [],
2021-07-15 16:41:55 +02:00
"dependencies": [
{
"name": "wfrp4e",
"type": "system"
}
],
2020-10-01 23:16:44 +02:00
"packs": [
2020-10-01 23:20:38 +02:00
{
2020-10-08 08:46:27 +02:00
"label": "UG Spells",
2020-10-01 23:20:38 +02:00
"entity": "Item",
2020-10-08 08:46:27 +02:00
"name": "ug-spells",
"path": "./packs/ug-spells.db",
2020-10-01 23:20:38 +02:00
"system": "wfrp4e",
"package": "wfrp4e-unofficial-grimoire"
},
2020-11-15 22:41:30 +01:00
{
"label": "UG Waaagh Spells",
"entity": "Item",
"name": "ug-waaagh-spells",
"path": "./packs/ug-waaagh-spells.db",
"system": "wfrp4e",
"package": "wfrp4e-unofficial-grimoire"
},
2020-10-01 23:34:32 +02:00
{
2020-10-08 08:46:27 +02:00
"label": "UG Careers/Talents/Traits",
2020-10-01 23:34:32 +02:00
"entity": "Item",
2020-10-08 08:46:27 +02:00
"name": "ug-careerstalentstraits",
"path": "./packs/ug-careerstalentstraits.db",
2020-10-01 23:34:32 +02:00
"system": "wfrp4e",
2021-05-15 08:17:42 +02:00
"tags" : [ "career", "talent", "trait" ],
2020-10-01 23:34:32 +02:00
"package": "wfrp4e-unofficial-grimoire"
},
2020-10-01 23:20:38 +02:00
{
2020-10-08 08:46:27 +02:00
"label": "UG Creatures",
2020-10-05 21:42:19 +02:00
"entity": "Actor",
2020-10-08 08:46:27 +02:00
"name": "ug-creatures",
"path": "./packs/ug-creatures.db",
2020-10-05 21:42:19 +02:00
"system": "wfrp4e",
"package": "wfrp4e-unofficial-grimoire"
2020-10-01 23:20:38 +02:00
}
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
}