Skip to content

Commit

Permalink
Update module.json for v10
Browse files Browse the repository at this point in the history
  • Loading branch information
bterrific2008 authored and Bryan Tor committed Oct 20, 2022
1 parent fd9fed8 commit 6c607a2
Showing 1 changed file with 28 additions and 18 deletions.
46 changes: 28 additions & 18 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,42 +2,52 @@
"name": "Waterdeep-City-of-Splendors",
"title": "Waterdeep - City of Splendors",
"description": "A full Waterdeep map with all locations as presented by https://www.aidedd.org/",
"version": "1.0.0",
"minimumCoreVersion": "0.8.9",
"compatibleCoreVersion": "9",
"author": "Gage Eakins",
"version": "1.4.1",
"compatibility": {
"minimum": "0.8.9",
"verified": "10.288"
},
"authors": [
{
"name": "Gage Eakins"
}
],
"packs": [
{
"name": "maps",
"label": "Waterdeep - City of Splendors",
"path": "/packs/maps.db",
"entity": "Scene",
"type": "Scene",
"system": "dnd5e",
"module": "Waterdeep-City-of-Splendors"
},
{
"name": "journals",
"label": "Waterdeep - City of Splendors",
"path": "/packs/journals.db",
"entity": "JournalEntry",
"type": "JournalEntry",
"system": "dnd5e",
"module": "Waterdeep-City-of-Splendors"
}
],
"esmodules": [
"./scripts/init.js"
],
"dependencies": [
{
"name": "scene-packer",
"type": "module"
},
{
"name": "compendium-folders",
"type": "module"
}
],
"relationships": {
"requires": [
{
"id": "scene-packer",
"type": "module",
"manifest": "https://github.com/League-of-Foundry-Developers/scene-packer/releases/latest/download/module.json"
},
{
"id": "compendium-folders",
"type": "module",
"manifest": "https://raw.githubusercontent.com/earlSt1/vtt-compendium-folders/10x-update/module.json"
}
]
},
"url": "https://github.com/webmaster94/Waterdeep-City-of-Splendors",
"manifest": "https://github.com/webmaster94/Waterdeep-City-of-Splendors/releases/latest/download/module.json",
"download": "https://github.com/webmaster94/Waterdeep-City-of-Splendors/releases/download/v1.1.1/Waterdeep-City-of-Splendors.zip"
}
"download": "https://github.com/webmaster94/Waterdeep-City-of-Splendors/releases/download/v1.4/Waterdeep-City-of-Splendors.zip"
}

0 comments on commit 6c607a2

Please sign in to comment.