comparison data/npcs/fishmonger.json @ 201:e27c45d38605

maneki and fishmonger
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Wed, 06 Apr 2011 22:32:58 +0200
parents
children 6a35a74824ca
comparison
equal deleted inserted replaced
200:4e3f9cb49489 201:e27c45d38605
1 {
2 "start" : {
3 "events" : [
4 { "matches" : "world.all_fishmonger_demons_dead", "next": "state.saved" }
5 ]
6 },
7 "saved" : {
8 "text" : "Thank the deities, I am saved! If you ever need some fish, my fox friend, I’m your man.",
9 "auto_next": "state.salmon"
10 },
11 "salmon" : {
12 "text" : "Here you go, fox. A delicious fresh salmon – I caught it just this morning.",
13 "auto_next": "state.done"
14 },
15 "done" : {
16 }
17 }