comparison data/npcs/kumiko.json @ 237:e06c54d7701f

Add vase to demonstrate item state testing in dialogues.
author Simon Cross <hodgestar@gmail.com>
date Thu, 07 Apr 2011 14:39:50 +0200
parents 897eec397cbb
children f512e874b2e7
comparison
equal deleted inserted replaced
236:9528c6fc7f75 237:e06c54d7701f
4 "auto_next": "state.temptingfate" 4 "auto_next": "state.temptingfate"
5 }, 5 },
6 "temptingfate" : { 6 "temptingfate" : {
7 "text" : "The room smells fresh, I have my best kimono on and I’ve set out my most magnificent vase. Everything is perfect (just like me)!", 7 "text" : "The room smells fresh, I have my best kimono on and I’ve set out my most magnificent vase. Everything is perfect (just like me)!",
8 "events" : [ 8 "events" : [
9 { "matches" : "world.vase_broken", "next": "state.broken" } 9 { "matches" : "world.items.vase.broken", "next": "state.broken" }
10 ] 10 ]
11 }, 11 },
12 "broken" : { 12 "broken" : {
13 "text" : "Oh no, my beautiful vase! What will the businessman think to see it broken on the floor?", 13 "text" : "Oh no, my beautiful vase! What will the businessman think to see it broken on the floor?",
14 "events" : [ 14 "events" : [