view data/levels/fishmonger_house.json @ 327:0110c3a059a1

Oni in fishmonger's house
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Sat, 09 Apr 2011 01:26:17 +0200
parents 62b98bea56bf
children 32df272a163a
line wrap: on
line source

{
    "description": "The fishmonger's house",
    "backgrounds": [
        "background_01_back.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": "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"}
    }
}