From df8a24b506e4774911cf8eb4a45f96f3ad236933 Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Sat, 6 May 2017 15:20:17 -0400 Subject: [PATCH] trees/example_quest.yaml: Finish the quest! --- trees/example_quest.yaml | 34 +++++++++++++++++++++++++++++----- 1 file changed, 29 insertions(+), 5 deletions(-) diff --git a/trees/example_quest.yaml b/trees/example_quest.yaml index 48735c3..6c79dd1 100644 --- a/trees/example_quest.yaml +++ b/trees/example_quest.yaml @@ -11,7 +11,14 @@ text: "Go to the next branch." branch: 2 - - text: "Leave this silly place." + text: "Go to the frigid northlands, because there's always a + frigid northlands." + branch: 3 + - + text: "Leave this silly place, but with a reason." + branch: 5 + - + text: "Leave this silly place immediately, without any reason." branch: 0 - branch: @@ -20,14 +27,14 @@ or Dennis." leaf: - - text: "North" + text: "North, to frigidity!" branch: 3 - - text: "South (back the way you came)" + text: "South, back the way you came!" branch: 1 - text: "Dennis" - branch: 0 + branch: 6 - branch: number: 3 @@ -42,4 +49,21 @@ - branch: number: 4 - text: "You head on home!" + text: "You head on home! Bye bye!" +- + branch: + number: 5 + text: "You leave the dialogue tree, and all its textual glory, behind + and go find a nice GUI to settle down with." +- + branch: + number: 6 + text: "Dennis appreciates your interest, but is really just trying to + hangout and play video games." + leaf: + - + text: "Join Dennis, and play video games with him." + branch: 7 + - + text: "Reconsider your options." + branch: 2