albibong 1.0.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. albibong/__init__.py +82 -0
  2. albibong/classes/__init__.py +0 -0
  3. albibong/classes/character.py +83 -0
  4. albibong/classes/coords.py +9 -0
  5. albibong/classes/dungeon.py +59 -0
  6. albibong/classes/item.py +41 -0
  7. albibong/classes/location.py +48 -0
  8. albibong/classes/logger.py +122 -0
  9. albibong/classes/packet_handler.py +61 -0
  10. albibong/classes/world_data.py +327 -0
  11. albibong/gui_dist/No Equipment.png +0 -0
  12. albibong/gui_dist/assets/index-BFSx0nua.css +1 -0
  13. albibong/gui_dist/assets/index-DAndaN_4.js +161 -0
  14. albibong/gui_dist/fame.png +0 -0
  15. albibong/gui_dist/index.html +14 -0
  16. albibong/gui_dist/re_spec.png +0 -0
  17. albibong/gui_dist/silver.png +0 -0
  18. albibong/gui_dist/vite.svg +1 -0
  19. albibong/photon_packet_parser/__init__.py +4 -0
  20. albibong/photon_packet_parser/command_type.py +7 -0
  21. albibong/photon_packet_parser/crc_calculator.py +16 -0
  22. albibong/photon_packet_parser/event_data.py +4 -0
  23. albibong/photon_packet_parser/message_type.py +6 -0
  24. albibong/photon_packet_parser/number_serializer.py +22 -0
  25. albibong/photon_packet_parser/operation_request.py +4 -0
  26. albibong/photon_packet_parser/operation_response.py +6 -0
  27. albibong/photon_packet_parser/photon_packet_parser.py +168 -0
  28. albibong/photon_packet_parser/protocol16_deserializer.py +302 -0
  29. albibong/photon_packet_parser/protocol16_type.py +23 -0
  30. albibong/photon_packet_parser/segmented_packet.py +5 -0
  31. albibong/resources/EventCode.py +579 -0
  32. albibong/resources/OperationCode.py +499 -0
  33. albibong/resources/event_code.json +577 -0
  34. albibong/resources/items.json +54035 -0
  35. albibong/resources/maps.json +3565 -0
  36. albibong/resources/operation_code.json +497 -0
  37. albibong/threads/__init__.py +0 -0
  38. albibong/threads/http_server.py +60 -0
  39. albibong/threads/packet_handler_thread.py +32 -0
  40. albibong/threads/sniffer_thread.py +27 -0
  41. albibong/threads/websocket_server.py +168 -0
  42. albibong-1.0.0.dist-info/METADATA +15 -0
  43. albibong-1.0.0.dist-info/RECORD +46 -0
  44. albibong-1.0.0.dist-info/WHEEL +4 -0
  45. albibong-1.0.0.dist-info/entry_points.txt +2 -0
  46. albibong-1.0.0.dist-info/licenses/LICENSE +19 -0
