view data/npcs/fishmonger.json @ 253:dff6287b55b7

Prefer downward moves if all things are equal to reduce 'holding oneself against the wall in mid-air' options
author Neil Muller <drnlmuller@gmail.com>
date Fri, 08 Apr 2011 00:43:35 +0200
parents df306bfd632e
children 2844edb6c1cc
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.happy"
    },
    "happy" : {
    }
}