view data/npcs/kaneda.json @ 559:c4b14a517500

Parital geisha mission
author Neil Muller <drnlmuller@gmail.com>
date Sun, 10 Apr 2011 01:59:40 +0200
parents b244d01a8881
children
line wrap: on
line source


{
    "start" : {
        "events" : [
            { "matches" : "npcs.kumiko.state ==  'kaneda'", "next": "state.kumiko" }
        ]
    },
    "kumiko" : {
        "text" : "Ah, here is the fabled beauty, Kumiko.",
        "auto_next" : "state.tear",
        "on_exit" : "switch_to('kumiko')"
    },
    "tear" : {
        "text" : "When I heard of your legendary charm, I rushed to your home right away. It is true what they say about your radiant glow. Ah, but what’s this? A tear?",
        "auto_next": "state.vase",
        "on_exit" : "switch_to('kumiko')"
    },
    "vase" : {
        "text" : "Hmm, well, never mind that. Do show me around your charming home. Hmm? Is that a broken vase I see?",
        "auto_next": "state.hmm",
        "on_exit" : "switch_to('kumiko')"
    },
    "hmm" : {
        "text" : "Hmm.",
        "auto_next" : "state.smell",
        "on_exit" : "switch_to('kumiko')"
    },
    "smell" : {
        "text" : "Yes. But only if you explain that horrible smell!",
        "auto_next" : "state.wontstand",
        "on_exit" : "switch_to('kumiko')"
    },
    "wontstand" : {
        "text" : "Kumiko-san, I won’t stand for this! A torn kimono, a house in disarray, dirt everywhere and that pungent stench. You are clearly no home maker! And to blame it all on a fox?",
        "auto_next": "state.wonthear",
        "on_exit" : "switch_to('kumiko')"
    },
    "wonthear" : {
        "text" : "I won’t hear any more from you.",
        "auto_next": "state.gone",
        "on_exit" : "switch_to('kumiko')"
    },
    "gone" : {
    }
}