summaryrefslogtreecommitdiff
path: root/data/maps/EverGrandeCity/map.json
blob: 5f67720e6da34743bb97b21e5c50290be3c26ae9 (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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
{
  "id": "MAP_EVER_GRANDE_CITY",
  "name": "EverGrandeCity",
  "layout": "LAYOUT_EVER_GRANDE_CITY",
  "music": "MUS_RAINBOW",
  "region_map_section": "MAPSEC_EVER_GRANDE_CITY",
  "requires_flash": false,
  "weather": "WEATHER_SUNNY",
  "map_type": "MAP_TYPE_CITY",
  "allow_cycling": true,
  "allow_escaping": false,
  "allow_running": true,
  "show_map_name": true,
  "battle_scene": "MAP_BATTLE_SCENE_NORMAL",
  "connections": [
    {
      "direction": "left",
      "offset": 40,
      "map": "MAP_ROUTE128"
    }
  ],
  "object_events": [],
  "warp_events": [
    {
      "x": 18,
      "y": 5,
      "elevation": 0,
      "dest_map": "MAP_EVER_GRANDE_CITY_POKEMON_LEAGUE_1F",
      "dest_warp_id": 0
    },
    {
      "x": 27,
      "y": 48,
      "elevation": 0,
      "dest_map": "MAP_EVER_GRANDE_CITY_POKEMON_CENTER_1F",
      "dest_warp_id": 0
    },
    {
      "x": 18,
      "y": 41,
      "elevation": 0,
      "dest_map": "MAP_VICTORY_ROAD_1F",
      "dest_warp_id": 0
    },
    {
      "x": 18,
      "y": 27,
      "elevation": 0,
      "dest_map": "MAP_VICTORY_ROAD_1F",
      "dest_warp_id": 1
    }
  ],
  "coord_events": [
    {
      "type": "trigger",
      "x": 17,
      "y": 58,
      "elevation": 1,
      "var": "VAR_TEMP_1",
      "var_value": "0",
      "script": "EverGrandeCity_EventScript_SetVisitedEverGrande"
    },
    {
      "type": "trigger",
      "x": 16,
      "y": 58,
      "elevation": 1,
      "var": "VAR_TEMP_1",
      "var_value": "0",
      "script": "EverGrandeCity_EventScript_SetVisitedEverGrande"
    },
    {
      "type": "trigger",
      "x": 18,
      "y": 58,
      "elevation": 1,
      "var": "VAR_TEMP_1",
      "var_value": "0",
      "script": "EverGrandeCity_EventScript_SetVisitedEverGrande"
    },
    {
      "type": "trigger",
      "x": 19,
      "y": 58,
      "elevation": 1,
      "var": "VAR_TEMP_1",
      "var_value": "0",
      "script": "EverGrandeCity_EventScript_SetVisitedEverGrande"
    },
    {
      "type": "trigger",
      "x": 20,
      "y": 58,
      "elevation": 1,
      "var": "VAR_TEMP_1",
      "var_value": "0",
      "script": "EverGrandeCity_EventScript_SetVisitedEverGrande"
    },
    {
      "type": "trigger",
      "x": 21,
      "y": 58,
      "elevation": 1,
      "var": "VAR_TEMP_1",
      "var_value": "0",
      "script": "EverGrandeCity_EventScript_SetVisitedEverGrande"
    },
    {
      "type": "trigger",
      "x": 22,
      "y": 58,
      "elevation": 1,
      "var": "VAR_TEMP_1",
      "var_value": "0",
      "script": "EverGrandeCity_EventScript_SetVisitedEverGrande"
    },
    {
      "type": "trigger",
      "x": 23,
      "y": 58,
      "elevation": 1,
      "var": "VAR_TEMP_1",
      "var_value": "0",
      "script": "EverGrandeCity_EventScript_SetVisitedEverGrande"
    },
    {
      "type": "trigger",
      "x": 24,
      "y": 58,
      "elevation": 1,
      "var": "VAR_TEMP_1",
      "var_value": "0",
      "script": "EverGrandeCity_EventScript_SetVisitedEverGrande"
    },
    {
      "type": "trigger",
      "x": 25,
      "y": 58,
      "elevation": 1,
      "var": "VAR_TEMP_1",
      "var_value": "0",
      "script": "EverGrandeCity_EventScript_SetVisitedEverGrande"
    },
    {
      "type": "trigger",
      "x": 26,
      "y": 58,
      "elevation": 1,
      "var": "VAR_TEMP_1",
      "var_value": "0",
      "script": "EverGrandeCity_EventScript_SetVisitedEverGrande"
    }
  ],
  "bg_events": [
    {
      "type": "sign",
      "x": 19,
      "y": 43,
      "elevation": 5,
      "player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
      "script": "EverGrandeCity_EventScript_VictoryRoadSign"
    },
    {
      "type": "sign",
      "x": 29,
      "y": 48,
      "elevation": 0,
      "player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
      "script": "Common_EventScript_ShowPokemonCenterSign"
    },
    {
      "type": "sign",
      "x": 18,
      "y": 52,
      "elevation": 5,
      "player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
      "script": "EverGrandeCity_EventScript_CitySign"
    },
    {
      "type": "sign",
      "x": 23,
      "y": 15,
      "elevation": 0,
      "player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
      "script": "EverGrandeCity_EventScript_PokemonLeagueSign"
    },
    {
      "type": "sign",
      "x": 28,
      "y": 48,
      "elevation": 0,
      "player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
      "script": "Common_EventScript_ShowPokemonCenterSign"
    }
  ]
}