From 6594258d09567ae0b650e7263f1d3a923db57bd4 Mon Sep 17 00:00:00 2001 From: Tom Rodriguez Date: Sat, 16 Nov 2024 09:38:46 -0800 Subject: [PATCH] Upgrade packs to LevelDB format --- module.json | 40 +++++++++++++++++++++++++++------------- 1 file changed, 27 insertions(+), 13 deletions(-) diff --git a/module.json b/module.json index 46a1a66..70f1464 100644 --- a/module.json +++ b/module.json @@ -1,9 +1,8 @@ { "id": "hm-loc-tbb", - "name": "hm-loc-tbb", "title": "Three Brothers Barrow", "description": "A ready-made Jarin barrow tomb for heroes to explore", - "version": "1.1.3", + "version": "1.2.0", "bugs": "https://github.com/toastygm/hm-loc-tbb/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,26 +34,41 @@ { "label": "Three Brothers Barrow Actors", "name": "actors", - "path": "packs/actors.db", + "path": "packs/actors", "system": "hm3", - "type": "Actor" + "type": "Actor", + "flags": {}, + "ownership": { + "PLAYER": "OBSERVER", + "ASSISTANT": "OWNER" + } }, { "label": "Three Brothers Barrow Scenes", "name": "scenes", - "path": "packs/scenes.db", - "type": "Scene" + "path": "packs/scenes", + "type": "Scene", + "flags": {}, + "ownership": { + "PLAYER": "OBSERVER", + "ASSISTANT": "OWNER" + } }, { "label": "Three Brothers Barrow 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-tbb/", "manifest": "https://github.com/toastygm/hm-loc-tbb/releases/latest/download/module.json", - "download": "https://github.com/toastygm/hm-loc-tbb/releases/download/v1.1.3/module.zip", + "download": "https://github.com/toastygm/hm-loc-tbb/releases/download/v1.2.0/module.zip", "flags": { "allowBugReporter": true }