view data/levels/town.json @ 300:3cd37fc04070

Town now traversable in all directions. Let's not do that again. D:
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Fri, 08 Apr 2011 22:53:19 +0200
parents abe77599ac47
children a2efe5470b79
line wrap: on
line source

{
    "description": "The town",
    "backgrounds": [
        "background_01_back.png"
    ],
    "tileset": "fan_green",                                                                                  
    "tiles": [
        "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
        "X{..........}X{............................}X{............}X{...........}X",
        "X............X..............................X..............X....<bd>.....X",
        "X.........<+bXd=>......<+bq..?..pd=>.....<+bXd=>...........X.............X",         
        "X........................}bXXXXXd{.........................Xd=>..........X",
        "X......<+bq..?..pd=>........}X{............................X{........<-+bX",
        "X........}bXXXXXd{...........X......p=-+bq..?..pd=>.....<+bX....?.......}X",
        "X...<bd>....}X{..........<+bXX...<+bd...}bXXXXXd{.........}Xd=----->.....X",
        "X..?.........X...<bd>.......}X.............}X{.............X{.........<+bX",
        "XXXq.........X.........?.....Xd=->..........Xd........<--+bX............}X",
        "X{}bd=>......X.......<---+bXXX{......<---+bXX{............}Xd=--->.......X",       
        "X.........?..Xd=->..........}X.............}X....<bd>......X{............X",
        "X........pXXXX{..............Xd=>...........Xd=>........<+bd.........<+bXX",
        "X.....<+bd{.}X..........<+bXXX{........<-+bXX{..........................}X",
        "X............Xd=--->........}X.............}X......<--+bq..?...?.pd=>....X",
        "XXXq.?.......X{..............Xd=-->.........Xd=>.......}bXXXXXXXXd{......X",
        "X{}bd=>......X.........<--+bXd{.......<--+bXX{....pq................pq...X",    
        "X............Xd=-->........................}X....<+bd=>..........p=-+bq..X",
        "X........pXXXX{.............pq....<bd>......X............pq...<+bd...}bXXX",
        "X.....<+bd{}bd........<---+bd=>..........<+bd.........<+bd=>............}X",
        "X........................................................................X",
        "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
    ],
    "enemies": [                                                                              
        {"type": "RedOni", "pos": [3, 8], "direction": "left" },    
        {"type": "RedOni", "pos": [10, 11], "direction": "right" },
        {"type": "RedOni", "pos": [23, 9], "direction": "left" },
        {"type": "RedOni", "pos": [64, 6], "direction": "left" },                                 
        {"type": "RedOni", "pos": [63, 14], "direction": "left" }
    ],
    "doorways": {
        "starting": {"type": "Doorway", "pos": [5, 15], "facing": "right", "leadsto": "road.to_town"},
        "to_theatre": {"type": "Doorway", "pos": [13, 5], "facing": "right", "leadsto": "theatre.starting"},
        "to_tea_house": {"type": "Doorway", "pos": [29, 3], "facing": "right", "leadsto": "tea_house.starting"},
        "to_market": {"type": "Doorway", "pos": [44, 6], "facing": "right", "leadsto": "market.starting"},
        "to_celestial_plane": {"type": "Doorway", "pos": [59, 14], "facing": "left", "leadsto": "celestial_plane.starting"}
    }
}