view data/npcs/fishmonger.json @ 208:c72d9bf911fb

Add start of player damage
author Neil Muller <drnlmuller@gmail.com>
date Wed, 06 Apr 2011 23:23:48 +0200
parents e27c45d38605
children 6a35a74824ca
line wrap: on
line source

{
    "start" : {
        "events" : [
            { "matches" : "world.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.done"
    },
    "done" : {
    }
}