Skip to content

Commit

Permalink
Fix Manifest URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashe committed Feb 3, 2025
1 parent b2151a0 commit fa449b7
Showing 1 changed file with 27 additions and 14 deletions.
41 changes: 27 additions & 14 deletions module.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -14,6 +14,20 @@
"type": "system",
"compatibility": {}
}
],
"requires": [
{
"id": "ptr2e-pkmn-sprites",
"type": "module",
"compatibility": {}
}
],
"recommends": [
{
"id": "quick-insert",
"type": "module",
"compatibility": {}
}
]
},
"description": "<p>A Starter Adventure to help get the hang of using Pokemon Tabletop Reunited: Evolved to run Pokemon Mystery Dungeon Scenarios.</p>",
Expand All @@ -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"
}

0 comments on commit fa449b7

Please sign in to comment.