1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
{
"id": "MAP_MT_EMBER_SUMMIT_PATH_3F",
"name": "MtEmber_SummitPath_3F",
"layout": "LAYOUT_MT_EMBER_SUMMIT_PATH_3F",
"music": "MUS_NANADUNGEON",
"region_map_section": "MAPSEC_MT_EMBER",
"requires_flash": false,
"weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_4",
"unknown_18": 1,
"unknown_19": 7,
"elevator_flag": 0,
"battle_scene": "BATTLE_SCENE_0",
"connections": null,
"object_events": [],
"warp_events": [
{
"x": 2,
"y": 4,
"elevation": 0,
"dest_map": "MAP_MT_EMBER_SUMMIT_PATH_2F",
"dest_warp_id": 1
},
{
"x": 11,
"y": 8,
"elevation": 0,
"dest_map": "MAP_MT_EMBER_EXTERIOR",
"dest_warp_id": 3
}
],
"coord_events": [],
"bg_events": []
}
|