Skip to content

Commit 2cf6353

Browse files
committed
Updates
1 parent de47f14 commit 2cf6353

File tree

62 files changed

+2304
-243
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+2304
-243
lines changed

asset-manifest.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
{
22
"files": {
3-
"main.css": "/static/css/main.c4d73a60.css",
4-
"main.js": "/static/js/main.9c27d179.js",
3+
"main.css": "/static/css/main.a8c55f87.css",
4+
"main.js": "/static/js/main.16c9c998.js",
55
"static/js/453.f568ff1d.chunk.js": "/static/js/453.f568ff1d.chunk.js",
6+
"static/media/border.jpg": "/static/media/border.b7869a9ea7ccd009873c.jpg",
7+
"static/media/parchment.png": "/static/media/parchment.c4af92656f29dc66bd67.png",
8+
"static/media/slick.svg": "/static/media/slick.2630a3e3eab21c607e21.svg",
9+
"static/media/slick.eot": "/static/media/slick.a4e97f5a2a64f0ab1323.eot",
10+
"static/media/slick.ttf": "/static/media/slick.c94f7671dcc99dce43e2.ttf",
11+
"static/media/slick.woff": "/static/media/slick.295183786cd8a1389865.woff",
612
"index.html": "/index.html",
7-
"main.c4d73a60.css.map": "/static/css/main.c4d73a60.css.map",
8-
"main.9c27d179.js.map": "/static/js/main.9c27d179.js.map",
13+
"main.a8c55f87.css.map": "/static/css/main.a8c55f87.css.map",
14+
"main.16c9c998.js.map": "/static/js/main.16c9c998.js.map",
915
"453.f568ff1d.chunk.js.map": "/static/js/453.f568ff1d.chunk.js.map"
1016
},
1117
"entrypoints": [
12-
"static/css/main.c4d73a60.css",
13-
"static/js/main.9c27d179.js"
18+
"static/css/main.a8c55f87.css",
19+
"static/js/main.16c9c998.js"
1420
]
1521
}

dnd/book-one/episode1.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Episode 1: The Whispering Woods
2+
3+
Our heroes begin their journey in the quiet village of Oakhaven, nestled at the edge of the ancient Whispering Woods. Rumors of strange occurrences and disappearing travelers have reached the ears of the local elder, who implores the adventurers to investigate.
4+
5+
As they venture into the woods, the air grows heavy with an unnatural silence. The trees seem to watch them, their branches swaying in a breeze that carries no sound. A faint, ethereal glow emanates from deeper within the forest...

dnd/book-one/episode2.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Episode 2: The Goblin Ambush
2+
3+
Deeper within the Whispering Woods, our heroes stumble upon a crude goblin encampment. A band of goblins, led by a particularly nasty hobgoblin, are preparing an ambush for unsuspecting travelers.
4+
5+
A tense battle ensues, with arrows flying and crude blades clashing. The adventurers must use their wits and skills to overcome the goblin horde and rescue any captives they might find...

dnd/episodes.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
[
2+
{
3+
"bookId": 1,
4+
"bookTitle": "Book One: The Shadowed Path",
5+
"episodes": [
6+
{ "id": 1, "filename": "book-one/episode1.txt", "title": "Episode 1: The Whispering Woods", "author": "fezcode" },
7+
{ "id": 2, "filename": "book-one/episode2.txt", "title": "Episode 2: The Goblin Ambush", "author": "fezcode" }
8+
],
9+
"overlay": "red"
10+
},
11+
12+
{
13+
"bookId": 2,
14+
"bookTitle": "Book Two: Separated Riches",
15+
"episodes": [
16+
{ "id": 1, "filename": "book-one/episode1.txt", "title": "Episode 1: The Whispering Woods", "author": "fezcode" },
17+
{ "id": 2, "filename": "book-one/episode2.txt", "title": "Episode 2: The Goblin Ambush", "author": "fezcode" }
18+
],
19+
"overlay": "blue"
20+
},
21+
22+
{
23+
"bookId": 3,
24+
"bookTitle": "Book Three: Separated Riches",
25+
"episodes": [
26+
{ "id": 1, "filename": "book-one/episode1.txt", "title": "Episode 1: The Whispering Woods", "author": "fezcode" },
27+
{ "id": 2, "filename": "book-one/episode2.txt", "title": "Episode 2: The Goblin Ambush", "author": "fezcode" }
28+
],
29+
"overlay": "black"
30+
},
31+
32+
{
33+
"bookId": 4,
34+
"bookTitle": "Book Four: Separated Riches",
35+
"episodes": [
36+
{ "id": 1, "filename": "book-one/episode1.txt", "title": "Episode 1: The Whispering Woods", "author": "fezcode" },
37+
{ "id": 2, "filename": "book-one/episode2.txt", "title": "Episode 2: The Goblin Ambush", "author": "fezcode" }
38+
],
39+
"overlay": "green"
40+
}
41+
]

images/dnd/book-cover.png

1.2 MB
Loading

images/dnd/border-large.jpg

301 KB
Loading

images/dnd/border.jpg

181 KB
Loading

images/dnd/dragon-left.png

168 KB
Loading

images/dnd/parchment.png

77.7 KB
Loading
569 KB
Loading

0 commit comments

Comments
 (0)