comparison data/npcs/monk.json @ 284:8cac6ff88a9d

Rename the void level to _limbo. Add teacupfull to _limbo. Change monk state change check to world.fox.item == 'teacupfull'.
author Simon Cross <hodgestar@gmail.com>
date Fri, 08 Apr 2011 20:41:05 +0200
parents 4e7ca5cf57fa
children f512e874b2e7
comparison
equal deleted inserted replaced
283:ed2bd6eb65e7 284:8cac6ff88a9d
17 "auto_next": "state.no_tea" 17 "auto_next": "state.no_tea"
18 }, 18 },
19 "no_tea" : { 19 "no_tea" : {
20 "text" : "Oh, what I wouldn’t do for a cup of tea.", 20 "text" : "Oh, what I wouldn’t do for a cup of tea.",
21 "events" : [ 21 "events" : [
22 { "matches" : "world.fox_has_tea", "next": "state.got_tea" } 22 { "matches" : "world.fox.item == 'tea'", "next": "state.got_tea" }
23 ] 23 ]
24 }, 24 },
25 "got_tea" : { 25 "got_tea" : {
26 "text" : "My tea! Oh, heavenly! Such aroma, what a taste... Just what I need. Mmm...", 26 "text" : "My tea! Oh, heavenly! Such aroma, what a taste... Just what I need. Mmm...",
27 "auto_next": "state.distracted" 27 "auto_next": "state.distracted"