diff --git a/source/5-Campaign/0-Overview/Overview.tex b/source/5-Campaign/0-Overview/Overview.tex index 5d6530c..2941167 100644 --- a/source/5-Campaign/0-Overview/Overview.tex +++ b/source/5-Campaign/0-Overview/Overview.tex @@ -667,6 +667,8 @@ * Bob * Divonia * Ekdos + * Flint + * He Who Dreams * Mayhem * Ora * Qith @@ -678,4 +680,11 @@ * 5 days escaping Marquis Drach * 10 days in Domov * 8 days transiting to tomb + * 2 days in the tomb + * 7 days in Domov + * 7 days in Library + * 41 days total + * 646 days cumulative + * 12 sessions total + * 144 sessions cumulative diff --git a/source/5-Campaign/13-DeadSword/10-0-Tomb.tex b/source/5-Campaign/13-DeadSword/10-0-Tomb.tex new file mode 100644 index 0000000..b9767f2 --- /dev/null +++ b/source/5-Campaign/13-DeadSword/10-0-Tomb.tex @@ -0,0 +1 @@ +Opening the crypt and conducting the ceremony. diff --git a/source/5-Campaign/13-DeadSword/11-0-Domov.tex b/source/5-Campaign/13-DeadSword/11-0-Domov.tex new file mode 100644 index 0000000..5a046e8 --- /dev/null +++ b/source/5-Campaign/13-DeadSword/11-0-Domov.tex @@ -0,0 +1 @@ +Having finished the quest to reunite Grace's soul with the sword, the party has the chance to resupply in Domov. diff --git a/source/5-Campaign/13-DeadSword/12-0-Library.tex b/source/5-Campaign/13-DeadSword/12-0-Library.tex new file mode 100644 index 0000000..a565d3b --- /dev/null +++ b/source/5-Campaign/13-DeadSword/12-0-Library.tex @@ -0,0 +1,2 @@ +He Who Dreams needs the party's help to resolve an issue. +The river running by the forest has decreased significantly and the druids sent to investigate have not come back yet. diff --git a/source/5-Campaign/13-DeadSword/9-0-Tomb.tex b/source/5-Campaign/13-DeadSword/9-0-Tomb.tex new file mode 100644 index 0000000..a3ff752 --- /dev/null +++ b/source/5-Campaign/13-DeadSword/9-0-Tomb.tex @@ -0,0 +1 @@ +The tomb searching continues. diff --git a/source/5-Campaign/13-DeadSword/index.rst b/source/5-Campaign/13-DeadSword/index.rst index 118d430..215aa60 100644 --- a/source/5-Campaign/13-DeadSword/index.rst +++ b/source/5-Campaign/13-DeadSword/index.rst @@ -24,9 +24,25 @@ Grace's Story Grace's Tomb ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -.. include:: 7-0-More-Tomb.tex +.. include:: 7-0-Tomb.tex Continuing the Tomb ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -.. include:: 8-0-More-Tomb.tex +.. include:: 8-0-Tomb.tex + +Continuing the Tomb +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +.. include:: 9-0-Tomb.tex + +Finishing the Tomb +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +.. include:: 10-0-Tomb.tex + +Returning to Domov +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +.. include:: 11-0-Domov.tex + +He Who Dreams +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +.. include:: 12-0-Library.tex diff --git a/source/conf.py b/source/conf.py index e38c5c7..8f2d622 100644 --- a/source/conf.py +++ b/source/conf.py @@ -45,7 +45,7 @@ # a list of builtin themes. # import sphinx_theme -html_theme = "stanford_theme" +html_theme = 'stanford_theme' html_theme_path = [sphinx_theme.get_html_theme_path('stanford-theme')] # Add any paths that contain custom static files (such as style sheets) here,