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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
{
"id": "MAP_METEOR_FALLS_B1F_1R",
"name": "MeteorFalls_B1F_1R",
"layout": "LAYOUT_METEOR_FALLS_B1F_1R",
"music": "MUS_CAVE_OF_ORIGIN",
"region_map_section": "MAPSEC_METEOR_FALLS",
"requires_flash": false,
"weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_UNDERGROUND",
"show_map_name": true,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null,
"object_events": [],
"warp_events": [
{
"x": 5,
"y": 6,
"elevation": 4,
"dest_map": "MAP_METEOR_FALLS_1F_2R",
"dest_warp_id": 1
},
{
"x": 7,
"y": 11,
"elevation": 5,
"dest_map": "MAP_METEOR_FALLS_1F_2R",
"dest_warp_id": 2
},
{
"x": 18,
"y": 15,
"elevation": 4,
"dest_map": "MAP_METEOR_FALLS_1F_2R",
"dest_warp_id": 3
},
{
"x": 17,
"y": 3,
"elevation": 3,
"dest_map": "MAP_METEOR_FALLS_B1F_2R",
"dest_warp_id": 0
},
{
"x": 3,
"y": 23,
"elevation": 5,
"dest_map": "MAP_METEOR_FALLS_1F_1R",
"dest_warp_id": 3
},
{
"x": 20,
"y": 36,
"elevation": 3,
"dest_map": "MAP_METEOR_FALLS_1F_1R",
"dest_warp_id": 4
}
],
"coord_events": [],
"bg_events": []
}
|