summaryrefslogtreecommitdiff
path: root/data/maps/SilphCo_Elevator/map.json
blob: 446e891f2fefa522725150e4192cba0a1aed1bdb (plain)
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
{
  "id": "MAP_SILPH_CO_ELEVATOR",
  "name": "SilphCo_Elevator",
  "layout": "LAYOUT_SILPH_CO_ELEVATOR",
  "music": "MUS_SHIRUHU",
  "region_map_section": "MAPSEC_SILPH_CO",
  "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": 2,
      "y": 5,
      "elevation": 3,
      "dest_map": "MAP_NONE",
      "dest_warp_id": 127
    }
  ],
  "coord_events": [],
  "bg_events": [
    {
      "type": "bg_event_type_0",
      "x": 0,
      "y": 2,
      "elevation": 3,
      "script": "SilphCo_Elevator_EventScript_FloorSelect"
    }
  ]
}