From fa449b790c2fafef449f3ef4975f4eacc737205a Mon Sep 17 00:00:00 2001 From: Ashe Date: Mon, 3 Feb 2025 12:57:04 +0100 Subject: [PATCH] Fix Manifest URL --- module.json | 41 +++++++++++++++++++++++++++-------------- 1 file changed, 27 insertions(+), 14 deletions(-) diff --git a/module.json b/module.json index 9075da2..c64564d 100644 --- a/module.json +++ b/module.json @@ -1,7 +1,7 @@ { "id": "ptr2e-beginner-box", "title": "PTR2e Beginner Adventure (PMD) - Tropical Trouble", - "version": "0.0.1", + "version": "0.0.2", "compatibility": { "minimum": "12", "verified": "12", @@ -14,6 +14,20 @@ "type": "system", "compatibility": {} } + ], + "requires": [ + { + "id": "ptr2e-pkmn-sprites", + "type": "module", + "compatibility": {} + } + ], + "recommends": [ + { + "id": "quick-insert", + "type": "module", + "compatibility": {} + } ] }, "description": "

A Starter Adventure to help get the hang of using Pokemon Tabletop Reunited: Evolved to run Pokemon Mystery Dungeon Scenarios.

", @@ -37,48 +51,47 @@ "label": "PTR2e Beginner Box", "path": "packs/ptr2e-beginner-box", "type": "Adventure", + "system": "ptr2e", "ownership": { "PLAYER": "OBSERVER", "ASSISTANT": "OWNER" - }, - "system": "ptr2e", - "flags": {} + } }, { "name": "ptr2e-beginner-box-items", "label": "PTR2e Beginner Box Items", "path": "packs/ptr2e-beginner-box-items", "type": "Item", + "system": "ptr2e", "ownership": { "PLAYER": "LIMITED", "ASSISTANT": "OWNER" - }, - "system": "ptr2e", - "flags": {} + } }, { "name": "ptr2e-beginner-box-actors", "label": "PTR2e Beginner Box Actors", "path": "packs/ptr2e-beginner-box-actors", "type": "Actor", + "system": "ptr2e", "ownership": { "PLAYER": "LIMITED", "ASSISTANT": "OWNER" - }, - "system": "ptr2e", - "flags": {} + } }, { "name": "ptr2e-beginner-box-tables", "label": "PTR2e Beginner Box Tables", "path": "packs/ptr2e-beginner-box-tables", "type": "RollTable", + "system": "ptr2e", "ownership": { "PLAYER": "LIMITED", "ASSISTANT": "OWNER" - }, - "system": "ptr2e", - "flags": {} + } } - ] + ], + "url": "https://2e.ptr.wiki/adventures/tropical-trouble", + "manifest": "https://github.com/pokemon-tabletop-reunited/PTR2e-Beginner-Box-Tropical-Trouble/releases/latest/download/module.json", + "download": "https://github.com/pokemon-tabletop-reunited/PTR2e-Beginner-Box-Tropical-Trouble/releases/latest/download/module.zip" } \ No newline at end of file