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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
{
"id": "MAP_SSANNE_B1F_CORRIDOR",
"name": "SSAnne_B1F_Corridor",
"layout": "LAYOUT_SSANNE_B1F_CORRIDOR",
"music": "MUS_SANTOAN",
"region_map_section": "MAPSEC_S_S_ANNE",
"requires_flash": false,
"weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_INDOOR",
"allow_cycling": false,
"allow_escaping": false,
"allow_running": true,
"show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null,
"object_events": [],
"warp_events": [
{
"x": 19,
"y": 3,
"elevation": 3,
"dest_map": "MAP_SSANNE_1F_CORRIDOR",
"dest_warp_id": 5
},
{
"x": 2,
"y": 2,
"elevation": 0,
"dest_map": "MAP_SSANNE_B1F_ROOM1",
"dest_warp_id": 0
},
{
"x": 6,
"y": 2,
"elevation": 0,
"dest_map": "MAP_SSANNE_B1F_ROOM2",
"dest_warp_id": 0
},
{
"x": 10,
"y": 2,
"elevation": 0,
"dest_map": "MAP_SSANNE_B1F_ROOM3",
"dest_warp_id": 0
},
{
"x": 14,
"y": 2,
"elevation": 0,
"dest_map": "MAP_SSANNE_B1F_ROOM4",
"dest_warp_id": 0
},
{
"x": 18,
"y": 2,
"elevation": 0,
"dest_map": "MAP_SSANNE_B1F_ROOM5",
"dest_warp_id": 0
}
],
"coord_events": [],
"bg_events": [
{
"type": "hidden_item",
"x": 21,
"y": 5,
"elevation": 3,
"item": "ITEM_HYPER_POTION",
"flag": "HIDDEN_ITEM_SSANNE_B1F_CORRIDOR_HYPER_POTION",
"quantity": 1,
"underfoot": false
}
]
}
|