diff data/npcs/kaneda2.json @ 207:d2e4fb016627

TETSUUUUUOOOOOOOOOOOOOO
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Wed, 06 Apr 2011 23:21:29 +0200
parents
children 2844edb6c1cc
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/data/npcs/kaneda2.json	Wed Apr 06 23:21:29 2011 +0200
@@ -0,0 +1,43 @@
+{
+    "start" : {
+        "text" : "Tetsuo-san, I would be delighted to conclude our business negotiation!",
+        "events" : [
+            { "matches" : "npcs.tetsuo.state ==  'joy'", "next": "state.signing" }
+        ]
+    },
+    "signing" : {
+        "text" : "Of course, it’s just a matter of me signing the agreement.",
+        "events" : [
+            { "matches" : "npcs.tetsuo.state ==  'inspect'", "next": "state.ofcourse" }
+        ]
+    },
+    "ofcourse" : {
+        "text" : "But of course!",
+        "auto_next": "state.inspecting"
+    },
+    "inspecting" : {
+        "events" : [
+            { "matches" : "world.agreement_disrupted", "next": "state.preposterous" }
+        ]
+    },
+    "preposterous" : {
+        "text" : "Preposterous terms! What do you take me for, a fool?",
+        "events" : [
+            { "matches" : "npcs.tetsuo.state ==  'shoddy'", "next": "state.pah" }
+        ]
+    },
+    "pah" : {
+        "text" : "Pah, is this how you conduct business in the country?",
+        "events" : [
+            { "matches" : "npcs.tetsuo.state ==  'cheat'", "next": "state.insult" }
+        ]
+    },
+    "insult" : {
+        "text" : "Such insult! The deal is off!",
+        "events" : [
+            { "matches" : "npcs.tetsuo.state ==  'riddance'", "next": "state.gone" }
+        ]
+    },
+    "gone" : {
+    }
+}
\ No newline at end of file