-
Notifications
You must be signed in to change notification settings - Fork 7
/
module.json
34 lines (34 loc) · 970 Bytes
/
module.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"id": "waterdeep-city-of-splendors",
"title": "Waterdeep - City of Splendors",
"version": "4.0.0",
"compatibility": {
"minimum": "11",
"verified": "12",
"maximum": "12"
},
"description": "A full Waterdeep map with all locations as presented by https://www.aidedd.org/",
"authors": [
{
"name": "Gage Eakins",
"url": "https://github.com/webmaster94",
"flags": {}
}
],
"packs": [
{
"name": "waterdeep",
"label": "Waterdeep",
"path": "packs/waterdeep",
"type": "Adventure",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"flags": {}
}
],
"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/latest/download/module.zip"
}