view data/game.json @ 297:2844edb6c1cc

Hook up maneki, kaneda2 and the fishmonger who were hiding in limbo (i.e. not in game.json).
author Simon Cross <hodgestar@gmail.com>
date Fri, 08 Apr 2011 22:36:03 +0200
parents 15b2be883a40
children e63a0261ea1f
line wrap: on
line source

{
    "fox": {
        "item": null,
        "tails" : [],
        "shape": "fox",
        "cur_health" : 40,
        "max_health" : 40,
        "level": "temple",
        "doorway": "starting"
    },
    "missions": {
        "monk_tea": false,
        "fish_in_room": false,
        "kumikos_kimono_torn": false,
        "kumiko_disgraced": false,
        "masks_destroyed": false,
        "fire_started_on_road": false,
        "cannon_destroyed": false,
        "all_fishmonger_demons_dead": false,
        "kanedas_agreement_disrupted": false,
        "final_battle_lost": false,
        "final_battle_won": false
    },
    "items": {
        "tealeaf": { "type": "TeaLeaf", "level": "temple", "pos": [1, 7] },
        "teacup": { "type": "TeaCup", "level": "temple", "pos": [18, 10] },
        "teapot": { "type": "TeaPot", "level": "temple", "pos": [13, 2], "brewed": false },
        "teacupfull": { "type": "TeaCupFull", "level": "_limbo", "pos": [0, 0] },
        "vase": { "type": "Vase", "level": "geisha_room", "pos": [1, 3], "broken": false },
        "salmon": { "type": "Salmon", "level": "fishmonger_house", "pos": [1, 3] }
    },
    "npcs": {
        "monk": { "type": "Monk", "level": "temple", "pos": [15, 16], "dsm": "npcs/monk.json", "state": "start" },
        "guard": { "type": "Guard", "level": "temple_grounds", "pos": [10, 3], "dsm": "npcs/guard.json", "state": "start" },
        "hattori": { "type": "Hattori", "level": "road", "pos": [10, 3], "dsm": "npcs/hattori.json", "state": "start" },
        "ichiro": { "type": "Ichiro", "level": "road", "pos": [11, 3], "dsm": "npcs/ichiro.json", "state": "start" },
        "kaneda2": { "type": "Kaneda", "level": "tea_house", "pos": [10, 10], "dsm": "npcs/kaneda2.json", "state": "start" },
        "tetsuo": { "type": "Tetsuo", "level": "tea_house", "pos": [11, 10], "dsm": "npcs/tetsuo.json", "state": "start" },
        "kaneda": { "type": "Kaneda", "level": "geisha_house", "pos": [10, 3], "dsm": "npcs/kaneda.json", "state": "start" },
        "kumiko": { "type": "Kumiko", "level": "geisha_room", "pos": [11, 3], "dsm": "npcs/kumiko.json", "state": "start" },
        "maneki": { "type": "Maneki", "level": "market", "pos": [10, 10], "dsm": "npcs/maneki.json", "state": "start" },
        "fishmonger": { "type": "FishMonger", "level": "fishmonger_house", "pos": [10, 10], "dsm": "npcs/fishmonger.json", "state": "start" },
        "actor": { "type": "Actor", "level": "theatre", "pos": [8, 3], "dsm": "npcs/actor.json", "state": "start" },
        "sasuke": { "type": "Sasuke", "level": "road", "pos": [9, 3], "dsm": "npcs/sasuke.json", "state": "start" },
        "kitsune": { "type": "Kitsune", "level": "celestial_plane", "pos": [10, 3], "dsm": "npcs/kitsune.json", "state": "start" }
    },
    "levels": {
        "celestial_plane" : "celestial_plane",
        "fishmonger_house" : "fishmonger_house",
        "geisha_room" : "geisha_room",
        "market" : "market",
        "road" : "road",
        "tea_house" : "tea_house",
        "temple_grounds" : "temple_grounds",
        "temple" : "temple",
        "theatre" : "theatre",
        "town" : "town"
    }
}