diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/data/npcs/sasuke.json	Wed Apr 06 19:52:50 2011 +0200
@@ -0,0 +1,17 @@
+{
+    "start" : {
+        "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...",
+        "auto_next": "state.napping"
+    },
+    "napping" : {
+        "events" : [
+            { "matches" : "world.cannon_destroyed()", "next": "state.huh" }
+        ]
+    },
+    "huh" : {
+        "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...",
+        "auto_next": "state.gone",
+    },
+    "gone" : {
+    }
+}