Adventuring! updates wrapping up the robe arc for now
This commit is contained in:
parent
93883dc812
commit
4694707616
@ -10,6 +10,6 @@ restore Ibrandul back to power (and life), you seek to weaken the forces of Shar
|
|||||||
|
|
||||||
* **Opening:** You have learned of the siege and murder of an Ibrandulin temple on the Dragon Coast.
|
* **Opening:** You have learned of the siege and murder of an Ibrandulin temple on the Dragon Coast.
|
||||||
* **Steps:**
|
* **Steps:**
|
||||||
* ...
|
* The robe of Grundabiil has been sold to an interested buyer --- a Zhentarim agent. [1 XP]
|
||||||
* **Climax:** ...
|
* **Climax:** ...
|
||||||
* **Resolution:** ...
|
* **Resolution:** ...
|
||||||
|
@ -21,20 +21,20 @@ digraph PLOT {
|
|||||||
Giants_Folly [label="Visits Giant's Folly", shape="octagon"]
|
Giants_Folly [label="Visits Giant's Folly", shape="octagon"]
|
||||||
Reddansyr -> Giants_Folly
|
Reddansyr -> Giants_Folly
|
||||||
|
|
||||||
Entity_Wants_Relic [label="Overhears moon elf looking for relic", shape="rect"]
|
Zhent_Agent_Wants_Relic [label="Overhears Zhent moon elf looking for relic", shape="rect"]
|
||||||
Giants_Folly -> Entity_Wants_Relic
|
Giants_Folly -> Zhent_Agent_Wants_Relic
|
||||||
|
|
||||||
Rival_Party [label="Rival party searching for relic", shape="rect"]
|
Rival_Party [label="Rival party searching for relic", shape="rect"]
|
||||||
Entity_Wants_Relic -> Rival_Party
|
Zhent_Agent_Wants_Relic -> Rival_Party
|
||||||
|
|
||||||
Robe [label="Robe of fallen Ibrandulin priest", shape="tab"]
|
Robe [label="Robe of fallen Ibrandulin priest", shape="tab"]
|
||||||
Entity_Wants_Relic -> Robe
|
Zhent_Agent_Wants_Relic -> Robe
|
||||||
|
|
||||||
Thief [label="A thief member/leader?", shape="rect"]
|
Thief [label="A thief member/leader?", shape="rect"]
|
||||||
Rival_Party -> Thief
|
Rival_Party -> Thief
|
||||||
|
|
||||||
Travel [label="Travels to location ahead of rivals"]
|
Travel [label="Travels to location ahead of rivals"]
|
||||||
Entity_Wants_Relic -> Travel
|
Zhent_Agent_Wants_Relic -> Travel
|
||||||
|
|
||||||
Dungeon [label="Discovers Ibrandul temple ruin", shape="octagon"]
|
Dungeon [label="Discovers Ibrandul temple ruin", shape="octagon"]
|
||||||
Dungeon -> Robe
|
Dungeon -> Robe
|
||||||
@ -90,5 +90,13 @@ digraph PLOT {
|
|||||||
Reddansyr_Return [label="Returns to Reddansyr", shape="doubleoctagon"]
|
Reddansyr_Return [label="Returns to Reddansyr", shape="doubleoctagon"]
|
||||||
Returns_Livestock -> Reddansyr_Return
|
Returns_Livestock -> Reddansyr_Return
|
||||||
Return_to_Reddansyr -> Reddansyr_Return
|
Return_to_Reddansyr -> Reddansyr_Return
|
||||||
|
|
||||||
|
Meeting_with_Zhent_Agent [label="Meets with Zhent agent"]
|
||||||
|
Reddansyr_Return -> Meeting_with_Zhent_Agent
|
||||||
|
Zhent_Agent_Wants_Relic -> Meeting_with_Zhent_Agent
|
||||||
|
|
||||||
|
Robe_Sold [label="Sells the robe"]
|
||||||
|
Meeting_with_Zhent_Agent -> Robe_Sold
|
||||||
|
Robe -> Robe_Sold
|
||||||
}
|
}
|
||||||
~~~
|
~~~
|
||||||
|
Loading…
x
Reference in New Issue
Block a user