From 4692e35fb327560c4d274e152b7cd8514fd4987e Mon Sep 17 00:00:00 2001 From: Tom Rodriguez Date: Sat, 16 Nov 2024 09:38:42 -0800 Subject: [PATCH] Upgrade packs to LevelDB format --- module.json | 31 ++++++++++++++++++++----------- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/module.json b/module.json index 82d9def..5c1e30c 100644 --- a/module.json +++ b/module.json @@ -1,9 +1,8 @@ { "id": "hm-loc-ko", - "name": "hm-loc-ko", "title": "Khuzdul Outpost", "description": "A Khuzdul (Dwarven) Abandoned Outpost", - "version": "1.2.3", + "version": "1.3.0", "bugs": "https://github.com/toastygm/hm-loc-ko/issues", "license": "LICENSE", "readme": "README.md", @@ -14,10 +13,9 @@ "flags": {} } ], - "minimumCoreVersion": "10", "compatibility": { - "minimum": "10", - "verified": "10" + "minimum": "11", + "verified": "12.331" }, "scripts": [ "scripts/init.js" @@ -27,7 +25,8 @@ { "id": "scene-packer", "type": "module", - "manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/scene-packer/master/module.json" + "manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/scene-packer/master/module.json", + "compatibility": {} } ] }, @@ -35,19 +34,29 @@ { "label": "Khuzdul Outpost Scenes", "name": "scenes", - "path": "packs/scenes.db", - "type": "Scene" + "path": "packs/scenes", + "type": "Scene", + "flags": {}, + "ownership": { + "PLAYER": "OBSERVER", + "ASSISTANT": "OWNER" + } }, { "label": "Khuzdul Outpost Journals", "name": "journals", - "path": "packs/journals.db", - "type": "JournalEntry" + "path": "packs/journals", + "type": "JournalEntry", + "flags": {}, + "ownership": { + "PLAYER": "OBSERVER", + "ASSISTANT": "OWNER" + } } ], "url": "https://github.com/toastygm/hm-loc-ko/", "manifest": "https://github.com/toastygm/hm-loc-ko/releases/latest/download/module.json", - "download": "https://github.com/toastygm/hm-loc-ko/releases/download/v1.2.3/module.zip", + "download": "https://github.com/toastygm/hm-loc-ko/releases/download/v1.3.0/module.zip", "flags": { "allowBugReporter": true }