From ed8c557725d12d55a6c8b9fff40506a43d390f07 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Thu, 10 Oct 2024 11:51:04 -0500 Subject: [PATCH] updates to the Adventuring! story graph on the return to Reddansyr --- pages/adventuring/story-graph.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/pages/adventuring/story-graph.md b/pages/adventuring/story-graph.md index 7fc04e4..330dd1b 100644 --- a/pages/adventuring/story-graph.md +++ b/pages/adventuring/story-graph.md @@ -71,5 +71,24 @@ digraph PLOT { Livestock_Robbers [label="Defeats bandits that drove livestock away"] Reddansyr_Farm -> Livestock_Robbers + + Tracks_Livestock [label="Tracks livestock to goblin cave", shape="octagon"] + Livestock_Robbers -> Tracks_Livestock + + Bandit_Selling_Livestock [label="Bandit trading the livestock for something", shape="rect"] + Tracks_Livestock -> Bandit_Selling_Livestock + + Returns_Livestock [label="Frees livestock and returns them to the farm"] + Tracks_Livestock -> Returns_Livestock + + UFC_Slaver_in_Reddansyr [label="Quarter Roy spots UFC slaver in Reddansyr"] + Returns_Livestock -> UFC_Slaver_in_Reddansyr + + Starmantle [label="Starmantle", shape="octagon"] + UFC_Slaver_in_Reddansyr -> Starmantle + + Reddansyr_Return [label="Returns to Reddansyr", shape="doubleoctagon"] + Returns_Livestock -> Reddansyr_Return + Return_to_Reddansyr -> Reddansyr_Return } ~~~