From 1ce3621ba7fee35494ab3203fc07a7c64cd118bd Mon Sep 17 00:00:00 2001 From: sladecraven Date: Tue, 28 Dec 2021 11:01:22 +0100 Subject: [PATCH] Sync with v9 --- module.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/module.json b/module.json index ae8ee63..16f5e36 100644 --- a/module.json +++ b/module.json @@ -6,9 +6,9 @@ "authors": [], "url": "https://gitlab.com/LeRatierBretonnien/wfrp4e-unofficial-grimoire/", "flags": {}, - "version": "4.0.2", + "version": "5.0.0", "minimumCoreVersion": "0.6.6", - "compatibleCoreVersion": "0.8.9", + "compatibleCoreVersion": "9", "scripts": [], "esmodules": [], "styles": [], @@ -16,7 +16,7 @@ "packs": [ { "label": "UG Spells", - "entity": "Item", + "type": "Item", "name": "ug-spells", "path": "./packs/ug-spells.db", "system": "wfrp4e", @@ -25,7 +25,7 @@ }, { "label": "UG Waaagh Spells", - "entity": "Item", + "type": "Item", "name": "ug-waaagh-spells", "path": "./packs/ug-waaagh-spells.db", "system": "wfrp4e", @@ -34,7 +34,7 @@ }, { "label": "UG Careers/Talents/Traits", - "entity": "Item", + "type": "Item", "name": "ug-careerstalentstraits", "path": "./packs/ug-careerstalentstraits.db", "system": "wfrp4e", @@ -48,7 +48,7 @@ }, { "label": "UG Creatures", - "entity": "Actor", + "type": "Actor", "name": "ug-creatures", "path": "./packs/ug-creatures.db", "system": "wfrp4e",