@@ -0,0 +1,3565 @@
1
+ {
2
+ "0": {
3
+ "id": "None",
4
+ "name": "None",
5
+ "type": "None"
6
+ },
7
+ "ISLAND-GUILD-0001a": {
8
+ "id": "ISLAND-GUILD-0001a",
9
+ "name": "Guild Island",
10
+ "type": "ISLAND"
11
+ },
12
+ "ISLAND-PLAYER-0001a": {
13
+ "id": "ISLAND-PLAYER-0001a",
14
+ "name": "ISLAND-PLAYER-0001a_ISL_DL_T1_NON",
15
+ "type": "ISLAND"
16
+ },
17
+ "ISLAND-PLAYER-0001f": {
18
+ "id": "ISLAND-PLAYER-0001f",
19
+ "name": "ISLAND-PLAYER-0001f_ISL_DL_T1_NON",
20
+ "type": "ISLAND"
21
+ },
22
+ "ISLAND-PLAYER-0001e": {
23
+ "id": "ISLAND-PLAYER-0001e",
24
+ "name": "ISLAND-PLAYER-0001e_ISL_DL_T1_NON",
25
+ "type": "ISLAND"
26
+ },
27
+ "ISLAND-PLAYER-0001d": {
28
+ "id": "ISLAND-PLAYER-0001d",
29
+ "name": "ISLAND-PLAYER-0001d_ISL_DL_T1_NON",
30
+ "type": "ISLAND"
31
+ },
32
+ "ISLAND-PLAYER-0001c": {
33
+ "id": "ISLAND-PLAYER-0001c",
34
+ "name": "ISLAND-PLAYER-0001c_ISL_DL_T1_NON",
35
+ "type": "ISLAND"
36
+ },
37
+ "ISLAND-PLAYER-0001b": {
38
+ "id": "ISLAND-PLAYER-0001b",
39
+ "name": "ISLAND-PLAYER-0001b_ISL_DL_T1_NON",
40
+ "type": "ISLAND"
41
+ },
42
+ "ISLAND-GUILD-0001b": {
43
+ "id": "ISLAND-GUILD-0001b",
44
+ "name": "Guild Island",
45
+ "type": "ISLAND"
46
+ },
47
+ "ISLAND-GUILD-0001c": {
48
+ "id": "ISLAND-GUILD-0001c",
49
+ "name": "Guild Island",
50
+ "type": "ISLAND"
51
+ },
52
+ "ISLAND-GUILD-0001d": {
53
+ "id": "ISLAND-GUILD-0001d",
54
+ "name": "Guild Island",
55
+ "type": "ISLAND"
56
+ },
57
+ "ISLAND-GUILD-0001e": {
58
+ "id": "ISLAND-GUILD-0001e",
59
+ "name": "Guild Island",
60
+ "type": "ISLAND"
61
+ },
62
+ "ISLAND-GUILD-0001f": {
63
+ "id": "ISLAND-GUILD-0001f",
64
+ "name": "Guild Island",
65
+ "type": "ISLAND"
66
+ },
67
+ "ISLAND-PLAYER-FOREST-0001a": {
68
+ "id": "ISLAND-PLAYER-FOREST-0001a",
69
+ "name": "Island at Lymhurst",
70
+ "type": "ISLAND"
71
+ },
72
+ "ISLAND-PLAYER-FOREST-0001b": {
73
+ "id": "ISLAND-PLAYER-FOREST-0001b",
74
+ "name": "Island at Lymhurst",
75
+ "type": "ISLAND"
76
+ },
77
+ "ISLAND-PLAYER-FOREST-0001c": {
78
+ "id": "ISLAND-PLAYER-FOREST-0001c",
79
+ "name": "Island at Lymhurst",
80
+ "type": "ISLAND"
81
+ },
82
+ "ISLAND-PLAYER-FOREST-0001d": {
83
+ "id": "ISLAND-PLAYER-FOREST-0001d",
84
+ "name": "Island at Lymhurst",
85
+ "type": "ISLAND"
86
+ },
87
+ "ISLAND-PLAYER-FOREST-0001e": {
88
+ "id": "ISLAND-PLAYER-FOREST-0001e",
89
+ "name": "Island at Lymhurst",
90
+ "type": "ISLAND"
91
+ },
92
+ "ISLAND-PLAYER-FOREST-0001f": {
93
+ "id": "ISLAND-PLAYER-FOREST-0001f",
94
+ "name": "Island at Lymhurst",
95
+ "type": "ISLAND"
96
+ },
97
+ "ISLAND-PLAYER-HIGHLAND-0001a": {
98
+ "id": "ISLAND-PLAYER-HIGHLAND-0001a",
99
+ "name": "Island at Martlock",
100
+ "type": "ISLAND"
101
+ },
102
+ "ISLAND-PLAYER-HIGHLAND-0001b": {
103
+ "id": "ISLAND-PLAYER-HIGHLAND-0001b",
104
+ "name": "Island at Martlock",
105
+ "type": "ISLAND"
106
+ },
107
+ "ISLAND-PLAYER-HIGHLAND-0001c": {
108
+ "id": "ISLAND-PLAYER-HIGHLAND-0001c",
109
+ "name": "Island at Martlock",
110
+ "type": "ISLAND"
111
+ },
112
+ "ISLAND-PLAYER-HIGHLAND-0001d": {
113
+ "id": "ISLAND-PLAYER-HIGHLAND-0001d",
114
+ "name": "Island at Martlock",
115
+ "type": "ISLAND"
116
+ },
117
+ "ISLAND-PLAYER-HIGHLAND-0001e": {
118
+ "id": "ISLAND-PLAYER-HIGHLAND-0001e",
119
+ "name": "Island at Martlock",
120
+ "type": "ISLAND"
121
+ },
122
+ "ISLAND-PLAYER-HIGHLAND-0001f": {
123
+ "id": "ISLAND-PLAYER-HIGHLAND-0001f",
124
+ "name": "Island at Martlock",
125
+ "type": "ISLAND"
126
+ },
127
+ "ISLAND-PLAYER-MOUNTAIN-0001a": {
128
+ "id": "ISLAND-PLAYER-MOUNTAIN-0001a",
129
+ "name": "Island at Fort Sterling",
130
+ "type": "ISLAND"
131
+ },
132
+ "ISLAND-PLAYER-MOUNTAIN-0001b": {
133
+ "id": "ISLAND-PLAYER-MOUNTAIN-0001b",
134
+ "name": "Island at Fort Sterling",
135
+ "type": "ISLAND"
136
+ },
137
+ "ISLAND-PLAYER-MOUNTAIN-0001c": {
138
+ "id": "ISLAND-PLAYER-MOUNTAIN-0001c",
139
+ "name": "Island at Fort Sterling",
140
+ "type": "ISLAND"
141
+ },
142
+ "ISLAND-PLAYER-MOUNTAIN-0001d": {
143
+ "id": "ISLAND-PLAYER-MOUNTAIN-0001d",
144
+ "name": "Island at Fort Sterling",
145
+ "type": "ISLAND"
146
+ },
147
+ "ISLAND-PLAYER-MOUNTAIN-0001e": {
148
+ "id": "ISLAND-PLAYER-MOUNTAIN-0001e",
149
+ "name": "Island at Fort Sterling",
150
+ "type": "ISLAND"
151
+ },
152
+ "ISLAND-PLAYER-MOUNTAIN-0001f": {
153
+ "id": "ISLAND-PLAYER-MOUNTAIN-0001f",
154
+ "name": "Island at Fort Sterling",
155
+ "type": "ISLAND"
156
+ },
157
+ "ISLAND-PLAYER-STEPPE-0001a": {
158
+ "id": "ISLAND-PLAYER-STEPPE-0001a",
159
+ "name": "Island at Bridgewatch",
160
+ "type": "ISLAND"
161
+ },
162
+ "ISLAND-PLAYER-STEPPE-0001b": {
163
+ "id": "ISLAND-PLAYER-STEPPE-0001b",
164
+ "name": "Island at Bridgewatch",
165
+ "type": "ISLAND"
166
+ },
167
+ "ISLAND-PLAYER-STEPPE-0001c": {
168
+ "id": "ISLAND-PLAYER-STEPPE-0001c",
169
+ "name": "Island at Bridgewatch",
170
+ "type": "ISLAND"
171
+ },
172
+ "ISLAND-PLAYER-STEPPE-0001d": {
173
+ "id": "ISLAND-PLAYER-STEPPE-0001d",
174
+ "name": "Island at Bridgewatch",
175
+ "type": "ISLAND"
176
+ },
177
+ "ISLAND-PLAYER-STEPPE-0001e": {
178
+ "id": "ISLAND-PLAYER-STEPPE-0001e",
179
+ "name": "Island at Bridgewatch",
180
+ "type": "ISLAND"
181
+ },
182
+ "ISLAND-PLAYER-STEPPE-0001f": {
183
+ "id": "ISLAND-PLAYER-STEPPE-0001f",
184
+ "name": "Island at Bridgewatch",
185
+ "type": "ISLAND"
186
+ },
187
+ "ISLAND-PLAYER-SWAMP-0001a": {
188
+ "id": "ISLAND-PLAYER-SWAMP-0001a",
189
+ "name": "Island at Thetford",
190
+ "type": "ISLAND"
191
+ },
192
+ "ISLAND-PLAYER-SWAMP-0001b": {
193
+ "id": "ISLAND-PLAYER-SWAMP-0001b",
194
+ "name": "Island at Thetford",
195
+ "type": "ISLAND"
196
+ },
197
+ "ISLAND-PLAYER-SWAMP-0001c": {
198
+ "id": "ISLAND-PLAYER-SWAMP-0001c",
199
+ "name": "Island at Thetford",
200
+ "type": "ISLAND"
201
+ },
202
+ "ISLAND-PLAYER-SWAMP-0001d": {
203
+ "id": "ISLAND-PLAYER-SWAMP-0001d",
204
+ "name": "Island at Thetford",
205
+ "type": "ISLAND"
206
+ },
207
+ "ISLAND-PLAYER-SWAMP-0001e": {
208
+ "id": "ISLAND-PLAYER-SWAMP-0001e",
209
+ "name": "Island at Thetford",
210
+ "type": "ISLAND"
211
+ },
212
+ "ISLAND-PLAYER-SWAMP-0001f": {
213
+ "id": "ISLAND-PLAYER-SWAMP-0001f",
214
+ "name": "Island at Thetford",
215
+ "type": "ISLAND"
216
+ },
217
+ "ISLAND-PLAYER-MISTS-0001a": {
218
+ "id": "ISLAND-PLAYER-MISTS-0001a",
219
+ "name": "Island at Brecilien",
220
+ "type": "ISLAND"
221
+ },
222
+ "ISLAND-PLAYER-MISTS-0001b": {
223
+ "id": "ISLAND-PLAYER-MISTS-0001b",
224
+ "name": "Island at Brecilien",
225
+ "type": "ISLAND"
226
+ },
227
+ "ISLAND-PLAYER-MISTS-0001c": {
228
+ "id": "ISLAND-PLAYER-MISTS-0001c",
229
+ "name": "Island at Brecilien",
230
+ "type": "ISLAND"
231
+ },
232
+ "ISLAND-PLAYER-MISTS-0001d": {
233
+ "id": "ISLAND-PLAYER-MISTS-0001d",
234
+ "name": "Island at Brecilien",
235
+ "type": "ISLAND"
236
+ },
237
+ "ISLAND-PLAYER-MISTS-0001e": {
238
+ "id": "ISLAND-PLAYER-MISTS-0001e",
239
+ "name": "Island at Brecilien",
240
+ "type": "ISLAND"
241
+ },
242
+ "ISLAND-PLAYER-MISTS-0001f": {
243
+ "id": "ISLAND-PLAYER-MISTS-0001f",
244
+ "name": "Island at Brecilien",
245
+ "type": "ISLAND"
246
+ },
247
+ "ISLAND-PLAYER-CAERLEON-0001a": {
248
+ "id": "ISLAND-PLAYER-CAERLEON-0001a",
249
+ "name": "Island at Caerleon",
250
+ "type": "ISLAND"
251
+ },
252
+ "ISLAND-PLAYER-CAERLEON-0001b": {
253
+ "id": "ISLAND-PLAYER-CAERLEON-0001b",
254
+ "name": "Island at Caerleon",
255
+ "type": "ISLAND"
256
+ },
257
+ "ISLAND-PLAYER-CAERLEON-0001c": {
258
+ "id": "ISLAND-PLAYER-CAERLEON-0001c",
259
+ "name": "Island at Caerleon",
260
+ "type": "ISLAND"
261
+ },
262
+ "ISLAND-PLAYER-CAERLEON-0001d": {
263
+ "id": "ISLAND-PLAYER-CAERLEON-0001d",
264
+ "name": "Island at Caerleon",
265
+ "type": "ISLAND"
266
+ },
267
+ "ISLAND-PLAYER-CAERLEON-0001e": {
268
+ "id": "ISLAND-PLAYER-CAERLEON-0001e",
269
+ "name": "Island at Caerleon",
270
+ "type": "ISLAND"
271
+ },
272
+ "ISLAND-PLAYER-CAERLEON-0001f": {
273
+ "id": "ISLAND-PLAYER-CAERLEON-0001f",
274
+ "name": "Island at Caerleon",
275
+ "type": "ISLAND"
276
+ },
277
+ "0004": { "id": "0004", "name": "Swamp Cross", "type": "STARTINGCITY" },
278
+ "4206": { "id": "4206", "name": "Tharcal Fissure", "type": "OPENPVP_YELLOW" },
279
+ "MushroomCave-GROUP": {
280
+ "id": "MushroomCave-GROUP",
281
+ "name": "Mushroom Cave",
282
+ "type": "GROUP_EXPEDITION"
283
+ },
284
+ "MushroomCave-SOLO": {
285
+ "id": "MushroomCave-SOLO",
286
+ "name": "Mushroom Cave",
287
+ "type": "SOLO_EXPEDITION"
288
+ },
289
+ "FishyBusiness-GROUP": {
290
+ "id": "FishyBusiness-GROUP",
291
+ "name": "Fishy Business",
292
+ "type": "GROUP_EXPEDITION"
293
+ },
294
+ "FishyBusiness-SOLO": {
295
+ "id": "FishyBusiness-SOLO",
296
+ "name": "Fishy Business",
297
+ "type": "SOLO_EXPEDITION"
298
+ },
299
+ "StoneWars-GROUP": {
300
+ "id": "StoneWars-GROUP",
301
+ "name": "Stone Wars",
302
+ "type": "GROUP_EXPEDITION"
303
+ },
304
+ "StoneWars-SOLO": {
305
+ "id": "StoneWars-SOLO",
306
+ "name": "Stone Wars",
307
+ "type": "SOLO_EXPEDITION"
308
+ },
309
+ "4209": { "id": "4209", "name": "Cairn Darg", "type": "OPENPVP_YELLOW" },
310
+ "4210": { "id": "4210", "name": "Gwan Gorge", "type": "SAFEAREA" },
311
+ "4215": { "id": "4215", "name": "Malag Crevasse", "type": "OPENPVP_RED" },
312
+ "4216": { "id": "4216", "name": "Creag Morr", "type": "OPENPVP_RED" },
313
+ "4213": { "id": "4213", "name": "Cairn Camain", "type": "OPENPVP_YELLOW" },
314
+ "4212": { "id": "4212", "name": "Cairn Glascore", "type": "OPENPVP_YELLOW" },
315
+ "4207": { "id": "4207", "name": "Pen Gent", "type": "SAFEAREA" },
316
+ "4201": { "id": "4201", "name": "Pen Garn", "type": "SAFEAREA" },
317
+ "4203": { "id": "4203", "name": "Crose Gorge", "type": "SAFEAREA" },
318
+ "3201": { "id": "3201", "name": "Birken Fell", "type": "OPENPVP_RED" },
319
+ "3204": { "id": "3204", "name": "Eldon Hill", "type": "OPENPVP_YELLOW" },
320
+ "3203": { "id": "3203", "name": "Lewsdon Hill", "type": "OPENPVP_YELLOW" },
321
+ "3207": { "id": "3207", "name": "Blackthorn Quarry", "type": "SAFEAREA" },
322
+ "3206": { "id": "3206", "name": "Haytor", "type": "SAFEAREA" },
323
+ "3209": { "id": "3209", "name": "Brent Knoll", "type": "SAFEAREA" },
324
+ "3210": { "id": "3210", "name": "Mase Knoll", "type": "SAFEAREA" },
325
+ "3212": { "id": "3212", "name": "Croker Hill", "type": "OPENPVP_YELLOW" },
326
+ "3215": { "id": "3215", "name": "Goffers Knoll", "type": "SAFEAREA" },
327
+ "3213": { "id": "3213", "name": "Vixen Tor", "type": "SAFEAREA" },
328
+ "2215": { "id": "2215", "name": "Prospector's Hope", "type": "SAFEAREA" },
329
+ "2213": { "id": "2213", "name": "Steelhide Meadow", "type": "SAFEAREA" },
330
+ "2212": { "id": "2212", "name": "Longmarch Meadow", "type": "SAFEAREA" },
331
+ "2209": { "id": "2209", "name": "Lazygrass Plain", "type": "OPENPVP_YELLOW" },
332
+ "2210": {
333
+ "id": "2210",
334
+ "name": "Snapshaft Trough",
335
+ "type": "OPENPVP_YELLOW"
336
+ },
337
+ "2207": { "id": "2207", "name": "Drywater Meadow", "type": "SAFEAREA" },
338
+ "2206": {
339
+ "id": "2206",
340
+ "name": "Parchthroat Plain",
341
+ "type": "OPENPVP_YELLOW"
342
+ },
343
+ "2204": { "id": "2204", "name": "Deadvein Gully", "type": "OPENPVP_RED" },
344
+ "2203": { "id": "2203", "name": "Roastcorpse Steppe", "type": "OPENPVP_RED" },
345
+ "2201": { "id": "2201", "name": "Kindlegrass Steppe", "type": "OPENPVP_RED" },
346
+ "1215": { "id": "1215", "name": "Ferndell", "type": "SAFEAREA" },
347
+ "1213": { "id": "1213", "name": "Wyre Forest", "type": "OPENPVP_RED" },
348
+ "1212": { "id": "1212", "name": "Stagbourne", "type": "SAFEAREA" },
349
+ "1210": { "id": "1210", "name": "Murkweald", "type": "OPENPVP_RED" },
350
+ "1209": { "id": "1209", "name": "Longtimber Glen", "type": "OPENPVP_RED" },
351
+ "1207": { "id": "1207", "name": "Birchcopse", "type": "SAFEAREA" },
352
+ "1206": { "id": "1206", "name": "Willow Wood", "type": "OPENPVP_YELLOW" },
353
+ "1204": { "id": "1204", "name": "Oakcopse", "type": "SAFEAREA" },
354
+ "1203": { "id": "1203", "name": "Rowanwood", "type": "OPENPVP_YELLOW" },
355
+ "1201": { "id": "1201", "name": "Larchroad", "type": "SAFEAREA" },
356
+ "4204": { "id": "4204", "name": "Pen Kerrig", "type": "SAFEAREA" },
357
+ "0214": { "id": "0214", "name": "Slimehag", "type": "SAFEAREA" },
358
+ "0212": { "id": "0212", "name": "Bonepool Marsh", "type": "OPENPVP_YELLOW" },
359
+ "0211": { "id": "0211", "name": "Spectral Sump", "type": "OPENPVP_RED" },
360
+ "0203": {
361
+ "id": "0203",
362
+ "name": "Willowsigh Marsh",
363
+ "type": "OPENPVP_YELLOW"
364
+ },
365
+ "0208": { "id": "0208", "name": "Stumprot Swamp", "type": "OPENPVP_RED" },
366
+ "0206": { "id": "0206", "name": "Dusklight Fen", "type": "SAFEAREA" },
367
+ "0209": { "id": "0209", "name": "Dewleaf Fen", "type": "SAFEAREA" },
368
+ "0205": { "id": "0205", "name": "Stinkhag", "type": "SAFEAREA" },
369
+ "0202": { "id": "0202", "name": "Chillhag", "type": "SAFEAREA" },
370
+ "2208": { "id": "2208", "name": "Slowtree Plain", "type": "OPENPVP_YELLOW" },
371
+ "2211": { "id": "2211", "name": "Smoothfloor Cleft", "type": "SAFEAREA" },
372
+ "3205": { "id": "3205", "name": "Gutras Hill", "type": "OPENPVP_YELLOW" },
373
+ "3202": { "id": "3202", "name": "Mardale", "type": "OPENPVP_RED" },
374
+ "0210": {
375
+ "id": "0210",
376
+ "name": "Wispwhisper Marsh",
377
+ "type": "OPENPVP_YELLOW"
378
+ },
379
+ "0213": { "id": "0213", "name": "Curlew Fen", "type": "SAFEAREA" },
380
+ "3211": { "id": "3211", "name": "Saddle Tor", "type": "SAFEAREA" },
381
+ "0204": { "id": "0204", "name": "Windripple Fen", "type": "SAFEAREA" },
382
+ "4208": { "id": "4208", "name": "Mawar Gorge", "type": "SAFEAREA" },
383
+ "1202": { "id": "1202", "name": "Russerdell", "type": "SAFEAREA" },
384
+ "4202": { "id": "4202", "name": "Bryn Gorge", "type": "SAFEAREA" },
385
+ "4205": { "id": "4205", "name": "Cairn Gorm", "type": "OPENPVP_YELLOW" },
386
+ "LumberCampGROUP": {
387
+ "id": "LumberCampGROUP",
388
+ "name": "Lumber Lunacy",
389
+ "type": "GROUP_EXPEDITION"
390
+ },
391
+ "RecruitmentOfTheDead-GROUP": {
392
+ "id": "RecruitmentOfTheDead-GROUP",
393
+ "name": "Preaching to the Dead",
394
+ "type": "GROUP_EXPEDITION"
395
+ },
396
+ "RecruitmentOfTheDead-SOLO": {
397
+ "id": "RecruitmentOfTheDead-SOLO",
398
+ "name": "Preaching to the Dead",
399
+ "type": "SOLO_EXPEDITION"
400
+ },
401
+ "3208": { "id": "3208", "name": "Bowscale Fell", "type": "OPENPVP_RED" },
402
+ "4214": { "id": "4214", "name": "Cairn Fidair", "type": "OPENPVP_YELLOW" },
403
+ "4211": { "id": "4211", "name": "Creag Garr", "type": "OPENPVP_RED" },
404
+ "0207": {
405
+ "id": "0207",
406
+ "name": "Nightcreak Marsh",
407
+ "type": "OPENPVP_YELLOW"
408
+ },
409
+ "2214": { "id": "2214", "name": "Fractured Ground", "type": "SAFEAREA" },
410
+ "2202": { "id": "2202", "name": "Cracked Earth", "type": "SAFEAREA" },
411
+ "1208": { "id": "1208", "name": "Redlake", "type": "SAFEAREA" },
412
+ "1211": { "id": "1211", "name": "Yew Wood", "type": "OPENPVP_YELLOW" },
413
+ "1205": { "id": "1205", "name": "Highbole Glen", "type": "OPENPVP_RED" },
414
+ "1214": { "id": "1214", "name": "Hornbeam Wood", "type": "OPENPVP_YELLOW" },
415
+ "2002": { "id": "2002", "name": "Steppe Cross", "type": "STARTINGCITY" },
416
+ "3002": { "id": "3002", "name": "Highland Cross", "type": "STARTINGCITY" },
417
+ "3214": { "id": "3214", "name": "Haldon Tor", "type": "SAFEAREA" },
418
+ "LumberCampSOLO": {
419
+ "id": "LumberCampSOLO",
420
+ "name": "Lumber Lunacy",
421
+ "type": "SOLO_EXPEDITION"
422
+ },
423
+ "3004": {
424
+ "id": "3004",
425
+ "name": "Martlock",
426
+ "type": "PLAYERCITY_SAFEAREA_01"
427
+ },
428
+ "4000": {
429
+ "id": "4000",
430
+ "name": "Fort Sterling",
431
+ "type": "PLAYERCITY_SAFEAREA_02"
432
+ },
433
+ "1006": { "id": "1006", "name": "Forest Cross", "type": "STARTINGCITY" },
434
+ "4006": { "id": "4006", "name": "Mountain Cross", "type": "STARTINGCITY" },
435
+ "0000": {
436
+ "id": "0000",
437
+ "name": "Thetford",
438
+ "type": "PLAYERCITY_SAFEAREA_01"
439
+ },
440
+ "0201": {
441
+ "id": "0201",
442
+ "name": "Sleetwater Basin",
443
+ "type": "OPENPVP_YELLOW"
444
+ },
445
+ "1000": {
446
+ "id": "1000",
447
+ "name": "Lymhurst",
448
+ "type": "PLAYERCITY_SAFEAREA_02"
449
+ },
450
+ "0005": { "id": "0005", "name": "Camlann", "type": "OPENPVP_RED" },
451
+ "2009": { "id": "2009", "name": "Astolat", "type": "OPENPVP_RED" },
452
+ "Mine-SOLO": {
453
+ "id": "Mine-SOLO",
454
+ "name": "Curious Excavation",
455
+ "type": "SOLO_EXPEDITION"
456
+ },
457
+ "SewersMaintenance-GROUP": {
458
+ "id": "SewersMaintenance-GROUP",
459
+ "name": "Lurking Underneath",
460
+ "type": "GROUP_EXPEDITION"
461
+ },
462
+ "2000": {
463
+ "id": "2000",
464
+ "name": "Bridgewatch",
465
+ "type": "PLAYERCITY_SAFEAREA_01"
466
+ },
467
+ "PSG-0003": { "id": "PSG-0003", "name": "Rock Adit", "type": "PASSAGE_RED" },
468
+ "PSG-0004": {
469
+ "id": "PSG-0004",
470
+ "name": "Sabertooth Den",
471
+ "type": "PASSAGE_RED"
472
+ },
473
+ "PSG-0005": {
474
+ "id": "PSG-0005",
475
+ "name": "Swamp Burrow",
476
+ "type": "PASSAGE_RED"
477
+ },
478
+ "PSG-0006": { "id": "PSG-0006", "name": "Ore Adit", "type": "PASSAGE_RED" },
479
+ "PSG-0007": {
480
+ "id": "PSG-0007",
481
+ "name": "Forest Burrow",
482
+ "type": "PASSAGE_RED"
483
+ },
484
+ "CenterCity-DNG-01": {
485
+ "id": "CenterCity-DNG-01",
486
+ "name": "The Underway",
487
+ "type": "PASSAGE_RED"
488
+ },
489
+ "3003": {
490
+ "id": "3003",
491
+ "name": "Caerleon",
492
+ "type": "PLAYERCITY_BLACK_ROYAL"
493
+ },
494
+ "3245": { "id": "3245", "name": "Runnel Sink", "type": "OPENPVP_RED" },
495
+ "1007": { "id": "1007", "name": "Inis Mon", "type": "OPENPVP_YELLOW" },
496
+ "ThreeSisters-GROUP": {
497
+ "id": "ThreeSisters-GROUP",
498
+ "name": "Three Sisters",
499
+ "type": "GROUP_EXPEDITION"
500
+ },
501
+ "FistfulOfSilver-GROUP": {
502
+ "id": "FistfulOfSilver-GROUP",
503
+ "name": "A Fistful of Silver",
504
+ "type": "GROUP_EXPEDITION"
505
+ },
506
+ "1246": { "id": "1246", "name": "Cedarcopse", "type": "SAFEAREA" },
507
+ "3249": { "id": "3249", "name": "Bellever Tor", "type": "SAFEAREA" },
508
+ "4249": { "id": "4249", "name": "Pen Uchaf", "type": "SAFEAREA" },
509
+ "2205": {
510
+ "id": "2205",
511
+ "name": "Shiftshadow Expanse",
512
+ "type": "OPENPVP_RED"
513
+ },
514
+ "3005": {
515
+ "id": "3005",
516
+ "name": "Caerleon Market",
517
+ "type": "PLAYERCITY_BLACK_ROYAL_NOFURNITURE"
518
+ },
519
+ "3006": {
520
+ "id": "3006",
521
+ "name": "Bank of Caerleon",
522
+ "type": "PLAYERCITY_BLACK_ROYAL_NOFURNITURE"
523
+ },
524
+ "EternalBattle-GROUP": {
525
+ "id": "EternalBattle-GROUP",
526
+ "name": "Eternal Battle",
527
+ "type": "GROUP_EXPEDITION"
528
+ },
529
+ "SewersMaintenance-SOLO": {
530
+ "id": "SewersMaintenance-SOLO",
531
+ "name": "Lurking Underneath",
532
+ "type": "SOLO_EXPEDITION"
533
+ },
534
+ "ARENA-01": { "id": "ARENA-01", "name": "Arena1", "type": "ARENA_STANDARD" },
535
+ "ARENA-01#1": {
536
+ "id": "ARENA-01#1",
537
+ "name": "Arena2",
538
+ "type": "ARENA_STANDARD"
539
+ },
540
+ "ARENA-STANDARD": {
541
+ "id": "ARENA-STANDARD",
542
+ "name": "The Arena",
543
+ "type": "ARENA_STANDARD"
544
+ },
545
+ "RecruitmentOfTheDead-HRD": {
546
+ "id": "RecruitmentOfTheDead-HRD",
547
+ "name": "Preaching to the Dead",
548
+ "type": "HARDCORE_EXPEDITION"
549
+ },
550
+ "0006": {
551
+ "id": "0006",
552
+ "name": "Bank of Thetford",
553
+ "type": "PLAYERCITY_SAFEAREA_NOFURNITURE"
554
+ },
555
+ "0007": {
556
+ "id": "0007",
557
+ "name": "Thetford Market",
558
+ "type": "PLAYERCITY_SAFEAREA_NOFURNITURE"
559
+ },
560
+ "1001": {
561
+ "id": "1001",
562
+ "name": "Bank of Lymhurst",
563
+ "type": "PLAYERCITY_SAFEAREA_NOFURNITURE"
564
+ },
565
+ "1002": {
566
+ "id": "1002",
567
+ "name": "Lymhurst Market",
568
+ "type": "PLAYERCITY_SAFEAREA_NOFURNITURE"
569
+ },
570
+ "2003": {
571
+ "id": "2003",
572
+ "name": "Bank of Bridgewatch",
573
+ "type": "PLAYERCITY_SAFEAREA_NOFURNITURE"
574
+ },
575
+ "2004": {
576
+ "id": "2004",
577
+ "name": "Bridgewatch Market",
578
+ "type": "PLAYERCITY_SAFEAREA_NOFURNITURE"
579
+ },
580
+ "3007": {
581
+ "id": "3007",
582
+ "name": "Bank of Martlock",
583
+ "type": "PLAYERCITY_SAFEAREA_NOFURNITURE"
584
+ },
585
+ "3008": {
586
+ "id": "3008",
587
+ "name": "Martlock Market",
588
+ "type": "PLAYERCITY_SAFEAREA_NOFURNITURE"
589
+ },
590
+ "4001": {
591
+ "id": "4001",
592
+ "name": "Bank of Fort Sterling",
593
+ "type": "PLAYERCITY_SAFEAREA_NOFURNITURE"
594
+ },
595
+ "4002": {
596
+ "id": "4002",
597
+ "name": "Fort Sterling Market",
598
+ "type": "PLAYERCITY_SAFEAREA_NOFURNITURE"
599
+ },
600
+ "EternalBattle-HRD": {
601
+ "id": "EternalBattle-HRD",
602
+ "name": "Eternal Battle",
603
+ "type": "HARDCORE_EXPEDITION"
604
+ },
605
+ "FishyBusiness-HRD": {
606
+ "id": "FishyBusiness-HRD",
607
+ "name": "Fishy Business",
608
+ "type": "HARDCORE_EXPEDITION"
609
+ },
610
+ "LumberCamp-HRD": {
611
+ "id": "LumberCamp-HRD",
612
+ "name": "Lumber Lunacy",
613
+ "type": "HARDCORE_EXPEDITION"
614
+ },
615
+ "MushroomCave-HRD": {
616
+ "id": "MushroomCave-HRD",
617
+ "name": "Mushroom Cave",
618
+ "type": "HARDCORE_EXPEDITION"
619
+ },
620
+ "SewersMaintenance-HRD": {
621
+ "id": "SewersMaintenance-HRD",
622
+ "name": "Lurking Underneath",
623
+ "type": "HARDCORE_EXPEDITION"
624
+ },
625
+ "StoneWars-HRD": {
626
+ "id": "StoneWars-HRD",
627
+ "name": "Stone Wars",
628
+ "type": "HARDCORE_EXPEDITION"
629
+ },
630
+ "ThreeSisters-HRD": {
631
+ "id": "ThreeSisters-HRD",
632
+ "name": "Three Sisters",
633
+ "type": "HARDCORE_EXPEDITION"
634
+ },
635
+ "FistfulOfSilver-HRD": {
636
+ "id": "FistfulOfSilver-HRD",
637
+ "name": "A Fistful Of Silver",
638
+ "type": "HARDCORE_EXPEDITION"
639
+ },
640
+ "Torturer-GROUP": {
641
+ "id": "Torturer-GROUP",
642
+ "name": "In the Raven's Claws",
643
+ "type": "GROUP_EXPEDITION"
644
+ },
645
+ "Torturer-HRD": {
646
+ "id": "Torturer-HRD",
647
+ "name": "In the Raven's Claws",
648
+ "type": "HARDCORE_EXPEDITION"
649
+ },
650
+ "ARENA-FarmLand": {
651
+ "id": "ARENA-FarmLand",
652
+ "name": "Farmland Skirmish",
653
+ "type": "ARENA_CUSTOM"
654
+ },
655
+ "ARENA-HomeTerritory": {
656
+ "id": "ARENA-HomeTerritory",
657
+ "name": "HomeTerritory Skirmish",
658
+ "type": "ARENA_CUSTOM"
659
+ },
660
+ "ARENA-Resources": {
661
+ "id": "ARENA-Resources",
662
+ "name": "Resource Skirmish",
663
+ "type": "ARENA_CUSTOM"
664
+ },
665
+ "ARENA-Resources1": {
666
+ "id": "ARENA-Resources1",
667
+ "name": "Resource Skirmish",
668
+ "type": "ARENA_CUSTOM"
669
+ },
670
+ "ARENA-Resources2": {
671
+ "id": "ARENA-Resources2",
672
+ "name": "Resource Skirmish 2",
673
+ "type": "ARENA_CUSTOM"
674
+ },
675
+ "CrystalRealm": {
676
+ "id": "CrystalRealm",
677
+ "name": "Crystal Realm",
678
+ "type": "ARENA_CRYSTAL"
679
+ },
680
+ "1008": { "id": "1008", "name": "The Lighthouse", "type": "TUTORIAL" },
681
+ "1009": { "id": "1009", "name": "Forgotten Woods", "type": "STARTAREA" },
682
+ "1010": { "id": "1010", "name": "Mountain Fort", "type": "STARTAREA" },
683
+ "1011": { "id": "1011", "name": "The Cove", "type": "STARTAREA" },
684
+ "3013-Auction2": {
685
+ "id": "3013-Auction2",
686
+ "name": "Caerleon Market",
687
+ "type": "PLAYERCITY_BLACK_ROYAL_NOFURNITURE"
688
+ },
689
+ "ARENA-City": {
690
+ "id": "ARENA-City",
691
+ "name": "ARENA-City",
692
+ "type": "ARENA_CUSTOM"
693
+ },
694
+ "HIDEOUT-0001a": {
695
+ "id": "HIDEOUT-0001a",
696
+ "name": "Hideout",
697
+ "type": "HIDEOUT"
698
+ },
699
+ "HIDEOUT-0001b": {
700
+ "id": "HIDEOUT-0001b",
701
+ "name": "Hideout",
702
+ "type": "HIDEOUT"
703
+ },
704
+ "HIDEOUT-0001c": {
705
+ "id": "HIDEOUT-0001c",
706
+ "name": "Hideout",
707
+ "type": "HIDEOUT"
708
+ },
709
+ "RANDOMDUNGEON": {
710
+ "id": "RANDOMDUNGEON",
711
+ "name": "Dungeon",
712
+ "type": "RANDOMDUNGEON"
713
+ },
714
+ "2305": {
715
+ "id": "2305",
716
+ "name": "Northstrand Dunes",
717
+ "type": "OPENPVP_BLACK"
718
+ },
719
+ "2326": {
720
+ "id": "2326",
721
+ "name": "Northstrand Beach",
722
+ "type": "OPENPVP_BLACK"
723
+ },
724
+ "0324": {
725
+ "id": "0324",
726
+ "name": "Scuttlesink Mouth",
727
+ "type": "OPENPVP_BLACK"
728
+ },
729
+ "1306": { "id": "1306", "name": "Deepwood Dell", "type": "OPENPVP_BLACK" },
730
+ "4308": { "id": "4308", "name": "Whitebank Stream", "type": "OPENPVP_BLACK" },
731
+ "4309": { "id": "4309", "name": "Whitebank Shore", "type": "OPENPVP_BLACK" },
732
+ "4311": { "id": "4311", "name": "Whitebank Cross", "type": "OPENPVP_BLACK" },
733
+ "4326": { "id": "4326", "name": "Whitebank Wall", "type": "OPENPVP_BLACK" },
734
+ "0307": { "id": "0307", "name": "Meltwater Bog", "type": "OPENPVP_BLACK" },
735
+ "4305": {
736
+ "id": "4305",
737
+ "name": "Whitebank Descent",
738
+ "type": "OPENPVP_BLACK"
739
+ },
740
+ "4338": { "id": "4338", "name": "Whitebank Ridge", "type": "OPENPVP_BLACK" },
741
+ "1326": { "id": "1326", "name": "Timberslope Dell", "type": "OPENPVP_BLACK" },
742
+ "1340": { "id": "1340", "name": "Deepwood Pines", "type": "OPENPVP_BLACK" },
743
+ "4306": { "id": "4306", "name": "Frostpeak Vista", "type": "OPENPVP_BLACK" },
744
+ "4324": { "id": "4324", "name": "Frostpeak Ascent", "type": "OPENPVP_BLACK" },
745
+ "4327": {
746
+ "id": "4327",
747
+ "name": "Floatshoal Fissure",
748
+ "type": "OPENPVP_BLACK"
749
+ },
750
+ "4339": { "id": "4339", "name": "Floatshoal Bight", "type": "OPENPVP_BLACK" },
751
+ "PSG-0039#2": {
752
+ "id": "PSG-0039#2",
753
+ "name": "Darkseep Core",
754
+ "type": "PASSAGE_BLACK"
755
+ },
756
+ "0325": { "id": "0325", "name": "Meltwater Delta", "type": "OPENPVP_BLACK" },
757
+ "0338": { "id": "0338", "name": "Meltwater Sump", "type": "OPENPVP_BLACK" },
758
+ "2307": { "id": "2307", "name": "Skysand Plateau", "type": "OPENPVP_BLACK" },
759
+ "4307": {
760
+ "id": "4307",
761
+ "name": "Everwinter Crossing",
762
+ "type": "OPENPVP_BLACK"
763
+ },
764
+ "4323": { "id": "4323", "name": "Everwinter Plain", "type": "OPENPVP_BLACK" },
765
+ "4325": { "id": "4325", "name": "Everwinter Gorge", "type": "OPENPVP_BLACK" },
766
+ "0353": {
767
+ "id": "0353",
768
+ "name": "Scuttlesink Marsh",
769
+ "type": "OPENPVP_BLACK"
770
+ },
771
+ "1305": {
772
+ "id": "1305",
773
+ "name": "Brambleshore Hinterlands",
774
+ "type": "OPENPVP_BLACK"
775
+ },
776
+ "3338": { "id": "3338", "name": "Shaleheath Steep", "type": "OPENPVP_BLACK" },
777
+ "4321": { "id": "4321", "name": "Everwinter Reach", "type": "OPENPVP_BLACK" },
778
+ "4322": { "id": "4322", "name": "Everwinter Peak", "type": "OPENPVP_BLACK" },
779
+ "4337": {
780
+ "id": "4337",
781
+ "name": "Everwinter Passage",
782
+ "type": "OPENPVP_BLACK"
783
+ },
784
+ "4340": {
785
+ "id": "4340",
786
+ "name": "Everwinter Expanse",
787
+ "type": "OPENPVP_BLACK"
788
+ },
789
+ "4353": {
790
+ "id": "4353",
791
+ "name": "Everwinter Incline",
792
+ "type": "OPENPVP_BLACK"
793
+ },
794
+ "PSG-0042#1": {
795
+ "id": "PSG-0042#1",
796
+ "name": "Stoneslip Passage",
797
+ "type": "PASSAGE_BLACK"
798
+ },
799
+ "PSG-0049#1": {
800
+ "id": "PSG-0049#1",
801
+ "name": "Whitecap Cave",
802
+ "type": "PASSAGE_BLACK"
803
+ },
804
+ "0306": {
805
+ "id": "0306",
806
+ "name": "Scuttlesink Pools",
807
+ "type": "OPENPVP_BLACK"
808
+ },
809
+ "1325": { "id": "1325", "name": "Timbertop Dale", "type": "OPENPVP_BLACK" },
810
+ "1338": { "id": "1338", "name": "Timbertop Wood", "type": "OPENPVP_BLACK" },
811
+ "1353": { "id": "1353", "name": "Timbertop Escarp", "type": "OPENPVP_BLACK" },
812
+ "3326": { "id": "3326", "name": "Shaleheath Hills", "type": "OPENPVP_BLACK" },
813
+ "4310": {
814
+ "id": "4310",
815
+ "name": "Everwinter Shores",
816
+ "type": "OPENPVP_BLACK"
817
+ },
818
+ "0305": { "id": "0305", "name": "Wetgrave Bog", "type": "OPENPVP_BLACK" },
819
+ "0339": { "id": "0339", "name": "Wetgrave Swale", "type": "OPENPVP_BLACK" },
820
+ "0342": { "id": "0342", "name": "Wetgrave Marsh", "type": "OPENPVP_BLACK" },
821
+ "1339": {
822
+ "id": "1339",
823
+ "name": "Timberslope Grove",
824
+ "type": "OPENPVP_BLACK"
825
+ },
826
+ "1354": {
827
+ "id": "1354",
828
+ "name": "Timberslope Bridge",
829
+ "type": "OPENPVP_BLACK"
830
+ },
831
+ "2306": { "id": "2306", "name": "Swiftsands Plain", "type": "OPENPVP_BLACK" },
832
+ "2308": {
833
+ "id": "2308",
834
+ "name": "Drybasin Riverbed",
835
+ "type": "OPENPVP_BLACK"
836
+ },
837
+ "2339": { "id": "2339", "name": "Swiftsands Basin", "type": "OPENPVP_BLACK" },
838
+ "2354": {
839
+ "id": "2354",
840
+ "name": "Swiftsands Chaparral",
841
+ "type": "OPENPVP_BLACK"
842
+ },
843
+ "3327": { "id": "3327", "name": "Skylake Bridge", "type": "OPENPVP_BLACK" },
844
+ "1355": { "id": "1355", "name": "Greenshore Bay", "type": "OPENPVP_BLACK" },
845
+ "3305": { "id": "3305", "name": "Flatrock Cliffs", "type": "OPENPVP_BLACK" },
846
+ "0315": { "id": "0315", "name": "Skullmarsh Lower", "type": "OPENPVP_BLACK" },
847
+ "0343": { "id": "0343", "name": "Skullmarsh Upper", "type": "OPENPVP_BLACK" },
848
+ "1307": {
849
+ "id": "1307",
850
+ "name": "Greenshore Peninsula",
851
+ "type": "OPENPVP_BLACK"
852
+ },
853
+ "1308": { "id": "1308", "name": "Giantweald Dale", "type": "OPENPVP_BLACK" },
854
+ "1311": {
855
+ "id": "1311",
856
+ "name": "Watchwood Precipice",
857
+ "type": "OPENPVP_BLACK"
858
+ },
859
+ "1315": { "id": "1315", "name": "Watchwood Grove", "type": "OPENPVP_BLACK" },
860
+ "1328": { "id": "1328", "name": "Giantweald Woods", "type": "OPENPVP_BLACK" },
861
+ "1329": {
862
+ "id": "1329",
863
+ "name": "Watchwood Lakeside",
864
+ "type": "OPENPVP_BLACK"
865
+ },
866
+ "1330": { "id": "1330", "name": "Watchwood Bluffs", "type": "OPENPVP_BLACK" },
867
+ "1341": { "id": "1341", "name": "Giantweald Edge", "type": "OPENPVP_BLACK" },
868
+ "2309": {
869
+ "id": "2309",
870
+ "name": "Slakesands Canyon",
871
+ "type": "OPENPVP_BLACK"
872
+ },
873
+ "2341": { "id": "2341", "name": "Drybasin Oasis", "type": "OPENPVP_BLACK" },
874
+ "2342": { "id": "2342", "name": "Slakesands Mesa", "type": "OPENPVP_BLACK" },
875
+ "3328": { "id": "3328", "name": "Flatrock Plateau", "type": "OPENPVP_BLACK" },
876
+ "4315": { "id": "4315", "name": "Munten Rise", "type": "OPENPVP_BLACK" },
877
+ "4331": { "id": "4331", "name": "Munten Tundra", "type": "OPENPVP_BLACK" },
878
+ "4345": { "id": "4345", "name": "Munten Fell", "type": "OPENPVP_BLACK" },
879
+ "1313": { "id": "1313", "name": "Hightree Steep", "type": "OPENPVP_BLACK" },
880
+ "1316": { "id": "1316", "name": "Hightree Lake", "type": "OPENPVP_BLACK" },
881
+ "1317": { "id": "1317", "name": "Hightree Dale", "type": "OPENPVP_BLACK" },
882
+ "1319": { "id": "1319", "name": "Hightree Strand", "type": "OPENPVP_BLACK" },
883
+ "1320": { "id": "1320", "name": "Hightree Glade", "type": "OPENPVP_BLACK" },
884
+ "1322": { "id": "1322", "name": "Hightree Enclave", "type": "OPENPVP_BLACK" },
885
+ "1332": { "id": "1332", "name": "Hightree Pass", "type": "OPENPVP_BLACK" },
886
+ "1335": { "id": "1335", "name": "Hightree Levee", "type": "OPENPVP_BLACK" },
887
+ "1336": { "id": "1336", "name": "Hightree Cliffs", "type": "OPENPVP_BLACK" },
888
+ "1345": { "id": "1345", "name": "Hightree Isle", "type": "OPENPVP_BLACK" },
889
+ "1347": { "id": "1347", "name": "Hightree Hillock", "type": "OPENPVP_BLACK" },
890
+ "4332": {
891
+ "id": "4332",
892
+ "name": "Glacierbreak Summit",
893
+ "type": "OPENPVP_BLACK"
894
+ },
895
+ "0308": {
896
+ "id": "0308",
897
+ "name": "Drownfield Course",
898
+ "type": "OPENPVP_BLACK"
899
+ },
900
+ "0309": { "id": "0309", "name": "Widemoor Shore", "type": "OPENPVP_BLACK" },
901
+ "0312": { "id": "0312", "name": "Widemoor Pool", "type": "OPENPVP_BLACK" },
902
+ "0314": {
903
+ "id": "0314",
904
+ "name": "Willowshade Wetlands",
905
+ "type": "OPENPVP_BLACK"
906
+ },
907
+ "0316": { "id": "0316", "name": "Widemoor Estuary", "type": "OPENPVP_BLACK" },
908
+ "0327": { "id": "0327", "name": "Widemoor Hills", "type": "OPENPVP_BLACK" },
909
+ "0328": {
910
+ "id": "0328",
911
+ "name": "Drownfield Wetland",
912
+ "type": "OPENPVP_BLACK"
913
+ },
914
+ "0330": { "id": "0330", "name": "Widemoor End", "type": "OPENPVP_BLACK" },
915
+ "0331": {
916
+ "id": "0331",
917
+ "name": "Willowshade Pools",
918
+ "type": "OPENPVP_BLACK"
919
+ },
920
+ "0333": { "id": "0333", "name": "Widemoor Woods", "type": "OPENPVP_BLACK" },
921
+ "0344": {
922
+ "id": "0344",
923
+ "name": "Willowshade Hills",
924
+ "type": "OPENPVP_BLACK"
925
+ },
926
+ "1309": { "id": "1309", "name": "Timberscar Dell", "type": "OPENPVP_BLACK" },
927
+ "1342": { "id": "1342", "name": "Timberscar Copse", "type": "OPENPVP_BLACK" },
928
+ "2327": { "id": "2327", "name": "Drytop Riverbed", "type": "OPENPVP_BLACK" },
929
+ "2328": { "id": "2328", "name": "Drytop Pillars", "type": "OPENPVP_BLACK" },
930
+ "PSG-0044#1": {
931
+ "id": "PSG-0044#1",
932
+ "name": "Stalagmite Adit",
933
+ "type": "PASSAGE_BLACK"
934
+ },
935
+ "0310": { "id": "0310", "name": "Drownfield Mire", "type": "OPENPVP_BLACK" },
936
+ "0313": { "id": "0313", "name": "Drownfield Fen", "type": "OPENPVP_BLACK" },
937
+ "0329": {
938
+ "id": "0329",
939
+ "name": "Drownfield Slough",
940
+ "type": "OPENPVP_BLACK"
941
+ },
942
+ "0332": { "id": "0332", "name": "Drownfield Rut", "type": "OPENPVP_BLACK" },
943
+ "0340": { "id": "0340", "name": "Drownfield Quag", "type": "OPENPVP_BLACK" },
944
+ "0354": {
945
+ "id": "0354",
946
+ "name": "Meltwater Channel",
947
+ "type": "OPENPVP_BLACK"
948
+ },
949
+ "0355": { "id": "0355", "name": "Drownfield Sink", "type": "OPENPVP_BLACK" },
950
+ "1312": { "id": "1312", "name": "Deadpine Forest", "type": "OPENPVP_BLACK" },
951
+ "2340": { "id": "2340", "name": "Skysand Ridge", "type": "OPENPVP_BLACK" },
952
+ "2355": { "id": "2355", "name": "Citadel of Ash", "type": "OPENPVP_BLACK" },
953
+ "4312": {
954
+ "id": "4312",
955
+ "name": "Glacierfall Passage",
956
+ "type": "OPENPVP_BLACK"
957
+ },
958
+ "4317": { "id": "4317", "name": "Whitepeak Ascent", "type": "OPENPVP_BLACK" },
959
+ "4329": {
960
+ "id": "4329",
961
+ "name": "Glacierfall Canyon",
962
+ "type": "OPENPVP_BLACK"
963
+ },
964
+ "4341": { "id": "4341", "name": "Everwinter Gap", "type": "OPENPVP_BLACK" },
965
+ "4343": {
966
+ "id": "4343",
967
+ "name": "Glacierfall Cross",
968
+ "type": "OPENPVP_BLACK"
969
+ },
970
+ "4344": {
971
+ "id": "4344",
972
+ "name": "Glacierfall Valley",
973
+ "type": "OPENPVP_BLACK"
974
+ },
975
+ "4348": { "id": "4348", "name": "Whitepeak Spring", "type": "OPENPVP_BLACK" },
976
+ "4355": { "id": "4355", "name": "Glacierfall Pass", "type": "OPENPVP_BLACK" },
977
+ "4357": { "id": "4357", "name": "Whitepeak Tundra", "type": "OPENPVP_BLACK" },
978
+ "0321": { "id": "0321", "name": "Springsump Basin", "type": "OPENPVP_BLACK" },
979
+ "0335": {
980
+ "id": "0335",
981
+ "name": "Springsump Wetland",
982
+ "type": "OPENPVP_BLACK"
983
+ },
984
+ "0351": { "id": "0351", "name": "Springsump Melt", "type": "OPENPVP_BLACK" },
985
+ "1314": {
986
+ "id": "1314",
987
+ "name": "Southgrove Escarp",
988
+ "type": "OPENPVP_BLACK"
989
+ },
990
+ "1337": { "id": "1337", "name": "Southgrove Copse", "type": "OPENPVP_BLACK" },
991
+ "1350": {
992
+ "id": "1350",
993
+ "name": "Southgrove Thicket",
994
+ "type": "OPENPVP_BLACK"
995
+ },
996
+ "2315": { "id": "2315", "name": "Dryvein Cross", "type": "OPENPVP_BLACK" },
997
+ "2316": { "id": "2316", "name": "Sunstrand Shoal", "type": "OPENPVP_BLACK" },
998
+ "2317": { "id": "2317", "name": "Sunstrand Delta", "type": "OPENPVP_BLACK" },
999
+ "2319": { "id": "2319", "name": "Dryvein Plain", "type": "OPENPVP_BLACK" },
1000
+ "2320": { "id": "2320", "name": "Farshore Esker", "type": "OPENPVP_BLACK" },
1001
+ "2334": { "id": "2334", "name": "Dryvein Oasis", "type": "OPENPVP_BLACK" },
1002
+ "2335": { "id": "2335", "name": "Sunstrand Dunes", "type": "OPENPVP_BLACK" },
1003
+ "2336": { "id": "2336", "name": "Farshore Heath", "type": "OPENPVP_BLACK" },
1004
+ "2348": {
1005
+ "id": "2348",
1006
+ "name": "Sunstrand Quicksands",
1007
+ "type": "OPENPVP_BLACK"
1008
+ },
1009
+ "3317": { "id": "3317", "name": "Battlebrae Peaks", "type": "OPENPVP_BLACK" },
1010
+ "3325": { "id": "3325", "name": "Stonelake Fields", "type": "OPENPVP_BLACK" },
1011
+ "3336": {
1012
+ "id": "3336",
1013
+ "name": "Stonelake Hillock",
1014
+ "type": "OPENPVP_BLACK"
1015
+ },
1016
+ "3358": {
1017
+ "id": "3358",
1018
+ "name": "Stonemouth Southbluff",
1019
+ "type": "OPENPVP_BLACK"
1020
+ },
1021
+ "4336": {
1022
+ "id": "4336",
1023
+ "name": "Frostspring Passage",
1024
+ "type": "OPENPVP_BLACK"
1025
+ },
1026
+ "4351": {
1027
+ "id": "4351",
1028
+ "name": "Frostspring Volcano",
1029
+ "type": "OPENPVP_BLACK"
1030
+ },
1031
+ "4352": { "id": "4352", "name": "Whitewall Ridge", "type": "OPENPVP_BLACK" },
1032
+ "4359": { "id": "4359", "name": "Whitewall Pass", "type": "OPENPVP_BLACK" },
1033
+ "0311": {
1034
+ "id": "0311",
1035
+ "name": "Runnelvein Slough",
1036
+ "type": "OPENPVP_BLACK"
1037
+ },
1038
+ "0326": { "id": "0326", "name": "Runnelvein Bog", "type": "OPENPVP_BLACK" },
1039
+ "0341": { "id": "0341", "name": "Runnelvein Sink", "type": "OPENPVP_BLACK" },
1040
+ "1310": { "id": "1310", "name": "Giantweald Copse", "type": "OPENPVP_BLACK" },
1041
+ "1327": { "id": "1327", "name": "Deepwood Gorge", "type": "OPENPVP_BLACK" },
1042
+ "1331": { "id": "1331", "name": "Giantweald Roots", "type": "OPENPVP_BLACK" },
1043
+ "1343": { "id": "1343", "name": "Deepwood Copse", "type": "OPENPVP_BLACK" },
1044
+ "1344": { "id": "1344", "name": "Giantweald Glade", "type": "OPENPVP_BLACK" },
1045
+ "1356": {
1046
+ "id": "1356",
1047
+ "name": "Eye of the Forest",
1048
+ "type": "OPENPVP_BLACK"
1049
+ },
1050
+ "1357": { "id": "1357", "name": "Eldersleep", "type": "OPENPVP_BLACK" },
1051
+ "3339": {
1052
+ "id": "3339",
1053
+ "name": "Skylake Hinterlands",
1054
+ "type": "OPENPVP_BLACK"
1055
+ },
1056
+ "3353": { "id": "3353", "name": "Thunderrock Draw", "type": "OPENPVP_BLACK" },
1057
+ "4313": { "id": "4313", "name": "Floatshoal Floe", "type": "OPENPVP_BLACK" },
1058
+ "4318": { "id": "4318", "name": "Iceburn Firth", "type": "OPENPVP_BLACK" },
1059
+ "4319": { "id": "4319", "name": "Flammog Fork", "type": "OPENPVP_BLACK" },
1060
+ "4328": { "id": "4328", "name": "Iceburn Peaks", "type": "OPENPVP_BLACK" },
1061
+ "4330": { "id": "4330", "name": "Flammog Valley", "type": "OPENPVP_BLACK" },
1062
+ "4342": { "id": "4342", "name": "Iceburn Cliffs", "type": "OPENPVP_BLACK" },
1063
+ "4346": { "id": "4346", "name": "Iceburn Tundra", "type": "OPENPVP_BLACK" },
1064
+ "4354": {
1065
+ "id": "4354",
1066
+ "name": "Flammog Desolation",
1067
+ "type": "OPENPVP_BLACK"
1068
+ },
1069
+ "4356": {
1070
+ "id": "4356",
1071
+ "name": "Glacierfall Fissure",
1072
+ "type": "OPENPVP_BLACK"
1073
+ },
1074
+ "PSG-0053#1": {
1075
+ "id": "PSG-0053#1",
1076
+ "name": "Driprock Tunnel",
1077
+ "type": "PASSAGE_BLACK"
1078
+ },
1079
+ "PSG-0051#1": {
1080
+ "id": "PSG-0051#1",
1081
+ "name": "Shale Underway",
1082
+ "type": "PASSAGE_BLACK"
1083
+ },
1084
+ "PSG-0052#1": {
1085
+ "id": "PSG-0052#1",
1086
+ "name": "Smuggler's Rut",
1087
+ "type": "PASSAGE_BLACK"
1088
+ },
1089
+ "PSG-0038#2": {
1090
+ "id": "PSG-0038#2",
1091
+ "name": "Crosscut Skip",
1092
+ "type": "PASSAGE_BLACK"
1093
+ },
1094
+ "0317": { "id": "0317", "name": "Widemoor Delta", "type": "OPENPVP_BLACK" },
1095
+ "0318": { "id": "0318", "name": "Willowshade Mire", "type": "OPENPVP_BLACK" },
1096
+ "0319": { "id": "0319", "name": "Willowshade Lake", "type": "OPENPVP_BLACK" },
1097
+ "0320": {
1098
+ "id": "0320",
1099
+ "name": "Willowshade Icemarsh",
1100
+ "type": "OPENPVP_BLACK"
1101
+ },
1102
+ "0334": { "id": "0334", "name": "Widemoor Flats", "type": "OPENPVP_BLACK" },
1103
+ "0345": { "id": "0345", "name": "Willowshade Sink", "type": "OPENPVP_BLACK" },
1104
+ "0348": { "id": "0348", "name": "Widemoor Fen", "type": "OPENPVP_BLACK" },
1105
+ "0350": {
1106
+ "id": "0350",
1107
+ "name": "Twinchannel Narrows",
1108
+ "type": "OPENPVP_BLACK"
1109
+ },
1110
+ "0357": {
1111
+ "id": "0357",
1112
+ "name": "Unhallowed Cloister",
1113
+ "type": "OPENPVP_BLACK"
1114
+ },
1115
+ "1323": {
1116
+ "id": "1323",
1117
+ "name": "Westweald Thicket",
1118
+ "type": "OPENPVP_BLACK"
1119
+ },
1120
+ "1334": { "id": "1334", "name": "Driftwood Glen", "type": "OPENPVP_BLACK" },
1121
+ "1351": { "id": "1351", "name": "Westweald Shore", "type": "OPENPVP_BLACK" },
1122
+ "2312": { "id": "2312", "name": "Sandmount Strand", "type": "OPENPVP_BLACK" },
1123
+ "2314": {
1124
+ "id": "2314",
1125
+ "name": "Bleachskull Steppe",
1126
+ "type": "OPENPVP_BLACK"
1127
+ },
1128
+ "2318": { "id": "2318", "name": "Sandmount Esker", "type": "OPENPVP_BLACK" },
1129
+ "2321": { "id": "2321", "name": "Sandrift Steppe", "type": "OPENPVP_BLACK" },
1130
+ "2322": { "id": "2322", "name": "Sandrift Prairie", "type": "OPENPVP_BLACK" },
1131
+ "2323": { "id": "2323", "name": "Sandrift Coast", "type": "OPENPVP_BLACK" },
1132
+ "2324": { "id": "2324", "name": "Sandrift Shore", "type": "OPENPVP_BLACK" },
1133
+ "2325": { "id": "2325", "name": "Farshore Bay", "type": "OPENPVP_BLACK" },
1134
+ "2333": {
1135
+ "id": "2333",
1136
+ "name": "Bleachskull Desert",
1137
+ "type": "OPENPVP_BLACK"
1138
+ },
1139
+ "2337": { "id": "2337", "name": "Sandrift Expanse", "type": "OPENPVP_BLACK" },
1140
+ "2338": { "id": "2338", "name": "Farshore Lagoon", "type": "OPENPVP_BLACK" },
1141
+ "2349": { "id": "2349", "name": "Sandmount Desert", "type": "OPENPVP_BLACK" },
1142
+ "2350": { "id": "2350", "name": "Sandrift Dunes", "type": "OPENPVP_BLACK" },
1143
+ "2351": {
1144
+ "id": "2351",
1145
+ "name": "Farshore Drylands",
1146
+ "type": "OPENPVP_BLACK"
1147
+ },
1148
+ "2352": { "id": "2352", "name": "Sandrift Fringe", "type": "OPENPVP_BLACK" },
1149
+ "2353": { "id": "2353", "name": "Farshore Cape", "type": "OPENPVP_BLACK" },
1150
+ "2358": { "id": "2358", "name": "Sandmount Ascent", "type": "OPENPVP_BLACK" },
1151
+ "3309": { "id": "3309", "name": "Braemore Upland", "type": "OPENPVP_BLACK" },
1152
+ "3318": { "id": "3318", "name": "Windgrass Border", "type": "OPENPVP_BLACK" },
1153
+ "3320": { "id": "3320", "name": "Windgrass Gully", "type": "OPENPVP_BLACK" },
1154
+ "3321": { "id": "3321", "name": "Windgrass Rill", "type": "OPENPVP_BLACK" },
1155
+ "3322": {
1156
+ "id": "3322",
1157
+ "name": "Windgrass Precipice",
1158
+ "type": "OPENPVP_BLACK"
1159
+ },
1160
+ "3331": { "id": "3331", "name": "Braemore Lowland", "type": "OPENPVP_BLACK" },
1161
+ "3333": { "id": "3333", "name": "Windgrass Fields", "type": "OPENPVP_BLACK" },
1162
+ "3334": { "id": "3334", "name": "Windgrass Coast", "type": "OPENPVP_BLACK" },
1163
+ "3346": { "id": "3346", "name": "Highstone Mound", "type": "OPENPVP_BLACK" },
1164
+ "4314": { "id": "4314", "name": "Avalanche Ravine", "type": "OPENPVP_BLACK" },
1165
+ "4316": { "id": "4316", "name": "Frostbite Chasm", "type": "OPENPVP_BLACK" },
1166
+ "4320": { "id": "4320", "name": "Frostseep Ravine", "type": "OPENPVP_BLACK" },
1167
+ "4335": {
1168
+ "id": "4335",
1169
+ "name": "Frostbite Mountain",
1170
+ "type": "OPENPVP_BLACK"
1171
+ },
1172
+ "4347": {
1173
+ "id": "4347",
1174
+ "name": "Frostseep Crevasse",
1175
+ "type": "OPENPVP_BLACK"
1176
+ },
1177
+ "0322": { "id": "0322", "name": "Longfen Marsh", "type": "OPENPVP_BLACK" },
1178
+ "0323": { "id": "0323", "name": "Mudfoot Sump", "type": "OPENPVP_BLACK" },
1179
+ "0337": { "id": "0337", "name": "Mudfoot Mounds", "type": "OPENPVP_BLACK" },
1180
+ "0352": { "id": "0352", "name": "Longfen Veins", "type": "OPENPVP_BLACK" },
1181
+ "0359": {
1182
+ "id": "0359",
1183
+ "name": "Deathreach Priory",
1184
+ "type": "OPENPVP_BLACK"
1185
+ },
1186
+ "1324": { "id": "1324", "name": "Greenhollow Vale", "type": "OPENPVP_BLACK" },
1187
+ "1352": {
1188
+ "id": "1352",
1189
+ "name": "Greenhollow Copse",
1190
+ "type": "OPENPVP_BLACK"
1191
+ },
1192
+ "3315": { "id": "3315", "name": "Highstone Plains", "type": "OPENPVP_BLACK" },
1193
+ "3316": {
1194
+ "id": "3316",
1195
+ "name": "Battlebrae Flatland",
1196
+ "type": "OPENPVP_BLACK"
1197
+ },
1198
+ "3319": {
1199
+ "id": "3319",
1200
+ "name": "Highstone Grassland",
1201
+ "type": "OPENPVP_BLACK"
1202
+ },
1203
+ "3323": { "id": "3323", "name": "Gravemound Brim", "type": "OPENPVP_BLACK" },
1204
+ "3324": { "id": "3324", "name": "Gravemound Hills", "type": "OPENPVP_BLACK" },
1205
+ "3337": { "id": "3337", "name": "Gravemound Slope", "type": "OPENPVP_BLACK" },
1206
+ "3349": {
1207
+ "id": "3349",
1208
+ "name": "Battlebrae Meadow",
1209
+ "type": "OPENPVP_BLACK"
1210
+ },
1211
+ "3350": {
1212
+ "id": "3350",
1213
+ "name": "Windgrass Terrace",
1214
+ "type": "OPENPVP_BLACK"
1215
+ },
1216
+ "3351": { "id": "3351", "name": "Gravemound Knoll", "type": "OPENPVP_BLACK" },
1217
+ "3352": {
1218
+ "id": "3352",
1219
+ "name": "Gravemound Cliffs",
1220
+ "type": "OPENPVP_BLACK"
1221
+ },
1222
+ "3357": { "id": "3357", "name": "Highstone Loch", "type": "OPENPVP_BLACK" },
1223
+ "3359": { "id": "3359", "name": "Redtree Enclave", "type": "OPENPVP_BLACK" },
1224
+ "PSG-0052#2": {
1225
+ "id": "PSG-0052#2",
1226
+ "name": "Deathcap Channel",
1227
+ "type": "PASSAGE_BLACK"
1228
+ },
1229
+ "PSG-0052#3": {
1230
+ "id": "PSG-0052#3",
1231
+ "name": "Glowmire Grotto",
1232
+ "type": "PASSAGE_BLACK"
1233
+ },
1234
+ "PSG-0051#2": {
1235
+ "id": "PSG-0051#2",
1236
+ "name": "Lurkers' Hollow",
1237
+ "type": "PASSAGE_BLACK"
1238
+ },
1239
+ "PSG-0050#1": {
1240
+ "id": "PSG-0050#1",
1241
+ "name": "Middlemurk Path",
1242
+ "type": "PASSAGE_BLACK"
1243
+ },
1244
+ "PSG-0048#1": {
1245
+ "id": "PSG-0048#1",
1246
+ "name": "Craglight Cavern",
1247
+ "type": "PASSAGE_BLACK"
1248
+ },
1249
+ "0346": { "id": "0346", "name": "Deathwisp Sink", "type": "OPENPVP_BLACK" },
1250
+ "0347": { "id": "0347", "name": "Deathwisp Bog", "type": "OPENPVP_BLACK" },
1251
+ "0349": {
1252
+ "id": "0349",
1253
+ "name": "Sunkenbough Woods",
1254
+ "type": "OPENPVP_BLACK"
1255
+ },
1256
+ "0356": { "id": "0356", "name": "Black Monastery", "type": "OPENPVP_BLACK" },
1257
+ "0358": {
1258
+ "id": "0358",
1259
+ "name": "Sunkenbough Spring",
1260
+ "type": "OPENPVP_BLACK"
1261
+ },
1262
+ "1318": {
1263
+ "id": "1318",
1264
+ "name": "Rivercopse Crossing",
1265
+ "type": "OPENPVP_BLACK"
1266
+ },
1267
+ "1321": { "id": "1321", "name": "Driftwood Vale", "type": "OPENPVP_BLACK" },
1268
+ "1333": {
1269
+ "id": "1333",
1270
+ "name": "Hightree Borderlands",
1271
+ "type": "OPENPVP_BLACK"
1272
+ },
1273
+ "1346": { "id": "1346", "name": "Rivercopse Curve", "type": "OPENPVP_BLACK" },
1274
+ "1348": { "id": "1348", "name": "Driftwood Hollow", "type": "OPENPVP_BLACK" },
1275
+ "1349": { "id": "1349", "name": "Rivercopse Path", "type": "OPENPVP_BLACK" },
1276
+ "1358": { "id": "1358", "name": "Darkbough Snag", "type": "OPENPVP_BLACK" },
1277
+ "1359": { "id": "1359", "name": "Rivercopse Fount", "type": "OPENPVP_BLACK" },
1278
+ "2310": { "id": "2310", "name": "Sunfang Ravine", "type": "OPENPVP_BLACK" },
1279
+ "2330": { "id": "2330", "name": "Sunfang Approach", "type": "OPENPVP_BLACK" },
1280
+ "2331": { "id": "2331", "name": "Parchsand Cliffs", "type": "OPENPVP_BLACK" },
1281
+ "2343": { "id": "2343", "name": "Sunfang Cliffs", "type": "OPENPVP_BLACK" },
1282
+ "2344": {
1283
+ "id": "2344",
1284
+ "name": "Sunfang Wasteland",
1285
+ "type": "OPENPVP_BLACK"
1286
+ },
1287
+ "2356": { "id": "2356", "name": "Wailing Bulwark", "type": "OPENPVP_BLACK" },
1288
+ "2357": { "id": "2357", "name": "Sunfang Dawn", "type": "OPENPVP_BLACK" },
1289
+ "2359": {
1290
+ "id": "2359",
1291
+ "name": "Parchsand Drought",
1292
+ "type": "OPENPVP_BLACK"
1293
+ },
1294
+ "3306": {
1295
+ "id": "3306",
1296
+ "name": "Murdergulch Cross",
1297
+ "type": "OPENPVP_BLACK"
1298
+ },
1299
+ "3307": { "id": "3307", "name": "Murdergulch Gap", "type": "OPENPVP_BLACK" },
1300
+ "3308": {
1301
+ "id": "3308",
1302
+ "name": "Razorrock Passage",
1303
+ "type": "OPENPVP_BLACK"
1304
+ },
1305
+ "3310": { "id": "3310", "name": "Razorrock Valley", "type": "OPENPVP_BLACK" },
1306
+ "3311": { "id": "3311", "name": "Highstone Meadow", "type": "OPENPVP_BLACK" },
1307
+ "3312": { "id": "3312", "name": "Battlebrae Plain", "type": "OPENPVP_BLACK" },
1308
+ "3313": { "id": "3313", "name": "Battlebrae Lake", "type": "OPENPVP_BLACK" },
1309
+ "3314": {
1310
+ "id": "3314",
1311
+ "name": "Stonemouth Northbluff",
1312
+ "type": "OPENPVP_BLACK"
1313
+ },
1314
+ "3329": {
1315
+ "id": "3329",
1316
+ "name": "Thunderrock Rapids",
1317
+ "type": "OPENPVP_BLACK"
1318
+ },
1319
+ "3330": { "id": "3330", "name": "Razorrock Ravine", "type": "OPENPVP_BLACK" },
1320
+ "3332": { "id": "3332", "name": "Razorrock Edge", "type": "OPENPVP_BLACK" },
1321
+ "3335": { "id": "3335", "name": "Stonemouth Bay", "type": "OPENPVP_BLACK" },
1322
+ "3340": {
1323
+ "id": "3340",
1324
+ "name": "Thunderrock Ascent",
1325
+ "type": "OPENPVP_BLACK"
1326
+ },
1327
+ "3341": {
1328
+ "id": "3341",
1329
+ "name": "Thunderrock Upland",
1330
+ "type": "OPENPVP_BLACK"
1331
+ },
1332
+ "3342": {
1333
+ "id": "3342",
1334
+ "name": "Murdergulch Trail",
1335
+ "type": "OPENPVP_BLACK"
1336
+ },
1337
+ "3343": { "id": "3343", "name": "Razorrock Chasm", "type": "OPENPVP_BLACK" },
1338
+ "3344": { "id": "3344", "name": "Razorrock Verge", "type": "OPENPVP_BLACK" },
1339
+ "3345": { "id": "3345", "name": "Razorrock Bank", "type": "OPENPVP_BLACK" },
1340
+ "3347": {
1341
+ "id": "3347",
1342
+ "name": "Highstone Plateau",
1343
+ "type": "OPENPVP_BLACK"
1344
+ },
1345
+ "3348": {
1346
+ "id": "3348",
1347
+ "name": "Battlebrae Grassland",
1348
+ "type": "OPENPVP_BLACK"
1349
+ },
1350
+ "3354": {
1351
+ "id": "3354",
1352
+ "name": "Murdergulch Divide",
1353
+ "type": "OPENPVP_BLACK"
1354
+ },
1355
+ "3355": {
1356
+ "id": "3355",
1357
+ "name": "Murdergulch Ravine",
1358
+ "type": "OPENPVP_BLACK"
1359
+ },
1360
+ "3356": { "id": "3356", "name": "Razorrock Gulch", "type": "OPENPVP_BLACK" },
1361
+ "4333": { "id": "4333", "name": "Firesink Caldera", "type": "OPENPVP_BLACK" },
1362
+ "4334": { "id": "4334", "name": "Whitecliff Peak", "type": "OPENPVP_BLACK" },
1363
+ "4349": { "id": "4349", "name": "Firesink Trench", "type": "OPENPVP_BLACK" },
1364
+ "4350": {
1365
+ "id": "4350",
1366
+ "name": "Whitecliff Expanse",
1367
+ "type": "OPENPVP_BLACK"
1368
+ },
1369
+ "4358": {
1370
+ "id": "4358",
1371
+ "name": "Avalanche Incline",
1372
+ "type": "OPENPVP_BLACK"
1373
+ },
1374
+ "PSG-0051#3": {
1375
+ "id": "PSG-0051#3",
1376
+ "name": "Bedrock Passage",
1377
+ "type": "PASSAGE_BLACK"
1378
+ },
1379
+ "PSG-0051#4": {
1380
+ "id": "PSG-0051#4",
1381
+ "name": "Everglow Deep",
1382
+ "type": "PASSAGE_BLACK"
1383
+ },
1384
+ "0336": { "id": "0336", "name": "Longfen Arms", "type": "OPENPVP_BLACK" },
1385
+ "2311": {
1386
+ "id": "2311",
1387
+ "name": "Thirstwater Steppe",
1388
+ "type": "OPENPVP_BLACK"
1389
+ },
1390
+ "2313": { "id": "2313", "name": "Dryvein Riverbed", "type": "OPENPVP_BLACK" },
1391
+ "2329": {
1392
+ "id": "2329",
1393
+ "name": "Thirstwater Waste",
1394
+ "type": "OPENPVP_BLACK"
1395
+ },
1396
+ "2332": { "id": "2332", "name": "Dryvein Steppe", "type": "OPENPVP_BLACK" },
1397
+ "2345": { "id": "2345", "name": "Dryvein End", "type": "OPENPVP_BLACK" },
1398
+ "2346": {
1399
+ "id": "2346",
1400
+ "name": "Thirstwater Gully",
1401
+ "type": "OPENPVP_BLACK"
1402
+ },
1403
+ "2347": {
1404
+ "id": "2347",
1405
+ "name": "Dryvein Confluence",
1406
+ "type": "OPENPVP_BLACK"
1407
+ },
1408
+ "2360": { "id": "2360", "name": "Daemonium Keep", "type": "OPENPVP_BLACK" },
1409
+ "PSG-0004#1": {
1410
+ "id": "PSG-0004#1",
1411
+ "name": "Nightbloom Track",
1412
+ "type": "PASSAGE_BLACK"
1413
+ },
1414
+ "PSG-0045#1": {
1415
+ "id": "PSG-0045#1",
1416
+ "name": "Mudrock Burrow",
1417
+ "type": "PASSAGE_BLACK"
1418
+ },
1419
+ "PSG-0053#2": {
1420
+ "id": "PSG-0053#2",
1421
+ "name": "Deathcreep Adit",
1422
+ "type": "PASSAGE_BLACK"
1423
+ },
1424
+ "4300": { "id": "4300", "name": "Arthur's Rest", "type": "PLAYERCITY_BLACK" },
1425
+ "1012": { "id": "1012", "name": "Merlyn's Rest", "type": "PLAYERCITY_BLACK" },
1426
+ "0360-HALL-01": {
1427
+ "id": "0360-HALL-01",
1428
+ "name": "Conquerors' Hall Lvl. 1",
1429
+ "type": "PLAYERCITY_BLACK_ROYAL_NOFURNITURE_HALL_OF_FAME"
1430
+ },
1431
+ "0361-HALL-02": {
1432
+ "id": "0361-HALL-02",
1433
+ "name": "Conquerors' Hall Lvl. 2",
1434
+ "type": "PLAYERCITY_BLACK_ROYAL_NOFURNITURE_HALL_OF_FAME"
1435
+ },
1436
+ "1013-HALL-01": {
1437
+ "id": "1013-HALL-01",
1438
+ "name": "Conquerors' Hall Lvl. 1",
1439
+ "type": "PLAYERCITY_BLACK_ROYAL_NOFURNITURE_HALL_OF_FAME"
1440
+ },
1441
+ "1014-HALL-02": {
1442
+ "id": "1014-HALL-02",
1443
+ "name": "Conquerors' Hall Lvl. 2",
1444
+ "type": "PLAYERCITY_BLACK_ROYAL_NOFURNITURE_HALL_OF_FAME"
1445
+ },
1446
+ "2010-HALL-01": {
1447
+ "id": "2010-HALL-01",
1448
+ "name": "Conquerors' Hall Lvl. 1",
1449
+ "type": "PLAYERCITY_BLACK_ROYAL_NOFURNITURE_HALL_OF_FAME"
1450
+ },
1451
+ "2011-HALL-02": {
1452
+ "id": "2011-HALL-02",
1453
+ "name": "Conquerors' Hall Lvl. 2",
1454
+ "type": "PLAYERCITY_BLACK_ROYAL_NOFURNITURE_HALL_OF_FAME"
1455
+ },
1456
+ "3014-HALL-01": {
1457
+ "id": "3014-HALL-01",
1458
+ "name": "Conquerors' Hall Lvl. 1",
1459
+ "type": "PLAYERCITY_BLACK_ROYAL_NOFURNITURE_HALL_OF_FAME"
1460
+ },
1461
+ "3015-HALL-02": {
1462
+ "id": "3015-HALL-02",
1463
+ "name": "Conquerors' Hall Lvl. 2",
1464
+ "type": "PLAYERCITY_BLACK_ROYAL_NOFURNITURE_HALL_OF_FAME"
1465
+ },
1466
+ "4007-HALL-01": {
1467
+ "id": "4007-HALL-01",
1468
+ "name": "Conquerors' Hall Lvl. 1",
1469
+ "type": "PLAYERCITY_BLACK_ROYAL_NOFURNITURE_HALL_OF_FAME"
1470
+ },
1471
+ "4008-HALL-02": {
1472
+ "id": "4008-HALL-02",
1473
+ "name": "Conquerors' Hall Lvl. 2",
1474
+ "type": "PLAYERCITY_BLACK_ROYAL_NOFURNITURE_HALL_OF_FAME"
1475
+ },
1476
+ "0008": {
1477
+ "id": "0008",
1478
+ "name": "Morgana's Rest",
1479
+ "type": "PLAYERCITY_BLACK"
1480
+ },
1481
+ "TNL-001": { "id": "TNL-001", "name": "Ouyos-Aoeuam", "type": "TUNNEL" },
1482
+ "TNL-002": { "id": "TNL-002", "name": "Coues-Exakrom", "type": "TUNNEL" },
1483
+ "TNL-003": { "id": "TNL-003", "name": "Puros-Amayam", "type": "TUNNEL" },
1484
+ "TNL-004": { "id": "TNL-004", "name": "Pures-Ouozlum", "type": "TUNNEL" },
1485
+ "TNL-005": { "id": "TNL-005", "name": "Soros-Axaesum", "type": "TUNNEL" },
1486
+ "TNL-006": { "id": "TNL-006", "name": "Huyos-Uxeulum", "type": "TUNNEL" },
1487
+ "TNL-007": { "id": "TNL-007", "name": "Ceres-Iooinum", "type": "TUNNEL" },
1488
+ "TNL-008": { "id": "TNL-008", "name": "Cetos-Obaelos", "type": "TUNNEL" },
1489
+ "TNL-009": { "id": "TNL-009", "name": "Oieos-Umiutum", "type": "TUNNEL" },
1490
+ "TNL-010": { "id": "TNL-010", "name": "Sebos-Avoirom", "type": "TUNNEL" },
1491
+ "TNL-011": { "id": "TNL-011", "name": "Teros-Auiusum", "type": "TUNNEL" },
1492
+ "TNL-012": { "id": "TNL-012", "name": "Oebos-Ixakaum", "type": "TUNNEL" },
1493
+ "TNL-013": { "id": "TNL-013", "name": "Touos-Uoemtum", "type": "TUNNEL" },
1494
+ "TNL-014": { "id": "TNL-014", "name": "Xasos-Aeoilos", "type": "TUNNEL" },
1495
+ "TNL-015": { "id": "TNL-015", "name": "Xuros-Eyoztum", "type": "TUNNEL" },
1496
+ "TNL-016": { "id": "TNL-016", "name": "Pasos-Avosam", "type": "TUNNEL" },
1497
+ "TNL-017": { "id": "TNL-017", "name": "Oasos-Uromlum", "type": "TUNNEL" },
1498
+ "TNL-018": { "id": "TNL-018", "name": "Casos-Uruxtum", "type": "TUNNEL" },
1499
+ "TNL-019": { "id": "TNL-019", "name": "Ceros-Aeaylum", "type": "TUNNEL" },
1500
+ "TNL-020": { "id": "TNL-020", "name": "Xouos-Aioblos", "type": "TUNNEL" },
1501
+ "TNL-021": { "id": "TNL-021", "name": "Oasos-Eraerom", "type": "TUNNEL" },
1502
+ "TNL-022": { "id": "TNL-022", "name": "Tetos-Igaelum", "type": "TUNNEL" },
1503
+ "TNL-023": { "id": "TNL-023", "name": "Hynos-Oiaelos", "type": "TUNNEL" },
1504
+ "TNL-024": { "id": "TNL-024", "name": "Hebos-Ulamsum", "type": "TUNNEL" },
1505
+ "TNL-025": { "id": "TNL-025", "name": "Hiros-Iuaerom", "type": "TUNNEL" },
1506
+ "TNL-026": { "id": "TNL-026", "name": "Cynos-Avixnum", "type": "TUNNEL" },
1507
+ "TNL-027": { "id": "TNL-027", "name": "Conos-Avaelum", "type": "TUNNEL" },
1508
+ "TNL-028": { "id": "TNL-028", "name": "Tetos-Ulaurom", "type": "TUNNEL" },
1509
+ "TNL-029": { "id": "TNL-029", "name": "Oures-Araosum", "type": "TUNNEL" },
1510
+ "TNL-030": { "id": "TNL-030", "name": "Hures-Ugumtum", "type": "TUNNEL" },
1511
+ "TNL-031": { "id": "TNL-031", "name": "Hasos-Iuimaum", "type": "TUNNEL" },
1512
+ "TNL-032": { "id": "TNL-032", "name": "Foros-Egoisum", "type": "TUNNEL" },
1513
+ "TNL-033": { "id": "TNL-033", "name": "Hasos-Agoitum", "type": "TUNNEL" },
1514
+ "TNL-034": { "id": "TNL-034", "name": "Setos-Avamsum", "type": "TUNNEL" },
1515
+ "TNL-035": { "id": "TNL-035", "name": "Tonos-Obayam", "type": "TUNNEL" },
1516
+ "TNL-036": { "id": "TNL-036", "name": "Honos-Umayaum", "type": "TUNNEL" },
1517
+ "TNL-037": { "id": "TNL-037", "name": "Huyes-Ogozlum", "type": "TUNNEL" },
1518
+ "TNL-038": { "id": "TNL-038", "name": "Curos-Avulsum", "type": "TUNNEL" },
1519
+ "TNL-039": { "id": "TNL-039", "name": "Cebos-Avemlum", "type": "TUNNEL" },
1520
+ "TNL-040": { "id": "TNL-040", "name": "Hasos-Inayaum", "type": "TUNNEL" },
1521
+ "TNL-041": { "id": "TNL-041", "name": "Sasos-Egeylos", "type": "TUNNEL" },
1522
+ "TNL-042": { "id": "TNL-042", "name": "Coros-Aiayrom", "type": "TUNNEL" },
1523
+ "TNL-043": { "id": "TNL-043", "name": "Hiros-Exozlos", "type": "TUNNEL" },
1524
+ "TNL-044": { "id": "TNL-044", "name": "Tiros-Ouultum", "type": "TUNNEL" },
1525
+ "TNL-045": { "id": "TNL-045", "name": "Cases-Ugumlos", "type": "TUNNEL" },
1526
+ "TNL-046": { "id": "TNL-046", "name": "Fynes-Unavtum", "type": "TUNNEL" },
1527
+ "TNL-047": { "id": "TNL-047", "name": "Fetos-Aiaylos", "type": "TUNNEL" },
1528
+ "TNL-048": { "id": "TNL-048", "name": "Fouos-Agosaum", "type": "TUNNEL" },
1529
+ "TNL-049": { "id": "TNL-049", "name": "Huyos-Eyoztum", "type": "TUNNEL" },
1530
+ "TNL-050": { "id": "TNL-050", "name": "Poues-Unatam", "type": "TUNNEL" },
1531
+ "TNL-051": { "id": "TNL-051", "name": "Fouos-Amaurom", "type": "TUNNEL" },
1532
+ "TNL-052": { "id": "TNL-052", "name": "Suyos-Onaytum", "type": "TUNNEL" },
1533
+ "TNL-053": { "id": "TNL-053", "name": "Xasos-Oneulum", "type": "TUNNEL" },
1534
+ "TNL-054": { "id": "TNL-054", "name": "Oynos-Oyozam", "type": "TUNNEL" },
1535
+ "TNL-055": { "id": "TNL-055", "name": "Coros-Atinaum", "type": "TUNNEL" },
1536
+ "TNL-056": { "id": "TNL-056", "name": "Sasos-Oiozlum", "type": "TUNNEL" },
1537
+ "TNL-057": { "id": "TNL-057", "name": "Xynos-Oyogam", "type": "TUNNEL" },
1538
+ "TNL-058": { "id": "TNL-058", "name": "Cynos-Oxaeaum", "type": "TUNNEL" },
1539
+ "TNL-059": { "id": "TNL-059", "name": "Tynos-Atatlos", "type": "TUNNEL" },
1540
+ "TNL-060": { "id": "TNL-060", "name": "Firos-Enomaum", "type": "TUNNEL" },
1541
+ "TNL-061": { "id": "TNL-061", "name": "Hynes-Exemrom", "type": "TUNNEL" },
1542
+ "TNL-062": { "id": "TNL-062", "name": "Hebes-Ouaylos", "type": "TUNNEL" },
1543
+ "TNL-063": { "id": "TNL-063", "name": "Foues-Aeaosum", "type": "TUNNEL" },
1544
+ "TNL-064": { "id": "TNL-064", "name": "Xilos-Osayam", "type": "TUNNEL" },
1545
+ "TNL-065": { "id": "TNL-065", "name": "Casos-Ayosrom", "type": "TUNNEL" },
1546
+ "TNL-066": { "id": "TNL-066", "name": "Souos-Ososlos", "type": "TUNNEL" },
1547
+ "TNL-067": { "id": "TNL-067", "name": "Xebos-Emimsum", "type": "TUNNEL" },
1548
+ "TNL-068": { "id": "TNL-068", "name": "Oetos-Oyexlos", "type": "TUNNEL" },
1549
+ "TNL-069": { "id": "TNL-069", "name": "Xebos-Exostum", "type": "TUNNEL" },
1550
+ "TNL-070": { "id": "TNL-070", "name": "Tynos-Eyexrom", "type": "TUNNEL" },
1551
+ "TNL-071": { "id": "TNL-071", "name": "Casos-Aximam", "type": "TUNNEL" },
1552
+ "TNL-072": { "id": "TNL-072", "name": "Hasos-Ayousum", "type": "TUNNEL" },
1553
+ "TNL-073": { "id": "TNL-073", "name": "Fasos-Ayiotum", "type": "TUNNEL" },
1554
+ "TNL-074": { "id": "TNL-074", "name": "Pebos-Avosrom", "type": "TUNNEL" },
1555
+ "TNL-075": { "id": "TNL-075", "name": "Sases-Avuotum", "type": "TUNNEL" },
1556
+ "TNL-076": { "id": "TNL-076", "name": "Xases-Oxoulum", "type": "TUNNEL" },
1557
+ "TNL-077": { "id": "TNL-077", "name": "Hieos-Avaolum", "type": "TUNNEL" },
1558
+ "TNL-078": { "id": "TNL-078", "name": "Xasos-Aoemaum", "type": "TUNNEL" },
1559
+ "TNL-079": { "id": "TNL-079", "name": "Hasos-Osuorom", "type": "TUNNEL" },
1560
+ "TNL-080": { "id": "TNL-080", "name": "Oynos-Eramtum", "type": "TUNNEL" },
1561
+ "TNL-081": { "id": "TNL-081", "name": "Couos-Ayayaum", "type": "TUNNEL" },
1562
+ "TNL-082": { "id": "TNL-082", "name": "Siros-Obobrom", "type": "TUNNEL" },
1563
+ "TNL-083": { "id": "TNL-083", "name": "Souos-Umogaum", "type": "TUNNEL" },
1564
+ "TNL-084": { "id": "TNL-084", "name": "Cilos-Avioaum", "type": "TUNNEL" },
1565
+ "TNL-085": { "id": "TNL-085", "name": "Fonos-Aiugsum", "type": "TUNNEL" },
1566
+ "TNL-086": { "id": "TNL-086", "name": "Synos-Ayailos", "type": "TUNNEL" },
1567
+ "TNL-087": { "id": "TNL-087", "name": "Xiles-Aiavlum", "type": "TUNNEL" },
1568
+ "TNL-088": { "id": "TNL-088", "name": "Sases-Aoarsum", "type": "TUNNEL" },
1569
+ "TNL-089": { "id": "TNL-089", "name": "Casos-Aiagsum", "type": "TUNNEL" },
1570
+ "TNL-090": { "id": "TNL-090", "name": "Tieos-Ayoslum", "type": "TUNNEL" },
1571
+ "TNL-091": { "id": "TNL-091", "name": "Hieos-Aiigaum", "type": "TUNNEL" },
1572
+ "TNL-092": { "id": "TNL-092", "name": "Poros-Aiayrom", "type": "TUNNEL" },
1573
+ "TNL-093": { "id": "TNL-093", "name": "Cilos-Ofailos", "type": "TUNNEL" },
1574
+ "TNL-094": { "id": "TNL-094", "name": "Silos-Apenlum", "type": "TUNNEL" },
1575
+ "TNL-095": { "id": "TNL-095", "name": "Fynos-Alodrom", "type": "TUNNEL" },
1576
+ "TNL-096": { "id": "TNL-096", "name": "Firos-Ezatam", "type": "TUNNEL" },
1577
+ "TNL-097": { "id": "TNL-097", "name": "Firos-Osinsum", "type": "TUNNEL" },
1578
+ "TNL-098": { "id": "TNL-098", "name": "Soues-Uzurtum", "type": "TUNNEL" },
1579
+ "TNL-099": { "id": "TNL-099", "name": "Ooros-Ataltum", "type": "TUNNEL" },
1580
+ "TNL-100": { "id": "TNL-100", "name": "Hynes-Ieatun", "type": "TUNNEL" },
1581
+ "TNL-101": { "id": "TNL-101", "name": "Fuyes-Izohun", "type": "TUNNEL" },
1582
+ "TNL-102": { "id": "TNL-102", "name": "Xetos-Obursum", "type": "TUNNEL" },
1583
+ "TNL-103": { "id": "TNL-103", "name": "Oetos-Ofailos", "type": "TUNNEL" },
1584
+ "TNL-104": { "id": "TNL-104", "name": "Tynos-Igurlum", "type": "TUNNEL" },
1585
+ "TNL-105": { "id": "TNL-105", "name": "Puros-Ofavam", "type": "TUNNEL" },
1586
+ "TNL-106": { "id": "TNL-106", "name": "Setos-Aiaitum", "type": "TUNNEL" },
1587
+ "TNL-107": { "id": "TNL-107", "name": "Tynos-Uxavrom", "type": "TUNNEL" },
1588
+ "TNL-108": { "id": "TNL-108", "name": "Souos-Availos", "type": "TUNNEL" },
1589
+ "TNL-109": { "id": "TNL-109", "name": "Sebos-Ugersum", "type": "TUNNEL" },
1590
+ "TNL-110": { "id": "TNL-110", "name": "Peros-Aiataum", "type": "TUNNEL" },
1591
+ "TNL-111": { "id": "TNL-111", "name": "Pieos-Ofairom", "type": "TUNNEL" },
1592
+ "TNL-112": { "id": "TNL-112", "name": "Sieos-Ofugtum", "type": "TUNNEL" },
1593
+ "TNL-113": { "id": "TNL-113", "name": "Tasos-Iriglos", "type": "TUNNEL" },
1594
+ "TNL-114": { "id": "TNL-114", "name": "Tiros-Odoxlum", "type": "TUNNEL" },
1595
+ "TNL-115": { "id": "TNL-115", "name": "Xases-Ataglos", "type": "TUNNEL" },
1596
+ "TNL-116": { "id": "TNL-116", "name": "Oires-Oloblum", "type": "TUNNEL" },
1597
+ "TNL-117": { "id": "TNL-117", "name": "Firos-Aiavam", "type": "TUNNEL" },
1598
+ "TNL-118": { "id": "TNL-118", "name": "Heros-Atoyam", "type": "TUNNEL" },
1599
+ "TNL-119": { "id": "TNL-119", "name": "Petos-Aietam", "type": "TUNNEL" },
1600
+ "TNL-120": { "id": "TNL-120", "name": "Touos-Ataglos", "type": "TUNNEL" },
1601
+ "TNL-121": { "id": "TNL-121", "name": "Poros-Oconun", "type": "TUNNEL" },
1602
+ "TNL-122": { "id": "TNL-122", "name": "Honos-Oyezam", "type": "TUNNEL" },
1603
+ "TNL-123": { "id": "TNL-123", "name": "Fieos-Atezsum", "type": "TUNNEL" },
1604
+ "TNL-124": { "id": "TNL-124", "name": "Ooros-Ecunsum", "type": "TUNNEL" },
1605
+ "TNL-125": { "id": "TNL-125", "name": "Coros-Alieam", "type": "TUNNEL" },
1606
+ "TNL-126": { "id": "TNL-126", "name": "Couos-Opodam", "type": "TUNNEL" },
1607
+ "TNL-127": { "id": "TNL-127", "name": "Horos-Ohenlum", "type": "TUNNEL" },
1608
+ "TNL-128": { "id": "TNL-128", "name": "Files-Azazsum", "type": "TUNNEL" },
1609
+ "TNL-129": { "id": "TNL-129", "name": "Sasos-Abizaum", "type": "TUNNEL" },
1610
+ "TNL-130": { "id": "TNL-130", "name": "Fones-Opavun", "type": "TUNNEL" },
1611
+ "TNL-131": { "id": "TNL-131", "name": "Fiees-Ohohtum", "type": "TUNNEL" },
1612
+ "TNL-132": { "id": "TNL-132", "name": "Siros-Ofurlos", "type": "TUNNEL" },
1613
+ "TNL-133": { "id": "TNL-133", "name": "Oiros-Alaiam", "type": "TUNNEL" },
1614
+ "TNL-134": { "id": "TNL-134", "name": "Xiros-Aiairom", "type": "TUNNEL" },
1615
+ "TNL-135": { "id": "TNL-135", "name": "Silos-Oyarlum", "type": "TUNNEL" },
1616
+ "TNL-136": { "id": "TNL-136", "name": "Fonos-Oleraum", "type": "TUNNEL" },
1617
+ "TNL-137": { "id": "TNL-137", "name": "Fieos-Aiuttum", "type": "TUNNEL" },
1618
+ "TNL-138": { "id": "TNL-138", "name": "Filos-Abalam", "type": "TUNNEL" },
1619
+ "TNL-139": { "id": "TNL-139", "name": "Synos-Oyarlos", "type": "TUNNEL" },
1620
+ "TNL-140": { "id": "TNL-140", "name": "Febos-Acalun", "type": "TUNNEL" },
1621
+ "TNL-141": { "id": "TNL-141", "name": "Pieos-Eterrom", "type": "TUNNEL" },
1622
+ "TNL-142": { "id": "TNL-142", "name": "Feros-Oyuctum", "type": "TUNNEL" },
1623
+ "TNL-143": { "id": "TNL-143", "name": "Pynos-Opabrom", "type": "TUNNEL" },
1624
+ "TNL-144": { "id": "TNL-144", "name": "Foros-Uzazlum", "type": "TUNNEL" },
1625
+ "TNL-145": { "id": "TNL-145", "name": "Cieos-Atatlum", "type": "TUNNEL" },
1626
+ "TNL-146": { "id": "TNL-146", "name": "Huros-Atontum", "type": "TUNNEL" },
1627
+ "TNL-147": { "id": "TNL-147", "name": "Tonos-Aboysum", "type": "TUNNEL" },
1628
+ "TNL-148": { "id": "TNL-148", "name": "Hiles-Izizaum", "type": "TUNNEL" },
1629
+ "TNL-149": { "id": "TNL-149", "name": "Sebos-Oyohun", "type": "TUNNEL" },
1630
+ "TNL-150": { "id": "TNL-150", "name": "Cilos-Otatrom", "type": "TUNNEL" },
1631
+ "TNL-201": { "id": "TNL-201", "name": "Oasitos-Aoeuam", "type": "TUNNEL" },
1632
+ "TNL-202": { "id": "TNL-202", "name": "Curites-Exakrom", "type": "TUNNEL" },
1633
+ "TNL-203": { "id": "TNL-203", "name": "Petitos-Amayam", "type": "TUNNEL" },
1634
+ "TNL-204": { "id": "TNL-204", "name": "Pynites-Ouozlum", "type": "TUNNEL" },
1635
+ "TNL-205": { "id": "TNL-205", "name": "Suyitos-Axaesum", "type": "TUNNEL" },
1636
+ "TNL-206": { "id": "TNL-206", "name": "Honitos-Uxeulum", "type": "TUNNEL" },
1637
+ "TNL-207": { "id": "TNL-207", "name": "Cuyites-Iooinum", "type": "TUNNEL" },
1638
+ "TNL-208": { "id": "TNL-208", "name": "Cieitos-Obaelos", "type": "TUNNEL" },
1639
+ "TNL-209": { "id": "TNL-209", "name": "Oonitos-Umiutum", "type": "TUNNEL" },
1640
+ "TNL-210": { "id": "TNL-210", "name": "Siritos-Avoirom", "type": "TUNNEL" },
1641
+ "TNL-211": { "id": "TNL-211", "name": "Tuyitos-Auiusum", "type": "TUNNEL" },
1642
+ "TNL-212": { "id": "TNL-212", "name": "Oieitos-Ixakaum", "type": "TUNNEL" },
1643
+ "TNL-213": { "id": "TNL-213", "name": "Turitos-Uoemtum", "type": "TUNNEL" },
1644
+ "TNL-214": { "id": "TNL-214", "name": "Xouitos-Aeoilos", "type": "TUNNEL" },
1645
+ "TNL-215": { "id": "TNL-215", "name": "Xouitos-Eyoztum", "type": "TUNNEL" },
1646
+ "TNL-216": { "id": "TNL-216", "name": "Peritos-Avosam", "type": "TUNNEL" },
1647
+ "TNL-217": { "id": "TNL-217", "name": "Oynitos-Uromlum", "type": "TUNNEL" },
1648
+ "TNL-218": { "id": "TNL-218", "name": "Conitos-Uruxtum", "type": "TUNNEL" },
1649
+ "TNL-219": { "id": "TNL-219", "name": "Cebitos-Aeaylum", "type": "TUNNEL" },
1650
+ "TNL-220": { "id": "TNL-220", "name": "Xuyitos-Aioblos", "type": "TUNNEL" },
1651
+ "TNL-221": { "id": "TNL-221", "name": "Oebitos-Eraerom", "type": "TUNNEL" },
1652
+ "TNL-222": { "id": "TNL-222", "name": "Tebitos-Igaelum", "type": "TUNNEL" },
1653
+ "TNL-223": { "id": "TNL-223", "name": "Huritos-Oiaelos", "type": "TUNNEL" },
1654
+ "TNL-224": { "id": "TNL-224", "name": "Hynitos-Ulamsum", "type": "TUNNEL" },
1655
+ "TNL-225": { "id": "TNL-225", "name": "Hetitos-Iuaerom", "type": "TUNNEL" },
1656
+ "TNL-226": { "id": "TNL-226", "name": "Cetitos-Avixnum", "type": "TUNNEL" },
1657
+ "TNL-227": { "id": "TNL-227", "name": "Casitos-Avaelum", "type": "TUNNEL" },
1658
+ "TNL-228": { "id": "TNL-228", "name": "Tasitos-Ulaurom", "type": "TUNNEL" },
1659
+ "TNL-229": { "id": "TNL-229", "name": "Oynites-Araosum", "type": "TUNNEL" },
1660
+ "TNL-230": { "id": "TNL-230", "name": "Hilites-Ugumtum", "type": "TUNNEL" },
1661
+ "TNL-231": { "id": "TNL-231", "name": "Huritos-Iuimaum", "type": "TUNNEL" },
1662
+ "TNL-232": { "id": "TNL-232", "name": "Fynitos-Egoisum", "type": "TUNNEL" },
1663
+ "TNL-233": { "id": "TNL-233", "name": "Huyitos-Agoitum", "type": "TUNNEL" },
1664
+ "TNL-234": { "id": "TNL-234", "name": "Soritos-Avamsum", "type": "TUNNEL" },
1665
+ "TNL-235": { "id": "TNL-235", "name": "Tasitos-Obayam", "type": "TUNNEL" },
1666
+ "TNL-236": { "id": "TNL-236", "name": "Hasitos-Umayaum", "type": "TUNNEL" },
1667
+ "TNL-237": { "id": "TNL-237", "name": "Hynites-Ogozlum", "type": "TUNNEL" },
1668
+ "TNL-238": { "id": "TNL-238", "name": "Ceritos-Avulsum", "type": "TUNNEL" },
1669
+ "TNL-239": { "id": "TNL-239", "name": "Coritos-Avemlum", "type": "TUNNEL" },
1670
+ "TNL-240": { "id": "TNL-240", "name": "Heritos-Inayaum", "type": "TUNNEL" },
1671
+ "TNL-241": { "id": "TNL-241", "name": "Seritos-Egeylos", "type": "TUNNEL" },
1672
+ "TNL-242": { "id": "TNL-242", "name": "Cetitos-Aiayrom", "type": "TUNNEL" },
1673
+ "TNL-243": { "id": "TNL-243", "name": "Heritos-Exozlos", "type": "TUNNEL" },
1674
+ "TNL-244": { "id": "TNL-244", "name": "Tieitos-Ouultum", "type": "TUNNEL" },
1675
+ "TNL-245": { "id": "TNL-245", "name": "Cieites-Ugumlos", "type": "TUNNEL" },
1676
+ "TNL-246": { "id": "TNL-246", "name": "Fieites-Unavtum", "type": "TUNNEL" },
1677
+ "TNL-247": { "id": "TNL-247", "name": "Foritos-Aiaylos", "type": "TUNNEL" },
1678
+ "TNL-248": { "id": "TNL-248", "name": "Fynitos-Agosaum", "type": "TUNNEL" },
1679
+ "TNL-249": { "id": "TNL-249", "name": "Heritos-Eyoztum", "type": "TUNNEL" },
1680
+ "TNL-250": { "id": "TNL-250", "name": "Pirites-Unatam", "type": "TUNNEL" },
1681
+ "TNL-251": { "id": "TNL-251", "name": "Fonitos-Amaurom", "type": "TUNNEL" },
1682
+ "TNL-252": { "id": "TNL-252", "name": "Seritos-Onaytum", "type": "TUNNEL" },
1683
+ "TNL-253": { "id": "TNL-253", "name": "Xetitos-Oneulum", "type": "TUNNEL" },
1684
+ "TNL-254": { "id": "TNL-254", "name": "Oebitos-Oyozam", "type": "TUNNEL" },
1685
+ "TNL-255": { "id": "TNL-255", "name": "Casitos-Atinaum", "type": "TUNNEL" },
1686
+ "TNL-256": { "id": "TNL-256", "name": "Souitos-Oiozlum", "type": "TUNNEL" },
1687
+ "TNL-257": { "id": "TNL-257", "name": "Xebitos-Oyogam", "type": "TUNNEL" },
1688
+ "TNL-258": { "id": "TNL-258", "name": "Conitos-Oxaeaum", "type": "TUNNEL" },
1689
+ "TNL-259": { "id": "TNL-259", "name": "Turitos-Atatlos", "type": "TUNNEL" },
1690
+ "TNL-260": { "id": "TNL-260", "name": "Feritos-Enomaum", "type": "TUNNEL" },
1691
+ "TNL-261": { "id": "TNL-261", "name": "Hebites-Exemrom", "type": "TUNNEL" },
1692
+ "TNL-262": { "id": "TNL-262", "name": "Hurites-Ouaylos", "type": "TUNNEL" },
1693
+ "TNL-263": { "id": "TNL-263", "name": "Fynites-Aeaosum", "type": "TUNNEL" },
1694
+ "TNL-264": { "id": "TNL-264", "name": "Xoritos-Osayam", "type": "TUNNEL" },
1695
+ "TNL-265": { "id": "TNL-265", "name": "Cieitos-Ayosrom", "type": "TUNNEL" },
1696
+ "TNL-266": { "id": "TNL-266", "name": "Synitos-Ososlos", "type": "TUNNEL" },
1697
+ "TNL-267": { "id": "TNL-267", "name": "Xetitos-Emimsum", "type": "TUNNEL" },
1698
+ "TNL-268": { "id": "TNL-268", "name": "Oeritos-Oyexlos", "type": "TUNNEL" },
1699
+ "TNL-269": { "id": "TNL-269", "name": "Xoritos-Exostum", "type": "TUNNEL" },
1700
+ "TNL-270": { "id": "TNL-270", "name": "Tieitos-Eyexrom", "type": "TUNNEL" },
1701
+ "TNL-271": { "id": "TNL-271", "name": "Cetitos-Aximam", "type": "TUNNEL" },
1702
+ "TNL-272": { "id": "TNL-272", "name": "Hynitos-Ayousum", "type": "TUNNEL" },
1703
+ "TNL-273": { "id": "TNL-273", "name": "Fuyitos-Ayiotum", "type": "TUNNEL" },
1704
+ "TNL-274": { "id": "TNL-274", "name": "Petitos-Avosrom", "type": "TUNNEL" },
1705
+ "TNL-275": { "id": "TNL-275", "name": "Suyites-Avuotum", "type": "TUNNEL" },
1706
+ "TNL-276": { "id": "TNL-276", "name": "Xerites-Oxoulum", "type": "TUNNEL" },
1707
+ "TNL-277": { "id": "TNL-277", "name": "Hasitos-Avaolum", "type": "TUNNEL" },
1708
+ "TNL-278": { "id": "TNL-278", "name": "Xilitos-Aoemaum", "type": "TUNNEL" },
1709
+ "TNL-279": { "id": "TNL-279", "name": "Hilitos-Osuorom", "type": "TUNNEL" },
1710
+ "TNL-280": { "id": "TNL-280", "name": "Oiritos-Eramtum", "type": "TUNNEL" },
1711
+ "TNL-281": { "id": "TNL-281", "name": "Curitos-Ayayaum", "type": "TUNNEL" },
1712
+ "TNL-282": { "id": "TNL-282", "name": "Setitos-Obobrom", "type": "TUNNEL" },
1713
+ "TNL-283": { "id": "TNL-283", "name": "Sasitos-Umogaum", "type": "TUNNEL" },
1714
+ "TNL-284": { "id": "TNL-284", "name": "Cieitos-Avioaum", "type": "TUNNEL" },
1715
+ "TNL-285": { "id": "TNL-285", "name": "Fynitos-Aiugsum", "type": "TUNNEL" },
1716
+ "TNL-286": { "id": "TNL-286", "name": "Sonitos-Ayailos", "type": "TUNNEL" },
1717
+ "TNL-287": { "id": "TNL-287", "name": "Xonites-Aiavlum", "type": "TUNNEL" },
1718
+ "TNL-288": { "id": "TNL-288", "name": "Synites-Aoarsum", "type": "TUNNEL" },
1719
+ "TNL-289": { "id": "TNL-289", "name": "Cynitos-Aiagsum", "type": "TUNNEL" },
1720
+ "TNL-290": { "id": "TNL-290", "name": "Tetitos-Ayoslum", "type": "TUNNEL" },
1721
+ "TNL-291": { "id": "TNL-291", "name": "Hilitos-Aiigaum", "type": "TUNNEL" },
1722
+ "TNL-292": { "id": "TNL-292", "name": "Ponitos-Aiayrom", "type": "TUNNEL" },
1723
+ "TNL-293": { "id": "TNL-293", "name": "Conitos-Ofailos", "type": "TUNNEL" },
1724
+ "TNL-294": { "id": "TNL-294", "name": "Soritos-Apenlum", "type": "TUNNEL" },
1725
+ "TNL-295": { "id": "TNL-295", "name": "Firitos-Alodrom", "type": "TUNNEL" },
1726
+ "TNL-296": { "id": "TNL-296", "name": "Fynitos-Ezatam", "type": "TUNNEL" },
1727
+ "TNL-297": { "id": "TNL-297", "name": "Feritos-Osinsum", "type": "TUNNEL" },
1728
+ "TNL-298": { "id": "TNL-298", "name": "Suyites-Uzurtum", "type": "TUNNEL" },
1729
+ "TNL-299": { "id": "TNL-299", "name": "Ouritos-Ataltum", "type": "TUNNEL" },
1730
+ "TNL-300": { "id": "TNL-300", "name": "Hurites-Ieatun", "type": "TUNNEL" },
1731
+ "TNL-301": { "id": "TNL-301", "name": "Filites-Izohun", "type": "TUNNEL" },
1732
+ "TNL-302": { "id": "TNL-302", "name": "Xynitos-Obursum", "type": "TUNNEL" },
1733
+ "TNL-303": { "id": "TNL-303", "name": "Ouritos-Ofailos", "type": "TUNNEL" },
1734
+ "TNL-304": { "id": "TNL-304", "name": "Tonitos-Igurlum", "type": "TUNNEL" },
1735
+ "TNL-305": { "id": "TNL-305", "name": "Piritos-Ofavam", "type": "TUNNEL" },
1736
+ "TNL-306": { "id": "TNL-306", "name": "Soritos-Aiaitum", "type": "TUNNEL" },
1737
+ "TNL-307": { "id": "TNL-307", "name": "Tonitos-Uxavrom", "type": "TUNNEL" },
1738
+ "TNL-308": { "id": "TNL-308", "name": "Synitos-Availos", "type": "TUNNEL" },
1739
+ "TNL-309": { "id": "TNL-309", "name": "Sasitos-Ugersum", "type": "TUNNEL" },
1740
+ "TNL-310": { "id": "TNL-310", "name": "Puyitos-Aiataum", "type": "TUNNEL" },
1741
+ "TNL-311": { "id": "TNL-311", "name": "Pouitos-Ofairom", "type": "TUNNEL" },
1742
+ "TNL-312": { "id": "TNL-312", "name": "Suyitos-Ofugtum", "type": "TUNNEL" },
1743
+ "TNL-313": { "id": "TNL-313", "name": "Toritos-Iriglos", "type": "TUNNEL" },
1744
+ "TNL-314": { "id": "TNL-314", "name": "Tebitos-Odoxlum", "type": "TUNNEL" },
1745
+ "TNL-315": { "id": "TNL-315", "name": "Xurites-Ataglos", "type": "TUNNEL" },
1746
+ "TNL-316": { "id": "TNL-316", "name": "Oynites-Oloblum", "type": "TUNNEL" },
1747
+ "TNL-317": { "id": "TNL-317", "name": "Furitos-Aiavam", "type": "TUNNEL" },
1748
+ "TNL-318": { "id": "TNL-318", "name": "Hynitos-Atoyam", "type": "TUNNEL" },
1749
+ "TNL-319": { "id": "TNL-319", "name": "Pynitos-Aietam", "type": "TUNNEL" },
1750
+ "TNL-320": { "id": "TNL-320", "name": "Tilitos-Ataglos", "type": "TUNNEL" },
1751
+ "TNL-321": { "id": "TNL-321", "name": "Peritos-Oconun", "type": "TUNNEL" },
1752
+ "TNL-322": { "id": "TNL-322", "name": "Hynitos-Oyezam", "type": "TUNNEL" },
1753
+ "TNL-323": { "id": "TNL-323", "name": "Fasitos-Atezsum", "type": "TUNNEL" },
1754
+ "TNL-324": { "id": "TNL-324", "name": "Oeritos-Ecunsum", "type": "TUNNEL" },
1755
+ "TNL-325": { "id": "TNL-325", "name": "Casitos-Alieam", "type": "TUNNEL" },
1756
+ "TNL-326": { "id": "TNL-326", "name": "Cilitos-Opodam", "type": "TUNNEL" },
1757
+ "TNL-327": { "id": "TNL-327", "name": "Huyitos-Ohenlum", "type": "TUNNEL" },
1758
+ "TNL-328": { "id": "TNL-328", "name": "Fasites-Azazsum", "type": "TUNNEL" },
1759
+ "TNL-329": { "id": "TNL-329", "name": "Silitos-Abizaum", "type": "TUNNEL" },
1760
+ "TNL-330": { "id": "TNL-330", "name": "Febites-Opavun", "type": "TUNNEL" },
1761
+ "TNL-331": { "id": "TNL-331", "name": "Ferites-Ohohtum", "type": "TUNNEL" },
1762
+ "TNL-332": { "id": "TNL-332", "name": "Synitos-Ofurlos", "type": "TUNNEL" },
1763
+ "TNL-333": { "id": "TNL-333", "name": "Oouitos-Alaiam", "type": "TUNNEL" },
1764
+ "TNL-334": { "id": "TNL-334", "name": "Xoritos-Aiairom", "type": "TUNNEL" },
1765
+ "TNL-335": { "id": "TNL-335", "name": "Sasitos-Oyarlum", "type": "TUNNEL" },
1766
+ "TNL-336": { "id": "TNL-336", "name": "Fasitos-Oleraum", "type": "TUNNEL" },
1767
+ "TNL-337": { "id": "TNL-337", "name": "Fouitos-Aiuttum", "type": "TUNNEL" },
1768
+ "TNL-338": { "id": "TNL-338", "name": "Fynitos-Abalam", "type": "TUNNEL" },
1769
+ "TNL-339": { "id": "TNL-339", "name": "Suyitos-Oyarlos", "type": "TUNNEL" },
1770
+ "TNL-340": { "id": "TNL-340", "name": "Fuyitos-Acalun", "type": "TUNNEL" },
1771
+ "TNL-341": { "id": "TNL-341", "name": "Pilitos-Eterrom", "type": "TUNNEL" },
1772
+ "TNL-342": { "id": "TNL-342", "name": "Fasitos-Oyuctum", "type": "TUNNEL" },
1773
+ "TNL-343": { "id": "TNL-343", "name": "Piritos-Opabrom", "type": "TUNNEL" },
1774
+ "TNL-344": { "id": "TNL-344", "name": "Filitos-Uzazlum", "type": "TUNNEL" },
1775
+ "TNL-345": { "id": "TNL-345", "name": "Cynitos-Atatlum", "type": "TUNNEL" },
1776
+ "TNL-346": { "id": "TNL-346", "name": "Hebitos-Atontum", "type": "TUNNEL" },
1777
+ "TNL-347": { "id": "TNL-347", "name": "Tuyitos-Aboysum", "type": "TUNNEL" },
1778
+ "TNL-348": { "id": "TNL-348", "name": "Honites-Izizaum", "type": "TUNNEL" },
1779
+ "TNL-349": { "id": "TNL-349", "name": "Siritos-Oyohun", "type": "TUNNEL" },
1780
+ "TNL-350": { "id": "TNL-350", "name": "Cieitos-Otatrom", "type": "TUNNEL" },
1781
+ "CORRUPT-001": {
1782
+ "id": "CORRUPT-001",
1783
+ "name": "Corrupted Lair",
1784
+ "type": "CORRUPTED_DUNGEON"
1785
+ },
1786
+ "CORRUPT-002": {
1787
+ "id": "CORRUPT-002",
1788
+ "name": "Corrupted Lair",
1789
+ "type": "CORRUPTED_DUNGEON"
1790
+ },
1791
+ "CORRUPT-003": {
1792
+ "id": "CORRUPT-003",
1793
+ "name": "Corrupted Lair",
1794
+ "type": "CORRUPTED_DUNGEON"
1795
+ },
1796
+ "PSG-0038": {
1797
+ "id": "PSG-0038",
1798
+ "name": "PSG-0038",
1799
+ "type": "PASSAGE_SAFEAREA"
1800
+ },
1801
+ "PSG-0039": {
1802
+ "id": "PSG-0039",
1803
+ "name": "PSG-0039",
1804
+ "type": "PASSAGE_SAFEAREA"
1805
+ },
1806
+ "PSG-0042": {
1807
+ "id": "PSG-0042",
1808
+ "name": "PSG-0042",
1809
+ "type": "PASSAGE_SAFEAREA"
1810
+ },
1811
+ "PSG-0044": {
1812
+ "id": "PSG-0044",
1813
+ "name": "PSG-0044",
1814
+ "type": "PASSAGE_SAFEAREA"
1815
+ },
1816
+ "PSG-0045": {
1817
+ "id": "PSG-0045",
1818
+ "name": "PSG-0045",
1819
+ "type": "PASSAGE_SAFEAREA"
1820
+ },
1821
+ "PSG-0048": {
1822
+ "id": "PSG-0048",
1823
+ "name": "PSG-0048",
1824
+ "type": "PASSAGE_SAFEAREA"
1825
+ },
1826
+ "PSG-0049": {
1827
+ "id": "PSG-0049",
1828
+ "name": "PSG-0049",
1829
+ "type": "PASSAGE_SAFEAREA"
1830
+ },
1831
+ "PSG-0050": {
1832
+ "id": "PSG-0050",
1833
+ "name": "PSG-0050",
1834
+ "type": "PASSAGE_SAFEAREA"
1835
+ },
1836
+ "PSG-0051": {
1837
+ "id": "PSG-0051",
1838
+ "name": "PSG-0051",
1839
+ "type": "PASSAGE_SAFEAREA"
1840
+ },
1841
+ "PSG-0052": {
1842
+ "id": "PSG-0052",
1843
+ "name": "PSG-0052",
1844
+ "type": "PASSAGE_SAFEAREA"
1845
+ },
1846
+ "PSG-0053": {
1847
+ "id": "PSG-0053",
1848
+ "name": "PSG-0053",
1849
+ "type": "PASSAGE_SAFEAREA"
1850
+ },
1851
+ "PSG-0054": {
1852
+ "id": "PSG-0054",
1853
+ "name": "PSG-0054",
1854
+ "type": "PASSAGE_SAFEAREA"
1855
+ },
1856
+ "CORRUPT-004": {
1857
+ "id": "CORRUPT-004",
1858
+ "name": "Corrupted Lair",
1859
+ "type": "CORRUPTED_DUNGEON"
1860
+ },
1861
+ "CORRUPT-005": {
1862
+ "id": "CORRUPT-005",
1863
+ "name": "Corrupted Lair",
1864
+ "type": "CORRUPTED_DUNGEON"
1865
+ },
1866
+ "CORRUPT-006": {
1867
+ "id": "CORRUPT-006",
1868
+ "name": "Corrupted Lair",
1869
+ "type": "CORRUPTED_DUNGEON"
1870
+ },
1871
+ "CORRUPT-007": {
1872
+ "id": "CORRUPT-007",
1873
+ "name": "Corrupted Lair",
1874
+ "type": "CORRUPTED_DUNGEON"
1875
+ },
1876
+ "PSG-0008": {
1877
+ "id": "PSG-0008",
1878
+ "name": "PSG-0008",
1879
+ "type": "PASSAGE_SAFEAREA"
1880
+ },
1881
+ "PSG-0009": {
1882
+ "id": "PSG-0009",
1883
+ "name": "PSG-0009",
1884
+ "type": "PASSAGE_SAFEAREA"
1885
+ },
1886
+ "PSG-0010": {
1887
+ "id": "PSG-0010",
1888
+ "name": "PSG-0010",
1889
+ "type": "PASSAGE_SAFEAREA"
1890
+ },
1891
+ "PSG-0011": {
1892
+ "id": "PSG-0011",
1893
+ "name": "PSG-0011",
1894
+ "type": "PASSAGE_SAFEAREA"
1895
+ },
1896
+ "PSG-0012": {
1897
+ "id": "PSG-0012",
1898
+ "name": "PSG-0012",
1899
+ "type": "PASSAGE_SAFEAREA"
1900
+ },
1901
+ "PSG-0013": {
1902
+ "id": "PSG-0013",
1903
+ "name": "PSG-0013",
1904
+ "type": "PASSAGE_SAFEAREA"
1905
+ },
1906
+ "PSG-0014": {
1907
+ "id": "PSG-0014",
1908
+ "name": "PSG-0014",
1909
+ "type": "PASSAGE_SAFEAREA"
1910
+ },
1911
+ "PSG-0015": {
1912
+ "id": "PSG-0015",
1913
+ "name": "PSG-0015",
1914
+ "type": "PASSAGE_SAFEAREA"
1915
+ },
1916
+ "PSG-0016": {
1917
+ "id": "PSG-0016",
1918
+ "name": "PSG-0016",
1919
+ "type": "PASSAGE_SAFEAREA"
1920
+ },
1921
+ "PSG-0017": {
1922
+ "id": "PSG-0017",
1923
+ "name": "PSG-0017",
1924
+ "type": "PASSAGE_SAFEAREA"
1925
+ },
1926
+ "PSG-0018": {
1927
+ "id": "PSG-0018",
1928
+ "name": "PSG-0018",
1929
+ "type": "PASSAGE_SAFEAREA"
1930
+ },
1931
+ "PSG-0019": {
1932
+ "id": "PSG-0019",
1933
+ "name": "PSG-0019",
1934
+ "type": "PASSAGE_SAFEAREA"
1935
+ },
1936
+ "PSG-0020": {
1937
+ "id": "PSG-0020",
1938
+ "name": "PSG-0020",
1939
+ "type": "PASSAGE_SAFEAREA"
1940
+ },
1941
+ "PSG-0021": {
1942
+ "id": "PSG-0021",
1943
+ "name": "PSG-0021",
1944
+ "type": "PASSAGE_SAFEAREA"
1945
+ },
1946
+ "PSG-0022": {
1947
+ "id": "PSG-0022",
1948
+ "name": "PSG-0022",
1949
+ "type": "PASSAGE_SAFEAREA"
1950
+ },
1951
+ "PSG-0023": {
1952
+ "id": "PSG-0023",
1953
+ "name": "PSG-0023",
1954
+ "type": "PASSAGE_SAFEAREA"
1955
+ },
1956
+ "PSG-0024": {
1957
+ "id": "PSG-0024",
1958
+ "name": "PSG-0024",
1959
+ "type": "PASSAGE_SAFEAREA"
1960
+ },
1961
+ "PSG-0025": {
1962
+ "id": "PSG-0025",
1963
+ "name": "PSG-0025",
1964
+ "type": "PASSAGE_SAFEAREA"
1965
+ },
1966
+ "PSG-0026": {
1967
+ "id": "PSG-0026",
1968
+ "name": "PSG-0026",
1969
+ "type": "PASSAGE_SAFEAREA"
1970
+ },
1971
+ "PSG-0027": {
1972
+ "id": "PSG-0027",
1973
+ "name": "PSG-0027",
1974
+ "type": "PASSAGE_SAFEAREA"
1975
+ },
1976
+ "PSG-0028": {
1977
+ "id": "PSG-0028",
1978
+ "name": "PSG-0028",
1979
+ "type": "PASSAGE_SAFEAREA"
1980
+ },
1981
+ "PSG-0029": {
1982
+ "id": "PSG-0029",
1983
+ "name": "PSG-0029",
1984
+ "type": "PASSAGE_SAFEAREA"
1985
+ },
1986
+ "PSG-0030": {
1987
+ "id": "PSG-0030",
1988
+ "name": "PSG-0030",
1989
+ "type": "PASSAGE_SAFEAREA"
1990
+ },
1991
+ "PSG-0031": {
1992
+ "id": "PSG-0031",
1993
+ "name": "PSG-0031",
1994
+ "type": "PASSAGE_SAFEAREA"
1995
+ },
1996
+ "PSG-0032": {
1997
+ "id": "PSG-0032",
1998
+ "name": "PSG-0032",
1999
+ "type": "PASSAGE_SAFEAREA"
2000
+ },
2001
+ "PSG-0033": {
2002
+ "id": "PSG-0033",
2003
+ "name": "PSG-0033",
2004
+ "type": "PASSAGE_SAFEAREA"
2005
+ },
2006
+ "PSG-0034": {
2007
+ "id": "PSG-0034",
2008
+ "name": "PSG-0034",
2009
+ "type": "PASSAGE_SAFEAREA"
2010
+ },
2011
+ "PSG-0035": {
2012
+ "id": "PSG-0035",
2013
+ "name": "PSG-0035",
2014
+ "type": "PASSAGE_SAFEAREA"
2015
+ },
2016
+ "PSG-0036": {
2017
+ "id": "PSG-0036",
2018
+ "name": "PSG-0036",
2019
+ "type": "PASSAGE_SAFEAREA"
2020
+ },
2021
+ "PSG-0037": {
2022
+ "id": "PSG-0037",
2023
+ "name": "PSG-0037",
2024
+ "type": "PASSAGE_SAFEAREA"
2025
+ },
2026
+ "PSG-0040": {
2027
+ "id": "PSG-0040",
2028
+ "name": "PSG-0040",
2029
+ "type": "PASSAGE_SAFEAREA"
2030
+ },
2031
+ "PSG-0041": {
2032
+ "id": "PSG-0041",
2033
+ "name": "PSG-0041",
2034
+ "type": "PASSAGE_SAFEAREA"
2035
+ },
2036
+ "PSG-0043": {
2037
+ "id": "PSG-0043",
2038
+ "name": "PSG-0043",
2039
+ "type": "PASSAGE_SAFEAREA"
2040
+ },
2041
+ "PSG-0046": {
2042
+ "id": "PSG-0046",
2043
+ "name": "PSG-0046",
2044
+ "type": "PASSAGE_SAFEAREA"
2045
+ },
2046
+ "PSG-0047": {
2047
+ "id": "PSG-0047",
2048
+ "name": "PSG-0047",
2049
+ "type": "PASSAGE_SAFEAREA"
2050
+ },
2051
+ "TNL-151": { "id": "TNL-151", "name": "Quaent-Vynsum", "type": "TUNNEL" },
2052
+ "TNL-351": { "id": "TNL-351", "name": "Quaent-Al-Vynsum", "type": "TUNNEL" },
2053
+ "TNL-152": { "id": "TNL-152", "name": "Quaent-Tersis", "type": "TUNNEL" },
2054
+ "TNL-352": { "id": "TNL-352", "name": "Quaent-Al-Tersis", "type": "TUNNEL" },
2055
+ "TNL-153": { "id": "TNL-153", "name": "Quaent-Viesom", "type": "TUNNEL" },
2056
+ "TNL-353": { "id": "TNL-353", "name": "Quaent-Al-Viesom", "type": "TUNNEL" },
2057
+ "TNL-154": { "id": "TNL-154", "name": "Quatun-Nusas", "type": "TUNNEL" },
2058
+ "TNL-354": { "id": "TNL-354", "name": "Quatun-Et-Nusas", "type": "TUNNEL" },
2059
+ "TNL-155": { "id": "TNL-155", "name": "Quaent-Qintis", "type": "TUNNEL" },
2060
+ "TNL-355": { "id": "TNL-355", "name": "Quaent-Al-Qintis", "type": "TUNNEL" },
2061
+ "TNL-156": { "id": "TNL-156", "name": "Quatun-Odetum", "type": "TUNNEL" },
2062
+ "TNL-356": { "id": "TNL-356", "name": "Quatun-Et-Odetum", "type": "TUNNEL" },
2063
+ "TNL-157": { "id": "TNL-157", "name": "Quaent-Al-Odesum", "type": "TUNNEL" },
2064
+ "TNL-357": { "id": "TNL-357", "name": "Quaent-In-Odesum", "type": "TUNNEL" },
2065
+ "TNL-158": { "id": "TNL-158", "name": "Quaent-Al-Nusis", "type": "TUNNEL" },
2066
+ "TNL-358": { "id": "TNL-358", "name": "Quaent-In-Nusis", "type": "TUNNEL" },
2067
+ "TNL-159": { "id": "TNL-159", "name": "Qiient-Tersom", "type": "TUNNEL" },
2068
+ "TNL-359": { "id": "TNL-359", "name": "Qiient-In-Tersom", "type": "TUNNEL" },
2069
+ "TNL-160": { "id": "TNL-160", "name": "Qiient-Odesas", "type": "TUNNEL" },
2070
+ "TNL-360": { "id": "TNL-360", "name": "Qiient-Qi-Odesas", "type": "TUNNEL" },
2071
+ "TNL-161": { "id": "TNL-161", "name": "Qiient-Nutis", "type": "TUNNEL" },
2072
+ "TNL-361": { "id": "TNL-361", "name": "Qiient-In-Nutis", "type": "TUNNEL" },
2073
+ "TNL-162": { "id": "TNL-162", "name": "Qiient-Vyntum", "type": "TUNNEL" },
2074
+ "TNL-362": { "id": "TNL-362", "name": "Qiient-In-Vyntum", "type": "TUNNEL" },
2075
+ "TNL-163": { "id": "TNL-163", "name": "Qiient-Al-Odesum", "type": "TUNNEL" },
2076
+ "TNL-363": { "id": "TNL-363", "name": "Qiient-Si-Odesum", "type": "TUNNEL" },
2077
+ "TNL-164": { "id": "TNL-164", "name": "Qiient-Al-Vynsis", "type": "TUNNEL" },
2078
+ "TNL-364": { "id": "TNL-364", "name": "Qiient-Qi-Vynsis", "type": "TUNNEL" },
2079
+ "TNL-165": { "id": "TNL-165", "name": "Qiitun-Et-Vynsom", "type": "TUNNEL" },
2080
+ "TNL-365": { "id": "TNL-365", "name": "Qiitun-Si-Vynsom", "type": "TUNNEL" },
2081
+ "TNL-166": { "id": "TNL-166", "name": "Qiient-Al-Tersas", "type": "TUNNEL" },
2082
+ "TNL-366": { "id": "TNL-366", "name": "Qiient-Qi-Tersas", "type": "TUNNEL" },
2083
+ "TNL-167": { "id": "TNL-167", "name": "Qiitun-Vietis", "type": "TUNNEL" },
2084
+ "TNL-367": { "id": "TNL-367", "name": "Qiitun-Et-Vietis", "type": "TUNNEL" },
2085
+ "TNL-168": { "id": "TNL-168", "name": "Qiient-Et-Tertum", "type": "TUNNEL" },
2086
+ "TNL-368": { "id": "TNL-368", "name": "Qiient-Si-Tertum", "type": "TUNNEL" },
2087
+ "TNL-169": { "id": "TNL-169", "name": "Qiient-Qinsum", "type": "TUNNEL" },
2088
+ "TNL-369": { "id": "TNL-369", "name": "Qiient-Et-Qinsum", "type": "TUNNEL" },
2089
+ "TNL-170": { "id": "TNL-170", "name": "Qiient-Al-Viesis", "type": "TUNNEL" },
2090
+ "TNL-370": { "id": "TNL-370", "name": "Qiient-In-Viesis", "type": "TUNNEL" },
2091
+ "TNL-171": { "id": "TNL-171", "name": "Qiient-Al-Nusom", "type": "TUNNEL" },
2092
+ "TNL-371": { "id": "TNL-371", "name": "Qiient-Qi-Nusom", "type": "TUNNEL" },
2093
+ "TNL-172": { "id": "TNL-172", "name": "Qiient-Et-Nusas", "type": "TUNNEL" },
2094
+ "TNL-372": { "id": "TNL-372", "name": "Qiient-Si-Nusas", "type": "TUNNEL" },
2095
+ "TNL-173": { "id": "TNL-173", "name": "Qiient-Et-Odetis", "type": "TUNNEL" },
2096
+ "TNL-373": { "id": "TNL-373", "name": "Qiient-Sa-Odetis", "type": "TUNNEL" },
2097
+ "TNL-174": { "id": "TNL-174", "name": "Qiient-In-Odetum", "type": "TUNNEL" },
2098
+ "TNL-374": { "id": "TNL-374", "name": "Qiient-Oc-Odetum", "type": "TUNNEL" },
2099
+ "TNL-175": { "id": "TNL-175", "name": "Qiitun-Duosum", "type": "TUNNEL" },
2100
+ "TNL-375": { "id": "TNL-375", "name": "Qiitun-Al-Duosum", "type": "TUNNEL" },
2101
+ "TNL-176": { "id": "TNL-176", "name": "Qiient-Al-Qinsis", "type": "TUNNEL" },
2102
+ "TNL-376": { "id": "TNL-376", "name": "Qiient-In-Qinsis", "type": "TUNNEL" },
2103
+ "TNL-177": { "id": "TNL-177", "name": "Secent-Odesom", "type": "TUNNEL" },
2104
+ "TNL-377": { "id": "TNL-377", "name": "Secent-Qi-Odesom", "type": "TUNNEL" },
2105
+ "TNL-178": { "id": "TNL-178", "name": "Sectun-Tersas", "type": "TUNNEL" },
2106
+ "TNL-378": { "id": "TNL-378", "name": "Sectun-Et-Tersas", "type": "TUNNEL" },
2107
+ "TNL-179": { "id": "TNL-179", "name": "Secent-Al-Odetis", "type": "TUNNEL" },
2108
+ "TNL-379": { "id": "TNL-379", "name": "Secent-Si-Odetis", "type": "TUNNEL" },
2109
+ "TNL-180": { "id": "TNL-180", "name": "Secent-Vyntum", "type": "TUNNEL" },
2110
+ "TNL-380": { "id": "TNL-380", "name": "Secent-Et-Vyntum", "type": "TUNNEL" },
2111
+ "TNL-181": { "id": "TNL-181", "name": "Secent-Viesum", "type": "TUNNEL" },
2112
+ "TNL-381": { "id": "TNL-381", "name": "Secent-Al-Viesum", "type": "TUNNEL" },
2113
+ "TNL-182": { "id": "TNL-182", "name": "Secent-Et-Odesis", "type": "TUNNEL" },
2114
+ "TNL-382": { "id": "TNL-382", "name": "Secent-Sa-Odesis", "type": "TUNNEL" },
2115
+ "TNL-183": { "id": "TNL-183", "name": "Sectun-Qinsom", "type": "TUNNEL" },
2116
+ "TNL-383": { "id": "TNL-383", "name": "Sectun-In-Qinsom", "type": "TUNNEL" },
2117
+ "TNL-184": { "id": "TNL-184", "name": "Secent-Al-Qinsom", "type": "TUNNEL" },
2118
+ "TNL-384": { "id": "TNL-384", "name": "Secent-Qi-Qinsom", "type": "TUNNEL" },
2119
+ "TNL-185": { "id": "TNL-185", "name": "Sectun-Al-Vyntis", "type": "TUNNEL" },
2120
+ "TNL-385": { "id": "TNL-385", "name": "Sectun-In-Vyntis", "type": "TUNNEL" },
2121
+ "TNL-186": { "id": "TNL-186", "name": "Secent-Nutum", "type": "TUNNEL" },
2122
+ "TNL-386": { "id": "TNL-386", "name": "Secent-Al-Nutum", "type": "TUNNEL" },
2123
+ "TNL-187": { "id": "TNL-187", "name": "Secent-Al-Tersum", "type": "TUNNEL" },
2124
+ "TNL-387": { "id": "TNL-387", "name": "Secent-In-Tersum", "type": "TUNNEL" },
2125
+ "TNL-188": { "id": "TNL-188", "name": "Sectun-In-Odesis", "type": "TUNNEL" },
2126
+ "TNL-388": { "id": "TNL-388", "name": "Sectun-Oc-Odesis", "type": "TUNNEL" },
2127
+ "TNL-189": { "id": "TNL-189", "name": "Secent-Duosom", "type": "TUNNEL" },
2128
+ "TNL-389": { "id": "TNL-389", "name": "Secent-Al-Duosom", "type": "TUNNEL" },
2129
+ "TNL-190": { "id": "TNL-190", "name": "Secent-Et-Qinsas", "type": "TUNNEL" },
2130
+ "TNL-390": { "id": "TNL-390", "name": "Secent-Si-Qinsas", "type": "TUNNEL" },
2131
+ "TNL-191": { "id": "TNL-191", "name": "Setent-Vietis", "type": "TUNNEL" },
2132
+ "TNL-391": { "id": "TNL-391", "name": "Setent-Al-Vietis", "type": "TUNNEL" },
2133
+ "TNL-192": { "id": "TNL-192", "name": "Settun-Odetum", "type": "TUNNEL" },
2134
+ "TNL-392": { "id": "TNL-392", "name": "Settun-Et-Odetum", "type": "TUNNEL" },
2135
+ "TNL-193": { "id": "TNL-193", "name": "Setent-Nusum", "type": "TUNNEL" },
2136
+ "TNL-393": { "id": "TNL-393", "name": "Setent-Et-Nusum", "type": "TUNNEL" },
2137
+ "TNL-194": { "id": "TNL-194", "name": "Settun-Vynsis", "type": "TUNNEL" },
2138
+ "TNL-394": { "id": "TNL-394", "name": "Settun-Al-Vynsis", "type": "TUNNEL" },
2139
+ "TNL-195": { "id": "TNL-195", "name": "Settun-Tersom", "type": "TUNNEL" },
2140
+ "TNL-395": { "id": "TNL-395", "name": "Settun-Al-Tersom", "type": "TUNNEL" },
2141
+ "TNL-196": { "id": "TNL-196", "name": "Setent-Duosas", "type": "TUNNEL" },
2142
+ "TNL-396": { "id": "TNL-396", "name": "Setent-Al-Duosas", "type": "TUNNEL" },
2143
+ "TNL-197": { "id": "TNL-197", "name": "Setent-Qintis", "type": "TUNNEL" },
2144
+ "TNL-397": { "id": "TNL-397", "name": "Setent-Et-Qintis", "type": "TUNNEL" },
2145
+ "TNL-198": { "id": "TNL-198", "name": "Settun-Al-Odetum", "type": "TUNNEL" },
2146
+ "TNL-398": { "id": "TNL-398", "name": "Settun-In-Odetum", "type": "TUNNEL" },
2147
+ "TNL-199": { "id": "TNL-199", "name": "Setent-Al-Qinsum", "type": "TUNNEL" },
2148
+ "TNL-399": { "id": "TNL-399", "name": "Setent-In-Qinsum", "type": "TUNNEL" },
2149
+ "TNL-200": { "id": "TNL-200", "name": "Settun-Al-Nusis", "type": "TUNNEL" },
2150
+ "TNL-400": { "id": "TNL-400", "name": "Settun-In-Nusis", "type": "TUNNEL" },
2151
+ "CORRUPT-008": {
2152
+ "id": "CORRUPT-008",
2153
+ "name": "Corrupted Lair",
2154
+ "type": "CORRUPTED_DUNGEON"
2155
+ },
2156
+ "CORRUPT-009": {
2157
+ "id": "CORRUPT-009",
2158
+ "name": "Corrupted Lair",
2159
+ "type": "CORRUPTED_DUNGEON"
2160
+ },
2161
+ "CORRUPT-010": {
2162
+ "id": "CORRUPT-010",
2163
+ "name": "Corrupted Lair",
2164
+ "type": "CORRUPTED_DUNGEON"
2165
+ },
2166
+ "CORRUPT-011": {
2167
+ "id": "CORRUPT-011",
2168
+ "name": "Corrupted Lair",
2169
+ "type": "CORRUPTED_DUNGEON"
2170
+ },
2171
+ "CORRUPT-012": {
2172
+ "id": "CORRUPT-012",
2173
+ "name": "Corrupted Lair",
2174
+ "type": "CORRUPTED_DUNGEON"
2175
+ },
2176
+ "CORRUPT-013": {
2177
+ "id": "CORRUPT-013",
2178
+ "name": "Corrupted Lair",
2179
+ "type": "CORRUPTED_DUNGEON"
2180
+ },
2181
+ "CORRUPT-014": {
2182
+ "id": "CORRUPT-014",
2183
+ "name": "Corrupted Lair",
2184
+ "type": "CORRUPTED_DUNGEON"
2185
+ },
2186
+ "CORRUPT-015": {
2187
+ "id": "CORRUPT-015",
2188
+ "name": "Corrupted Lair",
2189
+ "type": "CORRUPTED_DUNGEON"
2190
+ },
2191
+ "CORRUPT-016": {
2192
+ "id": "CORRUPT-016",
2193
+ "name": "Corrupted Lair",
2194
+ "type": "CORRUPTED_DUNGEON"
2195
+ },
2196
+ "CORRUPT-017": {
2197
+ "id": "CORRUPT-017",
2198
+ "name": "Corrupted Lair",
2199
+ "type": "CORRUPTED_DUNGEON"
2200
+ },
2201
+ "CORRUPT-018": {
2202
+ "id": "CORRUPT-018",
2203
+ "name": "Corrupted Lair",
2204
+ "type": "CORRUPTED_DUNGEON"
2205
+ },
2206
+ "CORRUPT-019": {
2207
+ "id": "CORRUPT-019",
2208
+ "name": "Corrupted Lair",
2209
+ "type": "CORRUPTED_DUNGEON"
2210
+ },
2211
+ "CORRUPT-020": {
2212
+ "id": "CORRUPT-020",
2213
+ "name": "Corrupted Lair",
2214
+ "type": "CORRUPTED_DUNGEON"
2215
+ },
2216
+ "CrystalRealmDebug": {
2217
+ "id": "CrystalRealmDebug",
2218
+ "name": "CrystalRealmDebug",
2219
+ "type": "STARTAREA"
2220
+ },
2221
+ "0362-HALL-1-4": {
2222
+ "id": "0362-HALL-1-4",
2223
+ "name": "Conquerors' Hall Lvl. 3",
2224
+ "type": "PLAYERCITY_BLACK_ROYAL_NOFURNITURE_HALL_OF_FAME"
2225
+ },
2226
+ "1015-HALL-1-4": {
2227
+ "id": "1015-HALL-1-4",
2228
+ "name": "Conquerors' Hall Lvl. 3",
2229
+ "type": "PLAYERCITY_BLACK_ROYAL_NOFURNITURE_HALL_OF_FAME"
2230
+ },
2231
+ "2012-HALL-1-4": {
2232
+ "id": "2012-HALL-1-4",
2233
+ "name": "Conquerors' Hall Lvl. 3",
2234
+ "type": "PLAYERCITY_BLACK_ROYAL_NOFURNITURE_HALL_OF_FAME"
2235
+ },
2236
+ "3016-HALL-1-4-MART": {
2237
+ "id": "3016-HALL-1-4-MART",
2238
+ "name": "Conquerors' Hall Lvl. 3",
2239
+ "type": "PLAYERCITY_BLACK_ROYAL_NOFURNITURE_HALL_OF_FAME"
2240
+ },
2241
+ "4009-HALL-1-4": {
2242
+ "id": "4009-HALL-1-4",
2243
+ "name": "Conquerors' Hall Lvl. 3",
2244
+ "type": "PLAYERCITY_BLACK_ROYAL_NOFURNITURE_HALL_OF_FAME"
2245
+ },
2246
+ "ChampionsRealmLive": {
2247
+ "id": "ChampionsRealmLive",
2248
+ "name": "Champions' Realm",
2249
+ "type": "STARTAREA"
2250
+ },
2251
+ "VegAnimTest": {
2252
+ "id": "VegAnimTest",
2253
+ "name": "VegAnimTest",
2254
+ "type": "SAFEAREA"
2255
+ },
2256
+ "CrystalRealm20v20": {
2257
+ "id": "CrystalRealm20v20",
2258
+ "name": "Large Crystal Realm",
2259
+ "type": "ARENA_CRYSTAL"
2260
+ },
2261
+ "HELLGATE-01-10v10-01": {
2262
+ "id": "HELLGATE-01-10v10-01",
2263
+ "name": "The Plains",
2264
+ "type": "DUNGEON_HELL_10V10_NON_LETHAL"
2265
+ },
2266
+ "HELLGATE-01-2v2-01": {
2267
+ "id": "HELLGATE-01-2v2-01",
2268
+ "name": "The Plains",
2269
+ "type": "DUNGEON_HELL_2V2_NON_LETHAL"
2270
+ },
2271
+ "HELLGATE-01-5v5-01": {
2272
+ "id": "HELLGATE-01-5v5-01",
2273
+ "name": "The Plains",
2274
+ "type": "DUNGEON_HELL_5V5_NON_LETHAL"
2275
+ },
2276
+ "HELLGATE-02-10v10-01": {
2277
+ "id": "HELLGATE-02-10v10-01",
2278
+ "name": "The Hill",
2279
+ "type": "DUNGEON_HELL_10V10_NON_LETHAL"
2280
+ },
2281
+ "HELLGATE-02-2v2-01": {
2282
+ "id": "HELLGATE-02-2v2-01",
2283
+ "name": "The Hill",
2284
+ "type": "DUNGEON_HELL_2V2_NON_LETHAL"
2285
+ },
2286
+ "HELLGATE-02-5v5-01": {
2287
+ "id": "HELLGATE-02-5v5-01",
2288
+ "name": "The Hill",
2289
+ "type": "DUNGEON_HELL_5V5_NON_LETHAL"
2290
+ },
2291
+ "HELLGATE-03-10v10-01": {
2292
+ "id": "HELLGATE-03-10v10-01",
2293
+ "name": "The Boneyard",
2294
+ "type": "DUNGEON_HELL_10V10_NON_LETHAL"
2295
+ },
2296
+ "HELLGATE-03-2v2-01": {
2297
+ "id": "HELLGATE-03-2v2-01",
2298
+ "name": "The Boneyard",
2299
+ "type": "DUNGEON_HELL_2V2_NON_LETHAL"
2300
+ },
2301
+ "HELLGATE-03-5v5-01": {
2302
+ "id": "HELLGATE-03-5v5-01",
2303
+ "name": "The Boneyard",
2304
+ "type": "DUNGEON_HELL_5V5_NON_LETHAL"
2305
+ },
2306
+ "HELLGATE-04-10v10-01": {
2307
+ "id": "HELLGATE-04-10v10-01",
2308
+ "name": "The Four Bridges",
2309
+ "type": "DUNGEON_HELL_10V10_NON_LETHAL"
2310
+ },
2311
+ "HELLGATE-04-2v2-01": {
2312
+ "id": "HELLGATE-04-2v2-01",
2313
+ "name": "The Four Bridges",
2314
+ "type": "DUNGEON_HELL_2V2_NON_LETHAL"
2315
+ },
2316
+ "HELLGATE-04-5v5-01": {
2317
+ "id": "HELLGATE-04-5v5-01",
2318
+ "name": "The Four Bridges",
2319
+ "type": "DUNGEON_HELL_5V5_NON_LETHAL"
2320
+ },
2321
+ "HELLGATE-05-10v10-01": {
2322
+ "id": "HELLGATE-05-10v10-01",
2323
+ "name": "The Traverse",
2324
+ "type": "DUNGEON_HELL_10V10_NON_LETHAL"
2325
+ },
2326
+ "HELLGATE-05-2v2-01": {
2327
+ "id": "HELLGATE-05-2v2-01",
2328
+ "name": "The Traverse",
2329
+ "type": "DUNGEON_HELL_2V2_NON_LETHAL"
2330
+ },
2331
+ "HELLGATE-05-5v5-01": {
2332
+ "id": "HELLGATE-05-5v5-01",
2333
+ "name": "The Traverse",
2334
+ "type": "DUNGEON_HELL_5V5_NON_LETHAL"
2335
+ },
2336
+ "HELLGATE-06-10v10-01": {
2337
+ "id": "HELLGATE-06-10v10-01",
2338
+ "name": "The Fortress",
2339
+ "type": "DUNGEON_HELL_10V10_NON_LETHAL"
2340
+ },
2341
+ "HELLGATE-06-2v2-01": {
2342
+ "id": "HELLGATE-06-2v2-01",
2343
+ "name": "The Fortress",
2344
+ "type": "DUNGEON_HELL_2V2_NON_LETHAL"
2345
+ },
2346
+ "HELLGATE-06-5v5-01": {
2347
+ "id": "HELLGATE-06-5v5-01",
2348
+ "name": "The Fortress",
2349
+ "type": "DUNGEON_HELL_5V5_NON_LETHAL"
2350
+ },
2351
+ "HELLGATE-07-10v10-01": {
2352
+ "id": "HELLGATE-07-10v10-01",
2353
+ "name": "The Pit",
2354
+ "type": "DUNGEON_HELL_10V10_NON_LETHAL"
2355
+ },
2356
+ "HELLGATE-07-2v2-01": {
2357
+ "id": "HELLGATE-07-2v2-01",
2358
+ "name": "The Pit",
2359
+ "type": "DUNGEON_HELL_2V2_NON_LETHAL"
2360
+ },
2361
+ "HELLGATE-07-5v5-01": {
2362
+ "id": "HELLGATE-07-5v5-01",
2363
+ "name": "The Pit",
2364
+ "type": "DUNGEON_HELL_5V5_NON_LETHAL"
2365
+ },
2366
+ "HELLGATE-08-10v10-01": {
2367
+ "id": "HELLGATE-08-10v10-01",
2368
+ "name": "The Courtyard",
2369
+ "type": "DUNGEON_HELL_10V10_NON_LETHAL"
2370
+ },
2371
+ "HELLGATE-08-2v2-01": {
2372
+ "id": "HELLGATE-08-2v2-01",
2373
+ "name": "The Courtyard",
2374
+ "type": "DUNGEON_HELL_2V2_NON_LETHAL"
2375
+ },
2376
+ "HELLGATE-08-5v5-01": {
2377
+ "id": "HELLGATE-08-5v5-01",
2378
+ "name": "The Courtyard",
2379
+ "type": "DUNGEON_HELL_5V5_NON_LETHAL"
2380
+ },
2381
+ "HELLGATE-09-10v10-01": {
2382
+ "id": "HELLGATE-09-10v10-01",
2383
+ "name": "The Tribunal",
2384
+ "type": "DUNGEON_HELL_10V10_NON_LETHAL"
2385
+ },
2386
+ "HELLGATE-09-2v2-01": {
2387
+ "id": "HELLGATE-09-2v2-01",
2388
+ "name": "The Tribunal",
2389
+ "type": "DUNGEON_HELL_2V2_NON_LETHAL"
2390
+ },
2391
+ "HELLGATE-09-5v5-01": {
2392
+ "id": "HELLGATE-09-5v5-01",
2393
+ "name": "The Tribunal",
2394
+ "type": "DUNGEON_HELL_5V5_NON_LETHAL"
2395
+ },
2396
+ "HELLGATE-10-10v10-01": {
2397
+ "id": "HELLGATE-10-10v10-01",
2398
+ "name": "The Citadel",
2399
+ "type": "DUNGEON_HELL_10V10_NON_LETHAL"
2400
+ },
2401
+ "HELLGATE-10-2v2-01": {
2402
+ "id": "HELLGATE-10-2v2-01",
2403
+ "name": "The Citadel",
2404
+ "type": "DUNGEON_HELL_2V2_NON_LETHAL"
2405
+ },
2406
+ "HELLGATE-10-5v5-01": {
2407
+ "id": "HELLGATE-10-5v5-01",
2408
+ "name": "The Citadel",
2409
+ "type": "DUNGEON_HELL_5V5_NON_LETHAL"
2410
+ },
2411
+ "0215": { "id": "0215", "name": "Murky Fen", "type": "SAFEAREA" },
2412
+ "0216": { "id": "0216", "name": "Fog Fen", "type": "SAFEAREA" },
2413
+ "0217": {
2414
+ "id": "0217",
2415
+ "name": "Drownhorse Basin",
2416
+ "type": "OPENPVP_YELLOW"
2417
+ },
2418
+ "0218": {
2419
+ "id": "0218",
2420
+ "name": "Slithertail Marsh",
2421
+ "type": "OPENPVP_YELLOW"
2422
+ },
2423
+ "0219": {
2424
+ "id": "0219",
2425
+ "name": "Wanderlure Basin",
2426
+ "type": "OPENPVP_YELLOW"
2427
+ },
2428
+ "0220": { "id": "0220", "name": "Falsestep Marsh", "type": "OPENPVP_YELLOW" },
2429
+ "0221": { "id": "0221", "name": "Darkground Swamp", "type": "OPENPVP_RED" },
2430
+ "0222": { "id": "0222", "name": "Anklesnag Mire", "type": "OPENPVP_RED" },
2431
+ "0223": { "id": "0223", "name": "Dusktree Swamp", "type": "OPENPVP_RED" },
2432
+ "1216": { "id": "1216", "name": "Flynsdell", "type": "SAFEAREA" },
2433
+ "1217": { "id": "1217", "name": "Pinecopse", "type": "SAFEAREA" },
2434
+ "1218": { "id": "1218", "name": "Deeproot Wood", "type": "OPENPVP_YELLOW" },
2435
+ "1220": { "id": "1220", "name": "Aspenwood", "type": "OPENPVP_YELLOW" },
2436
+ "1221": { "id": "1221", "name": "Spindlewood", "type": "OPENPVP_YELLOW" },
2437
+ "1222": { "id": "1222", "name": "Owlsong Glen", "type": "OPENPVP_RED" },
2438
+ "1223": { "id": "1223", "name": "Nightbloom Forest", "type": "OPENPVP_RED" },
2439
+ "2216": { "id": "2216", "name": "Dryfield Meadow", "type": "SAFEAREA" },
2440
+ "2217": { "id": "2217", "name": "Sandgust Cleft", "type": "SAFEAREA" },
2441
+ "2218": {
2442
+ "id": "2218",
2443
+ "name": "Longshadow Plain",
2444
+ "type": "OPENPVP_YELLOW"
2445
+ },
2446
+ "2219": {
2447
+ "id": "2219",
2448
+ "name": "Flatriver Trough",
2449
+ "type": "OPENPVP_YELLOW"
2450
+ },
2451
+ "2220": { "id": "2220", "name": "Redstone Plain", "type": "OPENPVP_YELLOW" },
2452
+ "2221": { "id": "2221", "name": "Flimmerair Steppe", "type": "OPENPVP_RED" },
2453
+ "2222": {
2454
+ "id": "2222",
2455
+ "name": "Goldshimmer Plain",
2456
+ "type": "OPENPVP_YELLOW"
2457
+ },
2458
+ "3216": { "id": "3216", "name": "Kilmar Tor", "type": "SAFEAREA" },
2459
+ "3217": { "id": "3217", "name": "Carns Hill", "type": "OPENPVP_YELLOW" },
2460
+ "3218": { "id": "3218", "name": "Brons Hill", "type": "OPENPVP_YELLOW" },
2461
+ "3219": { "id": "3219", "name": "Felniks Hill", "type": "OPENPVP_YELLOW" },
2462
+ "3220": { "id": "3220", "name": "Adrens Hill", "type": "OPENPVP_YELLOW" },
2463
+ "3221": { "id": "3221", "name": "Garrow Fell", "type": "OPENPVP_RED" },
2464
+ "3222": { "id": "3222", "name": "Broken Fell", "type": "OPENPVP_RED" },
2465
+ "4217": { "id": "4217", "name": "Pen Fenair", "type": "SAFEAREA" },
2466
+ "4218": { "id": "4218", "name": "Cairn Drain", "type": "OPENPVP_YELLOW" },
2467
+ "4219": { "id": "4219", "name": "Caulder Fissure", "type": "OPENPVP_YELLOW" },
2468
+ "4220": { "id": "4220", "name": "Cairn Cloch", "type": "OPENPVP_YELLOW" },
2469
+ "4221": { "id": "4221", "name": "Creag Dhor", "type": "OPENPVP_RED" },
2470
+ "4222": { "id": "4222", "name": "Creag Meagir", "type": "OPENPVP_RED" },
2471
+ "4223": { "id": "4223", "name": "Domhain Chasm", "type": "OPENPVP_RED" },
2472
+ "PSG-0006#1": {
2473
+ "id": "PSG-0006#1",
2474
+ "name": "Creag's Way",
2475
+ "type": "PASSAGE_RED"
2476
+ },
2477
+ "PSG-0006#2": {
2478
+ "id": "PSG-0006#2",
2479
+ "name": "Chasmlight Cave",
2480
+ "type": "PASSAGE_RED"
2481
+ },
2482
+ "PSG-H-0001": {
2483
+ "id": "PSG-H-0001",
2484
+ "name": "PSG-H-0001",
2485
+ "type": "STARTAREA"
2486
+ },
2487
+ "PSG-H-0001#1": {
2488
+ "id": "PSG-H-0001#1",
2489
+ "name": "Boulder Deep",
2490
+ "type": "PASSAGE_RED"
2491
+ },
2492
+ "PSG-H-0002": {
2493
+ "id": "PSG-H-0002",
2494
+ "name": "PSG-H-0002",
2495
+ "type": "STARTAREA"
2496
+ },
2497
+ "PSG-H-0002#1": {
2498
+ "id": "PSG-H-0002#1",
2499
+ "name": "Drystone Channel",
2500
+ "type": "PASSAGE_RED"
2501
+ },
2502
+ "PSG-0001": { "id": "PSG-0001", "name": "PSG-0001", "type": "STARTAREA" },
2503
+ "PSG-0002": { "id": "PSG-0002", "name": "PSG-0002", "type": "STARTAREA" },
2504
+ "HELLGATE-01-10v10-01-HRD": {
2505
+ "id": "HELLGATE-01-10v10-01-HRD",
2506
+ "name": "The Plains",
2507
+ "type": "DUNGEON_HELL_10V10_LETHAL"
2508
+ },
2509
+ "HELLGATE-01-2v2-01-HRD": {
2510
+ "id": "HELLGATE-01-2v2-01-HRD",
2511
+ "name": "The Plains",
2512
+ "type": "DUNGEON_HELL_2V2_LETHAL"
2513
+ },
2514
+ "HELLGATE-01-5v5-01-HRD": {
2515
+ "id": "HELLGATE-01-5v5-01-HRD",
2516
+ "name": "The Plains",
2517
+ "type": "DUNGEON_HELL_5V5_LETHAL"
2518
+ },
2519
+ "HELLGATE-02-10v10-01-HRD": {
2520
+ "id": "HELLGATE-02-10v10-01-HRD",
2521
+ "name": "The Hill",
2522
+ "type": "DUNGEON_HELL_10V10_LETHAL"
2523
+ },
2524
+ "HELLGATE-02-2v2-01-HRD": {
2525
+ "id": "HELLGATE-02-2v2-01-HRD",
2526
+ "name": "The Hill",
2527
+ "type": "DUNGEON_HELL_2V2_LETHAL"
2528
+ },
2529
+ "HELLGATE-02-5v5-01-HRD": {
2530
+ "id": "HELLGATE-02-5v5-01-HRD",
2531
+ "name": "The Hill",
2532
+ "type": "DUNGEON_HELL_5V5_LETHAL"
2533
+ },
2534
+ "HELLGATE-03-10v10-01-HRD": {
2535
+ "id": "HELLGATE-03-10v10-01-HRD",
2536
+ "name": "The Boneyard",
2537
+ "type": "DUNGEON_HELL_10V10_LETHAL"
2538
+ },
2539
+ "HELLGATE-03-2v2-01-HRD": {
2540
+ "id": "HELLGATE-03-2v2-01-HRD",
2541
+ "name": "The Boneyard",
2542
+ "type": "DUNGEON_HELL_2V2_LETHAL"
2543
+ },
2544
+ "HELLGATE-03-5v5-01-HRD": {
2545
+ "id": "HELLGATE-03-5v5-01-HRD",
2546
+ "name": "The Boneyard",
2547
+ "type": "DUNGEON_HELL_5V5_LETHAL"
2548
+ },
2549
+ "HELLGATE-04-10v10-01-HRD": {
2550
+ "id": "HELLGATE-04-10v10-01-HRD",
2551
+ "name": "The Four Bridges",
2552
+ "type": "DUNGEON_HELL_10V10_LETHAL"
2553
+ },
2554
+ "HELLGATE-04-2v2-01-HRD": {
2555
+ "id": "HELLGATE-04-2v2-01-HRD",
2556
+ "name": "The Four Bridges",
2557
+ "type": "DUNGEON_HELL_2V2_LETHAL"
2558
+ },
2559
+ "HELLGATE-04-5v5-01-HRD": {
2560
+ "id": "HELLGATE-04-5v5-01-HRD",
2561
+ "name": "The Four Bridges",
2562
+ "type": "DUNGEON_HELL_5V5_LETHAL"
2563
+ },
2564
+ "HELLGATE-05-10v10-01-HRD": {
2565
+ "id": "HELLGATE-05-10v10-01-HRD",
2566
+ "name": "The Traverse",
2567
+ "type": "DUNGEON_HELL_10V10_LETHAL"
2568
+ },
2569
+ "HELLGATE-05-2v2-01-HRD": {
2570
+ "id": "HELLGATE-05-2v2-01-HRD",
2571
+ "name": "The Traverse",
2572
+ "type": "DUNGEON_HELL_2V2_LETHAL"
2573
+ },
2574
+ "HELLGATE-05-5v5-01-HRD": {
2575
+ "id": "HELLGATE-05-5v5-01-HRD",
2576
+ "name": "The Traverse",
2577
+ "type": "DUNGEON_HELL_5V5_LETHAL"
2578
+ },
2579
+ "HELLGATE-06-10v10-01-HRD": {
2580
+ "id": "HELLGATE-06-10v10-01-HRD",
2581
+ "name": "The Fortress",
2582
+ "type": "DUNGEON_HELL_10V10_LETHAL"
2583
+ },
2584
+ "HELLGATE-06-2v2-01-HRD": {
2585
+ "id": "HELLGATE-06-2v2-01-HRD",
2586
+ "name": "The Fortress",
2587
+ "type": "DUNGEON_HELL_2V2_LETHAL"
2588
+ },
2589
+ "HELLGATE-06-5v5-01-HRD": {
2590
+ "id": "HELLGATE-06-5v5-01-HRD",
2591
+ "name": "The Fortress",
2592
+ "type": "DUNGEON_HELL_5V5_LETHAL"
2593
+ },
2594
+ "HELLGATE-07-10v10-01-HRD": {
2595
+ "id": "HELLGATE-07-10v10-01-HRD",
2596
+ "name": "The Pit",
2597
+ "type": "DUNGEON_HELL_10V10_LETHAL"
2598
+ },
2599
+ "HELLGATE-07-2v2-01-HRD": {
2600
+ "id": "HELLGATE-07-2v2-01-HRD",
2601
+ "name": "The Pit",
2602
+ "type": "DUNGEON_HELL_2V2_LETHAL"
2603
+ },
2604
+ "HELLGATE-07-5v5-01-HRD": {
2605
+ "id": "HELLGATE-07-5v5-01-HRD",
2606
+ "name": "The Pit",
2607
+ "type": "DUNGEON_HELL_5V5_LETHAL"
2608
+ },
2609
+ "HELLGATE-08-10v10-01-HRD": {
2610
+ "id": "HELLGATE-08-10v10-01-HRD",
2611
+ "name": "The Courtyard",
2612
+ "type": "DUNGEON_HELL_10V10_LETHAL"
2613
+ },
2614
+ "HELLGATE-08-2v2-01-HRD": {
2615
+ "id": "HELLGATE-08-2v2-01-HRD",
2616
+ "name": "The Courtyard",
2617
+ "type": "DUNGEON_HELL_2V2_LETHAL"
2618
+ },
2619
+ "HELLGATE-08-5v5-01-HRD": {
2620
+ "id": "HELLGATE-08-5v5-01-HRD",
2621
+ "name": "The Courtyard",
2622
+ "type": "DUNGEON_HELL_5V5_LETHAL"
2623
+ },
2624
+ "HELLGATE-09-10v10-01-HRD": {
2625
+ "id": "HELLGATE-09-10v10-01-HRD",
2626
+ "name": "The Tribunal",
2627
+ "type": "DUNGEON_HELL_10V10_LETHAL"
2628
+ },
2629
+ "HELLGATE-09-2v2-01-HRD": {
2630
+ "id": "HELLGATE-09-2v2-01-HRD",
2631
+ "name": "The Tribunal",
2632
+ "type": "DUNGEON_HELL_2V2_LETHAL"
2633
+ },
2634
+ "HELLGATE-09-5v5-01-HRD": {
2635
+ "id": "HELLGATE-09-5v5-01-HRD",
2636
+ "name": "The Tribunal",
2637
+ "type": "DUNGEON_HELL_5V5_LETHAL"
2638
+ },
2639
+ "HELLGATE-10-10v10-01-HRD": {
2640
+ "id": "HELLGATE-10-10v10-01-HRD",
2641
+ "name": "The Citadel",
2642
+ "type": "DUNGEON_HELL_10V10_LETHAL"
2643
+ },
2644
+ "HELLGATE-10-2v2-01-HRD": {
2645
+ "id": "HELLGATE-10-2v2-01-HRD",
2646
+ "name": "The Citadel",
2647
+ "type": "DUNGEON_HELL_2V2_LETHAL"
2648
+ },
2649
+ "HELLGATE-10-5v5-01-HRD": {
2650
+ "id": "HELLGATE-10-5v5-01-HRD",
2651
+ "name": "The Citadel",
2652
+ "type": "DUNGEON_HELL_5V5_LETHAL"
2653
+ },
2654
+ "3010": { "id": "3010", "name": "3010", "type": "STARTAREA" },
2655
+ "DNG-KPR-02-MAIN-010": {
2656
+ "id": "DNG-KPR-02-MAIN-010",
2657
+ "name": "Stoneroot Caverns",
2658
+ "type": "DUNGEON_BLACK"
2659
+ },
2660
+ "DNG-KPR-02-MAIN-011": {
2661
+ "id": "DNG-KPR-02-MAIN-011",
2662
+ "name": "Stoneroot Caverns",
2663
+ "type": "DUNGEON_BLACK"
2664
+ },
2665
+ "DNG-KPR-02-MAIN-012": {
2666
+ "id": "DNG-KPR-02-MAIN-012",
2667
+ "name": "Stoneroot Caverns",
2668
+ "type": "DUNGEON_BLACK"
2669
+ },
2670
+ "DNG-KPR-02-MAIN-013": {
2671
+ "id": "DNG-KPR-02-MAIN-013",
2672
+ "name": "Stoneroot Caverns",
2673
+ "type": "DUNGEON_BLACK"
2674
+ },
2675
+ "DNG-KPR-02-MAIN-014": {
2676
+ "id": "DNG-KPR-02-MAIN-014",
2677
+ "name": "Stoneroot Caverns",
2678
+ "type": "DUNGEON_BLACK"
2679
+ },
2680
+ "DNG-KPR-02-MAIN-015": {
2681
+ "id": "DNG-KPR-02-MAIN-015",
2682
+ "name": "Stoneroot Caverns",
2683
+ "type": "DUNGEON_BLACK"
2684
+ },
2685
+ "DNG-KPR-02-MAIN-016": {
2686
+ "id": "DNG-KPR-02-MAIN-016",
2687
+ "name": "Stoneroot Caverns",
2688
+ "type": "DUNGEON_BLACK"
2689
+ },
2690
+ "DNG-KPR-02-MAIN-018": {
2691
+ "id": "DNG-KPR-02-MAIN-018",
2692
+ "name": "Stoneroot Caverns",
2693
+ "type": "DUNGEON_BLACK"
2694
+ },
2695
+ "DNG-KPR-02-MAIN-019": {
2696
+ "id": "DNG-KPR-02-MAIN-019",
2697
+ "name": "Stoneroot Caverns",
2698
+ "type": "DUNGEON_BLACK"
2699
+ },
2700
+ "DNG-KPR-02-MAIN-01": {
2701
+ "id": "DNG-KPR-02-MAIN-01",
2702
+ "name": "Stoneroot Caverns",
2703
+ "type": "DUNGEON_YELLOW"
2704
+ },
2705
+ "DNG-KPR-02-MAIN-020": {
2706
+ "id": "DNG-KPR-02-MAIN-020",
2707
+ "name": "Stoneroot Caverns",
2708
+ "type": "DUNGEON_BLACK"
2709
+ },
2710
+ "DNG-KPR-02-MAIN-021": {
2711
+ "id": "DNG-KPR-02-MAIN-021",
2712
+ "name": "Stoneroot Caverns",
2713
+ "type": "DUNGEON_BLACK"
2714
+ },
2715
+ "DNG-KPR-02-MAIN-022": {
2716
+ "id": "DNG-KPR-02-MAIN-022",
2717
+ "name": "Stoneroot Caverns",
2718
+ "type": "DUNGEON_BLACK"
2719
+ },
2720
+ "DNG-KPR-02-MAIN-023": {
2721
+ "id": "DNG-KPR-02-MAIN-023",
2722
+ "name": "Stoneroot Caverns",
2723
+ "type": "DUNGEON_BLACK"
2724
+ },
2725
+ "DNG-KPR-02-MAIN-024": {
2726
+ "id": "DNG-KPR-02-MAIN-024",
2727
+ "name": "Stoneroot Caverns",
2728
+ "type": "DUNGEON_BLACK"
2729
+ },
2730
+ "DNG-KPR-02-MAIN-025": {
2731
+ "id": "DNG-KPR-02-MAIN-025",
2732
+ "name": "Stoneroot Caverns",
2733
+ "type": "DUNGEON_BLACK"
2734
+ },
2735
+ "DNG-KPR-02-MAIN-026": {
2736
+ "id": "DNG-KPR-02-MAIN-026",
2737
+ "name": "Stoneroot Caverns",
2738
+ "type": "DUNGEON_BLACK"
2739
+ },
2740
+ "DNG-KPR-02-MAIN-027": {
2741
+ "id": "DNG-KPR-02-MAIN-027",
2742
+ "name": "Stoneroot Caverns",
2743
+ "type": "DUNGEON_BLACK"
2744
+ },
2745
+ "DNG-KPR-02-MAIN-04": {
2746
+ "id": "DNG-KPR-02-MAIN-04",
2747
+ "name": "Stoneroot Caverns",
2748
+ "type": "DUNGEON_YELLOW"
2749
+ },
2750
+ "DNG-KPR-02-MAIN-08": {
2751
+ "id": "DNG-KPR-02-MAIN-08",
2752
+ "name": "Stoneroot Caverns",
2753
+ "type": "DUNGEON_BLACK"
2754
+ },
2755
+ "DNG-KPR-02-MAIN-09": {
2756
+ "id": "DNG-KPR-02-MAIN-09",
2757
+ "name": "Stoneroot Caverns",
2758
+ "type": "DUNGEON_BLACK"
2759
+ },
2760
+ "DNG-MOR-01-MAIN-001": {
2761
+ "id": "DNG-MOR-01-MAIN-001",
2762
+ "name": "Cathedral of Light",
2763
+ "type": "DUNGEON_RED"
2764
+ },
2765
+ "DNG-MOR-01-MAIN-002": {
2766
+ "id": "DNG-MOR-01-MAIN-002",
2767
+ "name": "Cathedral of Light",
2768
+ "type": "DUNGEON_RED"
2769
+ },
2770
+ "DNG-MOR-01-MAIN-003": {
2771
+ "id": "DNG-MOR-01-MAIN-003",
2772
+ "name": "Cathedral of Light",
2773
+ "type": "DUNGEON_RED"
2774
+ },
2775
+ "DNG-MOR-01-MAIN-010": {
2776
+ "id": "DNG-MOR-01-MAIN-010",
2777
+ "name": "Cathedral of Light",
2778
+ "type": "DUNGEON_BLACK"
2779
+ },
2780
+ "DNG-MOR-01-MAIN-011": {
2781
+ "id": "DNG-MOR-01-MAIN-011",
2782
+ "name": "Cathedral of Light",
2783
+ "type": "DUNGEON_BLACK"
2784
+ },
2785
+ "DNG-MOR-01-MAIN-012": {
2786
+ "id": "DNG-MOR-01-MAIN-012",
2787
+ "name": "Cathedral of Light",
2788
+ "type": "DUNGEON_BLACK"
2789
+ },
2790
+ "DNG-MOR-01-MAIN-017": {
2791
+ "id": "DNG-MOR-01-MAIN-017",
2792
+ "name": "Cathedral of Light",
2793
+ "type": "DUNGEON_BLACK"
2794
+ },
2795
+ "DNG-MOR-01-MAIN-018": {
2796
+ "id": "DNG-MOR-01-MAIN-018",
2797
+ "name": "Cathedral of Light",
2798
+ "type": "DUNGEON_BLACK"
2799
+ },
2800
+ "DNG-MOR-01-MAIN-019": {
2801
+ "id": "DNG-MOR-01-MAIN-019",
2802
+ "name": "Cathedral of Light",
2803
+ "type": "DUNGEON_BLACK"
2804
+ },
2805
+ "DNG-MOR-01-MAIN-01": {
2806
+ "id": "DNG-MOR-01-MAIN-01",
2807
+ "name": "Cathedral of Light",
2808
+ "type": "DUNGEON_BLACK"
2809
+ },
2810
+ "DNG-MOR-01-MAIN-020": {
2811
+ "id": "DNG-MOR-01-MAIN-020",
2812
+ "name": "Cathedral of Light",
2813
+ "type": "DUNGEON_BLACK"
2814
+ },
2815
+ "DNG-MOR-01-MAIN-021": {
2816
+ "id": "DNG-MOR-01-MAIN-021",
2817
+ "name": "Cathedral of Light",
2818
+ "type": "DUNGEON_BLACK"
2819
+ },
2820
+ "DNG-MOR-01-MAIN-022": {
2821
+ "id": "DNG-MOR-01-MAIN-022",
2822
+ "name": "Cathedral of Light",
2823
+ "type": "DUNGEON_BLACK"
2824
+ },
2825
+ "DNG-MOR-01-MAIN-023": {
2826
+ "id": "DNG-MOR-01-MAIN-023",
2827
+ "name": "Cathedral of Light",
2828
+ "type": "DUNGEON_BLACK"
2829
+ },
2830
+ "DNG-MOR-01-MAIN-024": {
2831
+ "id": "DNG-MOR-01-MAIN-024",
2832
+ "name": "Cathedral of Light",
2833
+ "type": "DUNGEON_BLACK"
2834
+ },
2835
+ "DNG-MOR-01-MAIN-025": {
2836
+ "id": "DNG-MOR-01-MAIN-025",
2837
+ "name": "Cathedral of Light",
2838
+ "type": "DUNGEON_BLACK"
2839
+ },
2840
+ "DNG-MOR-01-MAIN-027": {
2841
+ "id": "DNG-MOR-01-MAIN-027",
2842
+ "name": "Cathedral of Light",
2843
+ "type": "DUNGEON_BLACK"
2844
+ },
2845
+ "DNG-MOR-01-MAIN-02": {
2846
+ "id": "DNG-MOR-01-MAIN-02",
2847
+ "name": "Cathedral of Light",
2848
+ "type": "DUNGEON_BLACK"
2849
+ },
2850
+ "DNG-MOR-01-MAIN-03": {
2851
+ "id": "DNG-MOR-01-MAIN-03",
2852
+ "name": "Cathedral of Light",
2853
+ "type": "DUNGEON_BLACK"
2854
+ },
2855
+ "DNG-MOR-01-MAIN-04": {
2856
+ "id": "DNG-MOR-01-MAIN-04",
2857
+ "name": "Cathedral of Light",
2858
+ "type": "DUNGEON_BLACK"
2859
+ },
2860
+ "DNG-MOR-01-MAIN-05": {
2861
+ "id": "DNG-MOR-01-MAIN-05",
2862
+ "name": "Cathedral of Light",
2863
+ "type": "DUNGEON_BLACK"
2864
+ },
2865
+ "DNG-MOR-01-MAIN-06": {
2866
+ "id": "DNG-MOR-01-MAIN-06",
2867
+ "name": "Cathedral of Light",
2868
+ "type": "DUNGEON_BLACK"
2869
+ },
2870
+ "DNG-MOR-01-MAIN-07": {
2871
+ "id": "DNG-MOR-01-MAIN-07",
2872
+ "name": "Cathedral of Light",
2873
+ "type": "DUNGEON_BLACK"
2874
+ },
2875
+ "DNG-MOR-01-MAIN-08": {
2876
+ "id": "DNG-MOR-01-MAIN-08",
2877
+ "name": "Cathedral of Light",
2878
+ "type": "DUNGEON_BLACK"
2879
+ },
2880
+ "DNG-MOR-01-MAIN-09": {
2881
+ "id": "DNG-MOR-01-MAIN-09",
2882
+ "name": "Cathedral of Light",
2883
+ "type": "DUNGEON_BLACK"
2884
+ },
2885
+ "DNG-MOR-01-SUB-001": {
2886
+ "id": "DNG-MOR-01-SUB-001",
2887
+ "name": "Chambers of Truth",
2888
+ "type": "DUNGEON_RED"
2889
+ },
2890
+ "DNG-MOR-01-SUB-002": {
2891
+ "id": "DNG-MOR-01-SUB-002",
2892
+ "name": "Chambers of Truth",
2893
+ "type": "DUNGEON_RED"
2894
+ },
2895
+ "DNG-MOR-01-SUB-003": {
2896
+ "id": "DNG-MOR-01-SUB-003",
2897
+ "name": "Chambers of Truth",
2898
+ "type": "DUNGEON_RED"
2899
+ },
2900
+ "DNG-MOR-01-SUB-010": {
2901
+ "id": "DNG-MOR-01-SUB-010",
2902
+ "name": "Chambers of Truth",
2903
+ "type": "DUNGEON_BLACK"
2904
+ },
2905
+ "DNG-MOR-01-SUB-011": {
2906
+ "id": "DNG-MOR-01-SUB-011",
2907
+ "name": "Chambers of Truth",
2908
+ "type": "DUNGEON_BLACK"
2909
+ },
2910
+ "DNG-MOR-01-SUB-012": {
2911
+ "id": "DNG-MOR-01-SUB-012",
2912
+ "name": "Chambers of Truth",
2913
+ "type": "DUNGEON_BLACK"
2914
+ },
2915
+ "DNG-MOR-01-SUB-017": {
2916
+ "id": "DNG-MOR-01-SUB-017",
2917
+ "name": "Chambers of Truth",
2918
+ "type": "DUNGEON_BLACK"
2919
+ },
2920
+ "DNG-MOR-01-SUB-018": {
2921
+ "id": "DNG-MOR-01-SUB-018",
2922
+ "name": "Chambers of Truth",
2923
+ "type": "DUNGEON_BLACK"
2924
+ },
2925
+ "DNG-MOR-01-SUB-019": {
2926
+ "id": "DNG-MOR-01-SUB-019",
2927
+ "name": "Chambers of Truth",
2928
+ "type": "DUNGEON_BLACK"
2929
+ },
2930
+ "DNG-MOR-01-SUB-01": {
2931
+ "id": "DNG-MOR-01-SUB-01",
2932
+ "name": "Chambers of Truth",
2933
+ "type": "DUNGEON_BLACK"
2934
+ },
2935
+ "DNG-MOR-01-SUB-020": {
2936
+ "id": "DNG-MOR-01-SUB-020",
2937
+ "name": "Chambers of Truth",
2938
+ "type": "DUNGEON_BLACK"
2939
+ },
2940
+ "DNG-MOR-01-SUB-021": {
2941
+ "id": "DNG-MOR-01-SUB-021",
2942
+ "name": "Chambers of Truth",
2943
+ "type": "DUNGEON_BLACK"
2944
+ },
2945
+ "DNG-MOR-01-SUB-022": {
2946
+ "id": "DNG-MOR-01-SUB-022",
2947
+ "name": "Chambers of Truth",
2948
+ "type": "DUNGEON_BLACK"
2949
+ },
2950
+ "DNG-MOR-01-SUB-023": {
2951
+ "id": "DNG-MOR-01-SUB-023",
2952
+ "name": "Chambers of Truth",
2953
+ "type": "DUNGEON_BLACK"
2954
+ },
2955
+ "DNG-MOR-01-SUB-024": {
2956
+ "id": "DNG-MOR-01-SUB-024",
2957
+ "name": "Chambers of Truth",
2958
+ "type": "DUNGEON_BLACK"
2959
+ },
2960
+ "DNG-MOR-01-SUB-025": {
2961
+ "id": "DNG-MOR-01-SUB-025",
2962
+ "name": "Chambers of Truth",
2963
+ "type": "DUNGEON_BLACK"
2964
+ },
2965
+ "DNG-MOR-01-SUB-027": {
2966
+ "id": "DNG-MOR-01-SUB-027",
2967
+ "name": "Chambers of Truth",
2968
+ "type": "DUNGEON_BLACK"
2969
+ },
2970
+ "DNG-MOR-01-SUB-02": {
2971
+ "id": "DNG-MOR-01-SUB-02",
2972
+ "name": "Chambers of Truth",
2973
+ "type": "DUNGEON_BLACK"
2974
+ },
2975
+ "DNG-MOR-01-SUB-03": {
2976
+ "id": "DNG-MOR-01-SUB-03",
2977
+ "name": "Chambers of Truth",
2978
+ "type": "DUNGEON_BLACK"
2979
+ },
2980
+ "DNG-MOR-01-SUB-04": {
2981
+ "id": "DNG-MOR-01-SUB-04",
2982
+ "name": "Chambers of Truth",
2983
+ "type": "DUNGEON_BLACK"
2984
+ },
2985
+ "DNG-MOR-01-SUB-05": {
2986
+ "id": "DNG-MOR-01-SUB-05",
2987
+ "name": "Chambers of Truth",
2988
+ "type": "DUNGEON_BLACK"
2989
+ },
2990
+ "DNG-MOR-01-SUB-06": {
2991
+ "id": "DNG-MOR-01-SUB-06",
2992
+ "name": "Chambers of Truth",
2993
+ "type": "DUNGEON_BLACK"
2994
+ },
2995
+ "DNG-MOR-01-SUB-07": {
2996
+ "id": "DNG-MOR-01-SUB-07",
2997
+ "name": "Chambers of Truth",
2998
+ "type": "DUNGEON_BLACK"
2999
+ },
3000
+ "DNG-MOR-01-SUB-08": {
3001
+ "id": "DNG-MOR-01-SUB-08",
3002
+ "name": "Chambers of Truth",
3003
+ "type": "DUNGEON_BLACK"
3004
+ },
3005
+ "DNG-MOR-01-SUB-09": {
3006
+ "id": "DNG-MOR-01-SUB-09",
3007
+ "name": "Chambers of Truth",
3008
+ "type": "DUNGEON_BLACK"
3009
+ },
3010
+ "DNG-UND-01-MAIN-002": {
3011
+ "id": "DNG-UND-01-MAIN-002",
3012
+ "name": "Hallowed Crypt",
3013
+ "type": "DUNGEON_SAFEAREA"
3014
+ },
3015
+ "DNG-UND-01-MAIN-003": {
3016
+ "id": "DNG-UND-01-MAIN-003",
3017
+ "name": "Hallowed Crypt",
3018
+ "type": "DUNGEON_SAFEAREA"
3019
+ },
3020
+ "DNG-UND-01-MAIN-004": {
3021
+ "id": "DNG-UND-01-MAIN-004",
3022
+ "name": "Hallowed Crypt",
3023
+ "type": "DUNGEON_SAFEAREA"
3024
+ },
3025
+ "DNG-UND-01-MAIN-005": {
3026
+ "id": "DNG-UND-01-MAIN-005",
3027
+ "name": "Hallowed Crypt",
3028
+ "type": "DUNGEON_SAFEAREA"
3029
+ },
3030
+ "DNG-UND-01-MAIN-006": {
3031
+ "id": "DNG-UND-01-MAIN-006",
3032
+ "name": "Hallowed Crypt",
3033
+ "type": "DUNGEON_SAFEAREA"
3034
+ },
3035
+ "DNG-UND-01-MAIN-007": {
3036
+ "id": "DNG-UND-01-MAIN-007",
3037
+ "name": "Hallowed Crypt",
3038
+ "type": "DUNGEON_SAFEAREA"
3039
+ },
3040
+ "DNG-UND-01-MAIN-008": {
3041
+ "id": "DNG-UND-01-MAIN-008",
3042
+ "name": "Hallowed Crypt",
3043
+ "type": "DUNGEON_SAFEAREA"
3044
+ },
3045
+ "DNG-UND-01-MAIN-009": {
3046
+ "id": "DNG-UND-01-MAIN-009",
3047
+ "name": "Hallowed Crypt",
3048
+ "type": "DUNGEON_SAFEAREA"
3049
+ },
3050
+ "DNG-UND-01-MAIN-010": {
3051
+ "id": "DNG-UND-01-MAIN-010",
3052
+ "name": "Exalted Crypt",
3053
+ "type": "DUNGEON_BLACK"
3054
+ },
3055
+ "DNG-UND-01-MAIN-011": {
3056
+ "id": "DNG-UND-01-MAIN-011",
3057
+ "name": "Exalted Crypt",
3058
+ "type": "DUNGEON_BLACK"
3059
+ },
3060
+ "DNG-UND-01-MAIN-012": {
3061
+ "id": "DNG-UND-01-MAIN-012",
3062
+ "name": "Exalted Crypt",
3063
+ "type": "DUNGEON_BLACK"
3064
+ },
3065
+ "DNG-UND-01-MAIN-013": {
3066
+ "id": "DNG-UND-01-MAIN-013",
3067
+ "name": "Exalted Crypt",
3068
+ "type": "DUNGEON_BLACK"
3069
+ },
3070
+ "DNG-UND-01-MAIN-014": {
3071
+ "id": "DNG-UND-01-MAIN-014",
3072
+ "name": "Exalted Crypt",
3073
+ "type": "DUNGEON_BLACK"
3074
+ },
3075
+ "DNG-UND-01-MAIN-015": {
3076
+ "id": "DNG-UND-01-MAIN-015",
3077
+ "name": "Exalted Crypt",
3078
+ "type": "DUNGEON_BLACK"
3079
+ },
3080
+ "DNG-UND-01-MAIN-016": {
3081
+ "id": "DNG-UND-01-MAIN-016",
3082
+ "name": "Exalted Crypt",
3083
+ "type": "DUNGEON_BLACK"
3084
+ },
3085
+ "DNG-UND-01-MAIN-017": {
3086
+ "id": "DNG-UND-01-MAIN-017",
3087
+ "name": "Exalted Crypt",
3088
+ "type": "DUNGEON_BLACK"
3089
+ },
3090
+ "DNG-UND-01-MAIN-018": {
3091
+ "id": "DNG-UND-01-MAIN-018",
3092
+ "name": "Exalted Crypt",
3093
+ "type": "DUNGEON_BLACK"
3094
+ },
3095
+ "DNG-UND-01-MAIN-019": {
3096
+ "id": "DNG-UND-01-MAIN-019",
3097
+ "name": "Exalted Crypt",
3098
+ "type": "DUNGEON_BLACK"
3099
+ },
3100
+ "DNG-UND-01-MAIN-01": {
3101
+ "id": "DNG-UND-01-MAIN-01",
3102
+ "name": "Exalted Crypt",
3103
+ "type": "DUNGEON_RED"
3104
+ },
3105
+ "DNG-UND-01-MAIN-020": {
3106
+ "id": "DNG-UND-01-MAIN-020",
3107
+ "name": "Exalted Crypt",
3108
+ "type": "DUNGEON_BLACK"
3109
+ },
3110
+ "DNG-UND-01-MAIN-021": {
3111
+ "id": "DNG-UND-01-MAIN-021",
3112
+ "name": "Exalted Crypt",
3113
+ "type": "DUNGEON_BLACK"
3114
+ },
3115
+ "DNG-UND-01-MAIN-022": {
3116
+ "id": "DNG-UND-01-MAIN-022",
3117
+ "name": "Exalted Crypt",
3118
+ "type": "DUNGEON_BLACK"
3119
+ },
3120
+ "DNG-UND-01-MAIN-023": {
3121
+ "id": "DNG-UND-01-MAIN-023",
3122
+ "name": "Exalted Crypt",
3123
+ "type": "DUNGEON_BLACK"
3124
+ },
3125
+ "DNG-UND-01-MAIN-024": {
3126
+ "id": "DNG-UND-01-MAIN-024",
3127
+ "name": "Exalted Crypt",
3128
+ "type": "DUNGEON_BLACK"
3129
+ },
3130
+ "DNG-UND-01-MAIN-025": {
3131
+ "id": "DNG-UND-01-MAIN-025",
3132
+ "name": "Exalted Crypt",
3133
+ "type": "DUNGEON_BLACK"
3134
+ },
3135
+ "DNG-UND-01-MAIN-026": {
3136
+ "id": "DNG-UND-01-MAIN-026",
3137
+ "name": "Exalted Crypt",
3138
+ "type": "DUNGEON_BLACK"
3139
+ },
3140
+ "DNG-UND-01-MAIN-027": {
3141
+ "id": "DNG-UND-01-MAIN-027",
3142
+ "name": "Exalted Crypt",
3143
+ "type": "DUNGEON_BLACK"
3144
+ },
3145
+ "DNG-UND-01-MAIN-02": {
3146
+ "id": "DNG-UND-01-MAIN-02",
3147
+ "name": "Exalted Crypt",
3148
+ "type": "DUNGEON_RED"
3149
+ },
3150
+ "DNG-UND-01-MAIN-03": {
3151
+ "id": "DNG-UND-01-MAIN-03",
3152
+ "name": "Exalted Crypt",
3153
+ "type": "DUNGEON_RED"
3154
+ },
3155
+ "DNG-UND-01-MAIN-05": {
3156
+ "id": "DNG-UND-01-MAIN-05",
3157
+ "name": "Exalted Crypt",
3158
+ "type": "DUNGEON_RED"
3159
+ },
3160
+ "DNG-UND-01-MAIN-07": {
3161
+ "id": "DNG-UND-01-MAIN-07",
3162
+ "name": "Exalted Crypt",
3163
+ "type": "DUNGEON_BLACK"
3164
+ },
3165
+ "DNG-UND-01-MAIN-08": {
3166
+ "id": "DNG-UND-01-MAIN-08",
3167
+ "name": "Exalted Crypt",
3168
+ "type": "DUNGEON_BLACK"
3169
+ },
3170
+ "DNG-UND-01-MAIN-09": {
3171
+ "id": "DNG-UND-01-MAIN-09",
3172
+ "name": "Exalted Crypt",
3173
+ "type": "DUNGEON_BLACK"
3174
+ },
3175
+ "DNG-UND-01-SUB-002": {
3176
+ "id": "DNG-UND-01-SUB-002",
3177
+ "name": "Hallowed Undercrypt",
3178
+ "type": "DUNGEON_SAFEAREA"
3179
+ },
3180
+ "DNG-UND-01-SUB-003": {
3181
+ "id": "DNG-UND-01-SUB-003",
3182
+ "name": "Hallowed Undercrypt",
3183
+ "type": "DUNGEON_SAFEAREA"
3184
+ },
3185
+ "DNG-UND-01-SUB-004": {
3186
+ "id": "DNG-UND-01-SUB-004",
3187
+ "name": "Hallowed Undercrypt",
3188
+ "type": "DUNGEON_SAFEAREA"
3189
+ },
3190
+ "DNG-UND-01-SUB-005": {
3191
+ "id": "DNG-UND-01-SUB-005",
3192
+ "name": "Hallowed Undercrypt",
3193
+ "type": "DUNGEON_SAFEAREA"
3194
+ },
3195
+ "DNG-UND-01-SUB-006": {
3196
+ "id": "DNG-UND-01-SUB-006",
3197
+ "name": "Hallowed Undercrypt",
3198
+ "type": "DUNGEON_SAFEAREA"
3199
+ },
3200
+ "DNG-UND-01-SUB-007": {
3201
+ "id": "DNG-UND-01-SUB-007",
3202
+ "name": "Hallowed Undercrypt",
3203
+ "type": "DUNGEON_SAFEAREA"
3204
+ },
3205
+ "DNG-UND-01-SUB-008": {
3206
+ "id": "DNG-UND-01-SUB-008",
3207
+ "name": "Hallowed Undercrypt",
3208
+ "type": "DUNGEON_SAFEAREA"
3209
+ },
3210
+ "DNG-UND-01-SUB-009": {
3211
+ "id": "DNG-UND-01-SUB-009",
3212
+ "name": "Hallowed Undercrypt",
3213
+ "type": "DUNGEON_SAFEAREA"
3214
+ },
3215
+ "DNG-UND-01-SUB-010": {
3216
+ "id": "DNG-UND-01-SUB-010",
3217
+ "name": "Exalted Undercrypt",
3218
+ "type": "DUNGEON_BLACK"
3219
+ },
3220
+ "DNG-UND-01-SUB-011": {
3221
+ "id": "DNG-UND-01-SUB-011",
3222
+ "name": "Exalted Undercrypt",
3223
+ "type": "DUNGEON_BLACK"
3224
+ },
3225
+ "DNG-UND-01-SUB-012": {
3226
+ "id": "DNG-UND-01-SUB-012",
3227
+ "name": "Exalted Undercrypt",
3228
+ "type": "DUNGEON_BLACK"
3229
+ },
3230
+ "DNG-UND-01-SUB-013": {
3231
+ "id": "DNG-UND-01-SUB-013",
3232
+ "name": "Exalted Undercrypt",
3233
+ "type": "DUNGEON_BLACK"
3234
+ },
3235
+ "DNG-UND-01-SUB-014": {
3236
+ "id": "DNG-UND-01-SUB-014",
3237
+ "name": "Exalted Undercrypt",
3238
+ "type": "DUNGEON_BLACK"
3239
+ },
3240
+ "DNG-UND-01-SUB-015": {
3241
+ "id": "DNG-UND-01-SUB-015",
3242
+ "name": "Exalted Undercrypt",
3243
+ "type": "DUNGEON_BLACK"
3244
+ },
3245
+ "DNG-UND-01-SUB-016": {
3246
+ "id": "DNG-UND-01-SUB-016",
3247
+ "name": "Exalted Undercrypt",
3248
+ "type": "DUNGEON_BLACK"
3249
+ },
3250
+ "DNG-UND-01-SUB-017": {
3251
+ "id": "DNG-UND-01-SUB-017",
3252
+ "name": "Exalted Undercrypt",
3253
+ "type": "DUNGEON_BLACK"
3254
+ },
3255
+ "DNG-UND-01-SUB-018": {
3256
+ "id": "DNG-UND-01-SUB-018",
3257
+ "name": "Exalted Undercrypt",
3258
+ "type": "DUNGEON_BLACK"
3259
+ },
3260
+ "DNG-UND-01-SUB-019": {
3261
+ "id": "DNG-UND-01-SUB-019",
3262
+ "name": "Exalted Undercrypt",
3263
+ "type": "DUNGEON_BLACK"
3264
+ },
3265
+ "DNG-UND-01-SUB-01": {
3266
+ "id": "DNG-UND-01-SUB-01",
3267
+ "name": "Exalted Undercrypt",
3268
+ "type": "DUNGEON_RED"
3269
+ },
3270
+ "DNG-UND-01-SUB-020": {
3271
+ "id": "DNG-UND-01-SUB-020",
3272
+ "name": "Exalted Undercrypt",
3273
+ "type": "DUNGEON_BLACK"
3274
+ },
3275
+ "DNG-UND-01-SUB-021": {
3276
+ "id": "DNG-UND-01-SUB-021",
3277
+ "name": "Exalted Undercrypt",
3278
+ "type": "DUNGEON_BLACK"
3279
+ },
3280
+ "DNG-UND-01-SUB-022": {
3281
+ "id": "DNG-UND-01-SUB-022",
3282
+ "name": "Exalted Undercrypt",
3283
+ "type": "DUNGEON_BLACK"
3284
+ },
3285
+ "DNG-UND-01-SUB-023": {
3286
+ "id": "DNG-UND-01-SUB-023",
3287
+ "name": "Exalted Undercrypt",
3288
+ "type": "DUNGEON_BLACK"
3289
+ },
3290
+ "DNG-UND-01-SUB-024": {
3291
+ "id": "DNG-UND-01-SUB-024",
3292
+ "name": "Exalted Undercrypt",
3293
+ "type": "DUNGEON_BLACK"
3294
+ },
3295
+ "DNG-UND-01-SUB-025": {
3296
+ "id": "DNG-UND-01-SUB-025",
3297
+ "name": "Exalted Undercrypt",
3298
+ "type": "DUNGEON_BLACK"
3299
+ },
3300
+ "DNG-UND-01-SUB-026": {
3301
+ "id": "DNG-UND-01-SUB-026",
3302
+ "name": "Exalted Undercrypt",
3303
+ "type": "DUNGEON_BLACK"
3304
+ },
3305
+ "DNG-UND-01-SUB-027": {
3306
+ "id": "DNG-UND-01-SUB-027",
3307
+ "name": "Exalted Undercrypt",
3308
+ "type": "DUNGEON_BLACK"
3309
+ },
3310
+ "DNG-UND-01-SUB-02": {
3311
+ "id": "DNG-UND-01-SUB-02",
3312
+ "name": "Exalted Undercrypt",
3313
+ "type": "DUNGEON_RED"
3314
+ },
3315
+ "DNG-UND-01-SUB-03": {
3316
+ "id": "DNG-UND-01-SUB-03",
3317
+ "name": "Exalted Undercrypt",
3318
+ "type": "DUNGEON_RED"
3319
+ },
3320
+ "DNG-UND-01-SUB-05": {
3321
+ "id": "DNG-UND-01-SUB-05",
3322
+ "name": "Exalted Undercrypt",
3323
+ "type": "DUNGEON_RED"
3324
+ },
3325
+ "DNG-UND-01-SUB-07": {
3326
+ "id": "DNG-UND-01-SUB-07",
3327
+ "name": "Exalted Undercrypt",
3328
+ "type": "DUNGEON_BLACK"
3329
+ },
3330
+ "DNG-UND-01-SUB-08": {
3331
+ "id": "DNG-UND-01-SUB-08",
3332
+ "name": "Exalted Undercrypt",
3333
+ "type": "DUNGEON_BLACK"
3334
+ },
3335
+ "DNG-UND-01-SUB-09": {
3336
+ "id": "DNG-UND-01-SUB-09",
3337
+ "name": "Exalted Undercrypt",
3338
+ "type": "DUNGEON_BLACK"
3339
+ },
3340
+ "DNG-KPR-01-MAIN-01": {
3341
+ "id": "DNG-KPR-01-MAIN-01",
3342
+ "name": "Deepwood Enclave",
3343
+ "type": "DUNGEON_YELLOW"
3344
+ },
3345
+ "DNG-KPR-01-MAIN-02": {
3346
+ "id": "DNG-KPR-01-MAIN-02",
3347
+ "name": "Deepwood Enclave",
3348
+ "type": "DUNGEON_YELLOW"
3349
+ },
3350
+ "DNG-KPR-01-MAIN-03": {
3351
+ "id": "DNG-KPR-01-MAIN-03",
3352
+ "name": "Deepwood Enclave",
3353
+ "type": "DUNGEON_YELLOW"
3354
+ },
3355
+ "DNG-KPR-02-MAIN-017": {
3356
+ "id": "DNG-KPR-02-MAIN-017",
3357
+ "name": "Stoneroot Caverns",
3358
+ "type": "DUNGEON_BLACK"
3359
+ },
3360
+ "DNG-UND-02-MAIN-01": {
3361
+ "id": "DNG-UND-02-MAIN-01",
3362
+ "name": "Trinity Hall",
3363
+ "type": "DUNGEON_SAFEAREA"
3364
+ },
3365
+ "DNG-UND-02-MAIN-02": {
3366
+ "id": "DNG-UND-02-MAIN-02",
3367
+ "name": "Trinity Hall",
3368
+ "type": "DUNGEON_SAFEAREA"
3369
+ },
3370
+ "DNG-UND-02-MAIN-03": {
3371
+ "id": "DNG-UND-02-MAIN-03",
3372
+ "name": "Trinity Hall",
3373
+ "type": "DUNGEON_SAFEAREA"
3374
+ },
3375
+ "DNG-UND-02-MAIN-04": {
3376
+ "id": "DNG-UND-02-MAIN-04",
3377
+ "name": "Trinity Hall",
3378
+ "type": "DUNGEON_SAFEAREA"
3379
+ },
3380
+ "0363-HALL-04": {
3381
+ "id": "0363-HALL-04",
3382
+ "name": "Conquerors' Hall Lvl. 4",
3383
+ "type": "PLAYERCITY_BLACK_ROYAL_NOFURNITURE_HALL_OF_FAME"
3384
+ },
3385
+ "1016-HALL-04": {
3386
+ "id": "1016-HALL-04",
3387
+ "name": "Conquerors' Hall Lvl. 4",
3388
+ "type": "PLAYERCITY_BLACK_ROYAL_NOFURNITURE_HALL_OF_FAME"
3389
+ },
3390
+ "2013-HALL-04": {
3391
+ "id": "2013-HALL-04",
3392
+ "name": "Conquerors' Hall Lvl. 4",
3393
+ "type": "PLAYERCITY_BLACK_ROYAL_NOFURNITURE_HALL_OF_FAME"
3394
+ },
3395
+ "3017-HALL-04-MART": {
3396
+ "id": "3017-HALL-04-MART",
3397
+ "name": "Conquerors' Hall Lvl. 4",
3398
+ "type": "PLAYERCITY_BLACK_ROYAL_NOFURNITURE_HALL_OF_FAME"
3399
+ },
3400
+ "4010-HALL-04": {
3401
+ "id": "4010-HALL-04",
3402
+ "name": "Conquerors' Hall Lvl. 4",
3403
+ "type": "PLAYERCITY_BLACK_ROYAL_NOFURNITURE_HALL_OF_FAME"
3404
+ },
3405
+ "DNG-UND-01-MAIN-06": {
3406
+ "id": "DNG-UND-01-MAIN-06",
3407
+ "name": "DNG-UND-01-MAIN-06",
3408
+ "type": "STARTAREA"
3409
+ },
3410
+ "DNG-UND-01-SUB-06": {
3411
+ "id": "DNG-UND-01-SUB-06",
3412
+ "name": "DNG-UND-01-SUB-06",
3413
+ "type": "STARTAREA"
3414
+ },
3415
+ "DNG-KPR-02-MAIN-028": {
3416
+ "id": "DNG-KPR-02-MAIN-028",
3417
+ "name": "Stoneroot Caverns",
3418
+ "type": "DUNGEON_BLACK"
3419
+ },
3420
+ "DNG-UND-01-MAIN-028": {
3421
+ "id": "DNG-UND-01-MAIN-028",
3422
+ "name": "Exalted Crypt",
3423
+ "type": "DUNGEON_SAFEAREA"
3424
+ },
3425
+ "DNG-UND-01-SUB-028": {
3426
+ "id": "DNG-UND-01-SUB-028",
3427
+ "name": "Exalted Undercrypt",
3428
+ "type": "DUNGEON_SAFEAREA"
3429
+ },
3430
+ "3012-HALL-02": {
3431
+ "id": "3012-HALL-02",
3432
+ "name": "3012-HALL-02",
3433
+ "type": "STARTAREA"
3434
+ },
3435
+ "LEGACY-KEEPER-01": {
3436
+ "id": "LEGACY-KEEPER-01",
3437
+ "name": "LEGACY-KEEPER-01",
3438
+ "type": "STARTAREA"
3439
+ },
3440
+ "LEGACY-KEEPER-SOLO-01": {
3441
+ "id": "LEGACY-KEEPER-SOLO-01",
3442
+ "name": "LEGACY-KEEPER-SOLO-01",
3443
+ "type": "STARTAREA"
3444
+ },
3445
+ "LEGACY-UNDEAD-01": {
3446
+ "id": "LEGACY-UNDEAD-01",
3447
+ "name": "LEGACY-UNDEAD-01",
3448
+ "type": "STARTAREA"
3449
+ },
3450
+ "LEGACY-UNDEAD-02": {
3451
+ "id": "LEGACY-UNDEAD-02",
3452
+ "name": "LEGACY-UNDEAD-02",
3453
+ "type": "STARTAREA"
3454
+ },
3455
+ "DNG-HER-01-MAIN-01": {
3456
+ "id": "DNG-HER-01-MAIN-01",
3457
+ "name": "Heretic Cellar Network",
3458
+ "type": "DUNGEON_SAFEAREA"
3459
+ },
3460
+ "0301": {
3461
+ "id": "0301",
3462
+ "name": "Thetford Portal",
3463
+ "type": "PLAYERCITY_BLACK_PORTALCITY_NOFURNITURE"
3464
+ },
3465
+ "1301": {
3466
+ "id": "1301",
3467
+ "name": "Lymhurst Portal",
3468
+ "type": "PLAYERCITY_BLACK_PORTALCITY_NOFURNITURE"
3469
+ },
3470
+ "2301": {
3471
+ "id": "2301",
3472
+ "name": "Bridgewatch Portal",
3473
+ "type": "PLAYERCITY_BLACK_PORTALCITY_NOFURNITURE"
3474
+ },
3475
+ "3301": {
3476
+ "id": "3301",
3477
+ "name": "Martlock Portal",
3478
+ "type": "PLAYERCITY_BLACK_PORTALCITY_NOFURNITURE"
3479
+ },
3480
+ "4301": {
3481
+ "id": "4301",
3482
+ "name": "Fort Sterling Portal",
3483
+ "type": "PLAYERCITY_BLACK_PORTALCITY_NOFURNITURE"
3484
+ },
3485
+ "0302": { "id": "0302", "name": "0302", "type": "STARTAREA" },
3486
+ "0303": { "id": "0303", "name": "0303", "type": "STARTAREA" },
3487
+ "0304": { "id": "0304", "name": "0304", "type": "STARTAREA" },
3488
+ "1302": { "id": "1302", "name": "1302", "type": "STARTAREA" },
3489
+ "1303": { "id": "1303", "name": "1303", "type": "STARTAREA" },
3490
+ "1304": { "id": "1304", "name": "1304", "type": "STARTAREA" },
3491
+ "2302": { "id": "2302", "name": "2302", "type": "STARTAREA" },
3492
+ "2303": { "id": "2303", "name": "2303", "type": "STARTAREA" },
3493
+ "2304": { "id": "2304", "name": "2304", "type": "STARTAREA" },
3494
+ "3302": { "id": "3302", "name": "3302", "type": "STARTAREA" },
3495
+ "3303": { "id": "3303", "name": "3303", "type": "STARTAREA" },
3496
+ "3304": { "id": "3304", "name": "3304", "type": "STARTAREA" },
3497
+ "4302": { "id": "4302", "name": "4302", "type": "STARTAREA" },
3498
+ "4303": { "id": "4303", "name": "4303", "type": "STARTAREA" },
3499
+ "4304": { "id": "4304", "name": "4304", "type": "STARTAREA" },
3500
+ "CrystalRealm02": {
3501
+ "id": "CrystalRealm02",
3502
+ "name": "Crystal Realm",
3503
+ "type": "ARENA_CRYSTAL"
3504
+ },
3505
+ "DNG-HER-01-MAIN-02": {
3506
+ "id": "DNG-HER-01-MAIN-02",
3507
+ "name": "Heretic Cellar Network",
3508
+ "type": "DUNGEON_SAFEAREA"
3509
+ },
3510
+ "DNG-HER-01-MAIN-03": {
3511
+ "id": "DNG-HER-01-MAIN-03",
3512
+ "name": "Heretic Cellar Network",
3513
+ "type": "DUNGEON_SAFEAREA"
3514
+ },
3515
+ "DNG-HER-01-MAIN-04": {
3516
+ "id": "DNG-HER-01-MAIN-04",
3517
+ "name": "Heretic Cellar Network",
3518
+ "type": "DUNGEON_SAFEAREA"
3519
+ },
3520
+ "DNG-HER-01-MAIN-05": {
3521
+ "id": "DNG-HER-01-MAIN-05",
3522
+ "name": "Heretic Cellar Network",
3523
+ "type": "DUNGEON_SAFEAREA"
3524
+ },
3525
+ "CrystalRealm-Nonlethal": {
3526
+ "id": "CrystalRealm-Nonlethal",
3527
+ "name": "Crystal Realm",
3528
+ "type": "ARENA_CRYSTAL"
3529
+ },
3530
+ "CrystalRealm02-Nonlethal": {
3531
+ "id": "CrystalRealm02-Nonlethal",
3532
+ "name": "Crystal Realm",
3533
+ "type": "ARENA_CRYSTAL"
3534
+ },
3535
+ "5000": { "id": "5000", "name": "Brecilien", "type": "PLAYERCITY_BLACK" },
3536
+ "5001": {
3537
+ "id": "5001",
3538
+ "name": "Brecilien",
3539
+ "type": "PLAYERCITY_BLACK_NOFURNITURE"
3540
+ },
3541
+ "5002": {
3542
+ "id": "5002",
3543
+ "name": "Brecilien Bank",
3544
+ "type": "PLAYERCITY_BLACK_NOFURNITURE"
3545
+ },
3546
+ "5003": {
3547
+ "id": "5003",
3548
+ "name": "Brecilien Market",
3549
+ "type": "PLAYERCITY_BLACK_NOFURNITURE"
3550
+ },
3551
+ "5100": { "id": "5100", "name": "Brecilien Weald", "type": "OPENPVP_RED" },
3552
+ "5101": { "id": "5101", "name": "Brecilien Copse", "type": "OPENPVP_RED" },
3553
+ "5102": { "id": "5102", "name": "Brecilien Grove", "type": "OPENPVP_YELLOW" },
3554
+ "5103": { "id": "5103", "name": "Brecilien Thicket", "type": "OPENPVP_RED" },
3555
+ "DNG-Test-UND-01-MAIN-001": {
3556
+ "id": "DNG-Test-UND-01-MAIN-001",
3557
+ "name": "UND Test 1",
3558
+ "type": "DUNGEON_YELLOW"
3559
+ },
3560
+ "DNG-Test-UND-01-MAIN-001#1": {
3561
+ "id": "DNG-Test-UND-01-MAIN-001#1",
3562
+ "name": "UND Test 2",
3563
+ "type": "DUNGEON_YELLOW"
3564
+ }
3565
+ }