forked from TheGiddyLimit/homebrew
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Sample - Giddy; Caverns of Catastrophe.json
69 lines (69 loc) · 1.46 KB
/
Sample - Giddy; Caverns of Catastrophe.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
64
65
66
67
68
69
{
"_meta": {
"sources": [
{
"json": "GiddyAdventure",
"abbreviation": "Brew",
"full": "Sample Adventure",
"authors": [
"TheGiddyLimit"
],
"version": "1.0",
"url": "https://github.com/TheGiddyLimit/homebrew",
"targetSchema": "1.0.0"
}
],
"dateAdded": 0,
"dateLastModified": 0
},
"adventure": [
{
"name": "Caverns of Catastrophe",
"id": "Giddy-1",
"source": "GiddyAdventure",
"contents": [
{
"name": "The Adventure",
"headers": [
"Introduction",
"Story Overview"
]
}
],
"level": {
"start": 1,
"end": 1
},
"published": "2018-07-05",
"storyline": "The End"
}
],
"adventureData": [
{
"id": "Giddy-1",
"source": "GiddyAdventure",
"data": [
{
"type": "section",
"name": "The Adventure",
"entries": [
{
"type": "entries",
"name": "Introduction",
"entries": [
"Originally published in 1967, \"Caverns of Catastrophe\" tells the tale of a group of characters (or actors, as they were referred to at the time), falling victim to a tragic series of events. While unpopular in the era of it's publishing, it gained notoriety throughout subsequent decades for being one of the most brutally honest adventures ever written."
]
},
{
"type": "entries",
"name": "Story Overview",
"entries": [
"Rocks fall, everyone dies."
]
}
]
}
]
}
]
}