Rework structure

This commit is contained in:
2020-10-08 08:46:27 +02:00
parent 585b220de2
commit 9ddbbf1e03
18 changed files with 32 additions and 23 deletions

View File

@@ -4,40 +4,32 @@
"description": "Unofficial Grimoire for WFRP4E",
"author": "LeRatierBretonnien",
"systems": ["wfrp4e"],
"version": "0.0.7",
"version": "0.0.8",
"minimumCoreVersion": "0.6.0",
"compatibleCoreVersion":"0.7.3",
"esmodules" : [],
"packs": [
{
"label": "Spells (UG)",
"label": "UG Spells",
"entity": "Item",
"name": "spells-ug",
"path": "./packs/spells-ug.db",
"name": "ug-spells",
"path": "./packs/ug-spells.db",
"system": "wfrp4e",
"package": "wfrp4e-unofficial-grimoire"
},
{
"label": "Careers (UG)",
"label": "UG Careers/Talents/Traits",
"entity": "Item",
"name": "careers-ug",
"path": "./packs/careers-ug.db",
"name": "ug-careerstalentstraits",
"path": "./packs/ug-careerstalentstraits.db",
"system": "wfrp4e",
"package": "wfrp4e-unofficial-grimoire"
},
{
"label": "Talents (UG)",
"entity": "Item",
"name": "talents-ug",
"path": "./packs/talents-ug.db",
"system": "wfrp4e",
"package": "wfrp4e-unofficial-grimoire"
},
{
"label": "Familiars (UG)",
"label": "UG Creatures",
"entity": "Actor",
"name": "familiars-ug",
"path": "./packs/familiars-ug.db",
"name": "ug-creatures",
"path": "./packs/ug-creatures.db",
"system": "wfrp4e",
"package": "wfrp4e-unofficial-grimoire"
}