view data/levels/fishmonger_house.json @ 498:70f26b24241c

tofu in market and fishmonger's house
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Sat, 09 Apr 2011 22:53:33 +0200
parents 6e065efdcec6
children b7f912705adb
line wrap: on
line source

{
    "description": "The fishmonger's house",
    "backgrounds": [
        "background_04_back.png",
        "background_04_front.png"
    ],
    "tileset": "red",
    "tiles": [
        "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
        "Xd{............}X{............}X{............}bX",
        "X{......?.......X...?......?...X.......?......}X",
        "X..........<+q??X..............X??p=>..........X",
        "X............bXXd..............bXXd............X",
        "X.<+q.?p=>..........<+q?.p=>..........<+q?.p=>.X",
        "X...bXXd..............bXXd..............bXXd...X",
        "X??........<+q.?p=>....}X....<+q?.p=>........??X",
        "X=+q.........bXXd....?.pd.?....bXXd.........p=+X",
        "X..X.?p=>.....}X....().X{.()....}X.....<+q?.X..X",
        "X..bXXd...?...pd.......bq.......pd...?...bXXd..X",
        "X...}X{.pXXq.?X{?.pXq.?}X?.pXq.?X{?.pXXq.}X{...X",
        "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
    ],
    "enemies": [
        {"type": "PatrollingOni", "pos": [2, 7], "direction": "right" },
        {"type": "PatrollingOni", "pos": [45, 7], "direction": "right" },
        {"type": "PatrollingOni", "pos": [37, 10], "direction": "left" },
        {"type": "FlyingOni", "pos": [8, 2], "direction": "left" },
        {"type": "FlyingOni", "pos": [20, 2], "direction": "right" },
        {"type": "FlyingOni", "pos": [27, 2], "direction": "left" },
        {"type": "FlyingOni", "pos": [39, 2], "direction": "right" },
        {"type": "RedOni", "pos": [6, 5], "direction": "left" },
        {"type": "RedOni", "pos": [5, 9], "direction": "right" },
        {"type": "RedOni", "pos": [14, 3], "direction": "left" },
        {"type": "RedOni", "pos": [15, 7], "direction": "right" },
        {"type": "RedOni", "pos": [33, 3], "direction": "left" },
        {"type": "RedOni", "pos": [32, 7], "direction": "right" },
        {"type": "RedOni", "pos": [41, 5], "direction": "left" },
        {"type": "RedOni", "pos": [42, 9], "direction": "right" }
    ],
    "doorways": {
        "starting": {"type": "Doorway", "pos": [10, 10], "facing": "right", "leadsto": "market.to_fishmonger_house"}
    },
    "music" : {
        "track" : "ambient japanese music 4.ogg",
        "volume" : 1.0
    }
}