forked from public/wfrp4e-unofficial-grimoire
Rework structure
This commit is contained in:
28
module.json
28
module.json
@@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user