view data/npcs/fishmonger.json @ 494:89f5056518cc

Add tails back to game state.
author Simon Cross <hodgestar@gmail.com>
date Sat, 09 Apr 2011 22:42:06 +0200
parents 2844edb6c1cc
children b7f912705adb
line wrap: on
line source

{
    "start" : {
        "events" : [
            { "matches" : "world.missions.all_fishmonger_demons_dead", "next": "state.saved" }
        ]
    },
    "saved" : {
        "text" : "Thank the deities, I am saved! If you ever need some fish, my fox friend, I’m your man.",
        "auto_next": "state.salmon"
    },
    "salmon" : {
        "text" : "Here you go, fox. A delicious fresh salmon – I caught it just this morning.",
        "auto_next": "state.happy"
    },
    "happy" : {
    }
}