{ "format_version": 5, "name": "floor1_front", "tile_map": { "file": "dungeons/dungeon0/floor1_front.png", "color_map": "dungeons/dungeon0/colormap.json", "canvas": "textures/tilecanvas_floor1.json" }, "enemies": [ { "type": "ranger", "rank": 1, "start": { "position": {"x": 4.5, "y": 25.5}, "facing": "EAST" }, "inventory": [ { "type": "heal_powerup", "rank": 1 } ], "patrol_route": [] }, { "type": "berserker", "rank": 1, "start": { "position": {"x": 18.5, "y": 25.5}, "facing": "WEST" }, "inventory": [ { "type": "heal_powerup", "rank": 1 } ], "patrol_route": [] } ], "objects": [ { "type": "staircase", "direction": "UP", "position": {"x": 11.5, "y": 6.5} } ], "exits": { "floor1_front_staircase": { "bounds": { "left": 11.25, "right": 11.75, "bottom": 6.25, "top": 6.75 } }, "floor1_front_left_exit": { "bounds": { "left": 0, "right": 0, "bottom": 27, "top": 28 } }, "floor1_front_right_exit": { "bounds": { "left": 23, "right": 23, "bottom": 27, "top": 28 } }, "floor1_front_top_exit": { "bounds": { "left": 10, "right": 13, "bottom": 32, "top": 32 } } } }