-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathworld.json
34 lines (34 loc) · 1.25 KB
/
world.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
{
"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>\n<hr />\n<blockquote><em><strong>System:</strong> D&D 5E<strong><br /></strong></em> <em><strong>Starting Level:</strong> 1st-3rd<strong><br /></strong></em><em><strong>Length:</strong> Short One Shot (2-3 hours)<br /></em><strong>Language: </strong>English</blockquote>",
"version": "1.0.0",
"esmodules": [
"scripts/ws.js",
"scripts/edit.js"
],
"styles": [
"styles/ws.css"
],
"system": "dnd5e",
"coreVersion": "10.291",
"resetKeys": false,
"safeMode": false,
"systemVersion": "2.0.3",
"id": "the-delian-tomb",
"compatibility": {
"verified": "10.291",
"minimum": "10"
},
"packs": [
{
"label": "The Delian Tomb",
"type": "Adventure",
"name": "ws",
"path": "packs/ws.db",
"system": "dnd5e",
"private": false,
"flags": {}
}
],
"background": "modules/aep/content/the-delian-tomb/scenes/backgrounds/landing.webp"
}