diff --git a/module.json b/module.json index d97bb0c..384a2b2 100644 --- a/module.json +++ b/module.json @@ -4,11 +4,27 @@ "description": "Unofficial Grimoire for WFRP4E", "author": "LeRatierBretonnien", "systems": ["wfrp4e"], - "version": "0.0.1", + "version": "0.0.2", "minimumCoreVersion": "0.6.0", "compatibleCoreVersion":"0.7.3", "esmodules" : [], "packs": [ + { + "label": "Spells (UG)", + "entity": "Item", + "name": "spells-ug", + "path": "./packs/spells-ug.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" + } ], "languages": [ ],