comparison data/npcs/sasuke.json @ 180:7ccf365e28ea

Sasuke
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Wed, 06 Apr 2011 19:52:50 +0200
parents
children 6696ffd51ac2
comparison
equal deleted inserted replaced
179:a7cdf8458edd 180:7ccf365e28ea
1 {
2 "start" : {
3 "text" : "Grumble... “Sasuke, fetch this! Sasuke, get that!” What do they think I am, some sort of servant? I’m a samurai in my own right! And this cannon is so heavy! Not like those two would lend a hand – they’re probably taking a nap. Speaking of which... yaaawn... maybe forty winks wouldn’t be a bad idea. If I’m lucky, this cannon will just roll down the path and off the cliff. Good riddance...",
4 "auto_next": "state.napping"
5 },
6 "napping" : {
7 "events" : [
8 { "matches" : "world.cannon_destroyed()", "next": "state.huh" }
9 ]
10 },
11 "huh" : {
12 "text" : "Huh? What was that noise? Did I hear a- AI! What’s this? My cannon – destroyed! When Hattori hears about this, he’s going to be livid. Erm, it might be best if I, uh, hide out for a bit...",
13 "auto_next": "state.gone",
14 },
15 "gone" : {
16 }
17 }