summaryrefslogtreecommitdiff
path: root/data/maps/RocketHideout_Elevator/map.json
blob: 746d61db273ad24d6dd92000b0a5ea90d1307cc8 (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
38
39
40
41
42
43
44
45
{
  "id": "MAP_ROCKET_HIDEOUT_ELEVATOR",
  "name": "RocketHideout_Elevator",
  "layout": "LAYOUT_ROCKET_HIDEOUT_ELEVATOR",
  "music": "MUS_AJITO",
  "region_map_section": "MAPSEC_ROCKET_HIDEOUT",
  "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_INDOOR_2",
  "connections": null,
  "object_events": [],
  "warp_events": [
    {
      "x": 1,
      "y": 5,
      "elevation": 3,
      "dest_map": "MAP_NONE",
      "dest_warp_id": 127
    },
    {
      "x": 2,
      "y": 5,
      "elevation": 3,
      "dest_map": "MAP_NONE",
      "dest_warp_id": 127
    }
  ],
  "coord_events": [],
  "bg_events": [
    {
      "type": "sign",
      "x": 0,
      "y": 2,
      "elevation": 0,
      "player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
      "script": "RocketHideout_Elevator_EventScript_FloorSelect"
    }
  ]
}