@zebbedaja/er-save-parser 0.0.4 → 0.0.6
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.
- package/dist/index.mjs +1232 -6
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -53,20 +53,1246 @@ const eventFlags = [
|
|
|
53
53
|
category: "ending"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
|
-
name: "Godrick the Grafted",
|
|
57
56
|
id: 10000800,
|
|
57
|
+
name: "Godrick the Grafted",
|
|
58
58
|
category: "boss",
|
|
59
59
|
location: "Stormveil Castle"
|
|
60
60
|
},
|
|
61
61
|
{
|
|
62
|
-
|
|
62
|
+
id: 10000850,
|
|
63
|
+
name: "Margit, the Fell Omen",
|
|
64
|
+
category: "boss",
|
|
65
|
+
location: "Stormveil Castle"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
id: 10010800,
|
|
69
|
+
name: "Grafted Scion",
|
|
70
|
+
category: "boss",
|
|
71
|
+
location: "Chapel of Anticipation"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
id: 11000800,
|
|
75
|
+
name: "Morgott, the Omen King",
|
|
76
|
+
category: "boss",
|
|
77
|
+
location: "Leyndell, Royal Capital"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
id: 11000850,
|
|
81
|
+
name: "Godfrey, First Elden Lord (Golden Shade)",
|
|
82
|
+
category: "boss",
|
|
83
|
+
location: "Leyndell, Royal Capital"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
id: 11050800,
|
|
87
|
+
name: "Godfrey, First Elden Lord / Hoarah Loux, Warrior",
|
|
88
|
+
category: "boss",
|
|
89
|
+
location: "Leyndell, Ashen Capital"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
id: 11050850,
|
|
93
|
+
name: "Sir Gideon Ofnir, the All-Knowing",
|
|
94
|
+
category: "boss",
|
|
95
|
+
location: "Leyndell, Ashen Capital"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
id: 12010800,
|
|
99
|
+
name: "Dragonkin Soldier of Nokstella",
|
|
100
|
+
category: "boss",
|
|
101
|
+
location: "Ainsel River"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
id: 12010850,
|
|
105
|
+
name: "Dragonkin Soldier (Lake of Rot)",
|
|
106
|
+
category: "boss",
|
|
107
|
+
location: "Lake of Rot"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
id: 12020800,
|
|
111
|
+
name: "Valiant Gargoyles",
|
|
112
|
+
category: "boss",
|
|
113
|
+
location: "Nokron, Eternal City"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
id: 12020830,
|
|
117
|
+
name: "Dragonkin Soldier (Siofra River)",
|
|
118
|
+
category: "boss",
|
|
119
|
+
location: "Siofra River"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
id: 12020850,
|
|
123
|
+
name: "Mimic Tear",
|
|
124
|
+
category: "boss",
|
|
125
|
+
location: "Nokron, Eternal City"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
id: 12030390,
|
|
129
|
+
name: "Crucible Knight Siluria",
|
|
130
|
+
category: "boss",
|
|
131
|
+
location: "Deeproot Depths"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
id: 12030800,
|
|
135
|
+
name: "Fia's Champions",
|
|
136
|
+
category: "boss",
|
|
137
|
+
location: "Deeproot Depths"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
id: 12030850,
|
|
141
|
+
name: "Lichdragon Fortissax",
|
|
142
|
+
category: "boss",
|
|
143
|
+
location: "Deeproot Depths"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
id: 12040800,
|
|
147
|
+
name: "Astel, Naturalborn of the Void",
|
|
148
|
+
category: "boss",
|
|
149
|
+
location: "Grand Cloister"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
id: 12050800,
|
|
153
|
+
name: "Mohg, Lord of Blood",
|
|
154
|
+
category: "boss",
|
|
155
|
+
location: "Mohgwyn Palace"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
id: 12080800,
|
|
159
|
+
name: "Ancestor Spirit",
|
|
160
|
+
category: "boss",
|
|
161
|
+
location: "Siofra River"
|
|
162
|
+
},
|
|
163
|
+
{
|
|
63
164
|
id: 12090800,
|
|
64
|
-
|
|
165
|
+
name: "Regal Ancestor Spirit",
|
|
166
|
+
category: "boss",
|
|
167
|
+
location: "Nokron, Eternal City"
|
|
65
168
|
},
|
|
66
169
|
{
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
category: "boss"
|
|
170
|
+
id: 13000800,
|
|
171
|
+
name: "Beast Clergyman / Maliketh, the Black Blade",
|
|
172
|
+
category: "boss",
|
|
173
|
+
location: "Crumbling Farum Azula"
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
id: 13000830,
|
|
177
|
+
name: "Dragonlord Placidusax",
|
|
178
|
+
category: "boss",
|
|
179
|
+
location: "Crumbling Farum Azula"
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
id: 13000850,
|
|
183
|
+
name: "Godskin Duo",
|
|
184
|
+
category: "boss",
|
|
185
|
+
location: "Crumbling Farum Azula"
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
id: 14000800,
|
|
189
|
+
name: "Rennala, Queen of the Full Moon",
|
|
190
|
+
category: "boss",
|
|
191
|
+
location: "Academy of Raya Lucaria"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
id: 14000850,
|
|
195
|
+
name: "Red Wolf of Radagon",
|
|
196
|
+
category: "boss",
|
|
197
|
+
location: "Academy of Raya Lucaria"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
id: 15000800,
|
|
201
|
+
name: "Malenia, Blade of Miquella",
|
|
202
|
+
category: "boss",
|
|
203
|
+
location: "Elphael, Brace of the Haligtree"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
id: 15000850,
|
|
207
|
+
name: "Loretta, Knight of the Haligtree",
|
|
208
|
+
category: "boss",
|
|
209
|
+
location: "Miquella's Haligtree"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
id: 16000800,
|
|
213
|
+
name: "Rykard, Lord of Blasphemy",
|
|
214
|
+
category: "boss",
|
|
215
|
+
location: "Volcano Manor"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
id: 16000850,
|
|
219
|
+
name: "Godskin Noble",
|
|
220
|
+
category: "boss",
|
|
221
|
+
location: "Volcano Manor"
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
id: 16000860,
|
|
225
|
+
name: "Abductor Virgins",
|
|
226
|
+
category: "boss",
|
|
227
|
+
location: "Volcano Manor"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
id: 18000800,
|
|
231
|
+
name: "Ulcerated Tree Spirit",
|
|
232
|
+
category: "boss",
|
|
233
|
+
location: "Fringefolk Hero's Grave"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
id: 18000850,
|
|
237
|
+
name: "Soldier of Godrick",
|
|
238
|
+
category: "boss",
|
|
239
|
+
location: "Cave of Knowledge"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
id: 19000800,
|
|
243
|
+
name: "Elden Beast",
|
|
244
|
+
category: "boss",
|
|
245
|
+
location: "Leyndell, Ashen Capital"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
id: 20000800,
|
|
249
|
+
name: "Divine Beast Dancing Lion",
|
|
250
|
+
category: "boss",
|
|
251
|
+
location: "Belurat, Tower Settlement "
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
id: 20010800,
|
|
255
|
+
name: "Promised Consort Radahn",
|
|
256
|
+
category: "boss",
|
|
257
|
+
location: "Enir-Ilim"
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
id: 21000850,
|
|
261
|
+
name: "Golden Hippopotamus",
|
|
262
|
+
category: "boss",
|
|
263
|
+
location: "Shadow Keep"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
id: 21010800,
|
|
267
|
+
name: "Messmer the Impaler",
|
|
268
|
+
category: "boss",
|
|
269
|
+
location: "Shadow Keep"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
id: 22000800,
|
|
273
|
+
name: "Putrescent Knight",
|
|
274
|
+
category: "boss",
|
|
275
|
+
location: "Stone Coffin Fissure"
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
id: 25000800,
|
|
279
|
+
name: "Metyr, Mother of Fingers",
|
|
280
|
+
category: "boss",
|
|
281
|
+
location: "Finger Ruins of Miyr"
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
id: 28000800,
|
|
285
|
+
name: "Midra, Lord of Frenzied Flame",
|
|
286
|
+
category: "boss",
|
|
287
|
+
location: "Midra's Manse"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
id: 30000800,
|
|
291
|
+
name: "Cemetery Shade",
|
|
292
|
+
category: "boss",
|
|
293
|
+
location: "Tombsward Catacombs"
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
id: 30010800,
|
|
297
|
+
name: "Erdtree Burial Watchdog",
|
|
298
|
+
category: "boss",
|
|
299
|
+
location: "Impaler's Catacombs"
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
id: 30020800,
|
|
303
|
+
name: "Erdtree Burial Watchdog",
|
|
304
|
+
category: "boss",
|
|
305
|
+
location: "Stormfoot Catacombs"
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
id: 30030800,
|
|
309
|
+
name: "Spirit-Caller Snail",
|
|
310
|
+
category: "boss",
|
|
311
|
+
location: "Road's End Catacombs"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
id: 30040800,
|
|
315
|
+
name: "Grave Warden Duelist",
|
|
316
|
+
category: "boss",
|
|
317
|
+
location: "Murkwater Catacombs"
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
id: 30050800,
|
|
321
|
+
name: "Cemetery Shade",
|
|
322
|
+
category: "boss",
|
|
323
|
+
location: "Black Knife Catacombs"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
id: 30050850,
|
|
327
|
+
name: "Black Knife Assassin",
|
|
328
|
+
category: "boss",
|
|
329
|
+
location: "Black Knife Catacombs"
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
id: 30060800,
|
|
333
|
+
name: "Erdtree Burial Watchdog",
|
|
334
|
+
category: "boss",
|
|
335
|
+
location: "Cliffbottom Catacombs"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
id: 30070800,
|
|
339
|
+
name: "Erdtree Burial Watchdog",
|
|
340
|
+
category: "boss",
|
|
341
|
+
location: "Wyndham Catacombs"
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
id: 30080800,
|
|
345
|
+
name: "Ancient Hero of Zamor",
|
|
346
|
+
category: "boss",
|
|
347
|
+
location: "Sainted Hero's Grave"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
id: 30090800,
|
|
351
|
+
name: "Red Wolf of the Champion",
|
|
352
|
+
category: "boss",
|
|
353
|
+
location: "Gelmir Hero's Grave"
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
id: 30100800,
|
|
357
|
+
name: "Crucible Knight & Crucible Knight Ordovis",
|
|
358
|
+
category: "boss",
|
|
359
|
+
location: "Azuria Hero's Grave"
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
id: 30110800,
|
|
363
|
+
name: "Black Knife Assassin",
|
|
364
|
+
category: "boss",
|
|
365
|
+
location: "Deathtouched Catacombs"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
id: 30120800,
|
|
369
|
+
name: "Perfumer Tricia & Misbegotten Warrior",
|
|
370
|
+
category: "boss",
|
|
371
|
+
location: "Unsightly Catacombs"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
id: 30130800,
|
|
375
|
+
name: "Grave Warden Duelist",
|
|
376
|
+
category: "boss",
|
|
377
|
+
location: "Azuria Side Tomb"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
id: 30140800,
|
|
381
|
+
name: "Erdtree Burial Watchdog Duo",
|
|
382
|
+
category: "boss",
|
|
383
|
+
location: "Minor Erdtree Catacombs"
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
id: 30150800,
|
|
387
|
+
name: "Cemetery Shade",
|
|
388
|
+
category: "boss",
|
|
389
|
+
location: "Caelid Catacombs"
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
id: 30160800,
|
|
393
|
+
name: "Putrid Tree Spirit",
|
|
394
|
+
category: "boss",
|
|
395
|
+
location: "War-Dead Catacombs"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
id: 30170800,
|
|
399
|
+
name: "Ancient Hero of Zamor",
|
|
400
|
+
category: "boss",
|
|
401
|
+
location: "Giant-Conquering Hero's Grave"
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
id: 30180800,
|
|
405
|
+
name: "Ulcerated Tree Spirit",
|
|
406
|
+
category: "boss",
|
|
407
|
+
location: "Mountaintop Catacombs"
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
id: 30190800,
|
|
411
|
+
name: "Putrid Grave Warden Duelist",
|
|
412
|
+
category: "boss",
|
|
413
|
+
location: "Consecrated Snowfield Catacombs"
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
id: 30200800,
|
|
417
|
+
name: "Stray Mimic Tear",
|
|
418
|
+
category: "boss",
|
|
419
|
+
location: "Hidden Path to the Haligtree"
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
id: 31000800,
|
|
423
|
+
name: "Patches",
|
|
424
|
+
category: "boss",
|
|
425
|
+
location: "Murkwater Cave"
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
id: 31010800,
|
|
429
|
+
name: "Runebear",
|
|
430
|
+
category: "boss",
|
|
431
|
+
location: "Earthbore Cave"
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
id: 31020800,
|
|
435
|
+
name: "Miranda the Blighted Bloom",
|
|
436
|
+
category: "boss",
|
|
437
|
+
location: "Tombsward Cave"
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
id: 31030800,
|
|
441
|
+
name: "Beastman of Farum Azula",
|
|
442
|
+
category: "boss",
|
|
443
|
+
location: "Groveside Cave"
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
id: 31040800,
|
|
447
|
+
name: "Cleanrot Knight",
|
|
448
|
+
category: "boss",
|
|
449
|
+
location: "Stillwater Cave"
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
id: 31050800,
|
|
453
|
+
name: "Bloodhound Knight",
|
|
454
|
+
category: "boss",
|
|
455
|
+
location: "Lakeside Crystal Cave"
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
id: 31060800,
|
|
459
|
+
name: "Crystalian Duo",
|
|
460
|
+
category: "boss",
|
|
461
|
+
location: "Academy Crystal Cave"
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
id: 31070800,
|
|
465
|
+
name: "Kindred of Rot Duo",
|
|
466
|
+
category: "boss",
|
|
467
|
+
location: "Seethewater Cave"
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
id: 31090800,
|
|
471
|
+
name: "Demi-Human Queen Margot",
|
|
472
|
+
category: "boss",
|
|
473
|
+
location: "Volcano Cave"
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
id: 31100800,
|
|
477
|
+
name: "Beastman of Farum Azula Duo",
|
|
478
|
+
category: "boss",
|
|
479
|
+
location: "Dragonbarrow Cave"
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
id: 31110800,
|
|
483
|
+
name: "Putrid Crystalian Trio",
|
|
484
|
+
category: "boss",
|
|
485
|
+
location: "Sellia Hideaway"
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
id: 31120800,
|
|
489
|
+
name: "Misbegotten Crusader",
|
|
490
|
+
category: "boss",
|
|
491
|
+
location: "Cave of the Forlorn"
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
id: 31150800,
|
|
495
|
+
name: "Demi-Human Chiefs",
|
|
496
|
+
category: "boss",
|
|
497
|
+
location: "Coastal Cave Dungeon"
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
id: 31170800,
|
|
501
|
+
name: "Guardian Golem",
|
|
502
|
+
category: "boss",
|
|
503
|
+
location: "Highroad Cave"
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
id: 31180800,
|
|
507
|
+
name: "Omenkiller & Miranda the Blighted Bloom",
|
|
508
|
+
category: "boss",
|
|
509
|
+
location: "Perfumer's Grotto"
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
id: 31190800,
|
|
513
|
+
name: "Black Knife Assassin (Sage's Cave)",
|
|
514
|
+
category: "boss",
|
|
515
|
+
location: "Sage's Cave"
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
id: 31190850,
|
|
519
|
+
name: "Necromancer Garris",
|
|
520
|
+
category: "boss",
|
|
521
|
+
location: "Sage's Cave"
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
id: 31200800,
|
|
525
|
+
name: "Cleanrot Knight",
|
|
526
|
+
category: "boss",
|
|
527
|
+
location: "Abandoned Cave"
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
id: 31210800,
|
|
531
|
+
name: "Frenzied Duelist",
|
|
532
|
+
category: "boss",
|
|
533
|
+
location: "Gaol Cave"
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
id: 31220800,
|
|
537
|
+
name: "Spirit-Caller Snail",
|
|
538
|
+
category: "boss",
|
|
539
|
+
location: "Spiritcaller Cave"
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
id: 32000800,
|
|
543
|
+
name: "Scaly Misbegotten",
|
|
544
|
+
category: "boss",
|
|
545
|
+
location: "Morne Tunnel"
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
id: 32010800,
|
|
549
|
+
name: "Stonedigger Troll",
|
|
550
|
+
category: "boss",
|
|
551
|
+
location: "Limgrave Tunnels"
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
id: 32020800,
|
|
555
|
+
name: "Crystalian",
|
|
556
|
+
category: "boss",
|
|
557
|
+
location: "Raya Lucaria Crystal Tunnel"
|
|
558
|
+
},
|
|
559
|
+
{
|
|
560
|
+
id: 32040800,
|
|
561
|
+
name: "Stonedigger Troll",
|
|
562
|
+
category: "boss",
|
|
563
|
+
location: "Old Altus Tunnel"
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
id: 32050800,
|
|
567
|
+
name: "Crystalian Duo",
|
|
568
|
+
category: "boss",
|
|
569
|
+
location: "Altus Tunnel"
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
id: 32070800,
|
|
573
|
+
name: "Magma Wyrm",
|
|
574
|
+
category: "boss",
|
|
575
|
+
location: "Gael Tunnel"
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
id: 32080800,
|
|
579
|
+
name: "Fallingstar Beast",
|
|
580
|
+
category: "boss",
|
|
581
|
+
location: "Sellia Crystal Tunnel"
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
id: 32110800,
|
|
585
|
+
name: "Astel, Stars of Darkness",
|
|
586
|
+
category: "boss",
|
|
587
|
+
location: "Yelough Anix Tunnel"
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
id: 34120800,
|
|
591
|
+
name: "Onyx Lord",
|
|
592
|
+
category: "boss",
|
|
593
|
+
location: "Sealed Tunnel"
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
id: 34130800,
|
|
597
|
+
name: "Godskin Apostle",
|
|
598
|
+
category: "boss",
|
|
599
|
+
location: "Divine Tower of Caelid"
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
id: 34140850,
|
|
603
|
+
name: "Fell Twins",
|
|
604
|
+
category: "boss",
|
|
605
|
+
location: "Divine Tower Bridge"
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
id: 35000800,
|
|
609
|
+
name: "Mohg, the Omen",
|
|
610
|
+
category: "boss",
|
|
611
|
+
location: "Subterranean Shunning-Grounds"
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
id: 35000850,
|
|
615
|
+
name: "Esgar, Priest of Blood",
|
|
616
|
+
category: "boss",
|
|
617
|
+
location: "Leyndell Catacombs"
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
id: 39200800,
|
|
621
|
+
name: "Magma Wyrm Makar",
|
|
622
|
+
category: "boss",
|
|
623
|
+
location: "Ruin-Strewn Precipice"
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
id: 40000800,
|
|
627
|
+
name: "Death Knight",
|
|
628
|
+
category: "boss",
|
|
629
|
+
location: "Fog Rift Catacombs"
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
id: 40010800,
|
|
633
|
+
name: "Death Knight",
|
|
634
|
+
category: "boss",
|
|
635
|
+
location: "Scorpion River Catacombs"
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
id: 41000800,
|
|
639
|
+
name: "Demi-Human Swordmaster Onze",
|
|
640
|
+
category: "boss",
|
|
641
|
+
location: "Belurat Gaol"
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
id: 41010800,
|
|
645
|
+
name: "Curseblade Labirith",
|
|
646
|
+
category: "boss",
|
|
647
|
+
location: "Bonny Gaol"
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
id: 41020800,
|
|
651
|
+
name: "Lamenter",
|
|
652
|
+
category: "boss",
|
|
653
|
+
location: "Lamenter's Gaol"
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
id: 43000800,
|
|
657
|
+
name: "Chief Bloodfiend",
|
|
658
|
+
category: "boss",
|
|
659
|
+
location: "Rivermouth Cave"
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
id: 43010800,
|
|
663
|
+
name: "Ancient Dragon-Man",
|
|
664
|
+
category: "boss",
|
|
665
|
+
location: "Dragon's Pit"
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
id: 1033420800,
|
|
669
|
+
name: "Alecto, Black Knife Ringleader",
|
|
670
|
+
category: "boss",
|
|
671
|
+
location: "Ringleader's Evergaol"
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
id: 1033430800,
|
|
675
|
+
name: "Erdtree Avatar (SW)",
|
|
676
|
+
category: "boss",
|
|
677
|
+
location: "Minor Erdtree (Liurnia Southwest)"
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
id: 1033450800,
|
|
681
|
+
name: "Bols, Carian Knight",
|
|
682
|
+
category: "boss",
|
|
683
|
+
location: "Cuckoo's Evergaol"
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
id: 1034420800,
|
|
687
|
+
name: "Glintstone Dragon Adula",
|
|
688
|
+
category: "boss",
|
|
689
|
+
location: "Cathedral of Manus Celes"
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
id: 1034450800,
|
|
693
|
+
name: "Glintstone Dragon Smarag",
|
|
694
|
+
category: "boss",
|
|
695
|
+
location: "Liurnia of the Lakes"
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
id: 1034480800,
|
|
699
|
+
name: "Royal Revenant",
|
|
700
|
+
category: "boss",
|
|
701
|
+
location: "Kingsrealm Ruins"
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
id: 1035420800,
|
|
705
|
+
name: "Omenkiller",
|
|
706
|
+
category: "boss",
|
|
707
|
+
location: "Village of the Albinaurics"
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
id: 1035500800,
|
|
711
|
+
name: "Royal Knight Loretta",
|
|
712
|
+
category: "boss",
|
|
713
|
+
location: "Caria Manor"
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
id: 1035530800,
|
|
717
|
+
name: "Magma Wyrm",
|
|
718
|
+
category: "boss",
|
|
719
|
+
location: "Mt. Gelmir"
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
id: 1036450800,
|
|
723
|
+
name: "Death Rite Bird",
|
|
724
|
+
category: "boss",
|
|
725
|
+
location: "Academy Gate Town"
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
id: 1036480800,
|
|
729
|
+
name: "Night's Cavalry",
|
|
730
|
+
category: "boss",
|
|
731
|
+
location: "Liurnia North"
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
id: 1036500800,
|
|
735
|
+
name: "Onyx Lord",
|
|
736
|
+
category: "boss",
|
|
737
|
+
location: "Royal Grave Evergaol"
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
id: 1036540800,
|
|
741
|
+
name: "Full-Grown Fallingstar Beast",
|
|
742
|
+
category: "boss",
|
|
743
|
+
location: "Mt. Gelmir"
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
id: 1037420800,
|
|
747
|
+
name: "Deathbird",
|
|
748
|
+
category: "boss",
|
|
749
|
+
location: "Liurnia of the Lakes"
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
id: 1037460800,
|
|
753
|
+
name: "Bell Bearing Hunter",
|
|
754
|
+
category: "boss",
|
|
755
|
+
location: "Church of Vows"
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
id: 1037530800,
|
|
759
|
+
name: "Demi-Human Queen Maggie",
|
|
760
|
+
category: "boss",
|
|
761
|
+
location: "Hermit Village"
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
id: 1037540810,
|
|
765
|
+
name: "Ulcerated Tree Spirit",
|
|
766
|
+
category: "boss",
|
|
767
|
+
location: "Mt. Gelmir"
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
id: 1038410800,
|
|
771
|
+
name: "Adan, Thief of Fire",
|
|
772
|
+
category: "boss",
|
|
773
|
+
location: "Malefactor's Evergaol"
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
id: 1038480800,
|
|
777
|
+
name: "Erdtree Avatar (NE)",
|
|
778
|
+
category: "boss",
|
|
779
|
+
location: "Minor Erdtree (Liurnia Northeast)"
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
id: 1038510800,
|
|
783
|
+
name: "Demi-Human Queen Gilika",
|
|
784
|
+
category: "boss",
|
|
785
|
+
location: "Lux Ruins"
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
id: 1038520800,
|
|
789
|
+
name: "Tibia Mariner",
|
|
790
|
+
category: "boss",
|
|
791
|
+
location: "Altus Plateau"
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
id: 1039430800,
|
|
795
|
+
name: "Night's Cavalry",
|
|
796
|
+
category: "boss",
|
|
797
|
+
location: "Liurnia South"
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
id: 1039440800,
|
|
801
|
+
name: "Tibia Mariner",
|
|
802
|
+
category: "boss",
|
|
803
|
+
location: "Liurnia of the Lakes"
|
|
804
|
+
},
|
|
805
|
+
{
|
|
806
|
+
id: 1039500800,
|
|
807
|
+
name: "Godefroy the Grafted",
|
|
808
|
+
category: "boss",
|
|
809
|
+
location: "Golden Lineage Evergaol"
|
|
810
|
+
},
|
|
811
|
+
{
|
|
812
|
+
id: 1039510800,
|
|
813
|
+
name: "Night's Cavalry",
|
|
814
|
+
category: "boss",
|
|
815
|
+
location: "Altus Plateau"
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
id: 1039540800,
|
|
819
|
+
name: "Elemer of the Briar",
|
|
820
|
+
category: "boss",
|
|
821
|
+
location: "Shaded Castle"
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
id: 1040520800,
|
|
825
|
+
name: "Black Knife Assassin (Sainted Hero's Grave)",
|
|
826
|
+
category: "boss",
|
|
827
|
+
location: "Altus Plateau"
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
id: 1040530800,
|
|
831
|
+
name: "Sanguine Noble",
|
|
832
|
+
category: "boss",
|
|
833
|
+
location: "Altus Plateau"
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
id: 1041500800,
|
|
837
|
+
name: "Fallingstar Beast",
|
|
838
|
+
category: "boss",
|
|
839
|
+
location: "Altus Plateau"
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
id: 1041510800,
|
|
843
|
+
name: "Tree Sentinel Duo",
|
|
844
|
+
category: "boss",
|
|
845
|
+
location: "Altus Plateau"
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
id: 1041520800,
|
|
849
|
+
name: "Ancient Dragon Lansseax",
|
|
850
|
+
category: "boss",
|
|
851
|
+
location: "Altus Plateau"
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
id: 1041530800,
|
|
855
|
+
name: "Wormface",
|
|
856
|
+
category: "boss",
|
|
857
|
+
location: "Altus Plateau"
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
id: 1042330800,
|
|
861
|
+
name: "Ancient Hero of Zamor",
|
|
862
|
+
category: "boss",
|
|
863
|
+
location: "Weeping Evergaol"
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
id: 1042360800,
|
|
867
|
+
name: "Tree Sentinel",
|
|
868
|
+
category: "boss",
|
|
869
|
+
location: "Limgrave"
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
id: 1042370800,
|
|
873
|
+
name: "Crucible Knight",
|
|
874
|
+
category: "boss",
|
|
875
|
+
location: "Stormhill Evergaol"
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
id: 1042380800,
|
|
879
|
+
name: "Deathbird",
|
|
880
|
+
category: "boss",
|
|
881
|
+
location: "Limgrave"
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
id: 1042380850,
|
|
885
|
+
name: "Bell Bearing Hunter",
|
|
886
|
+
category: "boss",
|
|
887
|
+
location: "Warmaster's Shack"
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
id: 1042550800,
|
|
891
|
+
name: "Godskin Apostle",
|
|
892
|
+
category: "boss",
|
|
893
|
+
location: "Windmill Village"
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
id: 1043300800,
|
|
897
|
+
name: "Leonine Misbegotten",
|
|
898
|
+
category: "boss",
|
|
899
|
+
location: "Castle Morne"
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
id: 1043330800,
|
|
903
|
+
name: "Erdtree Avatar",
|
|
904
|
+
category: "boss",
|
|
905
|
+
location: "Weeping Penisula"
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
id: 1043360800,
|
|
909
|
+
name: "Flying Dragon Agheel",
|
|
910
|
+
category: "boss",
|
|
911
|
+
location: "Dragon-Burnt Ruins"
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
id: 1043370800,
|
|
915
|
+
name: "Night's Cavalry",
|
|
916
|
+
category: "boss",
|
|
917
|
+
location: "Limgrave"
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
id: 1043530800,
|
|
921
|
+
name: "Bell Bearing Hunter",
|
|
922
|
+
category: "boss",
|
|
923
|
+
location: "Hermit Merchant's Shack"
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
id: 1044320800,
|
|
927
|
+
name: "Deathbird",
|
|
928
|
+
category: "boss",
|
|
929
|
+
location: "Weeping Penisula"
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
id: 1044320850,
|
|
933
|
+
name: "Night's Cavalry",
|
|
934
|
+
category: "boss",
|
|
935
|
+
location: "Weeping Penisula"
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
id: 1044350800,
|
|
939
|
+
name: "Bloodhound Knight Darriwil",
|
|
940
|
+
category: "boss",
|
|
941
|
+
location: "Forlorn Hound Evergaol"
|
|
942
|
+
},
|
|
943
|
+
{
|
|
944
|
+
id: 1044360800,
|
|
945
|
+
name: "Mad Pumpkin Head",
|
|
946
|
+
category: "boss",
|
|
947
|
+
location: "Waypoint Ruins"
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
id: 1044530800,
|
|
951
|
+
name: "Deathbird",
|
|
952
|
+
category: "boss",
|
|
953
|
+
location: "Altus Plateau"
|
|
954
|
+
},
|
|
955
|
+
{
|
|
956
|
+
id: 1045390800,
|
|
957
|
+
name: "Tibia Mariner",
|
|
958
|
+
category: "boss",
|
|
959
|
+
location: "Summonwater Village"
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
id: 1045520800,
|
|
963
|
+
name: "Draconic Tree Sentinel",
|
|
964
|
+
category: "boss",
|
|
965
|
+
location: "Capital Outskirts"
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
id: 1047400800,
|
|
969
|
+
name: "Putrid Avatar",
|
|
970
|
+
category: "boss",
|
|
971
|
+
location: "Minor Erdtree (Caelid)"
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
id: 1048370800,
|
|
975
|
+
name: "Decaying Ekzykes",
|
|
976
|
+
category: "boss",
|
|
977
|
+
location: "Caelid"
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
id: 1048400800,
|
|
981
|
+
name: "Mad Pumpkin Head Duo",
|
|
982
|
+
category: "boss",
|
|
983
|
+
location: "Caelem Ruins"
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
id: 1048410800,
|
|
987
|
+
name: "Bell Bearing Hunter",
|
|
988
|
+
category: "boss",
|
|
989
|
+
location: "Isolated Merchant's Shack"
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
id: 1048510800,
|
|
993
|
+
name: "Night's Cavalry",
|
|
994
|
+
category: "boss",
|
|
995
|
+
location: "Forbidden Lands"
|
|
996
|
+
},
|
|
997
|
+
{
|
|
998
|
+
id: 1048570800,
|
|
999
|
+
name: "Death Rite Bird",
|
|
1000
|
+
category: "boss",
|
|
1001
|
+
location: "Concecrated Snowfield"
|
|
1002
|
+
},
|
|
1003
|
+
{
|
|
1004
|
+
id: 1049370800,
|
|
1005
|
+
name: "Night's Cavalry",
|
|
1006
|
+
category: "boss",
|
|
1007
|
+
location: "Caelid"
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
id: 1049370850,
|
|
1011
|
+
name: "Death Rite Bird",
|
|
1012
|
+
category: "boss",
|
|
1013
|
+
location: "Caelid"
|
|
1014
|
+
},
|
|
1015
|
+
{
|
|
1016
|
+
id: 1049380800,
|
|
1017
|
+
name: "Commander O'Neil",
|
|
1018
|
+
category: "boss",
|
|
1019
|
+
location: "Swamp of Aeonia"
|
|
1020
|
+
},
|
|
1021
|
+
{
|
|
1022
|
+
id: 1049390800,
|
|
1023
|
+
name: "Nox Swordstress & Nox Priest",
|
|
1024
|
+
category: "boss",
|
|
1025
|
+
location: "Sellia, Town of Sorcery"
|
|
1026
|
+
},
|
|
1027
|
+
{
|
|
1028
|
+
id: 1049390850,
|
|
1029
|
+
name: "Battlemage Hugues",
|
|
1030
|
+
category: "boss",
|
|
1031
|
+
location: "Sellia Evergaol"
|
|
1032
|
+
},
|
|
1033
|
+
{
|
|
1034
|
+
id: 1049520800,
|
|
1035
|
+
name: "Black Blade Kindred",
|
|
1036
|
+
category: "boss",
|
|
1037
|
+
location: "Forbidden Lands"
|
|
1038
|
+
},
|
|
1039
|
+
{
|
|
1040
|
+
id: 1050560800,
|
|
1041
|
+
name: "Great Wyrm Theodorix",
|
|
1042
|
+
category: "boss",
|
|
1043
|
+
location: "Concecrated Snowfield"
|
|
1044
|
+
},
|
|
1045
|
+
{
|
|
1046
|
+
id: 1050570800,
|
|
1047
|
+
name: "Death Rite Bird",
|
|
1048
|
+
category: "boss",
|
|
1049
|
+
location: "Mountaintops of the Giants"
|
|
1050
|
+
},
|
|
1051
|
+
{
|
|
1052
|
+
id: 1050570850,
|
|
1053
|
+
name: "Putrid Avatar",
|
|
1054
|
+
category: "boss",
|
|
1055
|
+
location: "Minor Erdtree (Consecrated Snowfield)"
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
id: 1051360800,
|
|
1059
|
+
name: "Crucible Knight & Misbegotten Warrior",
|
|
1060
|
+
category: "boss",
|
|
1061
|
+
location: "Redmane Castle"
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
id: 1051400800,
|
|
1065
|
+
name: "Putrid Avatar",
|
|
1066
|
+
category: "boss",
|
|
1067
|
+
location: "Minor Erdtree (Dragonbarrow)"
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
id: 1051430800,
|
|
1071
|
+
name: "Black Blade Kindred",
|
|
1072
|
+
category: "boss",
|
|
1073
|
+
location: "Bestial Sanctum"
|
|
1074
|
+
},
|
|
1075
|
+
{
|
|
1076
|
+
id: 1051570800,
|
|
1077
|
+
name: "Commander Niall",
|
|
1078
|
+
category: "boss",
|
|
1079
|
+
location: "Castle Sol"
|
|
1080
|
+
},
|
|
1081
|
+
{
|
|
1082
|
+
id: 1052410800,
|
|
1083
|
+
name: "Flying Dragon Greyll",
|
|
1084
|
+
category: "boss",
|
|
1085
|
+
location: "Dragonbarrow"
|
|
1086
|
+
},
|
|
1087
|
+
{
|
|
1088
|
+
id: 1052410850,
|
|
1089
|
+
name: "Night's Cavalry",
|
|
1090
|
+
category: "boss",
|
|
1091
|
+
location: "Dragonbarrow"
|
|
1092
|
+
},
|
|
1093
|
+
{
|
|
1094
|
+
id: 1052560800,
|
|
1095
|
+
name: "Erdtree Avatar",
|
|
1096
|
+
category: "boss",
|
|
1097
|
+
location: "Minor Erdtree (Mountaintops East)"
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
id: 1053560800,
|
|
1101
|
+
name: "Roundtable Knight Vyke",
|
|
1102
|
+
category: "boss",
|
|
1103
|
+
location: "Lord Contender's Evergaol"
|
|
1104
|
+
},
|
|
1105
|
+
{
|
|
1106
|
+
id: 1248550800,
|
|
1107
|
+
name: "Night's Cavalry",
|
|
1108
|
+
category: "boss",
|
|
1109
|
+
location: "Consecrated Snowfield"
|
|
1110
|
+
},
|
|
1111
|
+
{
|
|
1112
|
+
id: 1252380800,
|
|
1113
|
+
name: "Starscourge Radahn",
|
|
1114
|
+
category: "boss",
|
|
1115
|
+
location: "Wailing Dunes"
|
|
1116
|
+
},
|
|
1117
|
+
{
|
|
1118
|
+
id: 1252520800,
|
|
1119
|
+
name: "Fire Giant",
|
|
1120
|
+
category: "boss",
|
|
1121
|
+
location: "Flame Peak"
|
|
1122
|
+
},
|
|
1123
|
+
{
|
|
1124
|
+
id: 1254560800,
|
|
1125
|
+
name: "Borealis the Freezing Fog",
|
|
1126
|
+
category: "boss",
|
|
1127
|
+
location: "Mountaintops of the Giants"
|
|
1128
|
+
},
|
|
1129
|
+
{
|
|
1130
|
+
id: 2044450800,
|
|
1131
|
+
name: "Romina, Saint of the Bud",
|
|
1132
|
+
category: "boss",
|
|
1133
|
+
location: "Church of the Bud"
|
|
1134
|
+
},
|
|
1135
|
+
{
|
|
1136
|
+
id: 2044470800,
|
|
1137
|
+
name: "Rugalea the Great Red Bear",
|
|
1138
|
+
category: "boss",
|
|
1139
|
+
location: "Rauh Base"
|
|
1140
|
+
},
|
|
1141
|
+
{
|
|
1142
|
+
id: 2045440800,
|
|
1143
|
+
name: "Ghostflame Dragon",
|
|
1144
|
+
category: "boss",
|
|
1145
|
+
location: "Gravesite Plain"
|
|
1146
|
+
},
|
|
1147
|
+
{
|
|
1148
|
+
id: 2046380800,
|
|
1149
|
+
name: "Dancer of Ranah",
|
|
1150
|
+
category: "boss",
|
|
1151
|
+
location: "Southern Nameless Mausoleum"
|
|
1152
|
+
},
|
|
1153
|
+
{
|
|
1154
|
+
id: 2046400800,
|
|
1155
|
+
name: "Demi-Human Queen Marigga",
|
|
1156
|
+
category: "boss",
|
|
1157
|
+
location: "Cerulean Coast"
|
|
1158
|
+
},
|
|
1159
|
+
{
|
|
1160
|
+
id: 2046410800,
|
|
1161
|
+
name: "Knight of the Solitary Gaol",
|
|
1162
|
+
category: "boss",
|
|
1163
|
+
location: "Western Nameless Mausoleum"
|
|
1164
|
+
},
|
|
1165
|
+
{
|
|
1166
|
+
id: 2046450800,
|
|
1167
|
+
name: "Red Bear",
|
|
1168
|
+
category: "boss",
|
|
1169
|
+
location: "Northern Nameless Mausoleum"
|
|
1170
|
+
},
|
|
1171
|
+
{
|
|
1172
|
+
id: 2046460800,
|
|
1173
|
+
name: "Divine Beast Dancing Lion",
|
|
1174
|
+
category: "boss",
|
|
1175
|
+
location: "Ancient Ruins of Rauh"
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
id: 2047390800,
|
|
1179
|
+
name: "Death Rite Bird",
|
|
1180
|
+
category: "boss",
|
|
1181
|
+
location: "Charo's Hidden Grave"
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
id: 2047450800,
|
|
1185
|
+
name: "Black Knight Garrew",
|
|
1186
|
+
category: "boss",
|
|
1187
|
+
location: "Fog Rift Fort"
|
|
1188
|
+
},
|
|
1189
|
+
{
|
|
1190
|
+
id: 2048380850,
|
|
1191
|
+
name: "Ghostflame Dragon",
|
|
1192
|
+
category: "boss",
|
|
1193
|
+
location: "Cerulean Coast"
|
|
1194
|
+
},
|
|
1195
|
+
{
|
|
1196
|
+
id: 2048440800,
|
|
1197
|
+
name: "Rellana, Twin Moon Knight",
|
|
1198
|
+
category: "boss",
|
|
1199
|
+
location: "Castle Ensis"
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
id: 2049410800,
|
|
1203
|
+
name: "Jagged Peak Drake",
|
|
1204
|
+
category: "boss",
|
|
1205
|
+
location: "Jagged Peak Foothills"
|
|
1206
|
+
},
|
|
1207
|
+
{
|
|
1208
|
+
id: 2049430800,
|
|
1209
|
+
name: "Ghostflame Dragon",
|
|
1210
|
+
category: "boss",
|
|
1211
|
+
location: "Moorth Highway"
|
|
1212
|
+
},
|
|
1213
|
+
{
|
|
1214
|
+
id: 2049430850,
|
|
1215
|
+
name: "Black Knight Edredd",
|
|
1216
|
+
category: "boss",
|
|
1217
|
+
location: "Fort of Reprimand"
|
|
1218
|
+
},
|
|
1219
|
+
{
|
|
1220
|
+
id: 2049440800,
|
|
1221
|
+
name: "Dryleaf Dane",
|
|
1222
|
+
category: "boss",
|
|
1223
|
+
location: "Moorth Ruins"
|
|
1224
|
+
},
|
|
1225
|
+
{
|
|
1226
|
+
id: 2049450800,
|
|
1227
|
+
name: "Ralva the Great Red Bear",
|
|
1228
|
+
category: "boss",
|
|
1229
|
+
location: "Scadu Altus"
|
|
1230
|
+
},
|
|
1231
|
+
{
|
|
1232
|
+
id: 2049480800,
|
|
1233
|
+
name: "Commander Gaius",
|
|
1234
|
+
category: "boss",
|
|
1235
|
+
location: "Scaduview"
|
|
1236
|
+
},
|
|
1237
|
+
{
|
|
1238
|
+
id: 2050470800,
|
|
1239
|
+
name: "Tree Sentinel (Ambush)",
|
|
1240
|
+
category: "boss",
|
|
1241
|
+
location: "Hinterland"
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
id: 2050480800,
|
|
1245
|
+
name: "Scadutree Avatar",
|
|
1246
|
+
category: "boss",
|
|
1247
|
+
location: "Scadutree Base"
|
|
1248
|
+
},
|
|
1249
|
+
{
|
|
1250
|
+
id: 2050480860,
|
|
1251
|
+
name: "Tree Sentinel (Exposed)",
|
|
1252
|
+
category: "boss",
|
|
1253
|
+
location: "Hinterland"
|
|
1254
|
+
},
|
|
1255
|
+
{
|
|
1256
|
+
id: 2051440800,
|
|
1257
|
+
name: "Rakshasa",
|
|
1258
|
+
category: "boss",
|
|
1259
|
+
location: "Eastern Nameless Mausoleum"
|
|
1260
|
+
},
|
|
1261
|
+
{
|
|
1262
|
+
id: 2051450800,
|
|
1263
|
+
name: "Count Ymir, Mother of Fingers",
|
|
1264
|
+
category: "boss",
|
|
1265
|
+
location: "Cathedral of Manus Metyr"
|
|
1266
|
+
},
|
|
1267
|
+
{
|
|
1268
|
+
id: 2052400800,
|
|
1269
|
+
name: "Jagged Peak Drake Duo",
|
|
1270
|
+
category: "boss",
|
|
1271
|
+
location: "Jagged Peak"
|
|
1272
|
+
},
|
|
1273
|
+
{
|
|
1274
|
+
id: 2052430800,
|
|
1275
|
+
name: "Jori, Elder Inquisitor",
|
|
1276
|
+
category: "boss",
|
|
1277
|
+
location: "Darklight Catacombs"
|
|
1278
|
+
},
|
|
1279
|
+
{
|
|
1280
|
+
id: 2052480800,
|
|
1281
|
+
name: "Fallingstar Beast",
|
|
1282
|
+
category: "boss",
|
|
1283
|
+
location: "Finger Ruins of Dheo"
|
|
1284
|
+
},
|
|
1285
|
+
{
|
|
1286
|
+
id: 2054390800,
|
|
1287
|
+
name: "Bayle, the Dread",
|
|
1288
|
+
category: "boss",
|
|
1289
|
+
location: "Jagged Peak"
|
|
1290
|
+
},
|
|
1291
|
+
{
|
|
1292
|
+
id: 2054390850,
|
|
1293
|
+
name: "Ancient Dragon Senessax",
|
|
1294
|
+
category: "boss",
|
|
1295
|
+
location: "Jagged Peak"
|
|
70
1296
|
}
|
|
71
1297
|
];
|
|
72
1298
|
//#endregion
|