view data/levels/temple_grounds.json @ 530:f6bd04e5a414

tofu in geisha room, and all scrolls
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Sun, 10 Apr 2011 00:14:30 +0200
parents 2375bc040e63
children
line wrap: on
line source

{
    "description": "The temple grounds",
    "backgrounds": [
        "background_01_back.png"
    ],
    "tileset": "blue",
    "tiles": [
        "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
        "X{..........................................}X",
        "Xq.?...............?.........................X",
        "XXXd=--+bXXXd=--+bXXXd=--+bXXXd=--+bXXXd=>...X",
        "X{..........................................?X",
        "X..................................?........pX",
        "X...<+bXXXd=--+bXXXd=--+bXXXd=--+bXXXd=--+bXXX",
        "X?..........................................}X",
        "Xq........?..................................X",
        "XXXd=--+bXXXd=--+bXXXd=--+bXXXd=--+bXXXd=>...X",
        "X{..........................................?X",
        "X?.?.?....................?.................pX",
        "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
    ],
    "enemies": [
        {"type": "PatrollingOni", "pos": [19, 2], "direction": "left" },
        {"type": "PatrollingOni", "pos": [35, 5], "direction": "right" },
        {"type": "PatrollingOni", "pos": [10, 8], "direction": "left" },
        {"type": "PatrollingOni", "pos": [26, 11], "direction": "right" }
    ],
    "doorways": {
        "starting": {"type": "Doorway", "pos": [3, 2], "facing": "right", "leadsto": "temple.to_temple_grounds"},
        "to_road": {"type": "Doorway", "pos": [3, 11], "facing": "left", "leadsto": "road.starting"}
    },
    "music" : {
        "track" : "ambient japanese music 1.ogg",
        "volume" : 1.0
    }
}