comparison data/npcs/monk.json @ 325:efa037c3c82c

Streamline initial conversation with monk.
author Simon Cross <hodgestar@gmail.com>
date Sat, 09 Apr 2011 01:10:26 +0200
parents 22d71135e497
children 77cfc17ac949
comparison
equal deleted inserted replaced
324:ca428c1451a2 325:efa037c3c82c
1 { 1 {
2 "start" : { 2 "start" : {
3 "text" : "Oh poor thing, a tailless fox! What happened to you, little one?", 3 "text" : "Oh poor thing, a tailless fox! What happened to you, little one?",
4 "choices" : [ 4 "auto_next_text" : "Grrrr...",
5 { "text": "Yip!" }, 5 "auto_next": "state.unfortunate"
6 { "text": "Grrrr...", "next": "state.unfortunate" }
7 ]
8 }, 6 },
9 "unfortunate" : { 7 "unfortunate" : {
10 "text" : "Unfortunate, I’m sure. That’s why I keep my lucky fox tail handy.", 8 "text" : "Unfortunate, I’m sure. That’s why I keep my lucky fox tail handy.",
11 "choices" : [ 9 "auto_next_text" : "Yip yip!",
12 { "text": "Yip yip!", "next": "state.you_dont_speak" } 10 "auto_next" : "state.you_dont_speak"
13 ]
14 }, 11 },
15 "you_dont_speak" : { 12 "you_dont_speak" : {
16 "text" : "You don’t speak, of course. Forgive a silly old man. I lose my senses when I haven’t had my tea! Mmm, a fine brew of oolong! But there’s a demon in the attic and I’m too scared to fetch the tea leaves. Pity you don’t understand me, or you could get me a cup!", 13 "text" : "You don’t speak, of course. Forgive a silly old man. I lose my senses when I haven’t had my tea! Mmm, a fine brew of oolong! But there’s a demon in the attic and I’m too scared to fetch the tea leaves. Pity you don’t understand me, or you could get me a cup!",
17 "auto_next": "state.no_tea" 14 "auto_next": "state.no_tea"
18 }, 15 },