summaryrefslogtreecommitdiff
path: root/data/maps/FiveIsland_Meadow/map.json
blob: 123b7f99434aed81d228ee4ba7db8c6383f15259 (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
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
  "id": "MAP_FIVE_ISLAND_MEADOW",
  "name": "FiveIsland_Meadow",
  "layout": "LAYOUT_FIVE_ISLAND_MEADOW",
  "music": "MUS_NANASHIMA",
  "region_map_section": "MAPSEC_FIVE_ISLE_MEADOW",
  "requires_flash": false,
  "weather": "WEATHER_SUNNY",
  "map_type": "MAP_TYPE_ROUTE",
  "allow_cycling": true,
  "allow_escaping": false,
  "allow_running": true,
  "show_map_name": true,
  "floor_number": 0,
  "battle_scene": "MAP_BATTLE_SCENE_NORMAL",
  "connections": [
    {
      "map": "MAP_FIVE_ISLAND",
      "offset": 0,
      "direction": "left"
    },
    {
      "map": "MAP_FIVE_ISLAND_MEMORIAL_PILLAR",
      "offset": 20,
      "direction": "right"
    }
  ],
  "object_events": [
    {
      "graphics_id": "OBJ_EVENT_GFX_ROCKET_F",
      "x": 18,
      "y": 18,
      "elevation": 3,
      "movement_type": "MOVEMENT_TYPE_WANDER_AROUND",
      "movement_range_x": 1,
      "movement_range_y": 1,
      "trainer_type": 1,
      "trainer_sight_or_berry_tree_id": 1,
      "script": "FiveIsland_Meadow_EventScript_Rocket3",
      "flag": "FLAG_HIDE_FIVE_ISLAND_ROCKETS"
    },
    {
      "graphics_id": "OBJ_EVENT_GFX_ROCKET_M",
      "x": 17,
      "y": 5,
      "elevation": 3,
      "movement_type": "MOVEMENT_TYPE_FACE_DOWN_AND_LEFT",
      "movement_range_x": 1,
      "movement_range_y": 1,
      "trainer_type": 1,
      "trainer_sight_or_berry_tree_id": 5,
      "script": "FiveIsland_Meadow_EventScript_Rocket1",
      "flag": "FLAG_HIDE_FIVE_ISLAND_ROCKETS"
    },
    {
      "graphics_id": "OBJ_EVENT_GFX_ROCKET_M",
      "x": 11,
      "y": 27,
      "elevation": 3,
      "movement_type": "MOVEMENT_TYPE_FACE_RIGHT",
      "movement_range_x": 1,
      "movement_range_y": 1,
      "trainer_type": 1,
      "trainer_sight_or_berry_tree_id": 3,
      "script": "FiveIsland_Meadow_EventScript_Rocket2",
      "flag": "FLAG_HIDE_FIVE_ISLAND_ROCKETS"
    },
    {
      "graphics_id": "OBJ_EVENT_GFX_CUT_TREE",
      "x": 8,
      "y": 9,
      "elevation": 3,
      "movement_type": "MOVEMENT_TYPE_LOOK_AROUND",
      "movement_range_x": 1,
      "movement_range_y": 1,
      "trainer_type": 0,
      "trainer_sight_or_berry_tree_id": 0,
      "script": "EventScript_CutTree",
      "flag": "FLAG_TEMP_12"
    },
    {
      "graphics_id": "OBJ_EVENT_GFX_CUT_TREE",
      "x": 19,
      "y": 12,
      "elevation": 3,
      "movement_type": "MOVEMENT_TYPE_LOOK_AROUND",
      "movement_range_x": 1,
      "movement_range_y": 1,
      "trainer_type": 0,
      "trainer_sight_or_berry_tree_id": 0,
      "script": "EventScript_CutTree",
      "flag": "FLAG_TEMP_13"
    },
    {
      "graphics_id": "OBJ_EVENT_GFX_ITEM_BALL",
      "x": 12,
      "y": 11,
      "elevation": 3,
      "movement_type": "MOVEMENT_TYPE_FACE_DOWN",
      "movement_range_x": 1,
      "movement_range_y": 1,
      "trainer_type": 0,
      "trainer_sight_or_berry_tree_id": 0,
      "script": "FiveIsland_Meadow_EventScript_ItemMaxPotion",
      "flag": "FLAG_HIDE_FIVE_ISLAND_MEADOW_MAX_POTION"
    },
    {
      "graphics_id": "OBJ_EVENT_GFX_ITEM_BALL",
      "x": 3,
      "y": 22,
      "elevation": 3,
      "movement_type": "MOVEMENT_TYPE_FACE_DOWN",
      "movement_range_x": 1,
      "movement_range_y": 1,
      "trainer_type": 0,
      "trainer_sight_or_berry_tree_id": 0,
      "script": "FiveIsland_Meadow_EventScript_ItemPPUp",
      "flag": "FLAG_HIDE_FIVE_ISLAND_MEADOW_PP_UP"
    }
  ],
  "warp_events": [
    {
      "x": 12,
      "y": 21,
      "elevation": 0,
      "dest_map": "MAP_FIVE_ISLAND_ROCKET_WAREHOUSE",
      "dest_warp_id": 0
    }
  ],
  "coord_events": [],
  "bg_events": [
    {
      "type": "sign",
      "x": 12,
      "y": 21,
      "elevation": 0,
      "player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
      "script": "FiveIsland_Meadow_EventScript_WarehouseDoor"
    }
  ]
}