comparison data/npcs/sasuke.json @ 500:906fae3d3688

Hook up three more tails.
author Simon Cross <hodgestar@gmail.com>
date Sat, 09 Apr 2011 22:58:32 +0200
parents 74c875f7b1f5
children 8087e95ade2f
comparison
equal deleted inserted replaced
499:069fc6312ab8 500:906fae3d3688
2 "start" : { 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...", 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" 4 "auto_next": "state.napping"
5 }, 5 },
6 "napping" : { 6 "napping" : {
7 "text" : "Yaaawwwn!",
7 "events" : [ 8 "events" : [
8 { "matches" : "world.missions.cannon_destroyed", "next": "state.huh" } 9 { "matches" : "world.missions.cannon_destroyed", "next": "state.huh" }
9 ] 10 ]
10 }, 11 },
11 "huh" : { 12 "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 "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 "auto_next": "state.gone"
14 }, 15 },
15 "gone" : { 16 "gone" : {
17 "on_entry": "drop_item('tail_invisibility')"
16 } 18 }
17 } 19 }