-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodule.json
63 lines (63 loc) · 1.94 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "the-delian-tomb",
"title": "The Delian Tomb",
"description": "<p>The Delian Tomb is a low-level one-shot introduction adventure featuring a tomb of an ancient order of knights infested by goblins.</p>\n<p><em>This adventure was originally outlined in <a href=\"https://www.youtube.com/watch?v=zTD2RZz6mlo\">Matt Colville's first “Running the Game” video</a>.</em></p>",
"author": "World Smiths",
"authors": [
{
"name": "World Smiths",
"url": "https://world-smiths.github.io/page"
}
],
"url": "https://github.com/world-smiths/the-delian-tomb",
"license": "https://raw.githubusercontent.com/World-Smiths/the-delian-tomb/main/LICENSE.md",
"readme": "https://raw.githubusercontent.com/World-Smiths/the-delian-tomb/main/README.md",
"bugs": "https://github.com/world-smiths/the-sky-isles/issues",
"changelog": "https://raw.githubusercontent.com/World-Smiths/the-delian-tomb/main/CHANGELOG.md",
"flags": {
"allowBugReporter": true
},
"version": "1.0.0",
"compatibility": {
"verified": "10.291",
"minimum": "10"
},
"scripts": [],
"esmodules": [
"scripts/ws.js"
],
"styles": [
"styles/ws.css"
],
"languages": [],
"packs": [
{
"label": "The Delian Tomb",
"type": "Adventure",
"name": "ws",
"path": "packs/ws.db",
"system": "dnd5e"
}
],
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system",
"compatibility": {
"minimum": "2.0.3",
"verified": "2.0.3"
}
}
]
},
"manifest": "https://github.com/world-smiths/the-delian-tomb/releases/latest/download/module.json",
"download": "https://github.com/world-smiths/the-delian-tomb/releases/latest/download/module.zip",
"manifestPlusVersion": "1.2.0",
"media": [
{
"type": "cover",
"url": "https://raw.githubusercontent.com/World-Smiths/the-delian-tomb/main/scenes/backgrounds/landing.webp"
}
]
}