From 46c9f06b439e9fb038853fe258bc44216a0a08d6 Mon Sep 17 00:00:00 2001 From: sladecraven Date: Thu, 1 Oct 2020 23:20:38 +0200 Subject: [PATCH] Sync first commit --- module.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) 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": [ ],