view data/levels/town.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 30077905d697
children cad0934fb66c
line wrap: on
line source

{
    "description": "The town",
    "backgrounds": [
        "background_03_back.png",
        "background_03_front.png"
    ],
    "tileset": "fan_green",                                                                                  
    "tiles": [
        "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
        "X{..........}X{............................}X{............}X{....?......}X",
        "X?.pd=>....?X..............................X?.............X....<bd>.....X",
        "XXXd{.....<+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": "FlyingOni", "pos": [10, 17], "direction": "left" },    
        {"type": "FlyingOni", "pos": [51, 10], "direction": "right" },                          
        {"type": "FlyingOni", "pos": [54, 8], "direction": "left" },    
        {"type": "FlyingOni", "pos": [38, 5], "direction": "right" },                          
        {"type": "FlyingOni", "pos": [18, 20], "direction": "left" },    
        {"type": "FlyingOni", "pos": [49, 20], "direction": "right" },                                                                            
        {"type": "PatrollingOni", "pos": [3, 8], "direction": "left" },    
        {"type": "PatrollingOni", "pos": [10, 11], "direction": "right" },
        {"type": "PatrollingOni", "pos": [23, 9], "direction": "left" },
        {"type": "PatrollingOni", "pos": [64, 6], "direction": "left" },                                 
        {"type": "PatrollingOni", "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"}
    },
    "music" : {
        "track" : "ambient japanese music 2.ogg",
        "volume" : 1.0
    }
}