updates to the story graph following bandit combat

This commit is contained in:
Brian S. Stephan 2024-08-21 16:58:40 -05:00
parent b9cb0eab80
commit 5bac8b0388
Signed by: bss
GPG Key ID: 3DE06D3180895FCB

View File

@ -58,5 +58,14 @@ digraph PLOT {
Thief_Escapes [label="Thief escapes w/o robe"]
Rival_Fight -> Thief_Escapes
Thief -> Thief_Escapes
Return_to_Reddansyr [label="Returns to Reddansyr"]
Rival_Fight -> Return_to_Reddansyr
Fleeing_Farmers [label="Encounters fleeing farmers"]
Return_to_Reddansyr -> Fleeing_Farmers
Livestock_Robbers [label="Defeats bandits that drove livestock away"]
Fleeing_Farmers -> Livestock_Robbers
}
~~~