From a55857dc9ffb876f5c89922f2e905f49ff444acf Mon Sep 17 00:00:00 2001 From: qthequartermasterman Date: Sun, 28 Apr 2024 22:20:51 -0500 Subject: [PATCH] feat: main story graph/flowchart --- docs/Story/outline.md | 28 ++++++++++++++++++++++++++++ mkdocs.yml | 8 ++++++-- 2 files changed, 34 insertions(+), 2 deletions(-) diff --git a/docs/Story/outline.md b/docs/Story/outline.md index 7fea935..626e5b9 100644 --- a/docs/Story/outline.md +++ b/docs/Story/outline.md @@ -1,5 +1,33 @@ # Fallout: Houston Outline +## Quest Diagram + +``` mermaid +flowchart LR + subgraph prologue["Prologue: Dawn of Tranquility"] + P1[Main Quest: Lunar Conspiracy Unveiled] + end + subgraph act1["Act 1: Rising Tensions"] + A1[Main Quest: Lost in the Bayou]; + A2[Main Quest: Diplomatic Relations]; + A3[Main Quest: Pirate's Plunder]; + A4[Main Quest: Lone Star Ambitions]; + A5[Main Quest: Visions of Betrayal]; + A6[Main Quest: Unveiling the Conspiracy]; + A1 --> A2; + A2 --> A3; + A2 --> A4; + A3 --> A5; + A4 --> A5; + A5 --> A6; + end + subgraph act2["Act 2: The Faction Game"] + end + subgraph act3["Act 3: The Battle for the Spaceport"] + end + prologue --> act1 --> act2 --> act3; +``` + ## Prologue: Dawn of Tranquility ### Plot Beats: diff --git a/mkdocs.yml b/mkdocs.yml index bec9582..db77e38 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -102,7 +102,11 @@ markdown_extensions: permalink: true - admonition - pymdownx.details - - pymdownx.superfences + - pymdownx.superfences: + custom_fences: + - name: mermaid + class: mermaid + format: !!python/name:pymdownx.superfences.fence_code_format - pymdownx.emoji: emoji_index: !!python/name:material.extensions.emoji.twemoji emoji_generator: !!python/name:material.extensions.emoji.to_svg @@ -121,7 +125,7 @@ plugins: - autolinks hooks: - - render_map/auto_populate/auto_populate_hooks.py +# - render_map/auto_populate/auto_populate_hooks.py - render_map/plugin_hooks.py extra: