view data/game.json @ 206:e2acf4663065

Move fox properties to the world
author Neil Muller <drnlmuller@gmail.com>
date Wed, 06 Apr 2011 23:19:08 +0200
parents 7a4e7859bc26
children fcc5eca8eaca
line wrap: on
line source

{
    "fox": {
        "item": null,
        "tails" : [],
        "health" : 80
    },
    "missions": {
        "monk_tea": {}
    },
    "items": {
        "tealeaf": { "type": "TeaLeaf", "level": "level1", "pos": [1, 7] },
        "teacup": { "type": "TeaCup", "level": "level1", "pos": [18, 10] },
        "teapot": { "type": "TeaPot", "level": "level1", "pos": [13, 2] }
    },
    "npcs": {
        "monk": { "type": "Monk", "level": "level1", "pos": [15, 16], "dsm": "npcs/monk.json" },
        "guard": { "type": "Guard", "level": "level2", "pos": [10, 3], "dsm": "npcs/guard.json" }
    },
    "levels": {
        "level1" : "level1",
        "level2" : "level2",
        "level3" : "level3",
        "level4" : "level4",
        "level5" : "level5"
    }
}