-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelic-zodiac-weapons-(arr).html
912 lines (912 loc) · 445 KB
/
relic-zodiac-weapons-(arr).html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
<!DOCTYPE html> <html><head>
<title>Relic - Zodiac Weapons (ARR)</title>
<base href="./">
<meta id="root-path" root-path="./">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes, minimum-scale=1.0, maximum-scale=5.0">
<meta charset="UTF-8">
<meta name="description" content="Weyway - Crafts and Guides - Relic - Zodiac Weapons (ARR)">
<meta property="og:title" content="Relic - Zodiac Weapons (ARR)">
<meta property="og:description" content="Weyway - Crafts and Guides - Relic - Zodiac Weapons (ARR)">
<meta property="og:type" content="website">
<meta property="og:url" content="https://weyway.github.io/crafts-and-guides/relic-zodiac-weapons-(arr).html">
<meta property="og:image" content="https://ffxiv.gamerescape.com/w/images/thumb/c/ca/Guide_-_Zodiac_Weapons_-_Header.png/550px-Guide_-_Zodiac_Weapons_-_Header.png">
<meta property="og:site_name" content="Weyway - Crafts and Guides">
<meta name="author" content="W'eylyn Mavourneen"><script async="" id="webpage-script" src="lib/scripts/webpage.js" onload="this.onload=null;this.setAttribute("loaded", "true")"></script><script async="" id="minisearch-script" src="lib/scripts/minisearch.js" onload="this.onload=null;this.setAttribute("loaded", "true")"></script><link rel="icon" href="lib/media/favicon.png"><style>body{--line-width:40em;--line-width-adaptive:40em;--file-line-width:40em;--sidebar-width:min(20em, 80vw);--collapse-arrow-size:11px;--tree-horizontal-spacing:0.6em;--tree-vertical-spacing:0.6em;--sidebar-margin:12px}.sidebar{height:100%;min-width:calc(var(--sidebar-width) + var(--divider-width-hover));max-width:calc(var(--sidebar-width) + var(--divider-width-hover));font-size:14px;z-index:10;position:relative;overflow:hidden;transition:min-width ease-in-out,max-width ease-in-out;transition-duration:.2s;contain:size}.sidebar-left{left:0}.sidebar-right{right:0}.sidebar.is-collapsed{min-width:0;max-width:0}body.floating-sidebars .sidebar{position:absolute}.sidebar-content{height:100%;min-width:calc(var(--sidebar-width) - var(--divider-width-hover));top:0;padding:var(--sidebar-margin);padding-top:4em;line-height:var(--line-height-tight);background-color:var(--background-secondary);transition:background-color,border-right,border-left,box-shadow;transition-duration:var(--color-fade-speed);transition-timing-function:ease-in-out;position:absolute;display:flex;flex-direction:column}.sidebar:not(.is-collapsed) .sidebar-content{min-width:calc(max(100%,var(--sidebar-width)) - 3px);max-width:calc(max(100%,var(--sidebar-width)) - 3px)}.sidebar-left .sidebar-content{left:0;border-top-right-radius:var(--radius-l);border-bottom-right-radius:var(--radius-l)}.sidebar-right .sidebar-content{right:0;border-top-left-radius:var(--radius-l);border-bottom-left-radius:var(--radius-l)}.sidebar:has(.sidebar-content:empty):has(.topbar-content:empty){display:none}.sidebar-topbar{height:2em;width:var(--sidebar-width);top:var(--sidebar-margin);padding-inline:var(--sidebar-margin);z-index:1;position:fixed;display:flex;align-items:center;transition:width ease-in-out;transition-duration:inherit}.sidebar.is-collapsed .sidebar-topbar{width:calc(2.3em + var(--sidebar-margin) * 2)}.sidebar .sidebar-topbar.is-collapsed{width:0}.sidebar-left .sidebar-topbar{left:0}.sidebar-right .sidebar-topbar{right:0}.topbar-content{overflow:hidden;overflow:clip;width:100%;height:100%;display:flex;align-items:center;transition:inherit}.sidebar.is-collapsed .topbar-content{width:0;transition:inherit}.clickable-icon.sidebar-collapse-icon{background-color:transparent;color:var(--icon-color-focused);padding:0!important;margin:0!important;height:100%!important;width:2.3em!important;margin-inline:0.14em!important;position:absolute}.sidebar-left .clickable-icon.sidebar-collapse-icon{transform:rotateY(180deg);right:var(--sidebar-margin)}.sidebar-right .clickable-icon.sidebar-collapse-icon{transform:rotateY(180deg);left:var(--sidebar-margin)}.clickable-icon.sidebar-collapse-icon svg.svg-icon{width:100%;height:100%}.sidebar-section-header{margin:0 0 1em 0;text-transform:uppercase;letter-spacing:.06em;font-weight:600}body{transition:background-color var(--color-fade-speed) ease-in-out}.webpage-container{display:flex;flex-direction:row;height:100%;width:100%;align-items:stretch;justify-content:center}.document-container{opacity:1;flex-basis:100%;max-width:100%;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;transition:opacity .2s ease-in-out;contain:inline-size}.hide{opacity:0;transition:opacity .2s ease-in-out}.document-container>.markdown-preview-view{margin:var(--sidebar-margin);margin-bottom:0;width:100%;width:-webkit-fill-available;width:-moz-available;width:fill-available;background-color:var(--background-primary);transition:background-color var(--color-fade-speed) ease-in-out;border-top-right-radius:var(--window-radius,var(--radius-m));border-top-left-radius:var(--window-radius,var(--radius-m));overflow-x:hidden!important;overflow-y:auto!important;display:flex!important;flex-direction:column!important;align-items:center!important;contain:inline-size}.document-container>.markdown-preview-view>.markdown-preview-sizer{padding-bottom:80vh!important;width:100%!important;max-width:var(--line-width)!important;flex-basis:var(--line-width)!important;transition:background-color var(--color-fade-speed) ease-in-out;contain:inline-size}.markdown-rendered img:not([width]),.view-content img:not([width]){max-width:100%;outline:0}.document-container>.view-content.embed{display:flex;padding:1em;height:100%;width:100%;align-items:center;justify-content:center}.document-container>.view-content.embed>*{max-width:100%;max-height:100%;object-fit:contain}:has(> :is(.math,table)){overflow-x:auto!important}.document-container>.view-content{overflow-x:auto;contain:content;padding:0;margin:0;height:100%}.scroll-highlight{position:absolute;width:100%;height:100%;pointer-events:none;z-index:1000;background-color:hsla(var(--color-accent-hsl),.25);opacity:0;padding:1em;inset:50%;translate:-50% -50%;border-radius:var(--radius-s)}</style><script defer="">async function loadIncludes(){if("file:"!=location.protocol){let e=document.querySelectorAll("include");for(let t=0;t<e.length;t++){let o=e[t],l=o.getAttribute("src");try{const e=await fetch(l);if(!e.ok){console.log("Could not include file: "+l),o?.remove();continue}let t=await e.text(),n=document.createRange().createContextualFragment(t),i=Array.from(n.children);for(let e of i)e.classList.add("hide"),e.style.transition="opacity 0.5s ease-in-out",setTimeout((()=>{e.classList.remove("hide")}),10);o.before(n),o.remove(),console.log("Included file: "+l)}catch(e){o?.remove(),console.log("Could not include file: "+l,e);continue}}}else{if(document.querySelectorAll("include").length>0){var e=document.createElement("div");e.id="error",e.textContent="Web server exports must be hosted on an http / web server to be viewed correctly.",e.style.position="fixed",e.style.top="50%",e.style.left="50%",e.style.transform="translate(-50%, -50%)",e.style.fontSize="1.5em",e.style.fontWeight="bold",e.style.textAlign="center",document.body.appendChild(e),document.querySelector(".document-container")?.classList.remove("hide")}}}document.addEventListener("DOMContentLoaded",(()=>{loadIncludes()}));let isFileProtocol="file:"==location.protocol;function waitLoadScripts(e,t){let o=e.map((e=>document.getElementById(e+"-script"))),l=0;!function e(){let n=o[l];l++,n&&"true"!=n.getAttribute("loaded")||l<o.length&&e(),l<o.length?n.addEventListener("load",e):t()}()}</script><link rel="stylesheet" href="lib/styles/obsidian.css"><link rel="preload" href="lib/styles/other-plugins.css" as="style" onload="this.onload=null;this.rel='stylesheet'"><noscript><link rel="stylesheet" href="lib/styles/other-plugins.css"></noscript><link rel="stylesheet" href="lib/styles/theme.css"><link rel="preload" href="lib/styles/global-variable-styles.css" as="style" onload="this.onload=null;this.rel='stylesheet'"><noscript><link rel="stylesheet" href="lib/styles/global-variable-styles.css"></noscript><link rel="preload" href="lib/styles/main-styles.css" as="style" onload="this.onload=null;this.rel='stylesheet'"><noscript><link rel="stylesheet" href="lib/styles/main-styles.css"></noscript><link rel="preload" href="lib/styles/snippets.css" as="style" onload="this.onload=null;this.rel='stylesheet'"><noscript><link rel="stylesheet" href="lib/styles/snippets.css"></noscript></head><body class="publish css-settings-manager theme-light show-inline-title"><script defer="">let theme=localStorage.getItem("theme")||(window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light");"dark"==theme?(document.body.classList.add("theme-dark"),document.body.classList.remove("theme-light")):(document.body.classList.add("theme-light"),document.body.classList.remove("theme-dark")),window.innerWidth<480?document.body.classList.add("is-phone"):window.innerWidth<768?document.body.classList.add("is-tablet"):window.innerWidth<1024?document.body.classList.add("is-small-screen"):document.body.classList.add("is-large-screen")</script><div class="webpage-container workspace"><div class="sidebar-left sidebar"><div class="sidebar-handle"></div><div class="sidebar-topbar"><div class="topbar-content"><label class="theme-toggle-container" for="theme_toggle"><input class="theme-toggle-input" type="checkbox" id="theme_toggle"><div class="toggle-background"></div></label></div><div class="clickable-icon sidebar-collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" class="svg-icon"><path d="M21 3H3C1.89543 3 1 3.89543 1 5V19C1 20.1046 1.89543 21 3 21H21C22.1046 21 23 20.1046 23 19V5C23 3.89543 22.1046 3 21 3Z"></path><path d="M10 4V20"></path><path d="M4 7H7"></path><path d="M4 10H7"></path><path d="M4 13H7"></path></svg></div></div><div class="sidebar-content"><div class="search-input-container"><input enterkeyhint="search" type="search" spellcheck="false" placeholder="Search..."><div class="search-input-clear-button" aria-label="Clear search"></div></div><include src="lib/html/file-tree.html"></include></div><script defer="">let ls = document.querySelector(".sidebar-left"); ls.classList.add("is-collapsed"); if (window.innerWidth > 768) ls.classList.remove("is-collapsed"); ls.style.setProperty("--sidebar-width", localStorage.getItem("sidebar-left-width"));</script></div><div class="document-container markdown-reading-view hide"><div class="markdown-preview-view markdown-rendered allow-fold-headings allow-fold-lists is-readable-line-width"><style id="MJX-CHTML-styles"></style><pre class="frontmatter language-yaml" tabindex="0" style="display: none;"><code class="language-yaml is-loaded"><span class="token key atrule">tags</span><span class="token punctuation">:</span>
<span class="token punctuation">-</span> FFXIV
<span class="token punctuation">-</span> Guide
<span class="token punctuation">-</span> Relic
<span class="token punctuation">-</span> ARR
<span class="token punctuation">-</span> Zodiac
<span class="token key atrule">icon</span><span class="token punctuation">:</span> LiSword
<span class="token key atrule">title</span><span class="token punctuation">:</span> Relic <span class="token punctuation">-</span> Zodiac Weapons (ARR)</code><button class="copy-code-button">Copy</button></pre><div class="markdown-preview-sizer markdown-preview-section"><h1 class="page-title heading inline-title" id="Relic - Zodiac Weapons (ARR)"><div id="webpage-icon"><p><span class="cm-iconize-icon" aria-label="LiSword" data-icon="LiSword" aria-hidden="true" style="display: inline-flex; transform: translateY(13%);"><svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="14.5 17.5 3 6 3 3 6 3 17.5 14.5"></polyline><line x1="13" x2="19" y1="19" y2="13"></line><line x1="16" x2="20" y1="16" y2="20"></line><line x1="19" x2="21" y1="21" y2="19"></line></svg></span></p></div><p>Relic - Zodiac Weapons (ARR)</p></h1><div class="heading-wrapper"><div class="heading-children"><div><p><img alt="Guide - Zodiac Weapons - Header.png" src="https://ffxiv.gamerescape.com/w/images/thumb/c/ca/Guide_-_Zodiac_Weapons_-_Header.png/550px-Guide_-_Zodiac_Weapons_-_Header.png" referrerpolicy="no-referrer"></p></div></div></div><div class="heading-wrapper"><h1 data-heading="Lore" class="heading" id="Lore">Lore</h1><div class="heading-children"><div><blockquote>
<p> Eorzea has witnessed a resurgence of the old ways in recent days, as adventurers the realm over take up the ancient trades of warrior and dragoon, bard and black mage, and more. Now, it is the traditional weaponry of these old mantles that are sought, the means of their making long since lost to the ages. It would seem this longing for things past and old is not limited merely to the schools of war and magic. The reformation of Eorzea's Grand Companies was born of a longing in the hearts of the free peoples of Eorzea — a longing for the days of old and the peace they knew. It is a sentiment that has since spread to the realm's adventurers, guiding them toward the rediscovery of trades from a former age that had all but died out. Small wonder, then, that those who have mastered these ancient ways of battle and sorcery now seek the weapons of eld which will enable them to realize the truest expression of their newfound powers. Thus have adventurers begun their quest for the relics.</p>
<ul>
<li data-line="2">FFXIV Lodestone</li>
</ul>
</blockquote></div></div></div><div class="heading-wrapper"><h1 data-heading="Prerequisites" class="heading" id="Prerequisites">Prerequisites</h1><div class="heading-children"><div><ul>
<li data-line="0">Disciple of War or Magic at Level 50 with job quests completed</li>
<li data-line="1">Completion of <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Ultimate_Weapon" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/The_Ultimate_Weapon" target="_blank">The Ultimate Weapon</a></li>
<li data-line="2">Completion of <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Weaponsmith_of_Legend" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/The_Weaponsmith_of_Legend" target="_blank">The Weaponsmith of Legend</a></li>
</ul></div><div><div data-callout-metadata="" data-callout-fold="" data-callout="warning" class="callout drop-shadow"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-alert-triangle"><path d="m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z"></path><path d="M12 9v4"></path><path d="M12 17h.01"></path></svg></div><div class="callout-title-inner">Note!</div></div><div class="callout-content">
<p>Most of the quests for the Zodiac Weapons are not repeatable like newer relics.<br>
Instead, instructions will be provided and the quest completes itself.<br>
After you complete the steps for the quests, the required items can then be turned in to the vendor with the weapon in your inventory.<br>
If you need to review information, refer to this guide or otherwise find it in-game under the <strong>Completed</strong> section of your journal.</p>
</div></div></div><div><div data-callout-metadata="" data-callout-fold="" data-callout="seealso" class="callout drop-shadow"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-pencil"><path d="M17 3a2.85 2.83 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5Z"></path><path d="m15 5 4 4"></path></svg></div><div class="callout-title-inner">See also</div></div><div class="callout-content">
<p>Some of the steps will require that you equip the relic weapon to be able to complete the objectives.</p>
</div></div></div><div><p>You may collapse any sections at will to make it easy to keep track.</p></div><div><hr></div></div></div><div class="heading-wrapper"><h1 data-heading="Initial Preparations" class="heading" id="Initial_Preparations">Initial Preparations</h1><div class="heading-children"><div><p>A good website that can help sorting through this unfathomable grind:<br>
<a rel="noopener" class="external-link" href="https://ffxivrelictracker.com/" target="_blank">https://ffxivrelictracker.com/</a></p></div><div><p>If you complete one full weapon grind, you will unlock the repeatable quests for the subsequent weapons, speeding up the process if doing all of them.<br>
As some steps require materials bought with <strong>Allagan Tomestone of Poetics, Grand Company Seals or Allied Seals</strong> you can get ahead gathering some of them before starting.<br>
_Specially the Grand Company and Allied Seals (Hunts) materials.</p></div><div><p>While there are other materials required for certain crafts further on, here is a brief list of some of the materials needed:</p></div><div style="overflow-x: auto;"><table>
<thead>
<tr>
<th align="left">Material</th>
<th align="center">Amount</th>
<th align="left">Cost (Total)</th>
<th align="left">Buy early?</th>
<th align="left">Where</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left">Radz-at-Han Quenching Oil</td>
<td align="center">1</td>
<td align="left">15 Poetics</td>
<td align="left">✔️ (Can only hold one)</td>
<td align="left"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Auriana/Allagan_Tomestones_of_Poetics_(Special_Arms)" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Auriana/Allagan_Tomestones_of_Poetics_(Special_Arms)" target="_blank">Auriana</a></td>
</tr>
<tr>
<td align="left">Thavnairian Mist</td>
<td align="center">3</td>
<td align="left">60 Poetics</td>
<td align="left">✔️</td>
<td align="left"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Auriana/Allagan_Tomestones_of_Poetics_(Special_Arms)" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Auriana/Allagan_Tomestones_of_Poetics_(Special_Arms)" target="_blank">Auriana</a></td>
</tr>
<tr>
<td align="left">Books</td>
<td align="center">9</td>
<td align="left">900 Poetics</td>
<td align="left">❌ (One at a time)</td>
<td align="left"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/G%27jusana" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/G%27jusana" target="_blank">G'jusana</a></td>
</tr>
<tr>
<td align="left">Superior Enchanted Ink</td>
<td align="center">3</td>
<td align="left">75 Poetics</td>
<td align="left">✔️</td>
<td align="left"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Auriana/Allagan_Tomestones_of_Poetics_(Special_Arms)" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Auriana/Allagan_Tomestones_of_Poetics_(Special_Arms)" target="_blank">Auriana</a></td>
</tr>
<tr>
<td align="left">Alexandrite</td>
<td align="center">75</td>
<td align="left">Variable - Each map costs 75 Poetics and gives 5 Alexandrite. Map is lost if failed.<br>Can also be bought for 50 Allied Seals each.</td>
<td align="left">❌ (Requires maps)</td>
<td align="left"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Auriana/Mysterious_Map_Exchange" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Auriana/Mysterious_Map_Exchange" target="_blank">Auriana (Map Exchange)</a></td>
</tr>
<tr>
<td align="left">Bombard Core</td>
<td align="center">4</td>
<td align="left">20.000 Company Seals</td>
<td align="left">✔️</td>
<td align="left"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Grand_Companies" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Category:Grand_Companies" target="_blank">Grand Company Quartermaster</a></td>
</tr>
<tr>
<td align="left">Sacred Spring Water</td>
<td align="center">4</td>
<td align="left">800 Poetics</td>
<td align="left">❌ (Only available after step 7)</td>
<td align="left"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Auriana/Allagan_Tomestones_of_Poetics_(Special_Arms)" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Auriana/Allagan_Tomestones_of_Poetics_(Special_Arms)" target="_blank">Auriana</a></td>
</tr>
<tr>
<td align="left">Mahatma</td>
<td align="center">1</td>
<td align="left">50 Poetics</td>
<td align="left">❌(One at a time)</td>
<td align="left"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Remon" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Remon" target="_blank">Remon</a></td>
</tr>
</tbody>
</table></div><div><hr></div></div></div><div class="heading-wrapper"><h1 data-heading="Quests" class="heading" id="Quests">Quests</h1><div class="heading-children"><div class="heading-wrapper"><h2 data-heading="1 - A Relic Reborn" class="heading" id="1_-_A_Relic_Reborn"><div class="heading-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>1 - A Relic Reborn</h2><div class="heading-children"><div><p>The chain starts with one of the job specific quests from <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn" target="_blank">A relic Reborn</a> given by <strong><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt Blackthorn</a></strong> in <strong>North Shroud</strong>.<br>
<span alt="Pasted image 20240510000543.png" src="Pasted image 20240510000543.png" class="internal-embed media-embed image-embed is-loaded"><img alt="Pasted image 20240510000543.png" src="images/pasted-image-20240510000543.png"></span><br>
There is one quest for each job and each of them will have their specifics.<br>
Instanced content must be done with the job you picked the quest for but can be done unsync and solo.</p></div><div class="heading-wrapper"><h3 data-heading="Steps" class="heading" id="Steps"><div class="heading-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>Steps</h3><div class="heading-children"><div><div data-callout-metadata="" data-callout-fold="" data-callout="example" class="callout drop-shadow"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-list"><line x1="8" y1="6" x2="21" y2="6"></line><line x1="8" y1="12" x2="21" y2="12"></line><line x1="8" y1="18" x2="21" y2="18"></line><line x1="3" y1="6" x2="3.01" y2="6"></line><line x1="3" y1="12" x2="3.01" y2="12"></line><line x1="3" y1="18" x2="3.01" y2="18"></line></svg></div><div class="callout-title-inner">Overview</div></div><div class="callout-content">
<ol>
<li data-line="1">Talk to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a> on the job you want to start the quest for. He'll give you a specific location depending on the job. Go there and bring back the broken weapon.</li>
<li data-line="2">Obtain and deliver a specific materia-enhanced weapon (with 2 materia). The weapon and materia needed are detailed in the job tabs.
<div data-callout-metadata="" data-callout-fold="" data-callout="note" class="callout"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-pencil"><path d="M17 3a2.85 2.83 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5Z"></path><path d="m15 5 4 4"></path></svg></div><div class="callout-title-inner">Note</div></div><div class="callout-content">
<p>This is a crafted item, so you can either make one yourself with a special material drop from specific level 50 dungeons, or purchase it off the marketboard. There are vendors that are able to add materia to the weapon if your crafting level is too low.</p>
</div></div>
</li>
<li data-line="5">Complete the trial <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Chimera" rel="noopener" class="external-link" title="A Relic Reborn: The Chimera" href="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Chimera" target="_blank">A Relic Reborn: The Chimera</a> on the job you are doing the relic.</li>
<li data-line="6">Talk to Rowena and complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Amdapor_Keep" rel="noopener" class="external-link" title="Amdapor Keep" href="https://ffxiv.gamerescape.com/wiki/Amdapor_Keep" target="_blank">Amdapor Keep</a>.</li>
<li data-line="7">Slay 3 different sets of 8 mobs in the area you had to fetch the 'Timeworn' version of your weapon from <strong>(Details on each job tab)</strong>.</li>
<li data-line="8">Complete the trial <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Hydra" rel="noopener" class="external-link" title="A Relic Reborn: The Hydra" href="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Hydra" target="_blank">A Relic Reborn: The Hydra</a> (With relic weapon equipped).</li>
<li data-line="9">Complete the trial <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Bowl_of_Embers_(Hard)" rel="noopener" class="external-link" title="The Bowl of Embers (Hard)" href="https://ffxiv.gamerescape.com/wiki/The_Bowl_of_Embers_(Hard)" target="_blank">The Bowl of Embers (Hard)</a>.</li>
<li data-line="10">Complete the trial <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Howling_Eye_(Hard)" rel="noopener" class="external-link" title="The Howling Eye (Hard)" href="https://ffxiv.gamerescape.com/wiki/The_Howling_Eye_(Hard)" target="_blank">The Howling Eye (Hard)</a>.</li>
<li data-line="11">Complete the trial <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Navel_(Hard)" rel="noopener" class="external-link" title="The Navel (Hard)" href="https://ffxiv.gamerescape.com/wiki/The_Navel_(Hard)" target="_blank">The Navel (Hard)</a>.</li>
<li data-line="12">Purchase <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" rel="noopener" class="external-link" title="Radz-at-Han Quenching Oil" href="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" target="_blank">Radz-at-Han Quenching Oil</a> and deliver it to Gerolt to receive the finalised first step.</li>
</ol>
</div></div></div><div><div data-callout-metadata="" data-callout-fold="-" data-callout="tank" class="callout is-collapsible is-collapsed"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-shield-half"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10"></path><path d="M12 22V2"></path></svg></div><div class="callout-title-inner">PLD</div><div class="callout-fold is-collapsed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"></path></svg></div></div><div class="callout-content" style="display: none;">
<ol>
<li data-line="1">First, travel to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Zahar%27ak" rel="noopener" class="external-link" title="Zahar'ak" href="https://ffxiv.gamerescape.com/wiki/Zahar%27ak" target="_blank">Zahar'ak</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" rel="noopener" class="external-link" title="Southern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" target="_blank">Southern Thanalan</a> to retrieve the <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Timeworn_Curtana" rel="noopener" class="external-link" title="Timeworn Curtana" href="https://ffxiv.gamerescape.com/wiki/Timeworn_Curtana" target="_blank">Timeworn Curtana</a>. Deliver it to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a>.</li>
<li data-line="2">Next, you need an <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Aeolian_Scimitar" rel="noopener" class="external-link" title="Aeolian Scimitar" href="https://ffxiv.gamerescape.com/wiki/Aeolian_Scimitar" target="_blank"><img height="20" alt="Aeolian Scimitar Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/a/ac/Aeolian_Scimitar_Icon.png/40px-Aeolian_Scimitar_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Aeolian_Scimitar" rel="noopener" class="external-link" title="Aeolian Scimitar" href="https://ffxiv.gamerescape.com/wiki/Aeolian_Scimitar" target="_blank">Aeolian Scimitar</a> enhanced with 2 <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Battledance_Materia_III" rel="noopener" class="external-link" title="Battledance Materia III" href="https://ffxiv.gamerescape.com/wiki/Battledance_Materia_III" target="_blank"><img height="20" alt="Battledance Materia III Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/a/a0/Battledance_Materia_III_Icon.png/40px-Battledance_Materia_III_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Battledance_Materia_III" rel="noopener" class="external-link" title="Battledance Materia III" href="https://ffxiv.gamerescape.com/wiki/Battledance_Materia_III" target="_blank">Battledance Materia III</a>.</li>
<li data-line="3">Now travel to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Weeping_Saint" rel="noopener" class="external-link" title="The Weeping Saint" href="https://ffxiv.gamerescape.com/wiki/The_Weeping_Saint" target="_blank">The Weeping Saint</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" rel="noopener" class="external-link" title="Coerthas Central Highlands" href="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" target="_blank">Coerthas Central Highlands</a> and examine the destination. Then use the Duty Finder to complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Chimera" rel="noopener" class="external-link" title="A Relic Reborn: The Chimera" href="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Chimera" target="_blank">A Relic Reborn: The Chimera</a>. Deliver the <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Alumina_Salts" rel="noopener" class="external-link" title="Alumina Salts" href="https://ffxiv.gamerescape.com/wiki/Alumina_Salts" target="_blank">Alumina Salts</a> to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a>.</li>
<li data-line="4">Speak with <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Rowena" rel="noopener" class="external-link" title="Rowena" href="https://ffxiv.gamerescape.com/wiki/Rowena" target="_blank">Rowena</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a>, then complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Amdapor_Keep" rel="noopener" class="external-link" title="Amdapor Keep" href="https://ffxiv.gamerescape.com/wiki/Amdapor_Keep" target="_blank">Amdapor Keep</a> to receive an <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Amdapor_Glyph" rel="noopener" class="external-link" title="Amdapor Glyph" href="https://ffxiv.gamerescape.com/wiki/Amdapor_Glyph" target="_blank">Amdapor Glyph</a> to trade to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Rowena" rel="noopener" class="external-link" title="Rowena" href="https://ffxiv.gamerescape.com/wiki/Rowena" target="_blank">Rowena</a>. Return to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a> with the text she gave you. You will receive an <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Unfinished_Curtana" rel="noopener" class="external-link" title="Unfinished Curtana" href="https://ffxiv.gamerescape.com/wiki/Unfinished_Curtana" target="_blank"><img height="20" alt="Unfinished Curtana Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/e/eb/Unfinished_Curtana_Icon.png/40px-Unfinished_Curtana_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Unfinished_Curtana" rel="noopener" class="external-link" title="Unfinished Curtana" href="https://ffxiv.gamerescape.com/wiki/Unfinished_Curtana" target="_blank">Unfinished Curtana</a> that you can equip.</li>
<li data-line="5">Return to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" rel="noopener" class="external-link" title="Southern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" target="_blank">Southern Thanalan</a> and equip your unfinished weapon. Kill 8 each of <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Zahar%27ak_Lancer" rel="noopener" class="external-link" title="Zahar'ak Lancer" href="https://ffxiv.gamerescape.com/wiki/Zahar%27ak_Lancer" target="_blank">Zahar'ak Lancers</a>, <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Zahar%27ak_Pugilist" rel="noopener" class="external-link" title="Zahar'ak Pugilist" href="https://ffxiv.gamerescape.com/wiki/Zahar%27ak_Pugilist" target="_blank">Zahar'ak Pugilists</a>, and <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Zahar%27ak_Thaumaturge" rel="noopener" class="external-link" title="Zahar'ak Thaumaturge" href="https://ffxiv.gamerescape.com/wiki/Zahar%27ak_Thaumaturge" target="_blank">Zahar'ak Thaumaturges</a>, which are around the area you first found your Timeworn relic. Speak with <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a> again.</li>
<li data-line="6">Now travel to the entrance to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Halatali" rel="noopener" class="external-link" title="Halatali" href="https://ffxiv.gamerescape.com/wiki/Halatali" target="_blank">Halatali</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Eastern_Thanalan" rel="noopener" class="external-link" title="Eastern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Eastern_Thanalan" target="_blank">Eastern Thanalan</a> and examine the destination. Then use the Duty Finder to complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Hydra" rel="noopener" class="external-link" title="A Relic Reborn: The Hydra" href="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Hydra" target="_blank">A Relic Reborn: The Hydra</a>. <strong>You must have the unfinished weapon equipped.</strong> Speak with <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a> yet again and turn over your unfinished weapon.</li>
<li data-line="7">Complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Bowl_of_Embers_(Hard)" rel="noopener" class="external-link" title="The Bowl of Embers (Hard)" href="https://ffxiv.gamerescape.com/wiki/The_Bowl_of_Embers_(Hard)" target="_blank">The Bowl of Embers (Hard)</a> to retrieve a <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/White-hot_Ember" rel="noopener" class="external-link" title="White-hot Ember" href="https://ffxiv.gamerescape.com/wiki/White-hot_Ember" target="_blank">White-hot Ember</a>.</li>
<li data-line="8">Complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Howling_Eye_(Hard)" rel="noopener" class="external-link" title="The Howling Eye (Hard)" href="https://ffxiv.gamerescape.com/wiki/The_Howling_Eye_(Hard)" target="_blank">The Howling Eye (Hard)</a> to retrieve a <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Howling_Gale" rel="noopener" class="external-link" title="Howling Gale" href="https://ffxiv.gamerescape.com/wiki/Howling_Gale" target="_blank">Howling Gale</a>.</li>
<li data-line="9">Complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Navel_(Hard)" rel="noopener" class="external-link" title="The Navel (Hard)" href="https://ffxiv.gamerescape.com/wiki/The_Navel_(Hard)" target="_blank">The Navel (Hard)</a> to retrieve a <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Hyperfused_Ore" rel="noopener" class="external-link" title="Hyperfused Ore" href="https://ffxiv.gamerescape.com/wiki/Hyperfused_Ore" target="_blank">Hyperfused Ore</a>.</li>
<li data-line="10">Purchase 1 <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" rel="noopener" class="external-link" title="Radz-at-Han Quenching Oil" href="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" target="_blank"><img height="20" alt="Radz-at-Han Quenching Oil Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/5/58/Radz-at-Han_Quenching_Oil_Icon.png/40px-Radz-at-Han_Quenching_Oil_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" rel="noopener" class="external-link" title="Radz-at-Han Quenching Oil" href="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" target="_blank">Radz-at-Han Quenching Oil</a> from <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Auriana" rel="noopener" class="external-link" title="Auriana" href="https://ffxiv.gamerescape.com/wiki/Auriana" target="_blank">Auriana</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a> and return to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a> one final time to receive your <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Curtana" rel="noopener" class="external-link" title="Curtana" href="https://ffxiv.gamerescape.com/wiki/Curtana" target="_blank"><img height="20" alt="Curtana Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/8/83/Curtana_Icon.png/40px-Curtana_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Curtana" rel="noopener" class="external-link" title="Curtana" href="https://ffxiv.gamerescape.com/wiki/Curtana" target="_blank">Curtana</a> and <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Holy_Shield" rel="noopener" class="external-link" title="Holy Shield" href="https://ffxiv.gamerescape.com/wiki/Holy_Shield" target="_blank"><img height="20" alt="Holy Shield Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/f/f6/Holy_Shield_Icon.png/40px-Holy_Shield_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Holy_Shield" rel="noopener" class="external-link" title="Holy Shield" href="https://ffxiv.gamerescape.com/wiki/Holy_Shield" target="_blank">Holy Shield</a>.</li>
</ol>
</div></div></div><div><div data-callout-metadata="" data-callout-fold="-" data-callout="tank" class="callout is-collapsible is-collapsed"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-shield-half"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10"></path><path d="M12 22V2"></path></svg></div><div class="callout-title-inner">WAR</div><div class="callout-fold is-collapsed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"></path></svg></div></div><div class="callout-content" style="display: none;">
<ol>
<li data-line="1">First, travel to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/U%27Ghamaro_Mines" rel="noopener" class="external-link" title="U'Ghamaro Mines" href="https://ffxiv.gamerescape.com/wiki/U%27Ghamaro_Mines" target="_blank">U'Ghamaro Mines</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Outer_La_Noscea" rel="noopener" class="external-link" title="Outer La Noscea" href="https://ffxiv.gamerescape.com/wiki/Outer_La_Noscea" target="_blank">Outer La Noscea</a> to retrieve the <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Timeworn_Bravura" rel="noopener" class="external-link" title="Timeworn Bravura" href="https://ffxiv.gamerescape.com/wiki/Timeworn_Bravura" target="_blank">Timeworn Bravura</a>. Deliver it to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a>.</li>
<li data-line="2">Next, you need an <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Barbarian%27s_Bardiche" rel="noopener" class="external-link" title="Barbarian's Bardiche" href="https://ffxiv.gamerescape.com/wiki/Barbarian%27s_Bardiche" target="_blank"><img height="20" alt="Barbarian's Bardiche Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/4/40/Barbarian%27s_Bardiche_Icon.png/40px-Barbarian%27s_Bardiche_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Barbarian%27s_Bardiche" rel="noopener" class="external-link" title="Barbarian's Bardiche" href="https://ffxiv.gamerescape.com/wiki/Barbarian%27s_Bardiche" target="_blank">Barbarian's Bardiche</a> enhanced with 2 <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Battledance_Materia_III" rel="noopener" class="external-link" title="Battledance Materia III" href="https://ffxiv.gamerescape.com/wiki/Battledance_Materia_III" target="_blank"><img height="20" alt="Battledance Materia III Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/a/a0/Battledance_Materia_III_Icon.png/40px-Battledance_Materia_III_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Battledance_Materia_III" rel="noopener" class="external-link" title="Battledance Materia III" href="https://ffxiv.gamerescape.com/wiki/Battledance_Materia_III" target="_blank">Battledance Materia III</a>.</li>
<li data-line="3">Now travel to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Weeping_Saint" rel="noopener" class="external-link" title="The Weeping Saint" href="https://ffxiv.gamerescape.com/wiki/The_Weeping_Saint" target="_blank">The Weeping Saint</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" rel="noopener" class="external-link" title="Coerthas Central Highlands" href="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" target="_blank">Coerthas Central Highlands</a> and examine the destination. Then use the Duty Finder to complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Chimera" rel="noopener" class="external-link" title="A Relic Reborn: The Chimera" href="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Chimera" target="_blank">A Relic Reborn: The Chimera</a>. Deliver the <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Alumina_Salts" rel="noopener" class="external-link" title="Alumina Salts" href="https://ffxiv.gamerescape.com/wiki/Alumina_Salts" target="_blank">Alumina Salts</a> to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a>.</li>
<li data-line="4">Speak with <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Rowena" rel="noopener" class="external-link" title="Rowena" href="https://ffxiv.gamerescape.com/wiki/Rowena" target="_blank">Rowena</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a>, then complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Amdapor_Keep" rel="noopener" class="external-link" title="Amdapor Keep" href="https://ffxiv.gamerescape.com/wiki/Amdapor_Keep" target="_blank">Amdapor Keep</a> to receive an <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Amdapor_Glyph" rel="noopener" class="external-link" title="Amdapor Glyph" href="https://ffxiv.gamerescape.com/wiki/Amdapor_Glyph" target="_blank">Amdapor Glyph</a> to trade to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Rowena" rel="noopener" class="external-link" title="Rowena" href="https://ffxiv.gamerescape.com/wiki/Rowena" target="_blank">Rowena</a>. Return to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a> with the text she gave you. You will receive an <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Unfinished_Bravura" rel="noopener" class="external-link" title="Unfinished Bravura" href="https://ffxiv.gamerescape.com/wiki/Unfinished_Bravura" target="_blank"><img height="20" alt="Unfinished Bravura Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/b/b2/Unfinished_Bravura_Icon.png/40px-Unfinished_Bravura_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Unfinished_Bravura" rel="noopener" class="external-link" title="Unfinished Bravura" href="https://ffxiv.gamerescape.com/wiki/Unfinished_Bravura" target="_blank">Unfinished Bravura</a> that you can equip.</li>
<li data-line="5">Return to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Outer_La_Noscea" rel="noopener" class="external-link" title="Outer La Noscea" href="https://ffxiv.gamerescape.com/wiki/Outer_La_Noscea" target="_blank">Outer La Noscea</a> and equip your unfinished weapon. Kill 8 each of <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/U%27Ghamaro_Quarryman" rel="noopener" class="external-link" title="U'Ghamaro Quarryman" href="https://ffxiv.gamerescape.com/wiki/U%27Ghamaro_Quarryman" target="_blank">U'Ghamaro Quarryman</a>, <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/U%27Ghamaro_Roundsman" rel="noopener" class="external-link" title="U'Ghamaro Roundsman" href="https://ffxiv.gamerescape.com/wiki/U%27Ghamaro_Roundsman" target="_blank">U'Ghamaro Roundsman</a>, and <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/U%27Ghamaro_Bedesman" rel="noopener" class="external-link" title="U'Ghamaro Bedesman" href="https://ffxiv.gamerescape.com/wiki/U%27Ghamaro_Bedesman" target="_blank">U'Ghamaro Bedesman</a>, which are around the area you first found your Timeworn relic. Speak with <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a> again.</li>
<li data-line="6">Now travel to the entrance to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Halatali" rel="noopener" class="external-link" title="Halatali" href="https://ffxiv.gamerescape.com/wiki/Halatali" target="_blank">Halatali</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Eastern_Thanalan" rel="noopener" class="external-link" title="Eastern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Eastern_Thanalan" target="_blank">Eastern Thanalan</a> and examine the destination. Then use the Duty Finder to complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Hydra" rel="noopener" class="external-link" title="A Relic Reborn: The Hydra" href="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Hydra" target="_blank">A Relic Reborn: The Hydra</a>. <strong>You must have the unfinished weapon equipped.</strong> Speak with <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a> yet again and turn over your unfinished weapon.</li>
<li data-line="7">Complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Bowl_of_Embers_(Hard)" rel="noopener" class="external-link" title="The Bowl of Embers (Hard)" href="https://ffxiv.gamerescape.com/wiki/The_Bowl_of_Embers_(Hard)" target="_blank">The Bowl of Embers (Hard)</a> to retrieve a <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/White-hot_Ember" rel="noopener" class="external-link" title="White-hot Ember" href="https://ffxiv.gamerescape.com/wiki/White-hot_Ember" target="_blank">White-hot Ember</a>.</li>
<li data-line="8">Complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Howling_Eye_(Hard)" rel="noopener" class="external-link" title="The Howling Eye (Hard)" href="https://ffxiv.gamerescape.com/wiki/The_Howling_Eye_(Hard)" target="_blank">The Howling Eye (Hard)</a> to retrieve a <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Howling_Gale" rel="noopener" class="external-link" title="Howling Gale" href="https://ffxiv.gamerescape.com/wiki/Howling_Gale" target="_blank">Howling Gale</a>.</li>
<li data-line="9">Complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Navel_(Hard)" rel="noopener" class="external-link" title="The Navel (Hard)" href="https://ffxiv.gamerescape.com/wiki/The_Navel_(Hard)" target="_blank">The Navel (Hard)</a> to retrieve a <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Hyperfused_Ore" rel="noopener" class="external-link" title="Hyperfused Ore" href="https://ffxiv.gamerescape.com/wiki/Hyperfused_Ore" target="_blank">Hyperfused Ore</a>.</li>
<li data-line="10">Purchase 1 <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" rel="noopener" class="external-link" title="Radz-at-Han Quenching Oil" href="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" target="_blank"><img height="20" alt="Radz-at-Han Quenching Oil Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/5/58/Radz-at-Han_Quenching_Oil_Icon.png/40px-Radz-at-Han_Quenching_Oil_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" rel="noopener" class="external-link" title="Radz-at-Han Quenching Oil" href="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" target="_blank">Radz-at-Han Quenching Oil</a> from <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Auriana" rel="noopener" class="external-link" title="Auriana" href="https://ffxiv.gamerescape.com/wiki/Auriana" target="_blank">Auriana</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a> and return to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a> one final time to receive your <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Bravura" rel="noopener" class="external-link" title="Bravura" href="https://ffxiv.gamerescape.com/wiki/Bravura" target="_blank"><img height="20" alt="Bravura Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/2/21/Bravura_Icon.png/40px-Bravura_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Bravura" rel="noopener" class="external-link" title="Bravura" href="https://ffxiv.gamerescape.com/wiki/Bravura" target="_blank">Bravura</a>.</li>
</ol>
</div></div></div><div><div data-callout-metadata="" data-callout-fold="-" data-callout="healer" class="callout is-collapsible is-collapsed"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-heart"><path d="M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z"></path></svg></div><div class="callout-title-inner">WHM</div><div class="callout-fold is-collapsed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"></path></svg></div></div><div class="callout-content" style="display: none;">
<ol>
<li data-line="1">First, travel to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/U%27Ghamaro_Mines" rel="noopener" class="external-link" title="U'Ghamaro Mines" href="https://ffxiv.gamerescape.com/wiki/U%27Ghamaro_Mines" target="_blank">U'Ghamaro Mines</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Outer_La_Noscea" rel="noopener" class="external-link" title="Outer La Noscea" href="https://ffxiv.gamerescape.com/wiki/Outer_La_Noscea" target="_blank">Outer La Noscea</a> to retrieve the <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Timeworn_Thyrus" rel="noopener" class="external-link" title="Timeworn Thyrus" href="https://ffxiv.gamerescape.com/wiki/Timeworn_Thyrus" target="_blank">Timeworn Thyrus</a>. Deliver it to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a>.</li>
<li data-line="2">Next, you need an <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Madman%27s_Whispering_Rod" rel="noopener" class="external-link" title="Madman's Whispering Rod" href="https://ffxiv.gamerescape.com/wiki/Madman%27s_Whispering_Rod" target="_blank"><img height="20" alt="Madman's Whispering Rod Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/3/39/Madman%27s_Whispering_Rod_Icon.png/40px-Madman%27s_Whispering_Rod_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Madman%27s_Whispering_Rod" rel="noopener" class="external-link" title="Madman's Whispering Rod" href="https://ffxiv.gamerescape.com/wiki/Madman%27s_Whispering_Rod" target="_blank">Madman's Whispering Rod</a> enhanced with 2 <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Quicktongue_Materia_III" rel="noopener" class="external-link" title="Quicktongue Materia III" href="https://ffxiv.gamerescape.com/wiki/Quicktongue_Materia_III" target="_blank"><img height="20" alt="Quicktongue Materia III Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/b/b0/Quicktongue_Materia_III_Icon.png/40px-Quicktongue_Materia_III_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Quicktongue_Materia_III" rel="noopener" class="external-link" title="Quicktongue Materia III" href="https://ffxiv.gamerescape.com/wiki/Quicktongue_Materia_III" target="_blank">Quicktongue Materia III</a>.</li>
<li data-line="3">Now travel to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Weeping_Saint" rel="noopener" class="external-link" title="The Weeping Saint" href="https://ffxiv.gamerescape.com/wiki/The_Weeping_Saint" target="_blank">The Weeping Saint</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" rel="noopener" class="external-link" title="Coerthas Central Highlands" href="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" target="_blank">Coerthas Central Highlands</a> and examine the destination. Then use the Duty Finder to complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Chimera" rel="noopener" class="external-link" title="A Relic Reborn: The Chimera" href="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Chimera" target="_blank">A Relic Reborn: The Chimera</a>. Deliver the <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Alumina_Salts" rel="noopener" class="external-link" title="Alumina Salts" href="https://ffxiv.gamerescape.com/wiki/Alumina_Salts" target="_blank">Alumina Salts</a> to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a>.</li>
<li data-line="4">Speak with <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Rowena" rel="noopener" class="external-link" title="Rowena" href="https://ffxiv.gamerescape.com/wiki/Rowena" target="_blank">Rowena</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a>, then complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Amdapor_Keep" rel="noopener" class="external-link" title="Amdapor Keep" href="https://ffxiv.gamerescape.com/wiki/Amdapor_Keep" target="_blank">Amdapor Keep</a> to receive an <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Amdapor_Glyph" rel="noopener" class="external-link" title="Amdapor Glyph" href="https://ffxiv.gamerescape.com/wiki/Amdapor_Glyph" target="_blank">Amdapor Glyph</a> to trade to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Rowena" rel="noopener" class="external-link" title="Rowena" href="https://ffxiv.gamerescape.com/wiki/Rowena" target="_blank">Rowena</a>. Return to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a> with the text she gave you. You will receive an <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Unfinished_Thyrus" rel="noopener" class="external-link" title="Unfinished Thyrus" href="https://ffxiv.gamerescape.com/wiki/Unfinished_Thyrus" target="_blank"><img height="20" alt="Unfinished Thyrus Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/b/bd/Unfinished_Thyrus_Icon.png/40px-Unfinished_Thyrus_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Unfinished_Thyrus" rel="noopener" class="external-link" title="Unfinished Thyrus" href="https://ffxiv.gamerescape.com/wiki/Unfinished_Thyrus" target="_blank">Unfinished Thyrus</a> that you can equip.</li>
<li data-line="5">Return to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Outer_La_Noscea" rel="noopener" class="external-link" title="Outer La Noscea" href="https://ffxiv.gamerescape.com/wiki/Outer_La_Noscea" target="_blank">Outer La Noscea</a> and equip your unfinished weapon. Kill 8 each of <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/U%27Ghamaro_Quarryman" rel="noopener" class="external-link" title="U'Ghamaro Quarryman" href="https://ffxiv.gamerescape.com/wiki/U%27Ghamaro_Quarryman" target="_blank">U'Ghamaro Quarryman</a>, <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/U%27Ghamaro_Priest" rel="noopener" class="external-link" title="U'Ghamaro Priest" href="https://ffxiv.gamerescape.com/wiki/U%27Ghamaro_Priest" target="_blank">U'Ghamaro Priests</a>, and <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/U%27Ghamaro_Bedesman" rel="noopener" class="external-link" title="U'Ghamaro Bedesman" href="https://ffxiv.gamerescape.com/wiki/U%27Ghamaro_Bedesman" target="_blank">U'Ghamaro Bedesman</a>, which are around the area you first found your Timeworn relic. Speak with <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a> again.</li>
<li data-line="6">Now travel to the entrance to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Halatali" rel="noopener" class="external-link" title="Halatali" href="https://ffxiv.gamerescape.com/wiki/Halatali" target="_blank">Halatali</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Eastern_Thanalan" rel="noopener" class="external-link" title="Eastern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Eastern_Thanalan" target="_blank">Eastern Thanalan</a> and examine the destination. Then use the Duty Finder to complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Hydra" rel="noopener" class="external-link" title="A Relic Reborn: The Hydra" href="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Hydra" target="_blank">A Relic Reborn: The Hydra</a>. <strong>You must have the unfinished weapon equipped.</strong> Speak with <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a> yet again and turn over your unfinished weapon.</li>
<li data-line="7">Complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Bowl_of_Embers_(Hard)" rel="noopener" class="external-link" title="The Bowl of Embers (Hard)" href="https://ffxiv.gamerescape.com/wiki/The_Bowl_of_Embers_(Hard)" target="_blank">The Bowl of Embers (Hard)</a> to retrieve a <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/White-hot_Ember" rel="noopener" class="external-link" title="White-hot Ember" href="https://ffxiv.gamerescape.com/wiki/White-hot_Ember" target="_blank">White-hot Ember</a>.</li>
<li data-line="8">Complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Howling_Eye_(Hard)" rel="noopener" class="external-link" title="The Howling Eye (Hard)" href="https://ffxiv.gamerescape.com/wiki/The_Howling_Eye_(Hard)" target="_blank">The Howling Eye (Hard)</a> to retrieve a <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Howling_Gale" rel="noopener" class="external-link" title="Howling Gale" href="https://ffxiv.gamerescape.com/wiki/Howling_Gale" target="_blank">Howling Gale</a>.</li>
<li data-line="9">Complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Navel_(Hard)" rel="noopener" class="external-link" title="The Navel (Hard)" href="https://ffxiv.gamerescape.com/wiki/The_Navel_(Hard)" target="_blank">The Navel (Hard)</a> to retrieve a <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Hyperfused_Ore" rel="noopener" class="external-link" title="Hyperfused Ore" href="https://ffxiv.gamerescape.com/wiki/Hyperfused_Ore" target="_blank">Hyperfused Ore</a>.</li>
<li data-line="10">Purchase 1 <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" rel="noopener" class="external-link" title="Radz-at-Han Quenching Oil" href="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" target="_blank"><img height="20" alt="Radz-at-Han Quenching Oil Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/5/58/Radz-at-Han_Quenching_Oil_Icon.png/40px-Radz-at-Han_Quenching_Oil_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" rel="noopener" class="external-link" title="Radz-at-Han Quenching Oil" href="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" target="_blank">Radz-at-Han Quenching Oil</a> from <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Auriana" rel="noopener" class="external-link" title="Auriana" href="https://ffxiv.gamerescape.com/wiki/Auriana" target="_blank">Auriana</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a> and return to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a> one final time to receive your <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Thyrus" rel="noopener" class="external-link" title="Thyrus" href="https://ffxiv.gamerescape.com/wiki/Thyrus" target="_blank"><img height="20" alt="Thyrus Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/c/ca/Thyrus_Icon.png/40px-Thyrus_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Thyrus" rel="noopener" class="external-link" title="Thyrus" href="https://ffxiv.gamerescape.com/wiki/Thyrus" target="_blank">Thyrus</a>.</li>
</ol>
</div></div></div><div><div data-callout-metadata="" data-callout-fold="-" data-callout="healer" class="callout is-collapsible is-collapsed"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-heart"><path d="M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z"></path></svg></div><div class="callout-title-inner">SCH</div><div class="callout-fold is-collapsed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"></path></svg></div></div><div class="callout-content" style="display: none;">
<ol>
<li data-line="1">First, travel to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Sapsa_Spawning_Grounds" rel="noopener" class="external-link" title="Sapsa Spawning Grounds" href="https://ffxiv.gamerescape.com/wiki/Sapsa_Spawning_Grounds" target="_blank">Sapsa Spawning Grounds</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" rel="noopener" class="external-link" title="Western La Noscea" href="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" target="_blank">Western La Noscea</a> to retrieve the <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Timeworn_Omnilex" rel="noopener" class="external-link" title="Timeworn Omnilex" href="https://ffxiv.gamerescape.com/wiki/Timeworn_Omnilex" target="_blank">Timeworn Omnilex</a>. Deliver it to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a>.</li>
<li data-line="2">Next, you need an <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Erudite%27s_Picatrix_of_Healing" rel="noopener" class="external-link" title="Erudite's Picatrix of Healing" href="https://ffxiv.gamerescape.com/wiki/Erudite%27s_Picatrix_of_Healing" target="_blank"><img height="20" alt="Erudite's Picatrix of Healing Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/2/29/Erudite%27s_Picatrix_of_Healing_Icon.png/40px-Erudite%27s_Picatrix_of_Healing_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Erudite%27s_Picatrix_of_Healing" rel="noopener" class="external-link" title="Erudite's Picatrix of Healing" href="https://ffxiv.gamerescape.com/wiki/Erudite%27s_Picatrix_of_Healing" target="_blank">Erudite's Picatrix of Healing</a> enhanced with 2 <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Quicktongue_Materia_III" rel="noopener" class="external-link" title="Quicktongue Materia III" href="https://ffxiv.gamerescape.com/wiki/Quicktongue_Materia_III" target="_blank"><img height="20" alt="Quicktongue Materia III Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/b/b0/Quicktongue_Materia_III_Icon.png/40px-Quicktongue_Materia_III_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Quicktongue_Materia_III" rel="noopener" class="external-link" title="Quicktongue Materia III" href="https://ffxiv.gamerescape.com/wiki/Quicktongue_Materia_III" target="_blank">Quicktongue Materia III</a>.</li>
<li data-line="3">Now travel to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Weeping_Saint" rel="noopener" class="external-link" title="The Weeping Saint" href="https://ffxiv.gamerescape.com/wiki/The_Weeping_Saint" target="_blank">The Weeping Saint</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" rel="noopener" class="external-link" title="Coerthas Central Highlands" href="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" target="_blank">Coerthas Central Highlands</a> and examine the destination. Then use the Duty Finder to complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Chimera" rel="noopener" class="external-link" title="A Relic Reborn: The Chimera" href="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Chimera" target="_blank">A Relic Reborn: The Chimera</a>. Deliver the <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Alumina_Salts" rel="noopener" class="external-link" title="Alumina Salts" href="https://ffxiv.gamerescape.com/wiki/Alumina_Salts" target="_blank">Alumina Salts</a> to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a>.</li>
<li data-line="4">Speak with <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Rowena" rel="noopener" class="external-link" title="Rowena" href="https://ffxiv.gamerescape.com/wiki/Rowena" target="_blank">Rowena</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a>, then complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Amdapor_Keep" rel="noopener" class="external-link" title="Amdapor Keep" href="https://ffxiv.gamerescape.com/wiki/Amdapor_Keep" target="_blank">Amdapor Keep</a> to receive an <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Amdapor_Glyph" rel="noopener" class="external-link" title="Amdapor Glyph" href="https://ffxiv.gamerescape.com/wiki/Amdapor_Glyph" target="_blank">Amdapor Glyph</a> to trade to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Rowena" rel="noopener" class="external-link" title="Rowena" href="https://ffxiv.gamerescape.com/wiki/Rowena" target="_blank">Rowena</a>. Return to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a> with the text she gave you. You will receive an <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Unfinished_Omnilex" rel="noopener" class="external-link" title="Unfinished Omnilex" href="https://ffxiv.gamerescape.com/wiki/Unfinished_Omnilex" target="_blank"><img height="20" alt="Unfinished Omnilex Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/4/43/Unfinished_Omnilex_Icon.png/40px-Unfinished_Omnilex_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Unfinished_Omnilex" rel="noopener" class="external-link" title="Unfinished Omnilex" href="https://ffxiv.gamerescape.com/wiki/Unfinished_Omnilex" target="_blank">Unfinished Omnilex</a> that you can equip.</li>
<li data-line="5">Return to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" rel="noopener" class="external-link" title="Western La Noscea" href="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" target="_blank">Western La Noscea</a> and equip your unfinished weapon. Kill 8 each of <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Sapsa_Shelfspine" rel="noopener" class="external-link" title="Sapsa Shelfspine" href="https://ffxiv.gamerescape.com/wiki/Sapsa_Shelfspine" target="_blank">Sapsa Shelfspines</a>, <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Sapsa_Shelfclaw" rel="noopener" class="external-link" title="Sapsa Shelfclaw" href="https://ffxiv.gamerescape.com/wiki/Sapsa_Shelfclaw" target="_blank">Sapsa Shelfclaws</a>, and <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Sapsa_Shelftooth" rel="noopener" class="external-link" title="Sapsa Shelftooth" href="https://ffxiv.gamerescape.com/wiki/Sapsa_Shelftooth" target="_blank">Sapsa Shelftooth</a>, which are around the area you first found your Timeworn relic. Speak with <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a> again.</li>
<li data-line="6">Now travel to the entrance to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Halatali" rel="noopener" class="external-link" title="Halatali" href="https://ffxiv.gamerescape.com/wiki/Halatali" target="_blank">Halatali</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Eastern_Thanalan" rel="noopener" class="external-link" title="Eastern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Eastern_Thanalan" target="_blank">Eastern Thanalan</a> and examine the destination. Then use the Duty Finder to complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Hydra" rel="noopener" class="external-link" title="A Relic Reborn: The Hydra" href="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Hydra" target="_blank">A Relic Reborn: The Hydra</a>. <strong>You must have the unfinished weapon equipped.</strong> Speak with <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a> yet again and turn over your unfinished weapon.</li>
<li data-line="7">Complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Bowl_of_Embers_(Hard)" rel="noopener" class="external-link" title="The Bowl of Embers (Hard)" href="https://ffxiv.gamerescape.com/wiki/The_Bowl_of_Embers_(Hard)" target="_blank">The Bowl of Embers (Hard)</a> to retrieve a <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/White-hot_Ember" rel="noopener" class="external-link" title="White-hot Ember" href="https://ffxiv.gamerescape.com/wiki/White-hot_Ember" target="_blank">White-hot Ember</a>.</li>
<li data-line="8">Complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Howling_Eye_(Hard)" rel="noopener" class="external-link" title="The Howling Eye (Hard)" href="https://ffxiv.gamerescape.com/wiki/The_Howling_Eye_(Hard)" target="_blank">The Howling Eye (Hard)</a> to retrieve a <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Howling_Gale" rel="noopener" class="external-link" title="Howling Gale" href="https://ffxiv.gamerescape.com/wiki/Howling_Gale" target="_blank">Howling Gale</a>.</li>
<li data-line="9">Complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Navel_(Hard)" rel="noopener" class="external-link" title="The Navel (Hard)" href="https://ffxiv.gamerescape.com/wiki/The_Navel_(Hard)" target="_blank">The Navel (Hard)</a> to retrieve a <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Hyperfused_Ore" rel="noopener" class="external-link" title="Hyperfused Ore" href="https://ffxiv.gamerescape.com/wiki/Hyperfused_Ore" target="_blank">Hyperfused Ore</a>.</li>
<li data-line="10">Purchase 1 <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" rel="noopener" class="external-link" title="Radz-at-Han Quenching Oil" href="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" target="_blank"><img height="20" alt="Radz-at-Han Quenching Oil Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/5/58/Radz-at-Han_Quenching_Oil_Icon.png/40px-Radz-at-Han_Quenching_Oil_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" rel="noopener" class="external-link" title="Radz-at-Han Quenching Oil" href="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" target="_blank">Radz-at-Han Quenching Oil</a> from <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Auriana" rel="noopener" class="external-link" title="Auriana" href="https://ffxiv.gamerescape.com/wiki/Auriana" target="_blank">Auriana</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a> and return to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a> one final time to receive your <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Omnilex" rel="noopener" class="external-link" title="Omnilex" href="https://ffxiv.gamerescape.com/wiki/Omnilex" target="_blank"><img height="20" alt="Omnilex Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/f/f7/Omnilex_Icon.png/40px-Omnilex_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Omnilex" rel="noopener" class="external-link" title="Omnilex" href="https://ffxiv.gamerescape.com/wiki/Omnilex" target="_blank">Omnilex</a>.</li>
</ol>
</div></div></div><div><div data-callout-metadata="" data-callout-fold="-" data-callout="dps" class="callout is-collapsible is-collapsed"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-sword"><polyline points="14.5 17.5 3 6 3 3 6 3 17.5 14.5"></polyline><line x1="13" y1="19" x2="19" y2="13"></line><line x1="16" y1="16" x2="20" y2="20"></line><line x1="19" y1="21" x2="21" y2="19"></line></svg></div><div class="callout-title-inner">MNK</div><div class="callout-fold is-collapsed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"></path></svg></div></div><div class="callout-content" style="display: none;">
<ol>
<li data-line="1">First, travel to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Zahar%27ak" rel="noopener" class="external-link" title="Zahar'ak" href="https://ffxiv.gamerescape.com/wiki/Zahar%27ak" target="_blank">Zahar'ak</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" rel="noopener" class="external-link" title="Southern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" target="_blank">Southern Thanalan</a> to retrieve the <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Timeworn_Sphairai" rel="noopener" class="external-link" title="Timeworn Sphairai" href="https://ffxiv.gamerescape.com/wiki/Timeworn_Sphairai" target="_blank">Timeworn Sphairai</a>. Deliver it to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a>.</li>
<li data-line="2">Next, you need an <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Wildling%27s_Cesti" rel="noopener" class="external-link" title="Wildling's Cesti" href="https://ffxiv.gamerescape.com/wiki/Wildling%27s_Cesti" target="_blank"><img height="20" alt="Wildling's Cesti Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/8/85/Wildling%27s_Cesti_Icon.png/40px-Wildling%27s_Cesti_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Wildling%27s_Cesti" rel="noopener" class="external-link" title="Wildling's Cesti" href="https://ffxiv.gamerescape.com/wiki/Wildling%27s_Cesti" target="_blank">Wildling's Cesti</a> enhanced with 2 <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Savage_Aim_Materia_III" rel="noopener" class="external-link" title="Savage Aim Materia III" href="https://ffxiv.gamerescape.com/wiki/Savage_Aim_Materia_III" target="_blank"><img height="20" alt="Savage Aim Materia III Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/e/ed/Savage_Aim_Materia_III_Icon.png/40px-Savage_Aim_Materia_III_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Savage_Aim_Materia_III" rel="noopener" class="external-link" title="Savage Aim Materia III" href="https://ffxiv.gamerescape.com/wiki/Savage_Aim_Materia_III" target="_blank">Savage Aim Materia III</a>.</li>
<li data-line="3">Now travel to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Weeping_Saint" rel="noopener" class="external-link" title="The Weeping Saint" href="https://ffxiv.gamerescape.com/wiki/The_Weeping_Saint" target="_blank">The Weeping Saint</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" rel="noopener" class="external-link" title="Coerthas Central Highlands" href="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" target="_blank">Coerthas Central Highlands</a> and examine the destination. Then use the Duty Finder to complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Chimera" rel="noopener" class="external-link" title="A Relic Reborn: The Chimera" href="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Chimera" target="_blank">A Relic Reborn: The Chimera</a>. Deliver the <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Alumina_Salts" rel="noopener" class="external-link" title="Alumina Salts" href="https://ffxiv.gamerescape.com/wiki/Alumina_Salts" target="_blank">Alumina Salts</a> to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a>.</li>
<li data-line="4">Speak with <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Rowena" rel="noopener" class="external-link" title="Rowena" href="https://ffxiv.gamerescape.com/wiki/Rowena" target="_blank">Rowena</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a>, then complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Amdapor_Keep" rel="noopener" class="external-link" title="Amdapor Keep" href="https://ffxiv.gamerescape.com/wiki/Amdapor_Keep" target="_blank">Amdapor Keep</a> to receive an <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Amdapor_Glyph" rel="noopener" class="external-link" title="Amdapor Glyph" href="https://ffxiv.gamerescape.com/wiki/Amdapor_Glyph" target="_blank">Amdapor Glyph</a> to trade to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Rowena" rel="noopener" class="external-link" title="Rowena" href="https://ffxiv.gamerescape.com/wiki/Rowena" target="_blank">Rowena</a>. Return to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a> with the text she gave you. You will receive an <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Unfinished_Sphairai" rel="noopener" class="external-link" title="Unfinished Sphairai" href="https://ffxiv.gamerescape.com/wiki/Unfinished_Sphairai" target="_blank"><img height="20" alt="Unfinished Sphairai Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/f/f4/Unfinished_Sphairai_Icon.png/40px-Unfinished_Sphairai_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Unfinished_Sphairai" rel="noopener" class="external-link" title="Unfinished Sphairai" href="https://ffxiv.gamerescape.com/wiki/Unfinished_Sphairai" target="_blank">Unfinished Sphairai</a> that you can equip.</li>
<li data-line="5">Return to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" rel="noopener" class="external-link" title="Southern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" target="_blank">Southern Thanalan</a> and equip your unfinished weapon. Kill 8 each of <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Zahar%27ak_Lancer" rel="noopener" class="external-link" title="Zahar'ak Lancer" href="https://ffxiv.gamerescape.com/wiki/Zahar%27ak_Lancer" target="_blank">Zahar'ak Lancers</a>, <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Zahar%27ak_Pugilist" rel="noopener" class="external-link" title="Zahar'ak Pugilist" href="https://ffxiv.gamerescape.com/wiki/Zahar%27ak_Pugilist" target="_blank">Zahar'ak Pugilists</a>, and <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Zahar%27ak_Archer" rel="noopener" class="external-link" title="Zahar'ak Archer" href="https://ffxiv.gamerescape.com/wiki/Zahar%27ak_Archer" target="_blank">Zahar'ak Archers</a>, which are around the area you first found your Timeworn relic. Speak with <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a> again.</li>
<li data-line="6">Now travel to the entrance to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Halatali" rel="noopener" class="external-link" title="Halatali" href="https://ffxiv.gamerescape.com/wiki/Halatali" target="_blank">Halatali</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Eastern_Thanalan" rel="noopener" class="external-link" title="Eastern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Eastern_Thanalan" target="_blank">Eastern Thanalan</a> and examine the destination. Then use the Duty Finder to complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Hydra" rel="noopener" class="external-link" title="A Relic Reborn: The Hydra" href="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Hydra" target="_blank">A Relic Reborn: The Hydra</a>. <strong>You must have the unfinished weapon equipped.</strong> Speak with <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a> yet again and turn over your unfinished weapon.</li>
<li data-line="7">Complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Bowl_of_Embers_(Hard)" rel="noopener" class="external-link" title="The Bowl of Embers (Hard)" href="https://ffxiv.gamerescape.com/wiki/The_Bowl_of_Embers_(Hard)" target="_blank">The Bowl of Embers (Hard)</a> to retrieve a <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/White-hot_Ember" rel="noopener" class="external-link" title="White-hot Ember" href="https://ffxiv.gamerescape.com/wiki/White-hot_Ember" target="_blank">White-hot Ember</a>.</li>
<li data-line="8">Complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Howling_Eye_(Hard)" rel="noopener" class="external-link" title="The Howling Eye (Hard)" href="https://ffxiv.gamerescape.com/wiki/The_Howling_Eye_(Hard)" target="_blank">The Howling Eye (Hard)</a> to retrieve a <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Howling_Gale" rel="noopener" class="external-link" title="Howling Gale" href="https://ffxiv.gamerescape.com/wiki/Howling_Gale" target="_blank">Howling Gale</a>.</li>
<li data-line="9">Complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Navel_(Hard)" rel="noopener" class="external-link" title="The Navel (Hard)" href="https://ffxiv.gamerescape.com/wiki/The_Navel_(Hard)" target="_blank">The Navel (Hard)</a> to retrieve a <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Hyperfused_Ore" rel="noopener" class="external-link" title="Hyperfused Ore" href="https://ffxiv.gamerescape.com/wiki/Hyperfused_Ore" target="_blank">Hyperfused Ore</a>.</li>
<li data-line="10">Purchase 1 <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" rel="noopener" class="external-link" title="Radz-at-Han Quenching Oil" href="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" target="_blank"><img height="20" alt="Radz-at-Han Quenching Oil Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/5/58/Radz-at-Han_Quenching_Oil_Icon.png/40px-Radz-at-Han_Quenching_Oil_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" rel="noopener" class="external-link" title="Radz-at-Han Quenching Oil" href="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" target="_blank">Radz-at-Han Quenching Oil</a> from <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Auriana" rel="noopener" class="external-link" title="Auriana" href="https://ffxiv.gamerescape.com/wiki/Auriana" target="_blank">Auriana</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a> and return to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a> one final time to receive your <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Sphairai" rel="noopener" class="external-link" title="Sphairai" href="https://ffxiv.gamerescape.com/wiki/Sphairai" target="_blank"><img height="20" alt="Sphairai Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/7/76/Sphairai_Icon.png/40px-Sphairai_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Sphairai" rel="noopener" class="external-link" title="Sphairai" href="https://ffxiv.gamerescape.com/wiki/Sphairai" target="_blank">Sphairai</a>.</li>
</ol>
</div></div></div><div><div data-callout-metadata="" data-callout-fold="-" data-callout="dps" class="callout is-collapsible is-collapsed"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-sword"><polyline points="14.5 17.5 3 6 3 3 6 3 17.5 14.5"></polyline><line x1="13" y1="19" x2="19" y2="13"></line><line x1="16" y1="16" x2="20" y2="20"></line><line x1="19" y1="21" x2="21" y2="19"></line></svg></div><div class="callout-title-inner">DRG</div><div class="callout-fold is-collapsed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"></path></svg></div></div><div class="callout-content" style="display: none;">
<ol>
<li data-line="1">First, travel to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Natalan" rel="noopener" class="external-link" title="Natalan" href="https://ffxiv.gamerescape.com/wiki/Natalan" target="_blank">Natalan</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" rel="noopener" class="external-link" title="Coerthas Central Highlands" href="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" target="_blank">Coerthas Central Highlands</a> to retrieve the <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Timeworn_Gae_Bolg" rel="noopener" class="external-link" title="Timeworn Gae Bolg" href="https://ffxiv.gamerescape.com/wiki/Timeworn_Gae_Bolg" target="_blank">Timeworn Gae Bolg</a>. Deliver it to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a>.</li>
<li data-line="2">Next, you need an <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Champion%27s_Lance" rel="noopener" class="external-link" title="Champion's Lance" href="https://ffxiv.gamerescape.com/wiki/Champion%27s_Lance" target="_blank"><img height="20" alt="Champion's Lance Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/3/3a/Champion%27s_Lance_Icon.png/40px-Champion%27s_Lance_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Champion%27s_Lance" rel="noopener" class="external-link" title="Champion's Lance" href="https://ffxiv.gamerescape.com/wiki/Champion%27s_Lance" target="_blank">Champion's Lance</a> enhanced with 2 <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Savage_Aim_Materia_III" rel="noopener" class="external-link" title="Savage Aim Materia III" href="https://ffxiv.gamerescape.com/wiki/Savage_Aim_Materia_III" target="_blank"><img height="20" alt="Savage Aim Materia III Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/e/ed/Savage_Aim_Materia_III_Icon.png/40px-Savage_Aim_Materia_III_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Savage_Aim_Materia_III" rel="noopener" class="external-link" title="Savage Aim Materia III" href="https://ffxiv.gamerescape.com/wiki/Savage_Aim_Materia_III" target="_blank">Savage Aim Materia III</a>.</li>
<li data-line="3">Now travel to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Weeping_Saint" rel="noopener" class="external-link" title="The Weeping Saint" href="https://ffxiv.gamerescape.com/wiki/The_Weeping_Saint" target="_blank">The Weeping Saint</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" rel="noopener" class="external-link" title="Coerthas Central Highlands" href="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" target="_blank">Coerthas Central Highlands</a> and examine the destination. Then use the Duty Finder to complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Chimera" rel="noopener" class="external-link" title="A Relic Reborn: The Chimera" href="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Chimera" target="_blank">A Relic Reborn: The Chimera</a>. Deliver the <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Alumina_Salts" rel="noopener" class="external-link" title="Alumina Salts" href="https://ffxiv.gamerescape.com/wiki/Alumina_Salts" target="_blank">Alumina Salts</a> to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a>.</li>
<li data-line="4">Speak with <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Rowena" rel="noopener" class="external-link" title="Rowena" href="https://ffxiv.gamerescape.com/wiki/Rowena" target="_blank">Rowena</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a>, then complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Amdapor_Keep" rel="noopener" class="external-link" title="Amdapor Keep" href="https://ffxiv.gamerescape.com/wiki/Amdapor_Keep" target="_blank">Amdapor Keep</a> to receive an <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Amdapor_Glyph" rel="noopener" class="external-link" title="Amdapor Glyph" href="https://ffxiv.gamerescape.com/wiki/Amdapor_Glyph" target="_blank">Amdapor Glyph</a> to trade to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Rowena" rel="noopener" class="external-link" title="Rowena" href="https://ffxiv.gamerescape.com/wiki/Rowena" target="_blank">Rowena</a>. Return to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a> with the text she gave you. You will receive an <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Unfinished_Gae_Bolg" rel="noopener" class="external-link" title="Unfinished Gae Bolg" href="https://ffxiv.gamerescape.com/wiki/Unfinished_Gae_Bolg" target="_blank"><img height="20" alt="Unfinished Gae Bolg Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/6/6f/Unfinished_Gae_Bolg_Icon.png/40px-Unfinished_Gae_Bolg_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Unfinished_Gae_Bolg" rel="noopener" class="external-link" title="Unfinished Gae Bolg" href="https://ffxiv.gamerescape.com/wiki/Unfinished_Gae_Bolg" target="_blank">Unfinished Gae Bolg</a> that you can equip.</li>
<li data-line="5">Return to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" rel="noopener" class="external-link" title="Coerthas Central Highlands" href="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" target="_blank">Coerthas Central Highlands</a> and equip your unfinished weapon. Kill 8 each of <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Natalan_Boldwing" rel="noopener" class="external-link" title="Natalan Boldwing" href="https://ffxiv.gamerescape.com/wiki/Natalan_Boldwing" target="_blank">Natalan Boldwings</a>, <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Natalan_Fogcaller" rel="noopener" class="external-link" title="Natalan Fogcaller" href="https://ffxiv.gamerescape.com/wiki/Natalan_Fogcaller" target="_blank">Natalan Fogcallers</a>, and <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Natalan_Swiftbeak" rel="noopener" class="external-link" title="Natalan Swiftbeak" href="https://ffxiv.gamerescape.com/wiki/Natalan_Swiftbeak" target="_blank">Natalan Swiftbeaks</a>, which are around the area you first found your Timeworn relic. Speak with <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a> again.</li>
<li data-line="6">Now travel to the entrance to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Halatali" rel="noopener" class="external-link" title="Halatali" href="https://ffxiv.gamerescape.com/wiki/Halatali" target="_blank">Halatali</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Eastern_Thanalan" rel="noopener" class="external-link" title="Eastern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Eastern_Thanalan" target="_blank">Eastern Thanalan</a> and examine the destination. Then use the Duty Finder to complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Hydra" rel="noopener" class="external-link" title="A Relic Reborn: The Hydra" href="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Hydra" target="_blank">A Relic Reborn: The Hydra</a>. <strong>You must have the unfinished weapon equipped.</strong> Speak with <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a> yet again and turn over your unfinished weapon.</li>
<li data-line="7">Complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Bowl_of_Embers_(Hard)" rel="noopener" class="external-link" title="The Bowl of Embers (Hard)" href="https://ffxiv.gamerescape.com/wiki/The_Bowl_of_Embers_(Hard)" target="_blank">The Bowl of Embers (Hard)</a> to retrieve a <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/White-hot_Ember" rel="noopener" class="external-link" title="White-hot Ember" href="https://ffxiv.gamerescape.com/wiki/White-hot_Ember" target="_blank">White-hot Ember</a>.</li>
<li data-line="8">Complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Howling_Eye_(Hard)" rel="noopener" class="external-link" title="The Howling Eye (Hard)" href="https://ffxiv.gamerescape.com/wiki/The_Howling_Eye_(Hard)" target="_blank">The Howling Eye (Hard)</a> to retrieve a <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Howling_Gale" rel="noopener" class="external-link" title="Howling Gale" href="https://ffxiv.gamerescape.com/wiki/Howling_Gale" target="_blank">Howling Gale</a>.</li>
<li data-line="9">Complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Navel_(Hard)" rel="noopener" class="external-link" title="The Navel (Hard)" href="https://ffxiv.gamerescape.com/wiki/The_Navel_(Hard)" target="_blank">The Navel (Hard)</a> to retrieve a <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Hyperfused_Ore" rel="noopener" class="external-link" title="Hyperfused Ore" href="https://ffxiv.gamerescape.com/wiki/Hyperfused_Ore" target="_blank">Hyperfused Ore</a>.</li>
<li data-line="10">Purchase 1 <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" rel="noopener" class="external-link" title="Radz-at-Han Quenching Oil" href="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" target="_blank"><img height="20" alt="Radz-at-Han Quenching Oil Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/5/58/Radz-at-Han_Quenching_Oil_Icon.png/40px-Radz-at-Han_Quenching_Oil_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" rel="noopener" class="external-link" title="Radz-at-Han Quenching Oil" href="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" target="_blank">Radz-at-Han Quenching Oil</a> from <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Auriana" rel="noopener" class="external-link" title="Auriana" href="https://ffxiv.gamerescape.com/wiki/Auriana" target="_blank">Auriana</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a> and return to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a> one final time to receive your <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gae_Bolg" rel="noopener" class="external-link" title="Gae Bolg" href="https://ffxiv.gamerescape.com/wiki/Gae_Bolg" target="_blank"><img height="20" alt="Gae Bolg Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/a/ab/Gae_Bolg_Icon.png/40px-Gae_Bolg_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gae_Bolg" rel="noopener" class="external-link" title="Gae Bolg" href="https://ffxiv.gamerescape.com/wiki/Gae_Bolg" target="_blank">Gae Bolg</a>.</li>
</ol>
</div></div></div><div><div data-callout-metadata="" data-callout-fold="-" data-callout="dps" class="callout is-collapsible is-collapsed"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-sword"><polyline points="14.5 17.5 3 6 3 3 6 3 17.5 14.5"></polyline><line x1="13" y1="19" x2="19" y2="13"></line><line x1="16" y1="16" x2="20" y2="20"></line><line x1="19" y1="21" x2="21" y2="19"></line></svg></div><div class="callout-title-inner">NIN</div><div class="callout-fold is-collapsed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"></path></svg></div></div><div class="callout-content" style="display: none;">
<ol>
<li data-line="1">First, travel to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Sapsa_Spawning_Grounds" rel="noopener" class="external-link" title="Sapsa Spawning Grounds" href="https://ffxiv.gamerescape.com/wiki/Sapsa_Spawning_Grounds" target="_blank">Sapsa Spawning Grounds</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" rel="noopener" class="external-link" title="Western La Noscea" href="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" target="_blank">Western La Noscea</a> to retrieve the <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Timeworn_Yoshimitsu" rel="noopener" class="external-link" title="Timeworn Yoshimitsu" href="https://ffxiv.gamerescape.com/wiki/Timeworn_Yoshimitsu" target="_blank">Timeworn Yoshimitsu</a>. Deliver it to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a>.</li>
<li data-line="2">Next, you need an <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Vamper%27s_Knives" rel="noopener" class="external-link" title="Vamper's Knives" href="https://ffxiv.gamerescape.com/wiki/Vamper%27s_Knives" target="_blank"><img height="20" alt="Vamper's Knives Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/f/f6/Vamper%27s_Knives_Icon.png/40px-Vamper%27s_Knives_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Vamper%27s_Knives" rel="noopener" class="external-link" title="Vamper's Knives" href="https://ffxiv.gamerescape.com/wiki/Vamper%27s_Knives" target="_blank">Vamper's Knives</a> enhanced with 2 <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Heavens%27_Eye_Materia_III" rel="noopener" class="external-link" title="Heavens' Eye Materia III" href="https://ffxiv.gamerescape.com/wiki/Heavens%27_Eye_Materia_III" target="_blank"><img height="20" alt="Heavens' Eye Materia III Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/4/49/Heavens%27_Eye_Materia_III_Icon.png/40px-Heavens%27_Eye_Materia_III_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Heavens%27_Eye_Materia_III" rel="noopener" class="external-link" title="Heavens' Eye Materia III" href="https://ffxiv.gamerescape.com/wiki/Heavens%27_Eye_Materia_III" target="_blank">Heavens' Eye Materia III</a>.</li>
<li data-line="3">Now travel to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Weeping_Saint" rel="noopener" class="external-link" title="The Weeping Saint" href="https://ffxiv.gamerescape.com/wiki/The_Weeping_Saint" target="_blank">The Weeping Saint</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" rel="noopener" class="external-link" title="Coerthas Central Highlands" href="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" target="_blank">Coerthas Central Highlands</a> and examine the destination. Then use the Duty Finder to complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Chimera" rel="noopener" class="external-link" title="A Relic Reborn: The Chimera" href="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Chimera" target="_blank">A Relic Reborn: The Chimera</a>. Deliver the <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Alumina_Salts" rel="noopener" class="external-link" title="Alumina Salts" href="https://ffxiv.gamerescape.com/wiki/Alumina_Salts" target="_blank">Alumina Salts</a> to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a>.</li>
<li data-line="4">Speak with <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Rowena" rel="noopener" class="external-link" title="Rowena" href="https://ffxiv.gamerescape.com/wiki/Rowena" target="_blank">Rowena</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a>, then complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Amdapor_Keep" rel="noopener" class="external-link" title="Amdapor Keep" href="https://ffxiv.gamerescape.com/wiki/Amdapor_Keep" target="_blank">Amdapor Keep</a> to receive an <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Amdapor_Glyph" rel="noopener" class="external-link" title="Amdapor Glyph" href="https://ffxiv.gamerescape.com/wiki/Amdapor_Glyph" target="_blank">Amdapor Glyph</a> to trade to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Rowena" rel="noopener" class="external-link" title="Rowena" href="https://ffxiv.gamerescape.com/wiki/Rowena" target="_blank">Rowena</a>. Return to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a> with the text she gave you. You will receive an <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Unfinished_Yoshimitsu" rel="noopener" class="external-link" title="Unfinished Yoshimitsu" href="https://ffxiv.gamerescape.com/wiki/Unfinished_Yoshimitsu" target="_blank"><img height="20" alt="Unfinished Yoshimitsu Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/5/54/Unfinished_Yoshimitsu_Icon.png/40px-Unfinished_Yoshimitsu_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Unfinished_Yoshimitsu" rel="noopener" class="external-link" title="Unfinished Yoshimitsu" href="https://ffxiv.gamerescape.com/wiki/Unfinished_Yoshimitsu" target="_blank">Unfinished Yoshimitsu</a> that you can equip.</li>
<li data-line="5">Return to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" rel="noopener" class="external-link" title="Western La Noscea" href="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" target="_blank">Western La Noscea</a> and equip your unfinished weapon. Kill 8 each of <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Sapsa_Shelfspine" rel="noopener" class="external-link" title="Sapsa Shelfspine" href="https://ffxiv.gamerescape.com/wiki/Sapsa_Shelfspine" target="_blank">Sapsa Shelfspines</a>, <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Sapsa_Shelfclaw" rel="noopener" class="external-link" title="Sapsa Shelfclaw" href="https://ffxiv.gamerescape.com/wiki/Sapsa_Shelfclaw" target="_blank">Sapsa Shelfclaws</a>, and <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Sapsa_Shelftooth" rel="noopener" class="external-link" title="Sapsa Shelftooth" href="https://ffxiv.gamerescape.com/wiki/Sapsa_Shelftooth" target="_blank">Sapsa Shelftooth</a>, which are around the area you first found your Timeworn relic. Speak with <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a> again.</li>
<li data-line="6">Now travel to the entrance to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Halatali" rel="noopener" class="external-link" title="Halatali" href="https://ffxiv.gamerescape.com/wiki/Halatali" target="_blank">Halatali</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Eastern_Thanalan" rel="noopener" class="external-link" title="Eastern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Eastern_Thanalan" target="_blank">Eastern Thanalan</a> and examine the destination. Then use the Duty Finder to complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Hydra" rel="noopener" class="external-link" title="A Relic Reborn: The Hydra" href="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Hydra" target="_blank">A Relic Reborn: The Hydra</a>. <strong>You must have the unfinished weapon equipped.</strong> Speak with <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a> yet again and turn over your unfinished weapon.</li>
<li data-line="7">Complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Bowl_of_Embers_(Hard)" rel="noopener" class="external-link" title="The Bowl of Embers (Hard)" href="https://ffxiv.gamerescape.com/wiki/The_Bowl_of_Embers_(Hard)" target="_blank">The Bowl of Embers (Hard)</a> to retrieve a <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/White-hot_Ember" rel="noopener" class="external-link" title="White-hot Ember" href="https://ffxiv.gamerescape.com/wiki/White-hot_Ember" target="_blank">White-hot Ember</a>.</li>
<li data-line="8">Complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Howling_Eye_(Hard)" rel="noopener" class="external-link" title="The Howling Eye (Hard)" href="https://ffxiv.gamerescape.com/wiki/The_Howling_Eye_(Hard)" target="_blank">The Howling Eye (Hard)</a> to retrieve a <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Howling_Gale" rel="noopener" class="external-link" title="Howling Gale" href="https://ffxiv.gamerescape.com/wiki/Howling_Gale" target="_blank">Howling Gale</a>.</li>
<li data-line="9">Complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Navel_(Hard)" rel="noopener" class="external-link" title="The Navel (Hard)" href="https://ffxiv.gamerescape.com/wiki/The_Navel_(Hard)" target="_blank">The Navel (Hard)</a> to retrieve a <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Hyperfused_Ore" rel="noopener" class="external-link" title="Hyperfused Ore" href="https://ffxiv.gamerescape.com/wiki/Hyperfused_Ore" target="_blank">Hyperfused Ore</a>.</li>
<li data-line="10">Purchase 1 <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" rel="noopener" class="external-link" title="Radz-at-Han Quenching Oil" href="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" target="_blank"><img height="20" alt="Radz-at-Han Quenching Oil Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/5/58/Radz-at-Han_Quenching_Oil_Icon.png/40px-Radz-at-Han_Quenching_Oil_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" rel="noopener" class="external-link" title="Radz-at-Han Quenching Oil" href="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" target="_blank">Radz-at-Han Quenching Oil</a> from <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Auriana" rel="noopener" class="external-link" title="Auriana" href="https://ffxiv.gamerescape.com/wiki/Auriana" target="_blank">Auriana</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a> and return to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a> one final time to receive your <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Yoshimitsu" rel="noopener" class="external-link" title="Yoshimitsu" href="https://ffxiv.gamerescape.com/wiki/Yoshimitsu" target="_blank"><img height="20" alt="Yoshimitsu Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/1/10/Yoshimitsu_Icon.png/40px-Yoshimitsu_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Yoshimitsu" rel="noopener" class="external-link" title="Yoshimitsu" href="https://ffxiv.gamerescape.com/wiki/Yoshimitsu" target="_blank">Yoshimitsu</a>.</li>
</ol>
</div></div></div><div><div data-callout-metadata="" data-callout-fold="-" data-callout="dps" class="callout is-collapsible is-collapsed"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-sword"><polyline points="14.5 17.5 3 6 3 3 6 3 17.5 14.5"></polyline><line x1="13" y1="19" x2="19" y2="13"></line><line x1="16" y1="16" x2="20" y2="20"></line><line x1="19" y1="21" x2="21" y2="19"></line></svg></div><div class="callout-title-inner">BRD</div><div class="callout-fold is-collapsed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"></path></svg></div></div><div class="callout-content" style="display: none;">
<ol>
<li data-line="1">First, travel to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Natalan" rel="noopener" class="external-link" title="Natalan" href="https://ffxiv.gamerescape.com/wiki/Natalan" target="_blank">Natalan</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" rel="noopener" class="external-link" title="Coerthas Central Highlands" href="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" target="_blank">Coerthas Central Highlands</a> to retrieve the <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Timeworn_Artemis_Bow" rel="noopener" class="external-link" title="Timeworn Artemis Bow" href="https://ffxiv.gamerescape.com/wiki/Timeworn_Artemis_Bow" target="_blank">Timeworn Artemis Bow</a>. Deliver it to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a>.</li>
<li data-line="2">Next, you need an <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Longarm%27s_Composite_Bow" rel="noopener" class="external-link" title="Longarm's Composite Bow" href="https://ffxiv.gamerescape.com/wiki/Longarm%27s_Composite_Bow" target="_blank"><img height="20" alt="Longarm's Composite Bow Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/8/80/Longarm%27s_Composite_Bow_Icon.png/40px-Longarm%27s_Composite_Bow_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Longarm%27s_Composite_Bow" rel="noopener" class="external-link" title="Longarm's Composite Bow" href="https://ffxiv.gamerescape.com/wiki/Longarm%27s_Composite_Bow" target="_blank">Longarm's Composite Bow</a> enhanced with 2 <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Heavens%27_Eye_Materia_III" rel="noopener" class="external-link" title="Heavens' Eye Materia III" href="https://ffxiv.gamerescape.com/wiki/Heavens%27_Eye_Materia_III" target="_blank"><img height="20" alt="Heavens' Eye Materia III Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/4/49/Heavens%27_Eye_Materia_III_Icon.png/40px-Heavens%27_Eye_Materia_III_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Heavens%27_Eye_Materia_III" rel="noopener" class="external-link" title="Heavens' Eye Materia III" href="https://ffxiv.gamerescape.com/wiki/Heavens%27_Eye_Materia_III" target="_blank">Heavens' Eye Materia III</a>.</li>
<li data-line="3">Now travel to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Weeping_Saint" rel="noopener" class="external-link" title="The Weeping Saint" href="https://ffxiv.gamerescape.com/wiki/The_Weeping_Saint" target="_blank">The Weeping Saint</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" rel="noopener" class="external-link" title="Coerthas Central Highlands" href="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" target="_blank">Coerthas Central Highlands</a> and examine the destination. Then use the Duty Finder to complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Chimera" rel="noopener" class="external-link" title="A Relic Reborn: The Chimera" href="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Chimera" target="_blank">A Relic Reborn: The Chimera</a>. Deliver the <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Alumina_Salts" rel="noopener" class="external-link" title="Alumina Salts" href="https://ffxiv.gamerescape.com/wiki/Alumina_Salts" target="_blank">Alumina Salts</a> to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a>.</li>
<li data-line="4">Speak with <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Rowena" rel="noopener" class="external-link" title="Rowena" href="https://ffxiv.gamerescape.com/wiki/Rowena" target="_blank">Rowena</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a>, then complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Amdapor_Keep" rel="noopener" class="external-link" title="Amdapor Keep" href="https://ffxiv.gamerescape.com/wiki/Amdapor_Keep" target="_blank">Amdapor Keep</a> to receive an <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Amdapor_Glyph" rel="noopener" class="external-link" title="Amdapor Glyph" href="https://ffxiv.gamerescape.com/wiki/Amdapor_Glyph" target="_blank">Amdapor Glyph</a> to trade to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Rowena" rel="noopener" class="external-link" title="Rowena" href="https://ffxiv.gamerescape.com/wiki/Rowena" target="_blank">Rowena</a>. Return to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a> with the text she gave you. You will receive an <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Unfinished_Artemis_Bow" rel="noopener" class="external-link" title="Unfinished Artemis Bow" href="https://ffxiv.gamerescape.com/wiki/Unfinished_Artemis_Bow" target="_blank"><img height="20" alt="Unfinished Artemis Bow Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/3/31/Unfinished_Artemis_Bow_Icon.png/40px-Unfinished_Artemis_Bow_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Unfinished_Artemis_Bow" rel="noopener" class="external-link" title="Unfinished Artemis Bow" href="https://ffxiv.gamerescape.com/wiki/Unfinished_Artemis_Bow" target="_blank">Unfinished Artemis Bow</a> that you can equip.</li>
<li data-line="5">Return to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" rel="noopener" class="external-link" title="Coerthas Central Highlands" href="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" target="_blank">Coerthas Central Highlands</a> and equip your unfinished weapon. Kill 8 each of <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Natalan_Boldwing" rel="noopener" class="external-link" title="Natalan Boldwing" href="https://ffxiv.gamerescape.com/wiki/Natalan_Boldwing" target="_blank">Natalan Boldwings</a>, <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Natalan_Fogcaller" rel="noopener" class="external-link" title="Natalan Fogcaller" href="https://ffxiv.gamerescape.com/wiki/Natalan_Fogcaller" target="_blank">Natalan Fogcallers</a>, and <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Natalan_Windtalon" rel="noopener" class="external-link" title="Natalan Windtalon" href="https://ffxiv.gamerescape.com/wiki/Natalan_Windtalon" target="_blank">Natalan Windtalons</a>, which are around the area you first found your Timeworn relic. Speak with <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a> again.</li>
<li data-line="6">Now travel to the entrance to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Halatali" rel="noopener" class="external-link" title="Halatali" href="https://ffxiv.gamerescape.com/wiki/Halatali" target="_blank">Halatali</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Eastern_Thanalan" rel="noopener" class="external-link" title="Eastern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Eastern_Thanalan" target="_blank">Eastern Thanalan</a> and examine the destination. Then use the Duty Finder to complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Hydra" rel="noopener" class="external-link" title="A Relic Reborn: The Hydra" href="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Hydra" target="_blank">A Relic Reborn: The Hydra</a>. <strong>You must have the unfinished weapon equipped.</strong> Speak with <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a> yet again and turn over your unfinished weapon.</li>
<li data-line="7">Complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Bowl_of_Embers_(Hard)" rel="noopener" class="external-link" title="The Bowl of Embers (Hard)" href="https://ffxiv.gamerescape.com/wiki/The_Bowl_of_Embers_(Hard)" target="_blank">The Bowl of Embers (Hard)</a> to retrieve a <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/White-hot_Ember" rel="noopener" class="external-link" title="White-hot Ember" href="https://ffxiv.gamerescape.com/wiki/White-hot_Ember" target="_blank">White-hot Ember</a>.</li>
<li data-line="8">Complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Howling_Eye_(Hard)" rel="noopener" class="external-link" title="The Howling Eye (Hard)" href="https://ffxiv.gamerescape.com/wiki/The_Howling_Eye_(Hard)" target="_blank">The Howling Eye (Hard)</a> to retrieve a <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Howling_Gale" rel="noopener" class="external-link" title="Howling Gale" href="https://ffxiv.gamerescape.com/wiki/Howling_Gale" target="_blank">Howling Gale</a>.</li>
<li data-line="9">Complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Navel_(Hard)" rel="noopener" class="external-link" title="The Navel (Hard)" href="https://ffxiv.gamerescape.com/wiki/The_Navel_(Hard)" target="_blank">The Navel (Hard)</a> to retrieve a <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Hyperfused_Ore" rel="noopener" class="external-link" title="Hyperfused Ore" href="https://ffxiv.gamerescape.com/wiki/Hyperfused_Ore" target="_blank">Hyperfused Ore</a>.</li>
<li data-line="10">Purchase 1 <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" rel="noopener" class="external-link" title="Radz-at-Han Quenching Oil" href="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" target="_blank"><img height="20" alt="Radz-at-Han Quenching Oil Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/5/58/Radz-at-Han_Quenching_Oil_Icon.png/40px-Radz-at-Han_Quenching_Oil_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" rel="noopener" class="external-link" title="Radz-at-Han Quenching Oil" href="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" target="_blank">Radz-at-Han Quenching Oil</a> from <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Auriana" rel="noopener" class="external-link" title="Auriana" href="https://ffxiv.gamerescape.com/wiki/Auriana" target="_blank">Auriana</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a> and return to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a> one final time to receive your <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Artemis_Bow" rel="noopener" class="external-link" title="Artemis Bow" href="https://ffxiv.gamerescape.com/wiki/Artemis_Bow" target="_blank"><img height="20" alt="Artemis Bow Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/2/21/Artemis_Bow_Icon.png/40px-Artemis_Bow_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Artemis_Bow" rel="noopener" class="external-link" title="Artemis Bow" href="https://ffxiv.gamerescape.com/wiki/Artemis_Bow" target="_blank">Artemis Bow</a>.</li>
</ol>
</div></div></div><div><div data-callout-metadata="" data-callout-fold="-" data-callout="dps" class="callout is-collapsible is-collapsed"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-sword"><polyline points="14.5 17.5 3 6 3 3 6 3 17.5 14.5"></polyline><line x1="13" y1="19" x2="19" y2="13"></line><line x1="16" y1="16" x2="20" y2="20"></line><line x1="19" y1="21" x2="21" y2="19"></line></svg></div><div class="callout-title-inner">BLM</div><div class="callout-fold is-collapsed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"></path></svg></div></div><div class="callout-content" style="display: none;">
<ol>
<li data-line="1">First, travel to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/U%27Ghamaro_Mines" rel="noopener" class="external-link" title="U'Ghamaro Mines" href="https://ffxiv.gamerescape.com/wiki/U%27Ghamaro_Mines" target="_blank">U'Ghamaro Mines</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Outer_La_Noscea" rel="noopener" class="external-link" title="Outer La Noscea" href="https://ffxiv.gamerescape.com/wiki/Outer_La_Noscea" target="_blank">Outer La Noscea</a> to retrieve the <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Timeworn_Stardust_Rod" rel="noopener" class="external-link" title="Timeworn Stardust Rod" href="https://ffxiv.gamerescape.com/wiki/Timeworn_Stardust_Rod" target="_blank">Timeworn Stardust Rod</a>. Deliver it to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a>.</li>
<li data-line="2">Next, you need an <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Sanguine_Scepter" rel="noopener" class="external-link" title="Sanguine Scepter" href="https://ffxiv.gamerescape.com/wiki/Sanguine_Scepter" target="_blank"><img height="20" alt="Sanguine Scepter Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/6/69/Sanguine_Scepter_Icon.png/40px-Sanguine_Scepter_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Sanguine_Scepter" rel="noopener" class="external-link" title="Sanguine Scepter" href="https://ffxiv.gamerescape.com/wiki/Sanguine_Scepter" target="_blank">Sanguine Scepter</a> enhanced with 2 <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Savage_Might_Materia_III" rel="noopener" class="external-link" title="Savage Might Materia III" href="https://ffxiv.gamerescape.com/wiki/Savage_Might_Materia_III" target="_blank"><img height="20" alt="Savage Might Materia III Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/5/51/Savage_Might_Materia_III_Icon.png/40px-Savage_Might_Materia_III_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Savage_Might_Materia_III" rel="noopener" class="external-link" title="Savage Might Materia III" href="https://ffxiv.gamerescape.com/wiki/Savage_Might_Materia_III" target="_blank">Savage Might Materia III</a>.</li>
<li data-line="3">Now travel to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Weeping_Saint" rel="noopener" class="external-link" title="The Weeping Saint" href="https://ffxiv.gamerescape.com/wiki/The_Weeping_Saint" target="_blank">The Weeping Saint</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" rel="noopener" class="external-link" title="Coerthas Central Highlands" href="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" target="_blank">Coerthas Central Highlands</a> and examine the destination. Then use the Duty Finder to complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Chimera" rel="noopener" class="external-link" title="A Relic Reborn: The Chimera" href="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Chimera" target="_blank">A Relic Reborn: The Chimera</a>. Deliver the <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Alumina_Salts" rel="noopener" class="external-link" title="Alumina Salts" href="https://ffxiv.gamerescape.com/wiki/Alumina_Salts" target="_blank">Alumina Salts</a> to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a>.</li>
<li data-line="4">Speak with <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Rowena" rel="noopener" class="external-link" title="Rowena" href="https://ffxiv.gamerescape.com/wiki/Rowena" target="_blank">Rowena</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a>, then complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Amdapor_Keep" rel="noopener" class="external-link" title="Amdapor Keep" href="https://ffxiv.gamerescape.com/wiki/Amdapor_Keep" target="_blank">Amdapor Keep</a> to receive an <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Amdapor_Glyph" rel="noopener" class="external-link" title="Amdapor Glyph" href="https://ffxiv.gamerescape.com/wiki/Amdapor_Glyph" target="_blank">Amdapor Glyph</a> to trade to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Rowena" rel="noopener" class="external-link" title="Rowena" href="https://ffxiv.gamerescape.com/wiki/Rowena" target="_blank">Rowena</a>. Return to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a> with the text she gave you. You will receive an <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Unfinished_Stardust_Rod" rel="noopener" class="external-link" title="Unfinished Stardust Rod" href="https://ffxiv.gamerescape.com/wiki/Unfinished_Stardust_Rod" target="_blank"><img height="20" alt="Unfinished Stardust Rod Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/3/3b/Unfinished_Stardust_Rod_Icon.png/40px-Unfinished_Stardust_Rod_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Unfinished_Stardust_Rod" rel="noopener" class="external-link" title="Unfinished Stardust Rod" href="https://ffxiv.gamerescape.com/wiki/Unfinished_Stardust_Rod" target="_blank">Unfinished Stardust Rod</a> that you can equip.</li>
<li data-line="5">Return to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Outer_La_Noscea" rel="noopener" class="external-link" title="Outer La Noscea" href="https://ffxiv.gamerescape.com/wiki/Outer_La_Noscea" target="_blank">Outer La Noscea</a> and equip your unfinished weapon. Kill 8 each of <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/U%27Ghamaro_Quarryman" rel="noopener" class="external-link" title="U'Ghamaro Quarryman" href="https://ffxiv.gamerescape.com/wiki/U%27Ghamaro_Quarryman" target="_blank">U'Ghamaro Quarryman</a>, <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/U%27Ghamaro_Priest" rel="noopener" class="external-link" title="U'Ghamaro Priest" href="https://ffxiv.gamerescape.com/wiki/U%27Ghamaro_Priest" target="_blank">U'Ghamaro Priests</a>, and <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/U%27Ghamaro_Bedesman" rel="noopener" class="external-link" title="U'Ghamaro Bedesman" href="https://ffxiv.gamerescape.com/wiki/U%27Ghamaro_Bedesman" target="_blank">U'Ghamaro Bedesman</a>, which are around the area you first found your Timeworn relic. Speak with <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a> again.</li>
<li data-line="6">Now travel to the entrance to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Halatali" rel="noopener" class="external-link" title="Halatali" href="https://ffxiv.gamerescape.com/wiki/Halatali" target="_blank">Halatali</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Eastern_Thanalan" rel="noopener" class="external-link" title="Eastern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Eastern_Thanalan" target="_blank">Eastern Thanalan</a> and examine the destination. Then use the Duty Finder to complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Hydra" rel="noopener" class="external-link" title="A Relic Reborn: The Hydra" href="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Hydra" target="_blank">A Relic Reborn: The Hydra</a>. <strong>You must have the unfinished weapon equipped.</strong> Speak with <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a> yet again and turn over your unfinished weapon.</li>
<li data-line="7">Complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Bowl_of_Embers_(Hard)" rel="noopener" class="external-link" title="The Bowl of Embers (Hard)" href="https://ffxiv.gamerescape.com/wiki/The_Bowl_of_Embers_(Hard)" target="_blank">The Bowl of Embers (Hard)</a> to retrieve a <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/White-hot_Ember" rel="noopener" class="external-link" title="White-hot Ember" href="https://ffxiv.gamerescape.com/wiki/White-hot_Ember" target="_blank">White-hot Ember</a>.</li>
<li data-line="8">Complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Howling_Eye_(Hard)" rel="noopener" class="external-link" title="The Howling Eye (Hard)" href="https://ffxiv.gamerescape.com/wiki/The_Howling_Eye_(Hard)" target="_blank">The Howling Eye (Hard)</a> to retrieve a <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Howling_Gale" rel="noopener" class="external-link" title="Howling Gale" href="https://ffxiv.gamerescape.com/wiki/Howling_Gale" target="_blank">Howling Gale</a>.</li>
<li data-line="9">Complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Navel_(Hard)" rel="noopener" class="external-link" title="The Navel (Hard)" href="https://ffxiv.gamerescape.com/wiki/The_Navel_(Hard)" target="_blank">The Navel (Hard)</a> to retrieve a <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Hyperfused_Ore" rel="noopener" class="external-link" title="Hyperfused Ore" href="https://ffxiv.gamerescape.com/wiki/Hyperfused_Ore" target="_blank">Hyperfused Ore</a>.</li>
<li data-line="10">Purchase 1 <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" rel="noopener" class="external-link" title="Radz-at-Han Quenching Oil" href="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" target="_blank"><img height="20" alt="Radz-at-Han Quenching Oil Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/5/58/Radz-at-Han_Quenching_Oil_Icon.png/40px-Radz-at-Han_Quenching_Oil_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" rel="noopener" class="external-link" title="Radz-at-Han Quenching Oil" href="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" target="_blank">Radz-at-Han Quenching Oil</a> from <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Auriana" rel="noopener" class="external-link" title="Auriana" href="https://ffxiv.gamerescape.com/wiki/Auriana" target="_blank">Auriana</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a> and return to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a> one final time to receive your <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Stardust_Rod" rel="noopener" class="external-link" title="Stardust Rod" href="https://ffxiv.gamerescape.com/wiki/Stardust_Rod" target="_blank"><img height="20" alt="Stardust Rod Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/5/58/Stardust_Rod_Icon.png/40px-Stardust_Rod_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Stardust_Rod" rel="noopener" class="external-link" title="Stardust Rod" href="https://ffxiv.gamerescape.com/wiki/Stardust_Rod" target="_blank">Stardust Rod</a>.</li>
</ol>
</div></div></div><div><div data-callout-metadata="" data-callout-fold="-" data-callout="dps" class="callout is-collapsible is-collapsed"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-sword"><polyline points="14.5 17.5 3 6 3 3 6 3 17.5 14.5"></polyline><line x1="13" y1="19" x2="19" y2="13"></line><line x1="16" y1="16" x2="20" y2="20"></line><line x1="19" y1="21" x2="21" y2="19"></line></svg></div><div class="callout-title-inner">SMN</div><div class="callout-fold is-collapsed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"></path></svg></div></div><div class="callout-content" style="display: none;">
<ol>
<li data-line="1">First, travel to the <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Sylphlands" rel="noopener" class="external-link" title="Sylphlands" href="https://ffxiv.gamerescape.com/wiki/Sylphlands" target="_blank">Sylphlands</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/East_Shroud" rel="noopener" class="external-link" title="East Shroud" href="https://ffxiv.gamerescape.com/wiki/East_Shroud" target="_blank">East Shroud</a> to retrieve the <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Timeworn_Veil_of_Wiyu" rel="noopener" class="external-link" title="Timeworn Veil of Wiyu" href="https://ffxiv.gamerescape.com/wiki/Timeworn_Veil_of_Wiyu" target="_blank">Timeworn Veil of Wiyu</a>. Deliver it to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a>.</li>
<li data-line="2">Next, you need an <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Erudite%27s_Picatrix_of_Casting" rel="noopener" class="external-link" title="Erudite's Picatrix of Casting" href="https://ffxiv.gamerescape.com/wiki/Erudite%27s_Picatrix_of_Casting" target="_blank"><img height="20" alt="Erudite's Picatrix of Casting Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/d/d0/Erudite%27s_Picatrix_of_Casting_Icon.png/40px-Erudite%27s_Picatrix_of_Casting_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Erudite%27s_Picatrix_of_Casting" rel="noopener" class="external-link" title="Erudite's Picatrix of Casting" href="https://ffxiv.gamerescape.com/wiki/Erudite%27s_Picatrix_of_Casting" target="_blank">Erudite's Picatrix of Casting</a> enhanced with 2 <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Savage_Might_Materia_III" rel="noopener" class="external-link" title="Savage Might Materia III" href="https://ffxiv.gamerescape.com/wiki/Savage_Might_Materia_III" target="_blank"><img height="20" alt="Savage Might Materia III Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/5/51/Savage_Might_Materia_III_Icon.png/40px-Savage_Might_Materia_III_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Savage_Might_Materia_III" rel="noopener" class="external-link" title="Savage Might Materia III" href="https://ffxiv.gamerescape.com/wiki/Savage_Might_Materia_III" target="_blank">Savage Might Materia III</a>.</li>
<li data-line="3">Now travel to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Weeping_Saint" rel="noopener" class="external-link" title="The Weeping Saint" href="https://ffxiv.gamerescape.com/wiki/The_Weeping_Saint" target="_blank">The Weeping Saint</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" rel="noopener" class="external-link" title="Coerthas Central Highlands" href="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" target="_blank">Coerthas Central Highlands</a> and examine the destination. Then use the Duty Finder to complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Chimera" rel="noopener" class="external-link" title="A Relic Reborn: The Chimera" href="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Chimera" target="_blank">A Relic Reborn: The Chimera</a>. Deliver the <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Alumina_Salts" rel="noopener" class="external-link" title="Alumina Salts" href="https://ffxiv.gamerescape.com/wiki/Alumina_Salts" target="_blank">Alumina Salts</a> to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a>.</li>
<li data-line="4">Speak with <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Rowena" rel="noopener" class="external-link" title="Rowena" href="https://ffxiv.gamerescape.com/wiki/Rowena" target="_blank">Rowena</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a>, then complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Amdapor_Keep" rel="noopener" class="external-link" title="Amdapor Keep" href="https://ffxiv.gamerescape.com/wiki/Amdapor_Keep" target="_blank">Amdapor Keep</a> to receive an <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Amdapor_Glyph" rel="noopener" class="external-link" title="Amdapor Glyph" href="https://ffxiv.gamerescape.com/wiki/Amdapor_Glyph" target="_blank">Amdapor Glyph</a> to trade to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Rowena" rel="noopener" class="external-link" title="Rowena" href="https://ffxiv.gamerescape.com/wiki/Rowena" target="_blank">Rowena</a>. Return to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a> with the text she gave you. You will receive an <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Unfinished_Veil_of_Wiyu" rel="noopener" class="external-link" title="Unfinished Veil of Wiyu" href="https://ffxiv.gamerescape.com/wiki/Unfinished_Veil_of_Wiyu" target="_blank"><img height="20" alt="Unfinished Veil of Wiyu Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/2/2d/Unfinished_Veil_of_Wiyu_Icon.png/40px-Unfinished_Veil_of_Wiyu_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Unfinished_Veil_of_Wiyu" rel="noopener" class="external-link" title="Unfinished Veil of Wiyu" href="https://ffxiv.gamerescape.com/wiki/Unfinished_Veil_of_Wiyu" target="_blank">Unfinished Veil of Wiyu</a> that you can equip.</li>
<li data-line="5">Return to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/East_Shroud" rel="noopener" class="external-link" title="East Shroud" href="https://ffxiv.gamerescape.com/wiki/East_Shroud" target="_blank">East Shroud</a> and equip your unfinished weapon. Kill 8 each of <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Sylpheed_Snarl" rel="noopener" class="external-link" title="Sylpheed Snarl" href="https://ffxiv.gamerescape.com/wiki/Sylpheed_Snarl" target="_blank">Sylpheed Snarls</a>, <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Sylpheed_Sigh" rel="noopener" class="external-link" title="Sylpheed Sigh" href="https://ffxiv.gamerescape.com/wiki/Sylpheed_Sigh" target="_blank">Sylpheed Sighs</a>, and <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Sylpheed_Screech" rel="noopener" class="external-link" title="Sylpheed Screech" href="https://ffxiv.gamerescape.com/wiki/Sylpheed_Screech" target="_blank">Sylpheed Screeches</a>, which are around the area you first found your Timeworn relic. Speak with <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a> again.</li>
<li data-line="6">Now travel to the entrance to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Halatali" rel="noopener" class="external-link" title="Halatali" href="https://ffxiv.gamerescape.com/wiki/Halatali" target="_blank">Halatali</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Eastern_Thanalan" rel="noopener" class="external-link" title="Eastern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Eastern_Thanalan" target="_blank">Eastern Thanalan</a> and examine the destination. Then use the Duty Finder to complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Hydra" rel="noopener" class="external-link" title="A Relic Reborn: The Hydra" href="https://ffxiv.gamerescape.com/wiki/A_Relic_Reborn:_The_Hydra" target="_blank">A Relic Reborn: The Hydra</a>. <strong>You must have the unfinished weapon equipped.</strong> Speak with <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a> yet again and turn over your unfinished weapon.</li>
<li data-line="7">Complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Bowl_of_Embers_(Hard)" rel="noopener" class="external-link" title="The Bowl of Embers (Hard)" href="https://ffxiv.gamerescape.com/wiki/The_Bowl_of_Embers_(Hard)" target="_blank">The Bowl of Embers (Hard)</a> to retrieve a <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/White-hot_Ember" rel="noopener" class="external-link" title="White-hot Ember" href="https://ffxiv.gamerescape.com/wiki/White-hot_Ember" target="_blank">White-hot Ember</a>.</li>
<li data-line="8">Complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Howling_Eye_(Hard)" rel="noopener" class="external-link" title="The Howling Eye (Hard)" href="https://ffxiv.gamerescape.com/wiki/The_Howling_Eye_(Hard)" target="_blank">The Howling Eye (Hard)</a> to retrieve a <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Howling_Gale" rel="noopener" class="external-link" title="Howling Gale" href="https://ffxiv.gamerescape.com/wiki/Howling_Gale" target="_blank">Howling Gale</a>.</li>
<li data-line="9">Complete <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Navel_(Hard)" rel="noopener" class="external-link" title="The Navel (Hard)" href="https://ffxiv.gamerescape.com/wiki/The_Navel_(Hard)" target="_blank">The Navel (Hard)</a> to retrieve a <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Hyperfused_Ore" rel="noopener" class="external-link" title="Hyperfused Ore" href="https://ffxiv.gamerescape.com/wiki/Hyperfused_Ore" target="_blank">Hyperfused Ore</a>.</li>
<li data-line="10">Purchase 1 <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" rel="noopener" class="external-link" title="Radz-at-Han Quenching Oil" href="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" target="_blank"><img height="20" alt="Radz-at-Han Quenching Oil Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/5/58/Radz-at-Han_Quenching_Oil_Icon.png/40px-Radz-at-Han_Quenching_Oil_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" rel="noopener" class="external-link" title="Radz-at-Han Quenching Oil" href="https://ffxiv.gamerescape.com/wiki/Radz-at-Han_Quenching_Oil" target="_blank">Radz-at-Han Quenching Oil</a> from <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Auriana" rel="noopener" class="external-link" title="Auriana" href="https://ffxiv.gamerescape.com/wiki/Auriana" target="_blank">Auriana</a> in <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a> and return to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gerolt" rel="noopener" class="external-link" title="Gerolt" href="https://ffxiv.gamerescape.com/wiki/Gerolt" target="_blank">Gerolt</a> one final time to receive your <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Veil_of_Wiyu" rel="noopener" class="external-link" title="The Veil of Wiyu" href="https://ffxiv.gamerescape.com/wiki/The_Veil_of_Wiyu" target="_blank"><img height="20" alt="The Veil of Wiyu Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/8/8a/The_Veil_of_Wiyu_Icon.png/40px-The_Veil_of_Wiyu_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Veil_of_Wiyu" rel="noopener" class="external-link" title="The Veil of Wiyu" href="https://ffxiv.gamerescape.com/wiki/The_Veil_of_Wiyu" target="_blank">The Veil of Wiyu</a>.</li>
</ol>
</div></div></div><div><hr></div></div></div></div></div><div class="heading-wrapper"><h2 data-heading="2 - Zenith" class="heading" id="2_-_Zenith"><div class="heading-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>2 - Zenith</h2><div class="heading-children"><div><p>This one is a quick step.<br>
All that is required is that you purchase the 3 <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Thavnairian_Mist" rel="noopener" class="external-link" title="Thavnairian Mist" href="https://ffxiv.gamerescape.com/wiki/Thavnairian_Mist" target="_blank">Thavnairian Mist</a> from any <strong>Rowena's Representative</strong> NPC and trade them to the <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Furnace" rel="noopener" class="external-link" title="Furnace" href="https://ffxiv.gamerescape.com/wiki/Furnace" target="_blank">Furnace</a> together with the Relic from the previous step.</p></div><div><hr></div></div></div><div class="heading-wrapper"><h2 data-heading="3 - Atma" class="heading" id="3_-_Atma"><div class="heading-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>3 - Atma</h2><div class="heading-children"><div><div data-callout-metadata="" data-callout-fold="" data-callout="check" class="callout drop-shadow"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-check"><path d="M20 6 9 17l-5-5"></path></svg></div><div class="callout-title-inner">One Time Quest!</div></div><div class="callout-content">
<p>The quest <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Up_in_Arms" rel="noopener" class="external-link" title="Up in Arms" href="https://ffxiv.gamerescape.com/wiki/Up_in_Arms" target="_blank">Up in Arms</a> only needs to be completed once.<br>
Afterwards you will have unlocked the ability to farm <strong>Atma Crystals</strong> anytime you are wearing a <strong>Zenith</strong> relic (not a replica).</p>
</div></div></div><div><div data-callout-metadata="" data-callout-fold="" data-callout="tip" class="callout drop-shadow"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-flame"><path d="M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z"></path></svg></div><div class="callout-title-inner">Multiple Relics</div></div><div class="callout-content">
<p>If you are planning on doing more than one or even all of the relics, you can farm the Atma Crystals all in one go!</p>
</div></div></div><div><p>This step requires that you complete <strong>FATEs</strong> to receive <strong>Atma Crystals</strong>.<br>
The <strong>FATEs</strong> are irrelevant and the drops are random chance, the only requirement is that you need a <strong>Zenith</strong> weapon equipped.</p></div><div class="heading-wrapper"><h4 data-heading="Zones" class="heading" id="Zones"><div class="heading-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>Zones</h4><div class="heading-children"><div><ol>
<li data-line="0"><div class="list-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>The Black Shroud
<ol>
<li data-line="1"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Archer" rel="noopener" class="external-link" title="Atma of the Archer" href="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Archer" target="_blank"><img height="20" alt="Atma of the Archer Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/e/e5/Atma_of_the_Archer_Icon.png/40px-Atma_of_the_Archer_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Archer" rel="noopener" class="external-link" title="Atma of the Archer" href="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Archer" target="_blank">Atma of the Archer</a> (<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/North_Shroud" rel="noopener" class="external-link" title="North Shroud" href="https://ffxiv.gamerescape.com/wiki/North_Shroud" target="_blank">North Shroud</a>)</li>
<li data-line="2"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Goat" rel="noopener" class="external-link" title="Atma of the Goat" href="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Goat" target="_blank"><img height="20" alt="Atma of the Goat Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/f/f7/Atma_of_the_Goat_Icon.png/40px-Atma_of_the_Goat_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Goat" rel="noopener" class="external-link" title="Atma of the Goat" href="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Goat" target="_blank">Atma of the Goat</a> (<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/East_Shroud" rel="noopener" class="external-link" title="East Shroud" href="https://ffxiv.gamerescape.com/wiki/East_Shroud" target="_blank">East Shroud</a>)</li>
<li data-line="3"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Maiden" rel="noopener" class="external-link" title="Atma of the Maiden" href="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Maiden" target="_blank"><img height="20" alt="Atma of the Maiden Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/8/84/Atma_of_the_Maiden_Icon.png/40px-Atma_of_the_Maiden_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Maiden" rel="noopener" class="external-link" title="Atma of the Maiden" href="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Maiden" target="_blank">Atma of the Maiden</a> (<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Central_Shroud" rel="noopener" class="external-link" title="Central Shroud" href="https://ffxiv.gamerescape.com/wiki/Central_Shroud" target="_blank">Central Shroud</a>)</li>
</ol>
</li>
<li data-line="4"><div class="list-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>Thanalan
<ol>
<li data-line="5"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Bull" rel="noopener" class="external-link" title="Atma of the Bull" href="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Bull" target="_blank"><img height="20" alt="Atma of the Bull Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/c/ce/Atma_of_the_Bull_Icon.png/40px-Atma_of_the_Bull_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Bull" rel="noopener" class="external-link" title="Atma of the Bull" href="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Bull" target="_blank">Atma of the Bull</a> (<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Eastern_Thanalan" rel="noopener" class="external-link" title="Eastern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Eastern_Thanalan" target="_blank">Eastern Thanalan</a>)</li>
<li data-line="6"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Scales" rel="noopener" class="external-link" title="Atma of the Scales" href="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Scales" target="_blank"><img height="20" alt="Atma of the Scales Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/6/64/Atma_of_the_Scales_Icon.png/40px-Atma_of_the_Scales_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Scales" rel="noopener" class="external-link" title="Atma of the Scales" href="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Scales" target="_blank">Atma of the Scales</a> (<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Central_Thanalan" rel="noopener" class="external-link" title="Central Thanalan" href="https://ffxiv.gamerescape.com/wiki/Central_Thanalan" target="_blank">Central Thanalan</a>)</li>
<li data-line="7"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Scorpion" rel="noopener" class="external-link" title="Atma of the Scorpion" href="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Scorpion" target="_blank"><img height="20" alt="Atma of the Scorpion Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/b/b7/Atma_of_the_Scorpion_Icon.png/40px-Atma_of_the_Scorpion_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Scorpion" rel="noopener" class="external-link" title="Atma of the Scorpion" href="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Scorpion" target="_blank">Atma of the Scorpion</a> (<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" rel="noopener" class="external-link" title="Southern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" target="_blank">Southern Thanalan</a>)</li>
<li data-line="8"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Twins" rel="noopener" class="external-link" title="Atma of the Twins" href="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Twins" target="_blank"><img height="20" alt="Atma of the Twins Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/8/81/Atma_of_the_Twins_Icon.png/40px-Atma_of_the_Twins_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Twins" rel="noopener" class="external-link" title="Atma of the Twins" href="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Twins" target="_blank">Atma of the Twins</a> (<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Western_Thanalan" rel="noopener" class="external-link" title="Western Thanalan" href="https://ffxiv.gamerescape.com/wiki/Western_Thanalan" target="_blank">Western Thanalan</a>)</li>
</ol>
</li>
<li data-line="9"><div class="list-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>La Noscea
<ol>
<li data-line="10"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Crab" rel="noopener" class="external-link" title="Atma of the Crab" href="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Crab" target="_blank"><img height="20" alt="Atma of the Crab Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/1/17/Atma_of_the_Crab_Icon.png/40px-Atma_of_the_Crab_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Crab" rel="noopener" class="external-link" title="Atma of the Crab" href="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Crab" target="_blank">Atma of the Crab</a> (<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" rel="noopener" class="external-link" title="Western La Noscea" href="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" target="_blank">Western La Noscea</a>)</li>
<li data-line="11"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Fish" rel="noopener" class="external-link" title="Atma of the Fish" href="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Fish" target="_blank"><img height="20" alt="Atma of the Fish Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/7/78/Atma_of_the_Fish_Icon.png/40px-Atma_of_the_Fish_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Fish" rel="noopener" class="external-link" title="Atma of the Fish" href="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Fish" target="_blank">Atma of the Fish</a> (<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Lower_La_Noscea" rel="noopener" class="external-link" title="Lower La Noscea" href="https://ffxiv.gamerescape.com/wiki/Lower_La_Noscea" target="_blank">Lower La Noscea</a>)</li>
<li data-line="12"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Lion" rel="noopener" class="external-link" title="Atma of the Lion" href="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Lion" target="_blank"><img height="20" alt="Atma of the Lion Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/b/bc/Atma_of_the_Lion_Icon.png/40px-Atma_of_the_Lion_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Lion" rel="noopener" class="external-link" title="Atma of the Lion" href="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Lion" target="_blank">Atma of the Lion</a> (<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Outer_La_Noscea" rel="noopener" class="external-link" title="Outer La Noscea" href="https://ffxiv.gamerescape.com/wiki/Outer_La_Noscea" target="_blank">Outer La Noscea</a>)</li>
<li data-line="13"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Ram" rel="noopener" class="external-link" title="Atma of the Ram" href="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Ram" target="_blank"><img height="20" alt="Atma of the Ram Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/6/65/Atma_of_the_Ram_Icon.png/40px-Atma_of_the_Ram_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Ram" rel="noopener" class="external-link" title="Atma of the Ram" href="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Ram" target="_blank">Atma of the Ram</a> (<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Middle_La_Noscea" rel="noopener" class="external-link" title="Middle La Noscea" href="https://ffxiv.gamerescape.com/wiki/Middle_La_Noscea" target="_blank">Middle La Noscea</a>)</li>
<li data-line="14"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Water-bearer" rel="noopener" class="external-link" title="Atma of the Water-bearer" href="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Water-bearer" target="_blank"><img height="20" alt="Atma of the Water-bearer Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/6/60/Atma_of_the_Water-bearer_Icon.png/40px-Atma_of_the_Water-bearer_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Water-bearer" rel="noopener" class="external-link" title="Atma of the Water-bearer" href="https://ffxiv.gamerescape.com/wiki/Atma_of_the_Water-bearer" target="_blank">Atma of the Water-bearer</a> (<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Upper_La_Noscea" rel="noopener" class="external-link" title="Upper La Noscea" href="https://ffxiv.gamerescape.com/wiki/Upper_La_Noscea" target="_blank">Upper La Noscea</a>)</li>
</ol>
</li>
</ol></div><div><p>After you are done with collecting all 12 <strong>Atma</strong> return to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Jalzahn" rel="noopener" class="external-link" title="Jalzahn" href="https://ffxiv.gamerescape.com/wiki/Jalzahn" target="_blank">Jalzahn</a> and select <strong>Relic Weapon Zenith Enhancement</strong>.<br>
You must have your weapon in your inventory or armory (not equipped).</p></div><div><hr></div></div></div></div></div><div class="heading-wrapper"><h2 data-heading="4 - Animus" class="heading" id="4_-_Animus"><div class="heading-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>4 - Animus</h2><div class="heading-children"><div><p>This step will require quite a bit of grinding to complete.<br>
You will have to complete the quest <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Trials_of_the_Braves" rel="noopener" class="external-link" title="Trials of the Braves" href="https://ffxiv.gamerescape.com/wiki/Trials_of_the_Braves" target="_blank">Trials of the Braves</a>.<br>
Afterwards, you will be able to purchase the books necessary from <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/G%27jusana" rel="noopener" class="external-link" title="G'jusana" href="https://ffxiv.gamerescape.com/wiki/G%27jusana" target="_blank">G'jusana</a>.<br>
These will need to be completed one at a time.<br>
Do not forget to equip your <strong>Atma</strong> relic weapon!</p></div><div><div data-callout-metadata="" data-callout-fold="" data-callout="important" class="callout drop-shadow"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-flame"><path d="M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z"></path></svg></div><div class="callout-title-inner">Important</div></div><div class="callout-content">
<p>Some FATEs will only spawn once their prerequisite chain FATE is completed.<br>
Check the links below on the book section for details on the fates.</p>
</div></div></div><div class="heading-wrapper"><h3 data-heading="Preparations" class="heading" id="Preparations"><div class="heading-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>Preparations</h3><div class="heading-children"><div><p>To start off, ensure that you have unlocked access to the following dungeons:</p></div><div style="overflow-x: auto;"><table>
<thead>
<tr>
<th>Dungeon</th>
<th>Quest</th>
</tr>
</thead>
<tbody>
<tr>
<td>The Lost City of Amdapor</td>
<td><a data-tooltip-position="top" aria-label="https://na.finalfantasyxiv.com/lodestone/playguide/db/quest/3e2009bf8ab/" rel="noopener" class="external-link" href="https://na.finalfantasyxiv.com/lodestone/playguide/db/quest/3e2009bf8ab/" target="_blank">One Night in Amdapor</a></td>
</tr>
<tr>
<td>The Wanderer’s Palace</td>
<td><a data-tooltip-position="top" aria-label="https://na.finalfantasyxiv.com/lodestone/playguide/db/quest/bef5d4d8926/" rel="noopener" class="external-link" href="https://na.finalfantasyxiv.com/lodestone/playguide/db/quest/bef5d4d8926/" target="_blank">Trauma Queen</a></td>
</tr>
<tr>
<td>Copperbell Mines (Hard)</td>
<td><a data-tooltip-position="top" aria-label="https://na.finalfantasyxiv.com/lodestone/playguide/db/quest/7a4cd9a9c24/" rel="noopener" class="external-link" href="https://na.finalfantasyxiv.com/lodestone/playguide/db/quest/7a4cd9a9c24/" target="_blank">Out of Sight, Out of Mine</a></td>
</tr>
<tr>
<td>The Sunken Temple of Qarn</td>
<td><a data-tooltip-position="top" aria-label="https://na.finalfantasyxiv.com/lodestone/playguide/db/quest/b08cedcc511/" rel="noopener" class="external-link" href="https://na.finalfantasyxiv.com/lodestone/playguide/db/quest/b08cedcc511/" target="_blank">Braving New Depths</a></td>
</tr>
<tr>
<td>Haukke Manor (Hard)</td>
<td><a data-tooltip-position="top" aria-label="https://na.finalfantasyxiv.com/lodestone/playguide/db/quest/598aebd82b3/" rel="noopener" class="external-link" href="https://na.finalfantasyxiv.com/lodestone/playguide/db/quest/598aebd82b3/" target="_blank">Maniac Manor</a></td>
</tr>
<tr>
<td>Halatali (Hard)</td>
<td><a data-tooltip-position="top" aria-label="https://na.finalfantasyxiv.com/lodestone/playguide/db/quest/e98ac728f85/" rel="noopener" class="external-link" href="https://na.finalfantasyxiv.com/lodestone/playguide/db/quest/e98ac728f85/" target="_blank">This Time’s for Fun</a></td>
</tr>
<tr>
<td>Dzemael Darkhold</td>
<td><a data-tooltip-position="top" aria-label="https://na.finalfantasyxiv.com/lodestone/playguide/db/quest/33a18ee797d/" rel="noopener" class="external-link" href="https://na.finalfantasyxiv.com/lodestone/playguide/db/quest/33a18ee797d/" target="_blank">Fort of Fear</a></td>
</tr>
<tr>
<td>Brayflox’s Longstop (Hard)</td>
<td><a data-tooltip-position="top" aria-label="https://na.finalfantasyxiv.com/lodestone/playguide/db/quest/81d414249d7/" rel="noopener" class="external-link" href="https://na.finalfantasyxiv.com/lodestone/playguide/db/quest/81d414249d7/" target="_blank">Curds and Slay</a></td>
</tr>
<tr>
<td>Cutter’s Cry</td>
<td><a data-tooltip-position="top" aria-label="https://na.finalfantasyxiv.com/lodestone/playguide/db/quest/13cbaebc599/" rel="noopener" class="external-link" href="https://na.finalfantasyxiv.com/lodestone/playguide/db/quest/13cbaebc599/" target="_blank">Dishonor Before Death</a></td>
</tr>
<tr>
<td>Pharos Sirius</td>
<td><a data-tooltip-position="top" aria-label="https://na.finalfantasyxiv.com/lodestone/playguide/db/quest/6654498eef4/" rel="noopener" class="external-link" href="https://na.finalfantasyxiv.com/lodestone/playguide/db/quest/6654498eef4/" target="_blank">Sirius Business</a></td>
</tr>
<tr>
<td>The Aurum Vale</td>
<td><a data-tooltip-position="top" aria-label="https://na.finalfantasyxiv.com/lodestone/playguide/db/quest/bc027fff477/" rel="noopener" class="external-link" href="https://na.finalfantasyxiv.com/lodestone/playguide/db/quest/bc027fff477/" target="_blank">Going for Gold</a></td>
</tr>
</tbody>
</table></div><div><hr></div></div></div><div class="heading-wrapper"><h3 data-heading="Book info" class="heading" id="Book_info"><div class="heading-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>Book info</h3><div class="heading-children"><div><p>Expand the blocks below to see each of the books' information.<br>
There are also collapsed <strong>Maps</strong> categories where you can see all the locations overlaid on the game map.</p></div><div><p>Each book contains:</p></div><div><ul>
<li data-line="0">10 monsters that need to be slain (3 each)</li>
<li data-line="1">3 <strong>dungeons</strong> to complete (can be done un-sync and solo)</li>
<li data-line="2">3 <strong>FATEs</strong> to complete</li>
<li data-line="3">3 <strong>Levequests</strong> to complete</li>
</ul></div><div><hr></div><div class="heading-wrapper"><h4 data-heading="The Books of Fire" class="heading" id="The_Books_of_Fire"><div class="heading-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>The Books of Fire</h4><div class="heading-children"><div class="heading-wrapper"><h5 data-heading="Book of Skyfire I" class="heading" id="Book_of_Skyfire_I"><div class="heading-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>Book of Skyfire I</h5><div class="heading-children"><div><div data-callout-metadata="" data-callout-fold="-" data-callout="example" class="callout is-collapsible is-collapsed drop-shadow"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-list"><line x1="8" y1="6" x2="21" y2="6"></line><line x1="8" y1="12" x2="21" y2="12"></line><line x1="8" y1="18" x2="21" y2="18"></line><line x1="3" y1="6" x2="3.01" y2="6"></line><line x1="3" y1="12" x2="3.01" y2="12"></line><line x1="3" y1="18" x2="3.01" y2="18"></line></svg></div><div class="callout-title-inner">Details</div><div class="callout-fold is-collapsed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"></path></svg></div></div><div class="callout-content" style="display: none;">
<div data-callout-metadata="" data-callout-fold="" data-callout="bug" class="callout"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-bug"><path d="m8 2 1.88 1.88"></path><path d="M14.12 3.88 16 2"></path><path d="M9 7.13v-1a3.003 3.003 0 1 1 6 0v1"></path><path d="M12 20c-3.3 0-6-2.7-6-6v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v3c0 3.3-2.7 6-6 6"></path><path d="M12 20v-9"></path><path d="M6.53 9C4.6 8.8 3 7.1 3 5"></path><path d="M6 13H2"></path><path d="M3 21c0-2.1 1.7-3.9 3.8-4"></path><path d="M20.97 5c0 2.1-1.6 3.8-3.5 4"></path><path d="M22 13h-4"></path><path d="M17.2 17c2.1.1 3.8 1.9 3.8 4"></path></svg></div><div class="callout-title-inner">Enemies</div></div><div class="callout-content">
<p><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Daring_Harrier" rel="noopener" class="external-link" title="Daring Harrier" href="https://ffxiv.gamerescape.com/wiki/Daring_Harrier" target="_blank">Daring Harrier</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Giant_Logger" rel="noopener" class="external-link" title="Giant Logger" href="https://ffxiv.gamerescape.com/wiki/Giant_Logger" target="_blank">Giant Logger</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" rel="noopener" class="external-link" title="Coerthas Central Highlands" href="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" target="_blank">Coerthas Central Highlands</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Shoalspine_Sahagin" rel="noopener" class="external-link" title="Shoalspine Sahagin" href="https://ffxiv.gamerescape.com/wiki/Shoalspine_Sahagin" target="_blank">Shoalspine Sahagin</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" rel="noopener" class="external-link" title="Western La Noscea" href="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" target="_blank">Western La Noscea</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/5th_Cohort_Vanguard" rel="noopener" class="external-link" title="5th Cohort Vanguard" href="https://ffxiv.gamerescape.com/wiki/5th_Cohort_Vanguard" target="_blank">5th Cohort Vanguard</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Synthetic_Doblyn" rel="noopener" class="external-link" title="Synthetic Doblyn" href="https://ffxiv.gamerescape.com/wiki/Synthetic_Doblyn" target="_blank">Synthetic Doblyn</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Outer_La_Noscea" rel="noopener" class="external-link" title="Outer La Noscea" href="https://ffxiv.gamerescape.com/wiki/Outer_La_Noscea" target="_blank">Outer La Noscea</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/4th_Cohort_Hoplomachus" rel="noopener" class="external-link" title="4th Cohort Hoplomachus" href="https://ffxiv.gamerescape.com/wiki/4th_Cohort_Hoplomachus" target="_blank">4th Cohort Hoplomachus</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Western_Thanalan" rel="noopener" class="external-link" title="Western Thanalan" href="https://ffxiv.gamerescape.com/wiki/Western_Thanalan" target="_blank">Western Thanalan</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Zanr%27ak_Pugilist" rel="noopener" class="external-link" title="Zanr'ak Pugilist" href="https://ffxiv.gamerescape.com/wiki/Zanr%27ak_Pugilist" target="_blank">Zanr'ak Pugilist</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" rel="noopener" class="external-link" title="Southern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" target="_blank">Southern Thanalan</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Milkroot_Cluster" rel="noopener" class="external-link" title="Milkroot Cluster" href="https://ffxiv.gamerescape.com/wiki/Milkroot_Cluster" target="_blank">Milkroot Cluster</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/East_Shroud" rel="noopener" class="external-link" title="East Shroud" href="https://ffxiv.gamerescape.com/wiki/East_Shroud" target="_blank">East Shroud</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Basilisk" rel="noopener" class="external-link" title="Basilisk" href="https://ffxiv.gamerescape.com/wiki/Basilisk" target="_blank">Basilisk</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Northern_Thanalan" rel="noopener" class="external-link" title="Northern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Northern_Thanalan" target="_blank">Northern Thanalan</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/2nd_Cohort_Hoplomachus" rel="noopener" class="external-link" title="2nd Cohort Hoplomachus" href="https://ffxiv.gamerescape.com/wiki/2nd_Cohort_Hoplomachus" target="_blank">2nd Cohort Hoplomachus</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Eastern_La_Noscea" rel="noopener" class="external-link" title="Eastern La Noscea" href="https://ffxiv.gamerescape.com/wiki/Eastern_La_Noscea" target="_blank">Eastern La Noscea</a></p>
</div></div>
<div data-callout-metadata="" data-callout-fold="" data-callout="summary" class="callout"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-clipboard-list"><rect x="8" y="2" width="8" height="4" rx="1" ry="1"></rect><path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"></path><path d="M12 11h4"></path><path d="M12 16h4"></path><path d="M8 11h.01"></path><path d="M8 16h.01"></path></svg></div><div class="callout-title-inner">Duties</div></div><div class="callout-content">
<p><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" rel="noopener" class="external-link" title="Category:Dungeon" href="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" target="_blank"><img height="20" alt="Dungeon Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/4/4b/Dungeon_Icon.png/20px-Dungeon_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Tam-Tara_Deepcroft" rel="noopener" class="external-link" title="The Tam-Tara Deepcroft" href="https://ffxiv.gamerescape.com/wiki/The_Tam-Tara_Deepcroft" target="_blank">The Tam-Tara Deepcroft</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" rel="noopener" class="external-link" title="Category:Dungeon" href="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" target="_blank"><img height="20" alt="Dungeon Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/4/4b/Dungeon_Icon.png/20px-Dungeon_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Stone_Vigil" rel="noopener" class="external-link" title="The Stone Vigil" href="https://ffxiv.gamerescape.com/wiki/The_Stone_Vigil" target="_blank">The Stone Vigil</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" rel="noopener" class="external-link" title="Category:Dungeon" href="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" target="_blank"><img height="20" alt="Dungeon Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/4/4b/Dungeon_Icon.png/20px-Dungeon_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Lost_City_of_Amdapor" rel="noopener" class="external-link" title="The Lost City of Amdapor" href="https://ffxiv.gamerescape.com/wiki/The_Lost_City_of_Amdapor" target="_blank">The Lost City of Amdapor</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:FATE" rel="noopener" class="external-link" title="Category:FATE" href="https://ffxiv.gamerescape.com/wiki/Category:FATE" target="_blank"><img height="20" alt="FATE Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/b/bd/FATE_Icon.png/20px-FATE_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Giant_Seps" rel="noopener" class="external-link" title="Giant Seps" href="https://ffxiv.gamerescape.com/wiki/Giant_Seps" target="_blank">Giant Seps</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" rel="noopener" class="external-link" title="Coerthas Central Highlands" href="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" target="_blank">Coerthas Central Highlands</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:FATE" rel="noopener" class="external-link" title="Category:FATE" href="https://ffxiv.gamerescape.com/wiki/Category:FATE" target="_blank"><img height="20" alt="FATE Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/b/bd/FATE_Icon.png/20px-FATE_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Make_it_Rain" rel="noopener" class="external-link" title="Make it Rain" href="https://ffxiv.gamerescape.com/wiki/Make_it_Rain" target="_blank">Make it Rain</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Outer_La_Noscea" rel="noopener" class="external-link" title="Outer La Noscea" href="https://ffxiv.gamerescape.com/wiki/Outer_La_Noscea" target="_blank">Outer La Noscea</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:FATE" rel="noopener" class="external-link" title="Category:FATE" href="https://ffxiv.gamerescape.com/wiki/Category:FATE" target="_blank"><img height="20" alt="FATE Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/b/bd/FATE_Icon.png/20px-FATE_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Enmity_of_My_Enemy" rel="noopener" class="external-link" title="The Enmity of My Enemy" href="https://ffxiv.gamerescape.com/wiki/The_Enmity_of_My_Enemy" target="_blank">The Enmity of My Enemy</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/East_Shroud" rel="noopener" class="external-link" title="East Shroud" href="https://ffxiv.gamerescape.com/wiki/East_Shroud" target="_blank">East Shroud</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Levequest" rel="noopener" class="external-link" title="Category:Levequest" href="https://ffxiv.gamerescape.com/wiki/Category:Levequest" target="_blank"><img height="20" alt="Levequest Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/7/7c/Levequest_Icon.png/20px-Levequest_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Necrologos:_Pale_Oblation" rel="noopener" class="external-link" title="Necrologos: Pale Oblation" href="https://ffxiv.gamerescape.com/wiki/Necrologos:_Pale_Oblation" target="_blank">Necrologos: Pale Oblation</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Northern_Thanalan" rel="noopener" class="external-link" title="Northern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Northern_Thanalan" target="_blank">Northern Thanalan</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Levequest" rel="noopener" class="external-link" title="Category:Levequest" href="https://ffxiv.gamerescape.com/wiki/Category:Levequest" target="_blank"><img height="20" alt="Levequest Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/7/7c/Levequest_Icon.png/20px-Levequest_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/An_Imp_Mobile" rel="noopener" class="external-link" title="An Imp Mobile" href="https://ffxiv.gamerescape.com/wiki/An_Imp_Mobile" target="_blank">An Imp Mobile</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" rel="noopener" class="external-link" title="Coerthas Central Highlands" href="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" target="_blank">Coerthas Central Highlands</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Levequest" rel="noopener" class="external-link" title="Category:Levequest" href="https://ffxiv.gamerescape.com/wiki/Category:Levequest" target="_blank"><img height="20" alt="Levequest Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/7/7c/Levequest_Icon.png/20px-Levequest_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Awry_Salvages" rel="noopener" class="external-link" title="The Awry Salvages" href="https://ffxiv.gamerescape.com/wiki/The_Awry_Salvages" target="_blank">The Awry Salvages</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a></p>
</div></div>
<div data-callout-metadata="" data-callout-fold="-" data-callout="hint" class="callout is-collapsible is-collapsed"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-flame"><path d="M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z"></path></svg></div><div class="callout-title-inner">Maps</div><div class="callout-fold is-collapsed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"></path></svg></div></div><div class="callout-content" style="display: none;">
<p><span alt="S1u0VPs.png" src="S1u0VPs.png" class="internal-embed media-embed image-embed is-loaded"><img alt="S1u0VPs.png" src="images/s1u0vps.png"></span><br>
<span alt="72BC1et.png" src="72BC1et.png" class="internal-embed media-embed image-embed is-loaded"><img alt="72BC1et.png" src="images/72bc1et.png"></span><br>
<span alt="BevWHpO.png" src="BevWHpO.png" class="internal-embed media-embed image-embed is-loaded"><img alt="BevWHpO.png" src="images/bevwhpo.png"></span><br>
<span alt="5lJxfDa.png" src="5lJxfDa.png" class="internal-embed media-embed image-embed is-loaded"><img alt="5lJxfDa.png" src="images/5ljxfda.png"></span><br>
<span alt="JgMpACZ.png" src="JgMpACZ.png" class="internal-embed media-embed image-embed is-loaded"><img alt="JgMpACZ.png" src="images/jgmpacz.png"></span><br>
<span alt="bCGKf6Q.png" src="bCGKf6Q.png" class="internal-embed media-embed image-embed is-loaded"><img alt="bCGKf6Q.png" src="images/bcgkf6q.png"></span><br>
<span alt="lyCB4Qn.png" src="lyCB4Qn.png" class="internal-embed media-embed image-embed is-loaded"><img alt="lyCB4Qn.png" src="images/lycb4qn.png"></span><br>
<span alt="h0Dd6GN.png" src="h0Dd6GN.png" class="internal-embed media-embed image-embed is-loaded"><img alt="h0Dd6GN.png" src="images/h0dd6gn.png"></span><br>
<span alt="Rnlsp34.png" src="Rnlsp34.png" class="internal-embed media-embed image-embed is-loaded"><img alt="Rnlsp34.png" src="images/rnlsp34.png"></span></p>
</div></div>
</div></div></div></div></div><div class="heading-wrapper"><h5 data-heading="Book of Skyfire II" class="heading" id="Book_of_Skyfire_II"><div class="heading-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>Book of Skyfire II</h5><div class="heading-children"><div><div data-callout-metadata="" data-callout-fold="-" data-callout="example" class="callout is-collapsible is-collapsed drop-shadow"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-list"><line x1="8" y1="6" x2="21" y2="6"></line><line x1="8" y1="12" x2="21" y2="12"></line><line x1="8" y1="18" x2="21" y2="18"></line><line x1="3" y1="6" x2="3.01" y2="6"></line><line x1="3" y1="12" x2="3.01" y2="12"></line><line x1="3" y1="18" x2="3.01" y2="18"></line></svg></div><div class="callout-title-inner">Details</div><div class="callout-fold is-collapsed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"></path></svg></div></div><div class="callout-content" style="display: none;">
<div data-callout-metadata="" data-callout-fold="" data-callout="bug" class="callout"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-bug"><path d="m8 2 1.88 1.88"></path><path d="M14.12 3.88 16 2"></path><path d="M9 7.13v-1a3.003 3.003 0 1 1 6 0v1"></path><path d="M12 20c-3.3 0-6-2.7-6-6v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v3c0 3.3-2.7 6-6 6"></path><path d="M12 20v-9"></path><path d="M6.53 9C4.6 8.8 3 7.1 3 5"></path><path d="M6 13H2"></path><path d="M3 21c0-2.1 1.7-3.9 3.8-4"></path><path d="M20.97 5c0 2.1-1.6 3.8-3.5 4"></path><path d="M22 13h-4"></path><path d="M17.2 17c2.1.1 3.8 1.9 3.8 4"></path></svg></div><div class="callout-title-inner">Enemies</div></div><div class="callout-content">
<p><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Raging_Harrier" rel="noopener" class="external-link" title="Raging Harrier" href="https://ffxiv.gamerescape.com/wiki/Raging_Harrier" target="_blank">Raging Harrier</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Biast" rel="noopener" class="external-link" title="Biast" href="https://ffxiv.gamerescape.com/wiki/Biast" target="_blank">Biast</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" rel="noopener" class="external-link" title="Coerthas Central Highlands" href="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" target="_blank">Coerthas Centra lHighlands</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Natalan_Boldwing" rel="noopener" class="external-link" title="Natalan Boldwing" href="https://ffxiv.gamerescape.com/wiki/Natalan_Boldwing" target="_blank">Natalan Boldwing</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" rel="noopener" class="external-link" title="Coerthas Central Highlands" href="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" target="_blank">Coerthas Central Highlands</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Shoaltooth_Sahagin" rel="noopener" class="external-link" title="Shoaltooth Sahagin" href="https://ffxiv.gamerescape.com/wiki/Shoaltooth_Sahagin" target="_blank">Shoaltooth Sahagin</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" rel="noopener" class="external-link" title="Western La Noscea" href="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" target="_blank">Western La Noscea</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Shelfscale_Reaver" rel="noopener" class="external-link" title="Shelfscale Reaver" href="https://ffxiv.gamerescape.com/wiki/Shelfscale_Reaver" target="_blank">Shelfscale Reaver</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" rel="noopener" class="external-link" title="Western La Noscea" href="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" target="_blank">Western La Noscea</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/U%27Ghamaro_Golem" rel="noopener" class="external-link" title="U'Ghamaro Golem" href="https://ffxiv.gamerescape.com/wiki/U%27Ghamaro_Golem" target="_blank">U'Ghamaro Golem</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Outer_La_Noscea" rel="noopener" class="external-link" title="Outer La Noscea" href="https://ffxiv.gamerescape.com/wiki/Outer_La_Noscea" target="_blank">Outer La Noscea</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Dullahan" rel="noopener" class="external-link" title="Dullahan" href="https://ffxiv.gamerescape.com/wiki/Dullahan" target="_blank">Dullahan</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/North_Shroud" rel="noopener" class="external-link" title="North Shroud" href="https://ffxiv.gamerescape.com/wiki/North_Shroud" target="_blank">NorthShroud</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Sylpheed_Sigh" rel="noopener" class="external-link" title="Sylpheed Sigh" href="https://ffxiv.gamerescape.com/wiki/Sylpheed_Sigh" target="_blank">Sylpheed Sigh</a><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Genus:Sylph" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Category:Genus:Sylph" target="_blank"><img src="lib/media/clip_image001.png" referrerpolicy="no-referrer"></a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/East_Shroud" rel="noopener" class="external-link" title="East Shroud" href="https://ffxiv.gamerescape.com/wiki/East_Shroud" target="_blank">East Shroud</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Zahar%27ak_Archer" rel="noopener" class="external-link" title="Zahar'ak Archer" href="https://ffxiv.gamerescape.com/wiki/Zahar%27ak_Archer" target="_blank">Zahar'ak Archer</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" rel="noopener" class="external-link" title="Southern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" target="_blank">Southern Thanalan</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Tempered_Gladiator" rel="noopener" class="external-link" title="Tempered Gladiator" href="https://ffxiv.gamerescape.com/wiki/Tempered_Gladiator" target="_blank">Tempered Gladiator</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" rel="noopener" class="external-link" title="Southern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" target="_blank">Southern Thanalan</a></p>
</div></div>
<div data-callout-metadata="" data-callout-fold="" data-callout="summary" class="callout"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-clipboard-list"><rect x="8" y="2" width="8" height="4" rx="1" ry="1"></rect><path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"></path><path d="M12 11h4"></path><path d="M12 16h4"></path><path d="M8 11h.01"></path><path d="M8 16h.01"></path></svg></div><div class="callout-title-inner">Duties</div></div><div class="callout-content">
<p><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" rel="noopener" class="external-link" title="Category:Dungeon" href="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" target="_blank"><img height="20" alt="Dungeon Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/4/4b/Dungeon_Icon.png/20px-Dungeon_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Brayflox%27s_Longstop" rel="noopener" class="external-link" title="Brayflox's Longstop" href="https://ffxiv.gamerescape.com/wiki/Brayflox%27s_Longstop" target="_blank">Brayflox's Longstop</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" rel="noopener" class="external-link" title="Category:Dungeon" href="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" target="_blank"><img height="20" alt="Dungeon Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/4/4b/Dungeon_Icon.png/20px-Dungeon_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Wanderer%27s_Palace" rel="noopener" class="external-link" title="The Wanderer's Palace" href="https://ffxiv.gamerescape.com/wiki/The_Wanderer%27s_Palace" target="_blank">The Wanderer's Palace</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" rel="noopener" class="external-link" title="Category:Dungeon" href="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" target="_blank"><img height="20" alt="Dungeon Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/4/4b/Dungeon_Icon.png/20px-Dungeon_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Copperbell_Mines_(Hard)" rel="noopener" class="external-link" title="Copperbell Mines (Hard)" href="https://ffxiv.gamerescape.com/wiki/Copperbell_Mines_(Hard)" target="_blank">Copperbell Mines (Hard)</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:FATE" rel="noopener" class="external-link" title="Category:FATE" href="https://ffxiv.gamerescape.com/wiki/Category:FATE" target="_blank"><img height="20" alt="FATE Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/b/bd/FATE_Icon.png/20px-FATE_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Heroes_of_the_2nd" rel="noopener" class="external-link" title="Heroes of the 2nd" href="https://ffxiv.gamerescape.com/wiki/Heroes_of_the_2nd" target="_blank">Heroes of the 2nd</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" rel="noopener" class="external-link" title="Southern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" target="_blank">Southern Thanalan</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:FATE" rel="noopener" class="external-link" title="Category:FATE" href="https://ffxiv.gamerescape.com/wiki/Category:FATE" target="_blank"><img height="20" alt="FATE Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/b/bd/FATE_Icon.png/20px-FATE_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Breaching_South_Tidegate" rel="noopener" class="external-link" title="Breaching South Tidegate" href="https://ffxiv.gamerescape.com/wiki/Breaching_South_Tidegate" target="_blank">Breaching South Tidegate</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" rel="noopener" class="external-link" title="Western La Noscea" href="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" target="_blank">Western La Noscea</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:FATE" rel="noopener" class="external-link" title="Category:FATE" href="https://ffxiv.gamerescape.com/wiki/Category:FATE" target="_blank"><img height="20" alt="FATE Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/b/bd/FATE_Icon.png/20px-FATE_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Air_Supply" rel="noopener" class="external-link" title="Air Supply" href="https://ffxiv.gamerescape.com/wiki/Air_Supply" target="_blank">Air Supply</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/North_Shroud" rel="noopener" class="external-link" title="North Shroud" href="https://ffxiv.gamerescape.com/wiki/North_Shroud" target="_blank">North Shroud</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Levequest" rel="noopener" class="external-link" title="Category:Levequest" href="https://ffxiv.gamerescape.com/wiki/Category:Levequest" target="_blank"><img height="20" alt="Levequest Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/7/7c/Levequest_Icon.png/20px-Levequest_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Don%27t_Forget_to_Cry" rel="noopener" class="external-link" title="Don't Forget to Cry" href="https://ffxiv.gamerescape.com/wiki/Don%27t_Forget_to_Cry" target="_blank">Don't Forget to Cry</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Northern_Thanalan" rel="noopener" class="external-link" title="Northern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Northern_Thanalan" target="_blank">Northern Thanalan</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Levequest" rel="noopener" class="external-link" title="Category:Levequest" href="https://ffxiv.gamerescape.com/wiki/Category:Levequest" target="_blank"><img height="20" alt="Levequest Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/7/7c/Levequest_Icon.png/20px-Levequest_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Yellow_Is_the_New_Black" rel="noopener" class="external-link" title="Yellow Is the New Black" href="https://ffxiv.gamerescape.com/wiki/Yellow_Is_the_New_Black" target="_blank">Yellow Is the New Black</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" rel="noopener" class="external-link" title="Coerthas Central Highlands" href="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" target="_blank">Coerthas Central Highlands</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Levequest" rel="noopener" class="external-link" title="Category:Levequest" href="https://ffxiv.gamerescape.com/wiki/Category:Levequest" target="_blank"><img height="20" alt="Levequest Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/7/7c/Levequest_Icon.png/20px-Levequest_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Museum_Is_Closed" rel="noopener" class="external-link" title="The Museum Is Closed" href="https://ffxiv.gamerescape.com/wiki/The_Museum_Is_Closed" target="_blank">The Museum Is Closed</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a></p>
</div></div>
<div data-callout-metadata="" data-callout-fold="-" data-callout="hint" class="callout is-collapsible is-collapsed"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-flame"><path d="M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z"></path></svg></div><div class="callout-title-inner">Maps</div><div class="callout-fold is-collapsed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"></path></svg></div></div><div class="callout-content" style="display: none;">
<p><span alt="ZTad98c.png" src="ZTad98c.png" class="internal-embed media-embed image-embed is-loaded"><img alt="ZTad98c.png" src="images/ztad98c.png"></span><br>
<span alt="xEU7QIC.png" src="xEU7QIC.png" class="internal-embed media-embed image-embed is-loaded"><img alt="xEU7QIC.png" src="images/xeu7qic.png"></span><br>
<span alt="0mi86T6.png" src="0mi86T6.png" class="internal-embed media-embed image-embed is-loaded"><img alt="0mi86T6.png" src="images/0mi86t6.png"></span><br>
<span alt="7sKMtOH.png" src="7sKMtOH.png" class="internal-embed media-embed image-embed is-loaded"><img alt="7sKMtOH.png" src="images/7skmtoh.png"></span><br>
<span alt="1pbhobf.png" src="1pbhobf.png" class="internal-embed media-embed image-embed is-loaded"><img alt="1pbhobf.png" src="images/1pbhobf.png"></span><br>
<span alt="J6vzWQI.png" src="J6vzWQI.png" class="internal-embed media-embed image-embed is-loaded"><img alt="J6vzWQI.png" src="images/j6vzwqi.png"></span><br>
<span alt="HHMETKV.png" src="HHMETKV.png" class="internal-embed media-embed image-embed is-loaded"><img alt="HHMETKV.png" src="images/hhmetkv.png"></span><br>
<span alt="cDWIDni.png" src="cDWIDni.png" class="internal-embed media-embed image-embed is-loaded"><img alt="cDWIDni.png" src="images/cdwidni.png"></span></p>
</div></div>
</div></div></div></div></div><div class="heading-wrapper"><h5 data-heading="Book of Netherfire I" class="heading" id="Book_of_Netherfire_I"><div class="heading-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>Book of Netherfire I</h5><div class="heading-children"><div><div data-callout-metadata="" data-callout-fold="-" data-callout="example" class="callout is-collapsible is-collapsed drop-shadow"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-list"><line x1="8" y1="6" x2="21" y2="6"></line><line x1="8" y1="12" x2="21" y2="12"></line><line x1="8" y1="18" x2="21" y2="18"></line><line x1="3" y1="6" x2="3.01" y2="6"></line><line x1="3" y1="12" x2="3.01" y2="12"></line><line x1="3" y1="18" x2="3.01" y2="18"></line></svg></div><div class="callout-title-inner">Details</div><div class="callout-fold is-collapsed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"></path></svg></div></div><div class="callout-content" style="display: none;">
<div data-callout-metadata="" data-callout-fold="" data-callout="bug" class="callout"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-bug"><path d="m8 2 1.88 1.88"></path><path d="M14.12 3.88 16 2"></path><path d="M9 7.13v-1a3.003 3.003 0 1 1 6 0v1"></path><path d="M12 20c-3.3 0-6-2.7-6-6v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v3c0 3.3-2.7 6-6 6"></path><path d="M12 20v-9"></path><path d="M6.53 9C4.6 8.8 3 7.1 3 5"></path><path d="M6 13H2"></path><path d="M3 21c0-2.1 1.7-3.9 3.8-4"></path><path d="M20.97 5c0 2.1-1.6 3.8-3.5 4"></path><path d="M22 13h-4"></path><path d="M17.2 17c2.1.1 3.8 1.9 3.8 4"></path></svg></div><div class="callout-title-inner">Enemies</div></div><div class="callout-content">
<p><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Hexing_Harrier" rel="noopener" class="external-link" title="Hexing Harrier" href="https://ffxiv.gamerescape.com/wiki/Hexing_Harrier" target="_blank">Hexing Harrier</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gigas_Bonze" rel="noopener" class="external-link" title="Gigas Bonze" href="https://ffxiv.gamerescape.com/wiki/Gigas_Bonze" target="_blank">Gigas Bonze</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Giant_Lugger" rel="noopener" class="external-link" title="Giant Lugger" href="https://ffxiv.gamerescape.com/wiki/Giant_Lugger" target="_blank">Giant Lugger</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" rel="noopener" class="external-link" title="Coerthas Central Highlands" href="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" target="_blank">Coerthas Central Highlands</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Zahar%27ak_Fortune-teller" rel="noopener" class="external-link" title="Zahar'ak Fortune-teller" href="https://ffxiv.gamerescape.com/wiki/Zahar%27ak_Fortune-teller" target="_blank">Zahar'ak Fortune-teller</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" rel="noopener" class="external-link" title="Southern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" target="_blank">Southern Thanalan</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Tempered_Orator" rel="noopener" class="external-link" title="Tempered Orator" href="https://ffxiv.gamerescape.com/wiki/Tempered_Orator" target="_blank">Tempered Orator</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" rel="noopener" class="external-link" title="Southern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" target="_blank">Southern Thanalan</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Sylpheed_Screech" rel="noopener" class="external-link" title="Sylpheed Screech" href="https://ffxiv.gamerescape.com/wiki/Sylpheed_Screech" target="_blank">Sylpheed Screech</a><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Genus:Sylph" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Category:Genus:Sylph" target="_blank"><img src="lib/media/clip_image001.png" referrerpolicy="no-referrer"></a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/East_Shroud" rel="noopener" class="external-link" title="East Shroud" href="https://ffxiv.gamerescape.com/wiki/East_Shroud" target="_blank">East Shroud</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Wild_Hog" rel="noopener" class="external-link" title="Wild Hog" href="https://ffxiv.gamerescape.com/wiki/Wild_Hog" target="_blank">Wild Hog</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/South_Shroud" rel="noopener" class="external-link" title="South Shroud" href="https://ffxiv.gamerescape.com/wiki/South_Shroud" target="_blank">South Shroud</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/2nd_Cohort_Laquearius" rel="noopener" class="external-link" title="2nd Cohort Laquearius" href="https://ffxiv.gamerescape.com/wiki/2nd_Cohort_Laquearius" target="_blank">2nd Cohort Laquearius</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Eastern_La_Noscea" rel="noopener" class="external-link" title="Eastern La Noscea" href="https://ffxiv.gamerescape.com/wiki/Eastern_La_Noscea" target="_blank">Eastern La Noscea</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/U%27Ghamaro_Roundsman" rel="noopener" class="external-link" title="U'Ghamaro Roundsman" href="https://ffxiv.gamerescape.com/wiki/U%27Ghamaro_Roundsman" target="_blank">U'Ghamaro Roundsman</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Outer_La_Noscea" rel="noopener" class="external-link" title="Outer La Noscea" href="https://ffxiv.gamerescape.com/wiki/Outer_La_Noscea" target="_blank">Outer La Noscea</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Shelfclaw_Reaver" rel="noopener" class="external-link" title="Shelfclaw Reaver" href="https://ffxiv.gamerescape.com/wiki/Shelfclaw_Reaver" target="_blank">Shelfclaw Reaver</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" rel="noopener" class="external-link" title="Western La Noscea" href="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" target="_blank">Western La Noscea</a></p>
</div></div>
<div data-callout-metadata="" data-callout-fold="" data-callout="summary" class="callout"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-clipboard-list"><rect x="8" y="2" width="8" height="4" rx="1" ry="1"></rect><path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"></path><path d="M12 11h4"></path><path d="M12 16h4"></path><path d="M8 11h.01"></path><path d="M8 16h.01"></path></svg></div><div class="callout-title-inner">Duties</div></div><div class="callout-content">
<p><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" rel="noopener" class="external-link" title="Category:Dungeon" href="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" target="_blank"><img height="20" alt="Dungeon Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/4/4b/Dungeon_Icon.png/20px-Dungeon_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Sunken_Temple_of_Qarn" rel="noopener" class="external-link" title="The Sunken Temple of Qarn" href="https://ffxiv.gamerescape.com/wiki/The_Sunken_Temple_of_Qarn" target="_blank">The Sunken Temple of Qarn</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" rel="noopener" class="external-link" title="Category:Dungeon" href="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" target="_blank"><img height="20" alt="Dungeon Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/4/4b/Dungeon_Icon.png/20px-Dungeon_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Haukke_Manor_(Hard)" rel="noopener" class="external-link" title="Haukke Manor (Hard)" href="https://ffxiv.gamerescape.com/wiki/Haukke_Manor_(Hard)" target="_blank">Haukke Manor (Hard)</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" rel="noopener" class="external-link" title="Category:Dungeon" href="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" target="_blank"><img height="20" alt="Dungeon Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/4/4b/Dungeon_Icon.png/20px-Dungeon_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Halatali_(Hard)" rel="noopener" class="external-link" title="Halatali (Hard)" href="https://ffxiv.gamerescape.com/wiki/Halatali_(Hard)" target="_blank">Halatali (Hard)</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:FATE" rel="noopener" class="external-link" title="Category:FATE" href="https://ffxiv.gamerescape.com/wiki/Category:FATE" target="_blank"><img height="20" alt="FATE Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/b/bd/FATE_Icon.png/20px-FATE_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Another_Notch_on_the_Torch" rel="noopener" class="external-link" title="Another Notch on the Torch" href="https://ffxiv.gamerescape.com/wiki/Another_Notch_on_the_Torch" target="_blank">Another Notch on the Torch</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:FATE" rel="noopener" class="external-link" title="Category:FATE" href="https://ffxiv.gamerescape.com/wiki/Category:FATE" target="_blank"><img height="20" alt="FATE Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/b/bd/FATE_Icon.png/20px-FATE_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Everything%27s_Better" rel="noopener" class="external-link" title="Everything's Better" href="https://ffxiv.gamerescape.com/wiki/Everything%27s_Better" target="_blank">Everything's Better</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/East_Shroud" rel="noopener" class="external-link" title="East Shroud" href="https://ffxiv.gamerescape.com/wiki/East_Shroud" target="_blank">East Shroud</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:FATE" rel="noopener" class="external-link" title="Category:FATE" href="https://ffxiv.gamerescape.com/wiki/Category:FATE" target="_blank"><img height="20" alt="FATE Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/b/bd/FATE_Icon.png/20px-FATE_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Return_to_Cinder" rel="noopener" class="external-link" title="Return to Cinder" href="https://ffxiv.gamerescape.com/wiki/Return_to_Cinder" target="_blank">Return to Cinder</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" rel="noopener" class="external-link" title="Southern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" target="_blank">Southern Thanalan</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Levequest" rel="noopener" class="external-link" title="Category:Levequest" href="https://ffxiv.gamerescape.com/wiki/Category:Levequest" target="_blank"><img height="20" alt="Levequest Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/7/7c/Levequest_Icon.png/20px-Levequest_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/One_Big_Problem_Solved" rel="noopener" class="external-link" title="One Big Problem Solved" href="https://ffxiv.gamerescape.com/wiki/One_Big_Problem_Solved" target="_blank">One Big Problem Solved</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Levequest" rel="noopener" class="external-link" title="Category:Levequest" href="https://ffxiv.gamerescape.com/wiki/Category:Levequest" target="_blank"><img height="20" alt="Levequest Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/7/7c/Levequest_Icon.png/20px-Levequest_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/If_You_Put_It_That_Way" rel="noopener" class="external-link" title="If You Put It That Way" href="https://ffxiv.gamerescape.com/wiki/If_You_Put_It_That_Way" target="_blank">If You Put It That Way</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" rel="noopener" class="external-link" title="Coerthas Central Highlands" href="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" target="_blank">Coerthas Central Highlands</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Levequest" rel="noopener" class="external-link" title="Category:Levequest" href="https://ffxiv.gamerescape.com/wiki/Category:Levequest" target="_blank"><img height="20" alt="Levequest Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/7/7c/Levequest_Icon.png/20px-Levequest_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Circling_the_Ceruleum" rel="noopener" class="external-link" title="Circling the Ceruleum" href="https://ffxiv.gamerescape.com/wiki/Circling_the_Ceruleum" target="_blank">Circling the Ceruleum</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Northern_Thanalan" rel="noopener" class="external-link" title="Northern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Northern_Thanalan" target="_blank">Northern Thanalan</a></p>
</div></div>
<div data-callout-metadata="" data-callout-fold="-" data-callout="hint" class="callout is-collapsible is-collapsed"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-flame"><path d="M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z"></path></svg></div><div class="callout-title-inner">Maps</div><div class="callout-fold is-collapsed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"></path></svg></div></div><div class="callout-content" style="display: none;">
<p><span alt="NPt2quy.png" src="NPt2quy.png" class="internal-embed media-embed image-embed is-loaded"><img alt="NPt2quy.png" src="images/npt2quy.png"></span><br>
<span alt="2coDRZX.png" src="2coDRZX.png" class="internal-embed media-embed image-embed is-loaded"><img alt="2coDRZX.png" src="images/2codrzx.png"></span><br>
<span alt="OXwKc0G.png" src="OXwKc0G.png" class="internal-embed media-embed image-embed is-loaded"><img alt="OXwKc0G.png" src="images/oxwkc0g.png"></span><br>
<span alt="bPXHU8C.png" src="bPXHU8C.png" class="internal-embed media-embed image-embed is-loaded"><img alt="bPXHU8C.png" src="images/bpxhu8c.png"></span><br>
<span alt="SW6NyUl.png" src="SW6NyUl.png" class="internal-embed media-embed image-embed is-loaded"><img alt="SW6NyUl.png" src="images/sw6nyul.png"></span><br>
<span alt="mc0qAGM.png" src="mc0qAGM.png" class="internal-embed media-embed image-embed is-loaded"><img alt="mc0qAGM.png" src="images/mc0qagm.png"></span><br>
<span alt="pReKVjF.png" src="pReKVjF.png" class="internal-embed media-embed image-embed is-loaded"><img alt="pReKVjF.png" src="images/prekvjf.png"></span><br>
<span alt="ASYKQZ8.png" src="ASYKQZ8.png" class="internal-embed media-embed image-embed is-loaded"><img alt="ASYKQZ8.png" src="images/asykqz8.png"></span><br>
<span alt="Mkizq4v.png" src="Mkizq4v.png" class="internal-embed media-embed image-embed is-loaded"><img alt="Mkizq4v.png" src="images/mkizq4v.png"></span></p>
</div></div>
</div></div></div><div><hr></div></div></div></div></div><div class="heading-wrapper"><h4 data-heading="The Books of Fall" class="heading" id="The_Books_of_Fall"><div class="heading-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>The Books of Fall</h4><div class="heading-children"><div class="heading-wrapper"><h5 data-heading="Book of Skyfall I" class="heading" id="Book_of_Skyfall_I"><div class="heading-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>Book of Skyfall I</h5><div class="heading-children"><div><div data-callout-metadata="" data-callout-fold="-" data-callout="example" class="callout is-collapsible is-collapsed drop-shadow"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-list"><line x1="8" y1="6" x2="21" y2="6"></line><line x1="8" y1="12" x2="21" y2="12"></line><line x1="8" y1="18" x2="21" y2="18"></line><line x1="3" y1="6" x2="3.01" y2="6"></line><line x1="3" y1="12" x2="3.01" y2="12"></line><line x1="3" y1="18" x2="3.01" y2="18"></line></svg></div><div class="callout-title-inner">Details</div><div class="callout-fold is-collapsed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"></path></svg></div></div><div class="callout-content" style="display: none;">
<div data-callout-metadata="" data-callout-fold="" data-callout="bug" class="callout"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-bug"><path d="m8 2 1.88 1.88"></path><path d="M14.12 3.88 16 2"></path><path d="M9 7.13v-1a3.003 3.003 0 1 1 6 0v1"></path><path d="M12 20c-3.3 0-6-2.7-6-6v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v3c0 3.3-2.7 6-6 6"></path><path d="M12 20v-9"></path><path d="M6.53 9C4.6 8.8 3 7.1 3 5"></path><path d="M6 13H2"></path><path d="M3 21c0-2.1 1.7-3.9 3.8-4"></path><path d="M20.97 5c0 2.1-1.6 3.8-3.5 4"></path><path d="M22 13h-4"></path><path d="M17.2 17c2.1.1 3.8 1.9 3.8 4"></path></svg></div><div class="callout-title-inner">Enemies</div></div><div class="callout-content">
<p><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Lake_Cobra" rel="noopener" class="external-link" title="Lake Cobra" href="https://ffxiv.gamerescape.com/wiki/Lake_Cobra" target="_blank">Lake Cobra</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mudpuppy" rel="noopener" class="external-link" title="Mudpuppy" href="https://ffxiv.gamerescape.com/wiki/Mudpuppy" target="_blank">Mudpuppy</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Giant_Reader" rel="noopener" class="external-link" title="Giant Reader" href="https://ffxiv.gamerescape.com/wiki/Giant_Reader" target="_blank">Giant Reader</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" rel="noopener" class="external-link" title="Coerthas Central Highlands" href="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" target="_blank">Coerthas Central Highlands</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Shelfscale_Sahagin" rel="noopener" class="external-link" title="Shelfscale Sahagin" href="https://ffxiv.gamerescape.com/wiki/Shelfscale_Sahagin" target="_blank">Shelfscale Sahagin</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" rel="noopener" class="external-link" title="Western La Noscea" href="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" target="_blank">Western La Noscea</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Sea_Wasp" rel="noopener" class="external-link" title="Sea Wasp" href="https://ffxiv.gamerescape.com/wiki/Sea_Wasp" target="_blank">Sea Wasp</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" rel="noopener" class="external-link" title="Western La Noscea" href="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" target="_blank">Western La Noscea</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/2nd_Cohort_Eques" rel="noopener" class="external-link" title="2nd Cohort Eques" href="https://ffxiv.gamerescape.com/wiki/2nd_Cohort_Eques" target="_blank">2nd Cohort Eques</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Eastern_La_Noscea" rel="noopener" class="external-link" title="Eastern La Noscea" href="https://ffxiv.gamerescape.com/wiki/Eastern_La_Noscea" target="_blank">Eastern La Noscea</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/U%27Ghamaro_Quarryman" rel="noopener" class="external-link" title="U'Ghamaro Quarryman" href="https://ffxiv.gamerescape.com/wiki/U%27Ghamaro_Quarryman" target="_blank">U'Ghamaro Quarryman</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Outer_La_Noscea" rel="noopener" class="external-link" title="Outer La Noscea" href="https://ffxiv.gamerescape.com/wiki/Outer_La_Noscea" target="_blank">Outer La Noscea</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Amalj%27aa_Lancer" rel="noopener" class="external-link" title="Amalj'aa Lancer" href="https://ffxiv.gamerescape.com/wiki/Amalj%27aa_Lancer" target="_blank">Amalj'aa Lancer</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" rel="noopener" class="external-link" title="Southern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" target="_blank">Southern Thanalan</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Magitek_Vanguard" rel="noopener" class="external-link" title="Magitek Vanguard" href="https://ffxiv.gamerescape.com/wiki/Magitek_Vanguard" target="_blank">Magitek Vanguard</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Northern_Thanalan" rel="noopener" class="external-link" title="Northern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Northern_Thanalan" target="_blank">Northern Thanalan</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Sylphlands_Sentinel" rel="noopener" class="external-link" title="Sylphlands Sentinel" href="https://ffxiv.gamerescape.com/wiki/Sylphlands_Sentinel" target="_blank">Sylphlands Sentinel</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/East_Shroud" rel="noopener" class="external-link" title="East Shroud" href="https://ffxiv.gamerescape.com/wiki/East_Shroud" target="_blank">East Shroud</a></p>
</div></div>
<div data-callout-metadata="" data-callout-fold="" data-callout="summary" class="callout"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-clipboard-list"><rect x="8" y="2" width="8" height="4" rx="1" ry="1"></rect><path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"></path><path d="M12 11h4"></path><path d="M12 16h4"></path><path d="M8 11h.01"></path><path d="M8 16h.01"></path></svg></div><div class="callout-title-inner">Duties</div></div><div class="callout-content">
<p><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" rel="noopener" class="external-link" title="Category:Dungeon" href="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" target="_blank"><img height="20" alt="Dungeon Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/4/4b/Dungeon_Icon.png/20px-Dungeon_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Copperbell_Mines" rel="noopener" class="external-link" title="Copperbell Mines" href="https://ffxiv.gamerescape.com/wiki/Copperbell_Mines" target="_blank">Copperbell Mines</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" rel="noopener" class="external-link" title="Category:Dungeon" href="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" target="_blank"><img height="20" alt="Dungeon Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/4/4b/Dungeon_Icon.png/20px-Dungeon_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Dzemael_Darkhold" rel="noopener" class="external-link" title="Dzemael Darkhold" href="https://ffxiv.gamerescape.com/wiki/Dzemael_Darkhold" target="_blank">Dzemael Darkhold</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" rel="noopener" class="external-link" title="Category:Dungeon" href="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" target="_blank"><img height="20" alt="Dungeon Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/4/4b/Dungeon_Icon.png/20px-Dungeon_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Brayflox%27s_Longstop_(Hard)" rel="noopener" class="external-link" title="Brayflox's Longstop (Hard)" href="https://ffxiv.gamerescape.com/wiki/Brayflox%27s_Longstop_(Hard)" target="_blank">Brayflox's Longstop (Hard)</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:FATE" rel="noopener" class="external-link" title="Category:FATE" href="https://ffxiv.gamerescape.com/wiki/Category:FATE" target="_blank"><img height="20" alt="FATE Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/b/bd/FATE_Icon.png/20px-FATE_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Bellyful" rel="noopener" class="external-link" title="Bellyful" href="https://ffxiv.gamerescape.com/wiki/Bellyful" target="_blank">Bellyful</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" rel="noopener" class="external-link" title="Coerthas Central Highlands" href="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" target="_blank">Coerthas Central Highlands</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:FATE" rel="noopener" class="external-link" title="Category:FATE" href="https://ffxiv.gamerescape.com/wiki/Category:FATE" target="_blank"><img height="20" alt="FATE Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/b/bd/FATE_Icon.png/20px-FATE_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_King%27s_Justice" rel="noopener" class="external-link" title="The King's Justice" href="https://ffxiv.gamerescape.com/wiki/The_King%27s_Justice" target="_blank">The King's Justice</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" rel="noopener" class="external-link" title="Western La Noscea" href="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" target="_blank">Western La Noscea</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:FATE" rel="noopener" class="external-link" title="Category:FATE" href="https://ffxiv.gamerescape.com/wiki/Category:FATE" target="_blank"><img height="20" alt="FATE Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/b/bd/FATE_Icon.png/20px-FATE_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Quartz_Coupling" rel="noopener" class="external-link" title="Quartz Coupling" href="https://ffxiv.gamerescape.com/wiki/Quartz_Coupling" target="_blank">Quartz Coupling</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Eastern_Thanalan" rel="noopener" class="external-link" title="Eastern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Eastern_Thanalan" target="_blank">Eastern Thanalan</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Levequest" rel="noopener" class="external-link" title="Category:Levequest" href="https://ffxiv.gamerescape.com/wiki/Category:Levequest" target="_blank"><img height="20" alt="Levequest Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/7/7c/Levequest_Icon.png/20px-Levequest_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Circling_the_Ceruleum" rel="noopener" class="external-link" title="Circling the Ceruleum" href="https://ffxiv.gamerescape.com/wiki/Circling_the_Ceruleum" target="_blank">Circling the Ceruleum</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Northern_Thanalan" rel="noopener" class="external-link" title="Northern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Northern_Thanalan" target="_blank">Northern Thanalan</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Levequest" rel="noopener" class="external-link" title="Category:Levequest" href="https://ffxiv.gamerescape.com/wiki/Category:Levequest" target="_blank"><img height="20" alt="Levequest Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/7/7c/Levequest_Icon.png/20px-Levequest_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Necrologos:_Whispers_of_the_Gem" rel="noopener" class="external-link" title="Necrologos: Whispers of the Gem" href="https://ffxiv.gamerescape.com/wiki/Necrologos:_Whispers_of_the_Gem" target="_blank">Necrologos: Whispers of the Gem</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" rel="noopener" class="external-link" title="Coerthas Central Highlands" href="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" target="_blank">Coerthas Central Highlands</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Levequest" rel="noopener" class="external-link" title="Category:Levequest" href="https://ffxiv.gamerescape.com/wiki/Category:Levequest" target="_blank"><img height="20" alt="Levequest Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/7/7c/Levequest_Icon.png/20px-Levequest_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Go_Home_to_Mama" rel="noopener" class="external-link" title="Go Home to Mama" href="https://ffxiv.gamerescape.com/wiki/Go_Home_to_Mama" target="_blank">Go Home to Mama</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a></p>
</div></div>
<div data-callout-metadata="" data-callout-fold="-" data-callout="hint" class="callout is-collapsible is-collapsed"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-flame"><path d="M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z"></path></svg></div><div class="callout-title-inner">Maps</div><div class="callout-fold is-collapsed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"></path></svg></div></div><div class="callout-content" style="display: none;">
<p><span alt="2vXintM.png" src="2vXintM.png" class="internal-embed media-embed image-embed is-loaded"><img alt="2vXintM.png" src="images/2vxintm.png"></span><br>
<span alt="b4ivkQB.png" src="b4ivkQB.png" class="internal-embed media-embed image-embed is-loaded"><img alt="b4ivkQB.png" src="images/b4ivkqb.png"></span><br>
<span alt="UHP5oR7.png" src="UHP5oR7.png" class="internal-embed media-embed image-embed is-loaded"><img alt="UHP5oR7.png" src="images/uhp5or7.png"></span><br>
<span alt="EWAWrHB.png" src="EWAWrHB.png" class="internal-embed media-embed image-embed is-loaded"><img alt="EWAWrHB.png" src="images/ewawrhb.png"></span><br>
<span alt="oVf3gtt.png" src="oVf3gtt.png" class="internal-embed media-embed image-embed is-loaded"><img alt="oVf3gtt.png" src="images/ovf3gtt.png"></span><br>
<span alt="hJhmff4.png" src="hJhmff4.png" class="internal-embed media-embed image-embed is-loaded"><img alt="hJhmff4.png" src="images/hjhmff4.png"></span><br>
<span alt="KJIktSd.png" src="KJIktSd.png" class="internal-embed media-embed image-embed is-loaded"><img alt="KJIktSd.png" src="images/kjiktsd.png"></span><br>
<span alt="uAKOy5Y.png" src="uAKOy5Y.png" class="internal-embed media-embed image-embed is-loaded"><img alt="uAKOy5Y.png" src="images/uakoy5y.png"></span><br>
<span alt="3mU2sLU.png" src="3mU2sLU.png" class="internal-embed media-embed image-embed is-loaded"><img alt="3mU2sLU.png" src="images/3mu2slu.png"></span></p>
</div></div>
</div></div></div></div></div><div class="heading-wrapper"><h5 data-heading="Book of Skyfall II" class="heading" id="Book_of_Skyfall_II"><div class="heading-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>Book of Skyfall II</h5><div class="heading-children"><div><div data-callout-metadata="" data-callout-fold="-" data-callout="example" class="callout is-collapsible is-collapsed drop-shadow"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-list"><line x1="8" y1="6" x2="21" y2="6"></line><line x1="8" y1="12" x2="21" y2="12"></line><line x1="8" y1="18" x2="21" y2="18"></line><line x1="3" y1="6" x2="3.01" y2="6"></line><line x1="3" y1="12" x2="3.01" y2="12"></line><line x1="3" y1="18" x2="3.01" y2="18"></line></svg></div><div class="callout-title-inner">Details</div><div class="callout-fold is-collapsed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"></path></svg></div></div><div class="callout-content" style="display: none;">
<div data-callout-metadata="" data-callout-fold="" data-callout="bug" class="callout"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-bug"><path d="m8 2 1.88 1.88"></path><path d="M14.12 3.88 16 2"></path><path d="M9 7.13v-1a3.003 3.003 0 1 1 6 0v1"></path><path d="M12 20c-3.3 0-6-2.7-6-6v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v3c0 3.3-2.7 6-6 6"></path><path d="M12 20v-9"></path><path d="M6.53 9C4.6 8.8 3 7.1 3 5"></path><path d="M6 13H2"></path><path d="M3 21c0-2.1 1.7-3.9 3.8-4"></path><path d="M20.97 5c0 2.1-1.6 3.8-3.5 4"></path><path d="M22 13h-4"></path><path d="M17.2 17c2.1.1 3.8 1.9 3.8 4"></path></svg></div><div class="callout-title-inner">Enemies</div></div><div class="callout-content">
<p><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gigas_Bhikkhu" rel="noopener" class="external-link" title="Gigas Bhikkhu" href="https://ffxiv.gamerescape.com/wiki/Gigas_Bhikkhu" target="_blank">Gigas Bhikkhu</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/5th_Cohort_Hoplomachus" rel="noopener" class="external-link" title="5th Cohort Hoplomachus" href="https://ffxiv.gamerescape.com/wiki/5th_Cohort_Hoplomachus" target="_blank">5th Cohort Hoplomachus</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Natalan_Watchwolf" rel="noopener" class="external-link" title="Natalan Watchwolf" href="https://ffxiv.gamerescape.com/wiki/Natalan_Watchwolf" target="_blank">Natalan Watchwolf</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" rel="noopener" class="external-link" title="Coerthas Central Highlands" href="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" target="_blank">Coerthas Central Highlands</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Sapsa_Shelfscale" rel="noopener" class="external-link" title="Sapsa Shelfscale" href="https://ffxiv.gamerescape.com/wiki/Sapsa_Shelfscale" target="_blank">Sapsa Shelfscale</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" rel="noopener" class="external-link" title="Western La Noscea" href="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" target="_blank">Western La Noscea</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Shelfeye_Reaver" rel="noopener" class="external-link" title="Shelfeye Reaver" href="https://ffxiv.gamerescape.com/wiki/Shelfeye_Reaver" target="_blank">Shelfeye Reaver</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" rel="noopener" class="external-link" title="Western La Noscea" href="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" target="_blank">Western La Noscea</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/U%27Ghamaro_Bedesman" rel="noopener" class="external-link" title="U'Ghamaro Bedesman" href="https://ffxiv.gamerescape.com/wiki/U%27Ghamaro_Bedesman" target="_blank">U'Ghamaro Bedesman</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Outer_La_Noscea" rel="noopener" class="external-link" title="Outer La Noscea" href="https://ffxiv.gamerescape.com/wiki/Outer_La_Noscea" target="_blank">Outer La Noscea</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/4th_Cohort_Laquearius" rel="noopener" class="external-link" title="4th Cohort Laquearius" href="https://ffxiv.gamerescape.com/wiki/4th_Cohort_Laquearius" target="_blank">4th Cohort Laquearius</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Western_Thanalan" rel="noopener" class="external-link" title="Western Thanalan" href="https://ffxiv.gamerescape.com/wiki/Western_Thanalan" target="_blank">Western Thanalan</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Iron_Tortoise" rel="noopener" class="external-link" title="Iron Tortoise" href="https://ffxiv.gamerescape.com/wiki/Iron_Tortoise" target="_blank">Iron Tortoise</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" rel="noopener" class="external-link" title="Southern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" target="_blank">Southern Thanalan</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Ked" rel="noopener" class="external-link" title="Ked" href="https://ffxiv.gamerescape.com/wiki/Ked" target="_blank">Ked</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/South_Shroud" rel="noopener" class="external-link" title="South Shroud" href="https://ffxiv.gamerescape.com/wiki/South_Shroud" target="_blank">South Shroud</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Sylph_Bonnet" rel="noopener" class="external-link" title="Sylph Bonnet" href="https://ffxiv.gamerescape.com/wiki/Sylph_Bonnet" target="_blank">Sylph Bonnet</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/East_Shroud" rel="noopener" class="external-link" title="East Shroud" href="https://ffxiv.gamerescape.com/wiki/East_Shroud" target="_blank">East Shroud</a></p>
</div></div>
<div data-callout-metadata="" data-callout-fold="" data-callout="summary" class="callout"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-clipboard-list"><rect x="8" y="2" width="8" height="4" rx="1" ry="1"></rect><path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"></path><path d="M12 11h4"></path><path d="M12 16h4"></path><path d="M8 11h.01"></path><path d="M8 16h.01"></path></svg></div><div class="callout-title-inner">Duties</div></div><div class="callout-content">
<p><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" rel="noopener" class="external-link" title="Category:Dungeon" href="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" target="_blank"><img height="20" alt="Dungeon Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/4/4b/Dungeon_Icon.png/20px-Dungeon_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Thousand_Maws_of_Toto-Rak" rel="noopener" class="external-link" title="The Thousand Maws of Toto-Rak" href="https://ffxiv.gamerescape.com/wiki/The_Thousand_Maws_of_Toto-Rak" target="_blank">The Thousand Maws of Toto-Rak</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" rel="noopener" class="external-link" title="Category:Dungeon" href="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" target="_blank"><img height="20" alt="Dungeon Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/4/4b/Dungeon_Icon.png/20px-Dungeon_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Amdapor_Keep" rel="noopener" class="external-link" title="Amdapor Keep" href="https://ffxiv.gamerescape.com/wiki/Amdapor_Keep" target="_blank">Amdapor Keep</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" rel="noopener" class="external-link" title="Category:Dungeon" href="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" target="_blank"><img height="20" alt="Dungeon Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/4/4b/Dungeon_Icon.png/20px-Dungeon_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Haukke_Manor_(Hard)" rel="noopener" class="external-link" title="Haukke Manor (Hard)" href="https://ffxiv.gamerescape.com/wiki/Haukke_Manor_(Hard)" target="_blank">Haukke Manor (Hard)</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:FATE" rel="noopener" class="external-link" title="Category:FATE" href="https://ffxiv.gamerescape.com/wiki/Category:FATE" target="_blank"><img height="20" alt="FATE Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/b/bd/FATE_Icon.png/20px-FATE_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Breaching_North_Tidegate" rel="noopener" class="external-link" title="Breaching North Tidegate" href="https://ffxiv.gamerescape.com/wiki/Breaching_North_Tidegate" target="_blank">Breaching North Tidegate</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" rel="noopener" class="external-link" title="Western La Noscea" href="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" target="_blank">Western La Noscea</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:FATE" rel="noopener" class="external-link" title="Category:FATE" href="https://ffxiv.gamerescape.com/wiki/Category:FATE" target="_blank"><img height="20" alt="FATE Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/b/bd/FATE_Icon.png/20px-FATE_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Black_and_Nburu" rel="noopener" class="external-link" title="Black and Nburu" href="https://ffxiv.gamerescape.com/wiki/Black_and_Nburu" target="_blank">Black and Nburu</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:FATE" rel="noopener" class="external-link" title="Category:FATE" href="https://ffxiv.gamerescape.com/wiki/Category:FATE" target="_blank"><img height="20" alt="FATE Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/b/bd/FATE_Icon.png/20px-FATE_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Breaking_Dawn" rel="noopener" class="external-link" title="Breaking Dawn" href="https://ffxiv.gamerescape.com/wiki/Breaking_Dawn" target="_blank">Breaking Dawn</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/East_Shroud" rel="noopener" class="external-link" title="East Shroud" href="https://ffxiv.gamerescape.com/wiki/East_Shroud" target="_blank">East Shroud</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Levequest" rel="noopener" class="external-link" title="Category:Levequest" href="https://ffxiv.gamerescape.com/wiki/Category:Levequest" target="_blank"><img height="20" alt="Levequest Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/7/7c/Levequest_Icon.png/20px-Levequest_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Someone%27s_in_the_Doghouse" rel="noopener" class="external-link" title="Someone's in the Doghouse" href="https://ffxiv.gamerescape.com/wiki/Someone%27s_in_the_Doghouse" target="_blank">Someone's in the Doghouse</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Northern_Thanalan" rel="noopener" class="external-link" title="Northern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Northern_Thanalan" target="_blank">Northern Thanalan</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Levequest" rel="noopener" class="external-link" title="Category:Levequest" href="https://ffxiv.gamerescape.com/wiki/Category:Levequest" target="_blank"><img height="20" alt="Levequest Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/7/7c/Levequest_Icon.png/20px-Levequest_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Area%27s_a_Bit_Sketchy" rel="noopener" class="external-link" title="The Area's a Bit Sketchy" href="https://ffxiv.gamerescape.com/wiki/The_Area%27s_a_Bit_Sketchy" target="_blank">The Area's a Bit Sketchy</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" rel="noopener" class="external-link" title="Coerthas Central Highlands" href="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" target="_blank">Coerthas Central Highlands</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Levequest" rel="noopener" class="external-link" title="Category:Levequest" href="https://ffxiv.gamerescape.com/wiki/Category:Levequest" target="_blank"><img height="20" alt="Levequest Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/7/7c/Levequest_Icon.png/20px-Levequest_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Get_off_Our_Lake" rel="noopener" class="external-link" title="Get off Our Lake" href="https://ffxiv.gamerescape.com/wiki/Get_off_Our_Lake" target="_blank">Get off Our Lake</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a></p>
</div></div>
<div data-callout-metadata="" data-callout-fold="-" data-callout="hint" class="callout is-collapsible is-collapsed"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-flame"><path d="M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z"></path></svg></div><div class="callout-title-inner">Maps</div><div class="callout-fold is-collapsed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"></path></svg></div></div><div class="callout-content" style="display: none;">
<p><span alt="dh7Wmwu.png" src="dh7Wmwu.png" class="internal-embed media-embed image-embed is-loaded"><img alt="dh7Wmwu.png" src="images/dh7wmwu.png"></span><br>
<span alt="nT0Mgp8.png" src="nT0Mgp8.png" class="internal-embed media-embed image-embed is-loaded"><img alt="nT0Mgp8.png" src="images/nt0mgp8.png"></span><br>
<span alt="DWPICMa.png" src="DWPICMa.png" class="internal-embed media-embed image-embed is-loaded"><img alt="DWPICMa.png" src="images/dwpicma.png"></span><br>
<span alt="bBaC1SE.png" src="bBaC1SE.png" class="internal-embed media-embed image-embed is-loaded"><img alt="bBaC1SE.png" src="images/bbac1se.png"></span><br>
<span alt="4rAdKff.png" src="4rAdKff.png" class="internal-embed media-embed image-embed is-loaded"><img alt="4rAdKff.png" src="images/4radkff.png"></span><br>
<span alt="G5kTnGF.png" src="G5kTnGF.png" class="internal-embed media-embed image-embed is-loaded"><img alt="G5kTnGF.png" src="images/g5ktngf.png"></span><br>
<span alt="ucURvqt.png" src="ucURvqt.png" class="internal-embed media-embed image-embed is-loaded"><img alt="ucURvqt.png" src="images/ucurvqt.png"></span><br>
<span alt="QxVluUP.png" src="QxVluUP.png" class="internal-embed media-embed image-embed is-loaded"><img alt="QxVluUP.png" src="images/qxvluup.png"></span><br>
<span alt="iPybWp0.png" src="iPybWp0.png" class="internal-embed media-embed image-embed is-loaded"><img alt="iPybWp0.png" src="images/ipybwp0.png"></span></p>
</div></div>
</div></div></div></div></div><div class="heading-wrapper"><h5 data-heading="Book of Netherfall I" class="heading" id="Book_of_Netherfall_I"><div class="heading-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>Book of Netherfall I</h5><div class="heading-children"><div><div data-callout-metadata="" data-callout-fold="-" data-callout="example" class="callout is-collapsible is-collapsed drop-shadow"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-list"><line x1="8" y1="6" x2="21" y2="6"></line><line x1="8" y1="12" x2="21" y2="12"></line><line x1="8" y1="18" x2="21" y2="18"></line><line x1="3" y1="6" x2="3.01" y2="6"></line><line x1="3" y1="12" x2="3.01" y2="12"></line><line x1="3" y1="18" x2="3.01" y2="18"></line></svg></div><div class="callout-title-inner">Details</div><div class="callout-fold is-collapsed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"></path></svg></div></div><div class="callout-content" style="display: none;">
<div data-callout-metadata="" data-callout-fold="" data-callout="bug" class="callout"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-bug"><path d="m8 2 1.88 1.88"></path><path d="M14.12 3.88 16 2"></path><path d="M9 7.13v-1a3.003 3.003 0 1 1 6 0v1"></path><path d="M12 20c-3.3 0-6-2.7-6-6v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v3c0 3.3-2.7 6-6 6"></path><path d="M12 20v-9"></path><path d="M6.53 9C4.6 8.8 3 7.1 3 5"></path><path d="M6 13H2"></path><path d="M3 21c0-2.1 1.7-3.9 3.8-4"></path><path d="M20.97 5c0 2.1-1.6 3.8-3.5 4"></path><path d="M22 13h-4"></path><path d="M17.2 17c2.1.1 3.8 1.9 3.8 4"></path></svg></div><div class="callout-title-inner">Enemies</div></div><div class="callout-content">
<p><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/5th_Cohort_Laquearius" rel="noopener" class="external-link" title="5th Cohort Laquearius" href="https://ffxiv.gamerescape.com/wiki/5th_Cohort_Laquearius" target="_blank">5th Cohort Laquearius</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gigas_Sozu" rel="noopener" class="external-link" title="Gigas Sozu" href="https://ffxiv.gamerescape.com/wiki/Gigas_Sozu" target="_blank">Gigas Sozu</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Snow_Wolf" rel="noopener" class="external-link" title="Snow Wolf" href="https://ffxiv.gamerescape.com/wiki/Snow_Wolf" target="_blank">Snow Wolf</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" rel="noopener" class="external-link" title="Coerthas Central Highlands" href="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" target="_blank">Coerthas Central Highlands</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Sapsa_Shelfclaw" rel="noopener" class="external-link" title="Sapsa Shelfclaw" href="https://ffxiv.gamerescape.com/wiki/Sapsa_Shelfclaw" target="_blank">Sapsa Shelfclaw</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" rel="noopener" class="external-link" title="Western La Noscea" href="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" target="_blank">Western La Noscea</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/U%27Ghamaro_Priest" rel="noopener" class="external-link" title="U'Ghamaro Priest" href="https://ffxiv.gamerescape.com/wiki/U%27Ghamaro_Priest" target="_blank">U'Ghamaro Priest</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Outer_La_Noscea" rel="noopener" class="external-link" title="Outer La Noscea" href="https://ffxiv.gamerescape.com/wiki/Outer_La_Noscea" target="_blank">Outer La Noscea</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/4th_Cohort_Secutor" rel="noopener" class="external-link" title="4th Cohort Secutor" href="https://ffxiv.gamerescape.com/wiki/4th_Cohort_Secutor" target="_blank">4th Cohort Secutor</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Western_Thanalan" rel="noopener" class="external-link" title="Western Thanalan" href="https://ffxiv.gamerescape.com/wiki/Western_Thanalan" target="_blank">Western Thanalan</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Amalj%27aa_Brigand" rel="noopener" class="external-link" title="Amalj'aa Brigand" href="https://ffxiv.gamerescape.com/wiki/Amalj%27aa_Brigand" target="_blank">Amalj'aa Brigand</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" rel="noopener" class="external-link" title="Southern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" target="_blank">Southern Thanalan</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Ixali_Windtalon" rel="noopener" class="external-link" title="Ixali Windtalon" href="https://ffxiv.gamerescape.com/wiki/Ixali_Windtalon" target="_blank">Ixali Windtalon</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/North_Shroud" rel="noopener" class="external-link" title="North Shroud" href="https://ffxiv.gamerescape.com/wiki/North_Shroud" target="_blank">North Shroud</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Violet_Screech" rel="noopener" class="external-link" title="Violet Screech" href="https://ffxiv.gamerescape.com/wiki/Violet_Screech" target="_blank">Violet Screech</a><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Genus:Sylph" rel="noopener" class="external-link" title="Category:Genus:Sylph" href="https://ffxiv.gamerescape.com/wiki/Category:Genus:Sylph" target="_blank"><img height="20" alt="Sylph Genus Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/b/b6/Sylph_Genus_Icon.png/20px-Sylph_Genus_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/East_Shroud" rel="noopener" class="external-link" title="East Shroud" href="https://ffxiv.gamerescape.com/wiki/East_Shroud" target="_blank">East Shroud</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Lesser_Kalong" rel="noopener" class="external-link" title="Lesser Kalong" href="https://ffxiv.gamerescape.com/wiki/Lesser_Kalong" target="_blank">Lesser Kalong</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/South_Shroud" rel="noopener" class="external-link" title="South Shroud" href="https://ffxiv.gamerescape.com/wiki/South_Shroud" target="_blank">South Shroud</a></p>
</div></div>
<div data-callout-metadata="" data-callout-fold="" data-callout="summary" class="callout"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-clipboard-list"><rect x="8" y="2" width="8" height="4" rx="1" ry="1"></rect><path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"></path><path d="M12 11h4"></path><path d="M12 16h4"></path><path d="M8 11h.01"></path><path d="M8 16h.01"></path></svg></div><div class="callout-title-inner">Duties</div></div><div class="callout-content">
<p><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" rel="noopener" class="external-link" title="Category:Dungeon" href="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" target="_blank"><img height="20" alt="Dungeon Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/4/4b/Dungeon_Icon.png/20px-Dungeon_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Lost_City_of_Amdapor" rel="noopener" class="external-link" title="The Lost City of Amdapor" href="https://ffxiv.gamerescape.com/wiki/The_Lost_City_of_Amdapor" target="_blank">The Lost City of Amdapor</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" rel="noopener" class="external-link" title="Category:Dungeon" href="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" target="_blank"><img height="20" alt="Dungeon Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/4/4b/Dungeon_Icon.png/20px-Dungeon_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Cutter%27s_Cry" rel="noopener" class="external-link" title="Cutter's Cry" href="https://ffxiv.gamerescape.com/wiki/Cutter%27s_Cry" target="_blank">Cutter's Cry</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" rel="noopener" class="external-link" title="Category:Dungeon" href="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" target="_blank"><img height="20" alt="Dungeon Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/4/4b/Dungeon_Icon.png/20px-Dungeon_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Pharos_Sirius" rel="noopener" class="external-link" title="Pharos Sirius" href="https://ffxiv.gamerescape.com/wiki/Pharos_Sirius" target="_blank">Pharos Sirius</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:FATE" rel="noopener" class="external-link" title="Category:FATE" href="https://ffxiv.gamerescape.com/wiki/Category:FATE" target="_blank"><img height="20" alt="FATE Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/b/bd/FATE_Icon.png/20px-FATE_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Four_Winds" rel="noopener" class="external-link" title="The Four Winds" href="https://ffxiv.gamerescape.com/wiki/The_Four_Winds" target="_blank">The Four Winds</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" rel="noopener" class="external-link" title="Coerthas Central Highlands" href="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" target="_blank">Coerthas Central Highlands</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:FATE" rel="noopener" class="external-link" title="Category:FATE" href="https://ffxiv.gamerescape.com/wiki/Category:FATE" target="_blank"><img height="20" alt="FATE Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/b/bd/FATE_Icon.png/20px-FATE_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Rude_Awakening" rel="noopener" class="external-link" title="Rude Awakening" href="https://ffxiv.gamerescape.com/wiki/Rude_Awakening" target="_blank">Rude Awakening</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/North_Shroud" rel="noopener" class="external-link" title="North Shroud" href="https://ffxiv.gamerescape.com/wiki/North_Shroud" target="_blank">North Shroud</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:FATE" rel="noopener" class="external-link" title="Category:FATE" href="https://ffxiv.gamerescape.com/wiki/Category:FATE" target="_blank"><img height="20" alt="FATE Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/b/bd/FATE_Icon.png/20px-FATE_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Ceruleum_Road" rel="noopener" class="external-link" title="The Ceruleum Road" href="https://ffxiv.gamerescape.com/wiki/The_Ceruleum_Road" target="_blank">The Ceruleum Road</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Northern_Thanalan" rel="noopener" class="external-link" title="Northern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Northern_Thanalan" target="_blank">Northern Thanalan</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Levequest" rel="noopener" class="external-link" title="Category:Levequest" href="https://ffxiv.gamerescape.com/wiki/Category:Levequest" target="_blank"><img height="20" alt="Levequest Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/7/7c/Levequest_Icon.png/20px-Levequest_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Got_a_Gut_Feeling_about_This" rel="noopener" class="external-link" title="Got a Gut Feeling about This" href="https://ffxiv.gamerescape.com/wiki/Got_a_Gut_Feeling_about_This" target="_blank">Got a Gut Feeling about This</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" rel="noopener" class="external-link" title="Coerthas Central Highlands" href="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" target="_blank">Coerthas Central Highlands</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Levequest" rel="noopener" class="external-link" title="Category:Levequest" href="https://ffxiv.gamerescape.com/wiki/Category:Levequest" target="_blank"><img height="20" alt="Levequest Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/7/7c/Levequest_Icon.png/20px-Levequest_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Subduing_the_Subprime" rel="noopener" class="external-link" title="Subduing the Subprime" href="https://ffxiv.gamerescape.com/wiki/Subduing_the_Subprime" target="_blank">Subduing the Subprime</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Northern_Thanalan" rel="noopener" class="external-link" title="Northern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Northern_Thanalan" target="_blank">Northern Thanalan</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Levequest" rel="noopener" class="external-link" title="Category:Levequest" href="https://ffxiv.gamerescape.com/wiki/Category:Levequest" target="_blank"><img height="20" alt="Levequest Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/7/7c/Levequest_Icon.png/20px-Levequest_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Who_Writes_History" rel="noopener" class="external-link" title="Who Writes History" href="https://ffxiv.gamerescape.com/wiki/Who_Writes_History" target="_blank">Who Writes History</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a></p>
</div></div>
<div data-callout-metadata="" data-callout-fold="-" data-callout="hint" class="callout is-collapsible is-collapsed"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-flame"><path d="M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z"></path></svg></div><div class="callout-title-inner">Maps</div><div class="callout-fold is-collapsed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"></path></svg></div></div><div class="callout-content" style="display: none;">
<p><span alt="If5j6V1.png" src="If5j6V1.png" class="internal-embed media-embed image-embed is-loaded"><img alt="If5j6V1.png" src="images/if5j6v1.png"></span><br>
<span alt="ggFeZEP.png" src="ggFeZEP.png" class="internal-embed media-embed image-embed is-loaded"><img alt="ggFeZEP.png" src="images/ggfezep.png"></span><br>
<span alt="IWr9KqA.png" src="IWr9KqA.png" class="internal-embed media-embed image-embed is-loaded"><img alt="IWr9KqA.png" src="images/iwr9kqa.png"></span><br>
<span alt="ZzncP3T 1.png" src="ZzncP3T 1.png" class="internal-embed media-embed image-embed is-loaded"><img alt="ZzncP3T 1.png" src="images/zzncp3t-1.png"></span><br>
<span alt="lypFIj6.png" src="lypFIj6.png" class="internal-embed media-embed image-embed is-loaded"><img alt="lypFIj6.png" src="images/lypfij6.png"></span><br>
<span alt="DoWYbAW.png" src="DoWYbAW.png" class="internal-embed media-embed image-embed is-loaded"><img alt="DoWYbAW.png" src="images/dowybaw.png"></span><br>
<span alt="EwOxjo8.png" src="EwOxjo8.png" class="internal-embed media-embed image-embed is-loaded"><img alt="EwOxjo8.png" src="images/ewoxjo8.png"></span><br>
<span alt="fQC1DI3.png" src="fQC1DI3.png" class="internal-embed media-embed image-embed is-loaded"><img alt="fQC1DI3.png" src="images/fqc1di3.png"></span><br>
<span alt="3eEiYEk.png" src="3eEiYEk.png" class="internal-embed media-embed image-embed is-loaded"><img alt="3eEiYEk.png" src="images/3eeiyek.png"></span></p>
</div></div>
</div></div></div><div><hr></div></div></div></div></div><div class="heading-wrapper"><h4 data-heading="The Books of Wind" class="heading" id="The_Books_of_Wind"><div class="heading-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>The Books of Wind</h4><div class="heading-children"><div class="heading-wrapper"><h5 data-heading="Book of Skywind I" class="heading" id="Book_of_Skywind_I"><div class="heading-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>Book of Skywind I</h5><div class="heading-children"><div><div data-callout-metadata="" data-callout-fold="-" data-callout="example" class="callout is-collapsible is-collapsed drop-shadow"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-list"><line x1="8" y1="6" x2="21" y2="6"></line><line x1="8" y1="12" x2="21" y2="12"></line><line x1="8" y1="18" x2="21" y2="18"></line><line x1="3" y1="6" x2="3.01" y2="6"></line><line x1="3" y1="12" x2="3.01" y2="12"></line><line x1="3" y1="18" x2="3.01" y2="18"></line></svg></div><div class="callout-title-inner">Details</div><div class="callout-fold is-collapsed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"></path></svg></div></div><div class="callout-content" style="display: none;">
<div data-callout-metadata="" data-callout-fold="" data-callout="bug" class="callout"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-bug"><path d="m8 2 1.88 1.88"></path><path d="M14.12 3.88 16 2"></path><path d="M9 7.13v-1a3.003 3.003 0 1 1 6 0v1"></path><path d="M12 20c-3.3 0-6-2.7-6-6v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v3c0 3.3-2.7 6-6 6"></path><path d="M12 20v-9"></path><path d="M6.53 9C4.6 8.8 3 7.1 3 5"></path><path d="M6 13H2"></path><path d="M3 21c0-2.1 1.7-3.9 3.8-4"></path><path d="M20.97 5c0 2.1-1.6 3.8-3.5 4"></path><path d="M22 13h-4"></path><path d="M17.2 17c2.1.1 3.8 1.9 3.8 4"></path></svg></div><div class="callout-title-inner">Enemies</div></div><div class="callout-content">
<p><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/5th_Cohort_Eques" rel="noopener" class="external-link" title="5th Cohort Eques" href="https://ffxiv.gamerescape.com/wiki/5th_Cohort_Eques" target="_blank">5th Cohort Eques</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Hippogryph" rel="noopener" class="external-link" title="Hippogryph" href="https://ffxiv.gamerescape.com/wiki/Hippogryph" target="_blank">Hippogryph</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Natalan_Windtalon" rel="noopener" class="external-link" title="Natalan Windtalon" href="https://ffxiv.gamerescape.com/wiki/Natalan_Windtalon" target="_blank">Natalan Windtalon</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" rel="noopener" class="external-link" title="Coerthas Central Highlands" href="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" target="_blank">Coerthas Central Highlands</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Sylpheed_Snarl" rel="noopener" class="external-link" title="Sylpheed Snarl" href="https://ffxiv.gamerescape.com/wiki/Sylpheed_Snarl" target="_blank">Sylpheed Snarl</a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Genus:Sylph" rel="noopener" class="external-link" title="Category:Genus:Sylph" href="https://ffxiv.gamerescape.com/wiki/Category:Genus:Sylph" target="_blank"><img height="20" alt="Sylph Genus Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/b/b6/Sylph_Genus_Icon.png/20px-Sylph_Genus_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/East_Shroud" rel="noopener" class="external-link" title="East Shroud" href="https://ffxiv.gamerescape.com/wiki/East_Shroud" target="_blank">East Shroud</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Amalj%27aa_Thaumaturge" rel="noopener" class="external-link" title="Amalj'aa Thaumaturge" href="https://ffxiv.gamerescape.com/wiki/Amalj%27aa_Thaumaturge" target="_blank">Amalj'aa Thaumaturge</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" rel="noopener" class="external-link" title="Southern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" target="_blank">Southern Thanalan</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Ahriman" rel="noopener" class="external-link" title="Ahriman" href="https://ffxiv.gamerescape.com/wiki/Ahriman" target="_blank">Ahriman</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Northern_Thanalan" rel="noopener" class="external-link" title="Northern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Northern_Thanalan" target="_blank">Northern Thanalan</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/2nd_Cohort_Secutor" rel="noopener" class="external-link" title="2nd Cohort Secutor" href="https://ffxiv.gamerescape.com/wiki/2nd_Cohort_Secutor" target="_blank">2nd Cohort Secutor</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Eastern_La_Noscea" rel="noopener" class="external-link" title="Eastern La Noscea" href="https://ffxiv.gamerescape.com/wiki/Eastern_La_Noscea" target="_blank">Eastern La Noscea</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Trenchtooth_Sahagin" rel="noopener" class="external-link" title="Trenchtooth Sahagin" href="https://ffxiv.gamerescape.com/wiki/Trenchtooth_Sahagin" target="_blank">Trenchtooth Sahagin</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" rel="noopener" class="external-link" title="Western La Noscea" href="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" target="_blank">Western La Noscea</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Sapsa_Elbst" rel="noopener" class="external-link" title="Sapsa Elbst" href="https://ffxiv.gamerescape.com/wiki/Sapsa_Elbst" target="_blank">Sapsa Elbst</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" rel="noopener" class="external-link" title="Western La Noscea" href="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" target="_blank">Western La Noscea</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Elite_Roundsman" rel="noopener" class="external-link" title="Elite Roundsman" href="https://ffxiv.gamerescape.com/wiki/Elite_Roundsman" target="_blank">Elite Roundsman</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Outer_La_Noscea" rel="noopener" class="external-link" title="Outer La Noscea" href="https://ffxiv.gamerescape.com/wiki/Outer_La_Noscea" target="_blank">Outer La Noscea</a></p>
</div></div>
<div data-callout-metadata="" data-callout-fold="" data-callout="summary" class="callout"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-clipboard-list"><rect x="8" y="2" width="8" height="4" rx="1" ry="1"></rect><path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"></path><path d="M12 11h4"></path><path d="M12 16h4"></path><path d="M8 11h.01"></path><path d="M8 16h.01"></path></svg></div><div class="callout-title-inner">Duties</div></div><div class="callout-content">
<p><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" rel="noopener" class="external-link" title="Category:Dungeon" href="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" target="_blank"><img height="20" alt="Dungeon Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/4/4b/Dungeon_Icon.png/20px-Dungeon_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Sastasha" rel="noopener" class="external-link" title="Sastasha" href="https://ffxiv.gamerescape.com/wiki/Sastasha" target="_blank">Sastasha</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" rel="noopener" class="external-link" title="Category:Dungeon" href="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" target="_blank"><img height="20" alt="Dungeon Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/4/4b/Dungeon_Icon.png/20px-Dungeon_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Aurum_Vale" rel="noopener" class="external-link" title="The Aurum Vale" href="https://ffxiv.gamerescape.com/wiki/The_Aurum_Vale" target="_blank">The Aurum Vale</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" rel="noopener" class="external-link" title="Category:Dungeon" href="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" target="_blank"><img height="20" alt="Dungeon Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/4/4b/Dungeon_Icon.png/20px-Dungeon_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Halatali_(Hard)" rel="noopener" class="external-link" title="Halatali (Hard)" href="https://ffxiv.gamerescape.com/wiki/Halatali_(Hard)" target="_blank">Halatali (Hard)</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:FATE" rel="noopener" class="external-link" title="Category:FATE" href="https://ffxiv.gamerescape.com/wiki/Category:FATE" target="_blank"><img height="20" alt="FATE Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/b/bd/FATE_Icon.png/20px-FATE_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Surprise" rel="noopener" class="external-link" title="Surprise" href="https://ffxiv.gamerescape.com/wiki/Surprise" target="_blank">Surprise</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Upper_La_Noscea" rel="noopener" class="external-link" title="Upper La Noscea" href="https://ffxiv.gamerescape.com/wiki/Upper_La_Noscea" target="_blank">Upper La Noscea</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:FATE" rel="noopener" class="external-link" title="Category:FATE" href="https://ffxiv.gamerescape.com/wiki/Category:FATE" target="_blank"><img height="20" alt="FATE Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/b/bd/FATE_Icon.png/20px-FATE_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/In_Spite_of_It_All" rel="noopener" class="external-link" title="In Spite of It All" href="https://ffxiv.gamerescape.com/wiki/In_Spite_of_It_All" target="_blank">In Spite of It All</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Central_Shroud" rel="noopener" class="external-link" title="Central Shroud" href="https://ffxiv.gamerescape.com/wiki/Central_Shroud" target="_blank">Central Shroud</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:FATE" rel="noopener" class="external-link" title="Category:FATE" href="https://ffxiv.gamerescape.com/wiki/Category:FATE" target="_blank"><img height="20" alt="FATE Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/b/bd/FATE_Icon.png/20px-FATE_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Good_to_Be_Bud" rel="noopener" class="external-link" title="Good to Be Bud" href="https://ffxiv.gamerescape.com/wiki/Good_to_Be_Bud" target="_blank">Good to Be Bud</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Levequest" rel="noopener" class="external-link" title="Category:Levequest" href="https://ffxiv.gamerescape.com/wiki/Category:Levequest" target="_blank"><img height="20" alt="Levequest Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/7/7c/Levequest_Icon.png/20px-Levequest_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Subduing_the_Subprime" rel="noopener" class="external-link" title="Subduing the Subprime" href="https://ffxiv.gamerescape.com/wiki/Subduing_the_Subprime" target="_blank">Subduing the Subprime</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Northern_Thanalan" rel="noopener" class="external-link" title="Northern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Northern_Thanalan" target="_blank">Northern Thanalan</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Levequest" rel="noopener" class="external-link" title="Category:Levequest" href="https://ffxiv.gamerescape.com/wiki/Category:Levequest" target="_blank"><img height="20" alt="Levequest Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/7/7c/Levequest_Icon.png/20px-Levequest_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Big,_Bad_Idea" rel="noopener" class="external-link" title="Big, Bad Idea" href="https://ffxiv.gamerescape.com/wiki/Big,_Bad_Idea" target="_blank">Big, Bad Idea</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Levequest" rel="noopener" class="external-link" title="Category:Levequest" href="https://ffxiv.gamerescape.com/wiki/Category:Levequest" target="_blank"><img height="20" alt="Levequest Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/7/7c/Levequest_Icon.png/20px-Levequest_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Someone%27s_Got_a_Big_Mouth" rel="noopener" class="external-link" title="Someone's Got a Big Mouth" href="https://ffxiv.gamerescape.com/wiki/Someone%27s_Got_a_Big_Mouth" target="_blank">Someone's Got a Big Mouth</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" rel="noopener" class="external-link" title="Coerthas Central Highlands" href="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" target="_blank">Coerthas Central Highlands</a></p>
</div></div>
<div data-callout-metadata="" data-callout-fold="-" data-callout="hint" class="callout is-collapsible is-collapsed"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-flame"><path d="M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z"></path></svg></div><div class="callout-title-inner">Maps</div><div class="callout-fold is-collapsed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"></path></svg></div></div><div class="callout-content" style="display: none;">
<p><span alt="myhkbPa.png" src="myhkbPa.png" class="internal-embed media-embed image-embed is-loaded"><img alt="myhkbPa.png" src="images/myhkbpa.png"></span><br>
<span alt="3lfrvwO.png" src="3lfrvwO.png" class="internal-embed media-embed image-embed is-loaded"><img alt="3lfrvwO.png" src="images/3lfrvwo.png"></span><br>
<span alt="aXiglkr.png" src="aXiglkr.png" class="internal-embed media-embed image-embed is-loaded"><img alt="aXiglkr.png" src="images/axiglkr.png"></span><br>
<span alt="Bb58ONF.png" src="Bb58ONF.png" class="internal-embed media-embed image-embed is-loaded"><img alt="Bb58ONF.png" src="images/bb58onf.png"></span><br>
<span alt="JhkzSCn.png" src="JhkzSCn.png" class="internal-embed media-embed image-embed is-loaded"><img alt="JhkzSCn.png" src="images/jhkzscn.png"></span><br>
<span alt="0C0QSAo.png" src="0C0QSAo.png" class="internal-embed media-embed image-embed is-loaded"><img alt="0C0QSAo.png" src="images/0c0qsao.png"></span><br>
<span alt="bp2yHHp.png" src="bp2yHHp.png" class="internal-embed media-embed image-embed is-loaded"><img alt="bp2yHHp.png" src="images/bp2yhhp.png"></span><br>
<span alt="3JavYsU.png" src="3JavYsU.png" class="internal-embed media-embed image-embed is-loaded"><img alt="3JavYsU.png" src="images/3javysu.png"></span><br>
<span alt="hfCDKuJ.png" src="hfCDKuJ.png" class="internal-embed media-embed image-embed is-loaded"><img alt="hfCDKuJ.png" src="images/hfcdkuj.png"></span><br>
<span alt="fFvxecF.png" src="fFvxecF.png" class="internal-embed media-embed image-embed is-loaded"><img alt="fFvxecF.png" src="images/ffvxecf.png"></span></p>
</div></div>
</div></div></div></div></div><div class="heading-wrapper"><h5 data-heading="Book of Skywind II" class="heading" id="Book_of_Skywind_II"><div class="heading-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>Book of Skywind II</h5><div class="heading-children"><div><div data-callout-metadata="" data-callout-fold="-" data-callout="example" class="callout is-collapsible is-collapsed drop-shadow"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-list"><line x1="8" y1="6" x2="21" y2="6"></line><line x1="8" y1="12" x2="21" y2="12"></line><line x1="8" y1="18" x2="21" y2="18"></line><line x1="3" y1="6" x2="3.01" y2="6"></line><line x1="3" y1="12" x2="3.01" y2="12"></line><line x1="3" y1="18" x2="3.01" y2="18"></line></svg></div><div class="callout-title-inner">Details</div><div class="callout-fold is-collapsed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"></path></svg></div></div><div class="callout-content" style="display: none;">
<div data-callout-metadata="" data-callout-fold="" data-callout="bug" class="callout"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-bug"><path d="m8 2 1.88 1.88"></path><path d="M14.12 3.88 16 2"></path><path d="M9 7.13v-1a3.003 3.003 0 1 1 6 0v1"></path><path d="M12 20c-3.3 0-6-2.7-6-6v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v3c0 3.3-2.7 6-6 6"></path><path d="M12 20v-9"></path><path d="M6.53 9C4.6 8.8 3 7.1 3 5"></path><path d="M6 13H2"></path><path d="M3 21c0-2.1 1.7-3.9 3.8-4"></path><path d="M20.97 5c0 2.1-1.6 3.8-3.5 4"></path><path d="M22 13h-4"></path><path d="M17.2 17c2.1.1 3.8 1.9 3.8 4"></path></svg></div><div class="callout-title-inner">Enemies</div></div><div class="callout-content">
<p><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Gigas_Shramana" rel="noopener" class="external-link" title="Gigas Shramana" href="https://ffxiv.gamerescape.com/wiki/Gigas_Shramana" target="_blank">Gigas Shramana</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/5th_Cohort_Signifer" rel="noopener" class="external-link" title="5th Cohort Signifer" href="https://ffxiv.gamerescape.com/wiki/5th_Cohort_Signifer" target="_blank">5th Cohort Signifer</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Elite_Priest" rel="noopener" class="external-link" title="Elite Priest" href="https://ffxiv.gamerescape.com/wiki/Elite_Priest" target="_blank">Elite Priest</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Outer_La_Noscea" rel="noopener" class="external-link" title="Outer La Noscea" href="https://ffxiv.gamerescape.com/wiki/Outer_La_Noscea" target="_blank">Outer La Noscea</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Natalan_Fogcaller" rel="noopener" class="external-link" title="Natalan Fogcaller" href="https://ffxiv.gamerescape.com/wiki/Natalan_Fogcaller" target="_blank">Natalan Fogcaller</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" rel="noopener" class="external-link" title="Coerthas Central Highlands" href="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" target="_blank">Coerthas Central Highlands</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Dreamtoad" rel="noopener" class="external-link" title="Dreamtoad" href="https://ffxiv.gamerescape.com/wiki/Dreamtoad" target="_blank">Dreamtoad</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/East_Shroud" rel="noopener" class="external-link" title="East Shroud" href="https://ffxiv.gamerescape.com/wiki/East_Shroud" target="_blank">East Shroud</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/4th_Cohort_Signifer" rel="noopener" class="external-link" title="4th Cohort Signifer" href="https://ffxiv.gamerescape.com/wiki/4th_Cohort_Signifer" target="_blank">4th Cohort Signifer</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Western_Thanalan" rel="noopener" class="external-link" title="Western Thanalan" href="https://ffxiv.gamerescape.com/wiki/Western_Thanalan" target="_blank">Western Thanalan</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Watchwolf" rel="noopener" class="external-link" title="Watchwolf" href="https://ffxiv.gamerescape.com/wiki/Watchwolf" target="_blank">Watchwolf</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/North_Shroud" rel="noopener" class="external-link" title="North Shroud" href="https://ffxiv.gamerescape.com/wiki/North_Shroud" target="_blank">North Shroud</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Zahar%27ak_Battle_Drake" rel="noopener" class="external-link" title="Zahar'ak Battle Drake" href="https://ffxiv.gamerescape.com/wiki/Zahar%27ak_Battle_Drake" target="_blank">Zahar'ak Battle Drake</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" rel="noopener" class="external-link" title="Southern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" target="_blank">Southern Thanalan</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Amalj%27aa_Archer" rel="noopener" class="external-link" title="Amalj'aa Archer" href="https://ffxiv.gamerescape.com/wiki/Amalj%27aa_Archer" target="_blank">Amalj'aa Archer</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" rel="noopener" class="external-link" title="Southern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" target="_blank">Southern Thanalan</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Sapsa_Shelftooth" rel="noopener" class="external-link" title="Sapsa Shelftooth" href="https://ffxiv.gamerescape.com/wiki/Sapsa_Shelftooth" target="_blank">Sapsa Shelftooth</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" rel="noopener" class="external-link" title="Western La Noscea" href="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" target="_blank">Western La Noscea</a></p>
</div></div>
<div data-callout-metadata="" data-callout-fold="" data-callout="summary" class="callout"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-clipboard-list"><rect x="8" y="2" width="8" height="4" rx="1" ry="1"></rect><path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"></path><path d="M12 11h4"></path><path d="M12 16h4"></path><path d="M8 11h.01"></path><path d="M8 16h.01"></path></svg></div><div class="callout-title-inner">Duties</div></div><div class="callout-content">
<p><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" rel="noopener" class="external-link" title="Category:Dungeon" href="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" target="_blank"><img height="20" alt="Dungeon Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/4/4b/Dungeon_Icon.png/20px-Dungeon_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Haukke_Manor" rel="noopener" class="external-link" title="Haukke Manor" href="https://ffxiv.gamerescape.com/wiki/Haukke_Manor" target="_blank">Haukke Manor</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" rel="noopener" class="external-link" title="Category:Dungeon" href="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" target="_blank"><img height="20" alt="Dungeon Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/4/4b/Dungeon_Icon.png/20px-Dungeon_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Copperbell_Mines_(Hard)" rel="noopener" class="external-link" title="Copperbell Mines (Hard)" href="https://ffxiv.gamerescape.com/wiki/Copperbell_Mines_(Hard)" target="_blank">Copperbell Mines (Hard)</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" rel="noopener" class="external-link" title="Category:Dungeon" href="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" target="_blank"><img height="20" alt="Dungeon Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/4/4b/Dungeon_Icon.png/20px-Dungeon_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Brayflox%27s_Longstop_(Hard)" rel="noopener" class="external-link" title="Brayflox's Longstop (Hard)" href="https://ffxiv.gamerescape.com/wiki/Brayflox%27s_Longstop_(Hard)" target="_blank">Brayflox's Longstop (Hard)</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:FATE" rel="noopener" class="external-link" title="Category:FATE" href="https://ffxiv.gamerescape.com/wiki/Category:FATE" target="_blank"><img height="20" alt="FATE Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/b/bd/FATE_Icon.png/20px-FATE_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Taken" rel="noopener" class="external-link" title="Taken" href="https://ffxiv.gamerescape.com/wiki/Taken" target="_blank">Taken</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" rel="noopener" class="external-link" title="Southern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" target="_blank">Southern Thanalan</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:FATE" rel="noopener" class="external-link" title="Category:FATE" href="https://ffxiv.gamerescape.com/wiki/Category:FATE" target="_blank"><img height="20" alt="FATE Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/b/bd/FATE_Icon.png/20px-FATE_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Tower_of_Power" rel="noopener" class="external-link" title="Tower of Power" href="https://ffxiv.gamerescape.com/wiki/Tower_of_Power" target="_blank">Tower of Power</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" rel="noopener" class="external-link" title="Coerthas Central Highlands" href="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" target="_blank">Coerthas Central Highlands</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:FATE" rel="noopener" class="external-link" title="Category:FATE" href="https://ffxiv.gamerescape.com/wiki/Category:FATE" target="_blank"><img height="20" alt="FATE Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/b/bd/FATE_Icon.png/20px-FATE_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/What_Gored_Before" rel="noopener" class="external-link" title="What Gored Before" href="https://ffxiv.gamerescape.com/wiki/What_Gored_Before" target="_blank">What Gored Before</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/South_Shroud" rel="noopener" class="external-link" title="South Shroud" href="https://ffxiv.gamerescape.com/wiki/South_Shroud" target="_blank">South Shroud</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Levequest" rel="noopener" class="external-link" title="Category:Levequest" href="https://ffxiv.gamerescape.com/wiki/Category:Levequest" target="_blank"><img height="20" alt="Levequest Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/7/7c/Levequest_Icon.png/20px-Levequest_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Necrologos:_Pale_Oblation" rel="noopener" class="external-link" title="Necrologos: Pale Oblation" href="https://ffxiv.gamerescape.com/wiki/Necrologos:_Pale_Oblation" target="_blank">Necrologos: Pale Oblation</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Northern_Thanalan" rel="noopener" class="external-link" title="Northern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Northern_Thanalan" target="_blank">Northern Thanalan</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Levequest" rel="noopener" class="external-link" title="Category:Levequest" href="https://ffxiv.gamerescape.com/wiki/Category:Levequest" target="_blank"><img height="20" alt="Levequest Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/7/7c/Levequest_Icon.png/20px-Levequest_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Put_Your_Stomp_on_It" rel="noopener" class="external-link" title="Put Your Stomp on It" href="https://ffxiv.gamerescape.com/wiki/Put_Your_Stomp_on_It" target="_blank">Put Your Stomp on It</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Levequest" rel="noopener" class="external-link" title="Category:Levequest" href="https://ffxiv.gamerescape.com/wiki/Category:Levequest" target="_blank"><img height="20" alt="Levequest Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/7/7c/Levequest_Icon.png/20px-Levequest_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Bloodhounds_of_Coerthas" rel="noopener" class="external-link" title="The Bloodhounds of Coerthas" href="https://ffxiv.gamerescape.com/wiki/The_Bloodhounds_of_Coerthas" target="_blank">The Bloodhounds of Coerthas</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" rel="noopener" class="external-link" title="Coerthas Central Highlands" href="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" target="_blank">Coerthas Central Highlands</a></p>
</div></div>
<div data-callout-metadata="" data-callout-fold="-" data-callout="hint" class="callout is-collapsible is-collapsed"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-flame"><path d="M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z"></path></svg></div><div class="callout-title-inner">Maps</div><div class="callout-fold is-collapsed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"></path></svg></div></div><div class="callout-content" style="display: none;">
<p><span alt="hlx7Skn.png" src="hlx7Skn.png" class="internal-embed media-embed image-embed is-loaded"><img alt="hlx7Skn.png" src="images/hlx7skn.png"></span><br>
<span alt="woaiBh5.png" src="woaiBh5.png" class="internal-embed media-embed image-embed is-loaded"><img alt="woaiBh5.png" src="images/woaibh5.png"></span><br>
<span alt="DWEvZ84.png" src="DWEvZ84.png" class="internal-embed media-embed image-embed is-loaded"><img alt="DWEvZ84.png" src="images/dwevz84.png"></span><br>
<span alt="pFCUgjg.png" src="pFCUgjg.png" class="internal-embed media-embed image-embed is-loaded"><img alt="pFCUgjg.png" src="images/pfcugjg.png"></span><br>
<span alt="HLLMwc0.png" src="HLLMwc0.png" class="internal-embed media-embed image-embed is-loaded"><img alt="HLLMwc0.png" src="images/hllmwc0.png"></span><br>
<span alt="qEX3IbA.png" src="qEX3IbA.png" class="internal-embed media-embed image-embed is-loaded"><img alt="qEX3IbA.png" src="images/qex3iba.png"></span><br>
<span alt="W82QhLF.png" src="W82QhLF.png" class="internal-embed media-embed image-embed is-loaded"><img alt="W82QhLF.png" src="images/w82qhlf.png"></span><br>
<span alt="WVWAqOE.png" src="WVWAqOE.png" class="internal-embed media-embed image-embed is-loaded"><img alt="WVWAqOE.png" src="images/wvwaqoe.png"></span><br>
<span alt="cVEQZTI.png" src="cVEQZTI.png" class="internal-embed media-embed image-embed is-loaded"><img alt="cVEQZTI.png" src="images/cveqzti.png"></span><br>
<span alt="pI6YkUh.png" src="pI6YkUh.png" class="internal-embed media-embed image-embed is-loaded"><img alt="pI6YkUh.png" src="images/pi6ykuh.png"></span></p>
</div></div>
</div></div></div><div><hr></div></div></div></div></div><div class="heading-wrapper"><h4 data-heading="The Books of Earth" class="heading" id="The_Books_of_Earth"><div class="heading-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>The Books of Earth</h4><div class="heading-children"><div class="heading-wrapper"><h5 data-heading="Book of Skyearth I" class="heading" id="Book_of_Skyearth_I"><div class="heading-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>Book of Skyearth I</h5><div class="heading-children"><div><div data-callout-metadata="" data-callout-fold="-" data-callout="example" class="callout is-collapsible is-collapsed drop-shadow"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-list"><line x1="8" y1="6" x2="21" y2="6"></line><line x1="8" y1="12" x2="21" y2="12"></line><line x1="8" y1="18" x2="21" y2="18"></line><line x1="3" y1="6" x2="3.01" y2="6"></line><line x1="3" y1="12" x2="3.01" y2="12"></line><line x1="3" y1="18" x2="3.01" y2="18"></line></svg></div><div class="callout-title-inner">Details</div><div class="callout-fold is-collapsed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"></path></svg></div></div><div class="callout-content" style="display: none;">
<div data-callout-metadata="" data-callout-fold="" data-callout="bug" class="callout"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-bug"><path d="m8 2 1.88 1.88"></path><path d="M14.12 3.88 16 2"></path><path d="M9 7.13v-1a3.003 3.003 0 1 1 6 0v1"></path><path d="M12 20c-3.3 0-6-2.7-6-6v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v3c0 3.3-2.7 6-6 6"></path><path d="M12 20v-9"></path><path d="M6.53 9C4.6 8.8 3 7.1 3 5"></path><path d="M6 13H2"></path><path d="M3 21c0-2.1 1.7-3.9 3.8-4"></path><path d="M20.97 5c0 2.1-1.6 3.8-3.5 4"></path><path d="M22 13h-4"></path><path d="M17.2 17c2.1.1 3.8 1.9 3.8 4"></path></svg></div><div class="callout-title-inner">Enemies</div></div><div class="callout-content">
<p><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Amalj%27aa_Scavenger" rel="noopener" class="external-link" title="Amalj'aa Scavenger" href="https://ffxiv.gamerescape.com/wiki/Amalj%27aa_Scavenger" target="_blank">Amalj'aa Scavenger</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" rel="noopener" class="external-link" title="Southern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" target="_blank">Southern Thanalan</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Zahar%27ak_Pugilist" rel="noopener" class="external-link" title="Zahar'ak Pugilist" href="https://ffxiv.gamerescape.com/wiki/Zahar%27ak_Pugilist" target="_blank">Zahar'ak Pugilist</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" rel="noopener" class="external-link" title="Southern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Southern_Thanalan" target="_blank">Southern Thanalan</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Ixali_Boldwing" rel="noopener" class="external-link" title="Ixali Boldwing" href="https://ffxiv.gamerescape.com/wiki/Ixali_Boldwing" target="_blank">Ixali Boldwing</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/North_Shroud" rel="noopener" class="external-link" title="North Shroud" href="https://ffxiv.gamerescape.com/wiki/North_Shroud" target="_blank">North Shroud</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Violet_Sigh" rel="noopener" class="external-link" title="Violet Sigh" href="https://ffxiv.gamerescape.com/wiki/Violet_Sigh" target="_blank">Violet Sigh</a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Genus:Sylph" rel="noopener" class="external-link" title="Category:Genus:Sylph" href="https://ffxiv.gamerescape.com/wiki/Category:Genus:Sylph" target="_blank"><img height="20" alt="Sylph Genus Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/b/b6/Sylph_Genus_Icon.png/20px-Sylph_Genus_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/East_Shroud" rel="noopener" class="external-link" title="East Shroud" href="https://ffxiv.gamerescape.com/wiki/East_Shroud" target="_blank">East Shroud</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Axolotl" rel="noopener" class="external-link" title="Axolotl" href="https://ffxiv.gamerescape.com/wiki/Axolotl" target="_blank">Axolotl</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" rel="noopener" class="external-link" title="Western La Noscea" href="https://ffxiv.gamerescape.com/wiki/Western_La_Noscea" target="_blank">Western La Noscea</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/5th_Cohort_Secutor" rel="noopener" class="external-link" title="5th Cohort Secutor" href="https://ffxiv.gamerescape.com/wiki/5th_Cohort_Secutor" target="_blank">5th Cohort Secutor</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Hapalit" rel="noopener" class="external-link" title="Hapalit" href="https://ffxiv.gamerescape.com/wiki/Hapalit" target="_blank">Hapalit</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Elite_Quarryman" rel="noopener" class="external-link" title="Elite Quarryman" href="https://ffxiv.gamerescape.com/wiki/Elite_Quarryman" target="_blank">Elite Quarryman</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Outer_La_Noscea" rel="noopener" class="external-link" title="Outer La Noscea" href="https://ffxiv.gamerescape.com/wiki/Outer_La_Noscea" target="_blank">Outer La Noscea</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Natalan_Swiftbeak" rel="noopener" class="external-link" title="Natalan Swiftbeak" href="https://ffxiv.gamerescape.com/wiki/Natalan_Swiftbeak" target="_blank">Natalan Swiftbeak</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" rel="noopener" class="external-link" title="Coerthas Central Highlands" href="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" target="_blank">Coerthas Central Highlands</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/2nd_Cohort_Signifer" rel="noopener" class="external-link" title="2nd Cohort Signifer" href="https://ffxiv.gamerescape.com/wiki/2nd_Cohort_Signifer" target="_blank">2nd Cohort Signifer</a> x3 - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Eastern_La_Noscea" rel="noopener" class="external-link" title="Eastern La Noscea" href="https://ffxiv.gamerescape.com/wiki/Eastern_La_Noscea" target="_blank">Eastern La Noscea</a></p>
</div></div>
<div data-callout-metadata="" data-callout-fold="" data-callout="summary" class="callout"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-clipboard-list"><rect x="8" y="2" width="8" height="4" rx="1" ry="1"></rect><path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"></path><path d="M12 11h4"></path><path d="M12 16h4"></path><path d="M8 11h.01"></path><path d="M8 16h.01"></path></svg></div><div class="callout-title-inner">Duties</div></div><div class="callout-content">
<p><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" rel="noopener" class="external-link" title="Category:Dungeon" href="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" target="_blank"><img height="20" alt="Dungeon Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/4/4b/Dungeon_Icon.png/20px-Dungeon_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Pharos_Sirius" rel="noopener" class="external-link" title="Pharos Sirius" href="https://ffxiv.gamerescape.com/wiki/Pharos_Sirius" target="_blank">Pharos Sirius</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" rel="noopener" class="external-link" title="Category:Dungeon" href="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" target="_blank"><img height="20" alt="Dungeon Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/4/4b/Dungeon_Icon.png/20px-Dungeon_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Halatali" rel="noopener" class="external-link" title="Halatali" href="https://ffxiv.gamerescape.com/wiki/Halatali" target="_blank">Halatali</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" rel="noopener" class="external-link" title="Category:Dungeon" href="https://ffxiv.gamerescape.com/wiki/Category:Dungeon" target="_blank"><img height="20" alt="Dungeon Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/4/4b/Dungeon_Icon.png/20px-Dungeon_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Amdapor_Keep" rel="noopener" class="external-link" title="Amdapor Keep" href="https://ffxiv.gamerescape.com/wiki/Amdapor_Keep" target="_blank">Amdapor Keep</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:FATE" rel="noopener" class="external-link" title="Category:FATE" href="https://ffxiv.gamerescape.com/wiki/Category:FATE" target="_blank"><img height="20" alt="FATE Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/b/bd/FATE_Icon.png/20px-FATE_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Taste_of_Fear" rel="noopener" class="external-link" title="The Taste of Fear" href="https://ffxiv.gamerescape.com/wiki/The_Taste_of_Fear" target="_blank">The Taste of Fear</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" rel="noopener" class="external-link" title="Coerthas Central Highlands" href="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" target="_blank">Coerthas Central Highlands</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:FATE" rel="noopener" class="external-link" title="Category:FATE" href="https://ffxiv.gamerescape.com/wiki/Category:FATE" target="_blank"><img height="20" alt="FATE Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/b/bd/FATE_Icon.png/20px-FATE_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Big_Bagoly_Theory" rel="noopener" class="external-link" title="The Big Bagoly Theory" href="https://ffxiv.gamerescape.com/wiki/The_Big_Bagoly_Theory" target="_blank">The Big Bagoly Theory</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Eastern_Thanalan" rel="noopener" class="external-link" title="Eastern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Eastern_Thanalan" target="_blank">Eastern Thanalan</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:FATE" rel="noopener" class="external-link" title="Category:FATE" href="https://ffxiv.gamerescape.com/wiki/Category:FATE" target="_blank"><img height="20" alt="FATE Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/b/bd/FATE_Icon.png/20px-FATE_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Schism" rel="noopener" class="external-link" title="Schism" href="https://ffxiv.gamerescape.com/wiki/Schism" target="_blank">Schism</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Outer_La_Noscea" rel="noopener" class="external-link" title="Outer La Noscea" href="https://ffxiv.gamerescape.com/wiki/Outer_La_Noscea" target="_blank">Outer La Noscea</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Levequest" rel="noopener" class="external-link" title="Category:Levequest" href="https://ffxiv.gamerescape.com/wiki/Category:Levequest" target="_blank"><img alt="Levequest Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/7/7c/Levequest_Icon.png/20px-Levequest_Icon.png" referrerpolicy="no-referrer"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Don%27t_Forget_to_Cry" rel="noopener" class="external-link" title="Don't Forget to Cry" href="https://ffxiv.gamerescape.com/wiki/Don%27t_Forget_to_Cry" target="_blank">Don't Forget to Cry</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Northern_Thanalan" rel="noopener" class="external-link" title="Northern Thanalan" href="https://ffxiv.gamerescape.com/wiki/Northern_Thanalan" target="_blank">Northern Thanalan</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Levequest" rel="noopener" class="external-link" title="Category:Levequest" href="https://ffxiv.gamerescape.com/wiki/Category:Levequest" target="_blank"><img height="20" alt="Levequest Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/7/7c/Levequest_Icon.png/20px-Levequest_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Necrologos:_The_Liminal_Ones" rel="noopener" class="external-link" title="Necrologos: The Liminal Ones" href="https://ffxiv.gamerescape.com/wiki/Necrologos:_The_Liminal_Ones" target="_blank">Necrologos: The Liminal Ones</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Category:Levequest" rel="noopener" class="external-link" title="Category:Levequest" href="https://ffxiv.gamerescape.com/wiki/Category:Levequest" target="_blank"><img height="20" alt="Levequest Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/7/7c/Levequest_Icon.png/20px-Levequest_Icon.png" referrerpolicy="no-referrer" style="width: 20px; max-width: 100%;"></a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/No_Big_Whoop" rel="noopener" class="external-link" title="No Big Whoop" href="https://ffxiv.gamerescape.com/wiki/No_Big_Whoop" target="_blank">No Big Whoop</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" rel="noopener" class="external-link" title="Coerthas Central Highlands" href="https://ffxiv.gamerescape.com/wiki/Coerthas_Central_Highlands" target="_blank">Coerthas Central Highlands</a></p>
</div></div>
<div data-callout-metadata="" data-callout-fold="-" data-callout="hint" class="callout is-collapsible is-collapsed"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-flame"><path d="M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z"></path></svg></div><div class="callout-title-inner">Maps</div><div class="callout-fold is-collapsed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"></path></svg></div></div><div class="callout-content" style="display: none;">
<p><span alt="sDyo6fV.png" src="sDyo6fV.png" class="internal-embed media-embed image-embed is-loaded"><img alt="sDyo6fV.png" src="images/sdyo6fv.png"></span><br>
<span alt="dfmG3Md.png" src="dfmG3Md.png" class="internal-embed media-embed image-embed is-loaded"><img alt="dfmG3Md.png" src="images/dfmg3md.png"></span><br>
<span alt="PJLyQo9.png" src="PJLyQo9.png" class="internal-embed media-embed image-embed is-loaded"><img alt="PJLyQo9.png" src="images/pjlyqo9.png"></span><br>
<span alt="8rocr7x.png" src="8rocr7x.png" class="internal-embed media-embed image-embed is-loaded"><img alt="8rocr7x.png" src="images/8rocr7x.png"></span><br>
<span alt="WwmtydT.png" src="WwmtydT.png" class="internal-embed media-embed image-embed is-loaded"><img alt="WwmtydT.png" src="images/wwmtydt.png"></span><br>
<span alt="GgKcq5K.png" src="GgKcq5K.png" class="internal-embed media-embed image-embed is-loaded"><img alt="GgKcq5K.png" src="images/ggkcq5k.png"></span><br>
<span alt="RcwG7cj.png" src="RcwG7cj.png" class="internal-embed media-embed image-embed is-loaded"><img alt="RcwG7cj.png" src="images/rcwg7cj.png"></span><br>
<span alt="TfdlShO.png" src="TfdlShO.png" class="internal-embed media-embed image-embed is-loaded"><img alt="TfdlShO.png" src="images/tfdlsho.png"></span><br>
<span alt="JKTYKxw.png" src="JKTYKxw.png" class="internal-embed media-embed image-embed is-loaded"><img alt="JKTYKxw.png" src="images/jktykxw.png"></span><br>
<span alt="udY87am.png" src="udY87am.png" class="internal-embed media-embed image-embed is-loaded"><img alt="udY87am.png" src="images/udy87am.png"></span></p>
</div></div>
</div></div></div><div><hr></div><div><hr></div></div></div></div></div></div></div></div></div><div class="heading-wrapper"><h2 data-heading="5 - Novus" class="heading" id="5_-_Novus"><div class="heading-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>5 - Novus</h2><div class="heading-children"><div><p>While it makes no major difference. if you already bought some of the mats previously this step will be that much easier.</p></div><div><ol>
<li data-line="0">Talk with <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Jalzahn" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Jalzahn" target="_blank">Jalzahn Daemir</a> while having your Animus weapon equipped and accept the quest <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Celestial_Radiance" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Celestial_Radiance" target="_blank">Celestial Radiance</a>.</li>
<li data-line="1">If you haven't done so before, purchase 3 <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Superior_Enchanted_Ink" rel="noopener" class="external-link" title="Superior Enchanted Ink" href="https://ffxiv.gamerescape.com/wiki/Superior_Enchanted_Ink" target="_blank">Superior Enchanted Ink</a> from a Rowena's Representative (such as <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Auriana/Allagan_Tomestones_of_Poetics_(Special_Arms)" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Auriana/Allagan_Tomestones_of_Poetics_(Special_Arms)" target="_blank">Auriana</a>) and deliver then to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Hubairtin" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Hubairtin" target="_blank">Hubairtin</a> to receive a <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Sphere_Scroll" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Sphere_Scroll" target="_blank">Sphere Scroll</a> for your weapon.</li>
<li data-line="2">Infuse 75 Materia to your <strong>Sphere Scroll</strong>. This will also require 75 <strong>Alexandrite</strong> (see <a data-href="#Initial Preparations" href="#Initial_Preparations" class="internal-link" target="_self" rel="noopener">Initial Preparations</a>).
<div data-callout-metadata="" data-callout-fold="" data-callout="important" class="callout drop-shadow"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-flame"><path d="M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z"></path></svg></div><div class="callout-title-inner">Important</div></div><div class="callout-content">
<p>You won't be able to add 75 materia from one single type as there is a minimum of 2 stats required.<br>
Each stat also maxes out at 44.<br>
The scroll has a mechanic in which the materia ranks will unlock every 11 infuses, keep this in mind when buying the materia you need (e.g. You have to infuse 11 Rank I Materia to unlock Rank II infuses of that same materia).<br>
As this is not a current weapon anymore, pick the cheapest materia available to complete this as the stat line-up won't matter.</p>
</div></div>
</li>
<li data-line="8">With the 75 Materia added to your <strong>Sphere Scroll</strong>, talk to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Jalzahn" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Jalzahn" target="_blank">Jalzahn Daemir</a> to accept the quest <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Star_Light,_Star_Bright" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Star_Light,_Star_Bright" target="_blank">Star Light, Star Bright</a>.</li>
<li data-line="9">Speak to him again and select <strong>Relic Weapon Animum Enhancement</strong> while holding the weapon in your inventory.</li>
</ol></div><div><hr></div></div></div><div class="heading-wrapper"><h2 data-heading="6 - Nexus" class="heading" id="6_-_Nexus"><div class="heading-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>6 - Nexus</h2><div class="heading-children"><div><p>On this step you will have to infuse your newly acquired weapon with light.<br>
In summary:</p></div><div><ol>
<li data-line="0">Equip your Novus Weapon and talk to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Jalzahn" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Jalzahn" target="_blank">Jalzahn Daemir</a> to start the quest <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mmmmmm,_Soulglazed_Relics" rel="noopener" class="external-link" title="Mmmmmm, Soulglazed Relics" href="https://ffxiv.gamerescape.com/wiki/Mmmmmm,_Soulglazed_Relics" target="_blank">Mmmmmm, Soulglazed Relics</a>.</li>
<li data-line="1">Talk to him again and select <strong>Zodiac Relic Weapon Novus Soulglazing</strong> and select your weapon to add the <strong>Soulgazing</strong> effect and prepare it to receive light.</li>
<li data-line="2">Perform various activities with your weapon equipped until you've added 2000 light to it (your <strong>Zodiac Glass</strong> will tell you that the weapon has "Bursting Activity" once it's complete). </li>
<li data-line="3">After you've added all the 2000 light to your weapon, return to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Jalzahn" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Jalzahn" target="_blank">Jalzahn Daemir</a> and select <strong>Relic Weapon Novus Enhancement</strong> with the weapon in your inventory.</li>
</ol></div><div><div data-callout-metadata="" data-callout-fold="" data-callout="info" class="callout drop-shadow"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-info"><circle cx="12" cy="12" r="10"></circle><path d="M12 16v-4"></path><path d="M12 8h.01"></path></svg></div><div class="callout-title-inner">Activities</div></div><div class="callout-content">
<p>The activities that reward light include: <strong>ARR Raids, ARR Trials, ARR Dungeons, PVP, Treasure/Alexandrite maps, FATEs and Levequests</strong><br>
There is a bonus light mechanic that alters the amount given by each activity, this window rotates every two hours.</p>
</div></div></div><div><div data-callout-metadata="" data-callout-fold="" data-callout="tip" class="callout drop-shadow"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-flame"><path d="M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z"></path></svg></div><div class="callout-title-inner">Tip</div></div><div class="callout-content">
<p>You may do the ARR dungeons, trials or raids unsync and using your max level weapon, as long as you equip the <strong>Novus Relic</strong> before the final boss. Only the final boss kill will count for this!<br>
As some dungeons were streamlined on patch 6.1 these will be faster to do unsync, one good example is <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Thousand_Maws_of_Toto-Rak" rel="noopener" class="external-link" title="The Thousand Maws of Toto-Rak" href="https://ffxiv.gamerescape.com/wiki/The_Thousand_Maws_of_Toto-Rak" target="_blank">The Thousand Maws of Toto-Rak</a></p>
</div></div></div><div class="heading-wrapper"><h3 data-heading="Light Values" class="heading" id="Light_Values"><div class="heading-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>Light Values</h3><div class="heading-children"><div style="overflow-x: auto;"><table>
<thead>
<tr>
<th>Light given</th>
<th>With bonus</th>
<th>Duties</th>
</tr>
</thead>
<tbody>
<tr>
<td>Feeble (8)</td>
<td>Gentle (16)</td>
<td>The Bowl of Embers<br>FATEs<br>Treasure maps</td>
</tr>
<tr>
<td>Gentle (16)</td>
<td>Bright (32)</td>
<td>Alexandrite maps<br>Hard Trials<br>Urth’s Fount<br>The Porta Decumana<br>The Howling Eye (Extreme)<br>The Minstrel’s Ballad: Ultima’s Bane<br>Binding Coil of Bahamut Turn4</td>
</tr>
<tr>
<td>Bright (32)</td>
<td>Brilliant (48)</td>
<td>All Extreme trials except: The Howling Eye, Binding Coil of Bahamut Turns 1, 2 and 5<br>All Second Coils of Bahamut (including savage)<br>All Final Coils of Bahamut<br>The Wanderer’s Palace<br>Amdapor Keep<br>Pharos Sirius<br>Copperbell Mines (Hard)<br>The Lost City of Amdapor<br>Halatali (Hard)<br>Brayflox’s Longstop (Hard)</td>
</tr>
<tr>
<td>Brilliant (48)</td>
<td>Blinding (96)</td>
<td>Sastasha<br>The Tam-Tara Deepcroft<br>Copperbell Mines<br>Halatali<br>The THousand Maws of Toto-Rak<br>Haukke Manor<br>Brayflox’s Longstop<br>The Sunken Temple of Qarn<br>Cutter’s Cry<br>The Stone Vigil, Dzemael Darkhold<br>The Aurum Vale<br>Castrum Meridianum<br>The Praetorium<br>Hullbreaker Isle<br>The Tam-Tara Deepcroft (Hard)<br>The Stone Vigil (Hard)<br>Snowcloak<br>Sastasha (Hard)<br>The Keeper of the Lake<br>The Borderland Ruins (secure)<br>The Labyrinth of the Ancients</td>
</tr>
<tr>
<td>Blinding (96)</td>
<td>Newborn Star (128)</td>
<td>Syrcus Tower<br>The World of Darkness</td>
</tr>
</tbody>
</table></div><div><hr></div></div></div></div></div><div class="heading-wrapper"><h2 data-heading="7 - Zodiac" class="heading" id="7_-_Zodiac"><div class="heading-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>7 - Zodiac</h2><div class="heading-children"><div><p>This step starts by picking up the quest <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Wherefore_Art_Thou,_Zodiac" rel="noopener" class="external-link" title="Wherefore Art Thou, Zodiac" href="https://ffxiv.gamerescape.com/wiki/Wherefore_Art_Thou,_Zodiac" target="_blank">Wherefore Art Thou, Zodiac</a> from <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Jalzahn" rel="noopener" class="external-link" title="Jalzahn" href="https://ffxiv.gamerescape.com/wiki/Jalzahn" target="_blank">Jalzahn</a>.<br>
After you complete it, you will need to pick up the 4 following quests:</p></div><div><ul>
<li data-line="0"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/A_Ponze_of_Flesh" rel="noopener" class="external-link" title="A Ponze of Flesh" href="https://ffxiv.gamerescape.com/wiki/A_Ponze_of_Flesh" target="_blank">A Ponze of Flesh</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Papana" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Papana" target="_blank">Papana</a> (Mor Dhona)</li>
<li data-line="1"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Labor_of_Love" rel="noopener" class="external-link" title="Labor of Love" href="https://ffxiv.gamerescape.com/wiki/Labor_of_Love" target="_blank">Labor of Love</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Guiding_Star" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Guiding_Star" target="_blank">Guiding Star</a> (Mor Dhona)</li>
<li data-line="2"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Method_in_His_Malice" rel="noopener" class="external-link" title="Method in His Malice" href="https://ffxiv.gamerescape.com/wiki/Method_in_His_Malice" target="_blank">Method in His Malice</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Adkin" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Adkin" target="_blank">Adkin</a> (Central Thanalan)</li>
<li data-line="3"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/A_Treasured_Mother" rel="noopener" class="external-link" title="A Treasured Mother" href="https://ffxiv.gamerescape.com/wiki/A_Treasured_Mother" target="_blank">A Treasured Mother</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Brangwine" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Brangwine" target="_blank">Bragwine</a> (Mor Dhona)</li>
</ul></div><div><p>If you already bought some of the items at the start, it helps a lot completing this step as it requires quite a substantial amount of spending.<br>
For reference, completing all four of these quests requires buying:</p></div><div><ul>
<li data-line="0">4 Bombard cores - 80.000 Grand Company Seals</li>
<li data-line="1">4 Sacred Spring Water - 800 Poetics</li>
<li data-line="2"><div class="list-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>4 Items bought with gil - 400.000 Gil
<ul>
<li data-line="3">Bronze Lake Crystal</li>
<li data-line="4">Allagan Resin</li>
<li data-line="5">Furite Sand</li>
<li data-line="6">Brass Kettle</li>
</ul>
</li>
</ul></div><div><p>The quests also need specifically crafted <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/HQ" rel="noopener" class="external-link" title="HQ" href="https://ffxiv.gamerescape.com/wiki/HQ" target="_blank"><img alt="HQ Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/1/18/HQ_Icon.png/14px-HQ_Icon.png" referrerpolicy="no-referrer"></a>High Quality items.<br>
Crafting these will need the <a data-tooltip-position="top" aria-label="https://na.finalfantasyxiv.com/lodestone/playguide/db/quest/1a5c1d4bb6a/" rel="noopener" class="external-link" href="https://na.finalfantasyxiv.com/lodestone/playguide/db/quest/1a5c1d4bb6a/" target="_blank">Master Recipes I</a> book for each of the crafting jobs needed (more details below).<br>
Alternatively, you can search and grab these from the marketboard. 😊</p></div><div class="heading-wrapper"><h3 data-heading="The Quests" class="heading" id="The_Quests"><div class="heading-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>The Quests</h3><div class="heading-children"><div class="heading-wrapper"><h4 data-heading="A Ponze of Flesh" class="heading" id="A_Ponze_of_Flesh"><div class="heading-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>A Ponze of Flesh</h4><div class="heading-children"><div><div data-callout-metadata="" data-callout-fold="" data-callout="info" class="callout drop-shadow"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-info"><circle cx="12" cy="12" r="10"></circle><path d="M12 16v-4"></path><path d="M12 8h.01"></path></svg></div><div class="callout-title-inner">Info</div></div><div class="callout-content">
<p>Starts at: <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Papana" rel="noopener" class="external-link" title="Papana" href="https://ffxiv.gamerescape.com/wiki/Papana" target="_blank">Papana</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a> (x23, y7.4)<br>
Rewards: <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Book_of_Skylight" rel="noopener" class="external-link" title="Book of Skylight" href="https://ffxiv.gamerescape.com/wiki/Book_of_Skylight" target="_blank">Book of Skylight</a></p>
<div data-callout-metadata="" data-callout-fold="" data-callout="summary" class="callout"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-clipboard-list"><rect x="8" y="2" width="8" height="4" rx="1" ry="1"></rect><path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"></path><path d="M12 11h4"></path><path d="M12 16h4"></path><path d="M8 11h.01"></path><path d="M8 16h.01"></path></svg></div><div class="callout-title-inner">Dungeons</div></div><div class="callout-content">
<p><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Dzemael_Darkhold" rel="noopener" class="external-link" title="Dzemael Darkhold" href="https://ffxiv.gamerescape.com/wiki/Dzemael_Darkhold" target="_blank">Dzemael Darkhold</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Brayflox%27s_Longstop_(Hard)" rel="noopener" class="external-link" title="Brayflox's Longstop (Hard)" href="https://ffxiv.gamerescape.com/wiki/Brayflox%27s_Longstop_(Hard)" target="_blank">Brayflox's Longstop (Hard)</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Halatali_(Hard)" rel="noopener" class="external-link" title="Halatali (Hard)" href="https://ffxiv.gamerescape.com/wiki/Halatali_(Hard)" target="_blank">Halatali (Hard)</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Snowcloak" rel="noopener" class="external-link" title="Snowcloak" href="https://ffxiv.gamerescape.com/wiki/Snowcloak" target="_blank">Snowcloak</a></p>
</div></div>
<div data-callout-metadata="" data-callout-fold="" data-callout="example" class="callout"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-list"><line x1="8" y1="6" x2="21" y2="6"></line><line x1="8" y1="12" x2="21" y2="12"></line><line x1="8" y1="18" x2="21" y2="18"></line><line x1="3" y1="6" x2="3.01" y2="6"></line><line x1="3" y1="12" x2="3.01" y2="12"></line><line x1="3" y1="18" x2="3.01" y2="18"></line></svg></div><div class="callout-title-inner">Shopping list</div></div><div class="callout-content">
<p><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Bombard_Core" rel="noopener" class="external-link" title="Bombard Core" href="https://ffxiv.gamerescape.com/wiki/Bombard_Core" target="_blank">Bombard Core</a> - 20.000 Grand Company Seals<br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Sacred_Spring_Water" rel="noopener" class="external-link" title="Sacred Spring Water" href="https://ffxiv.gamerescape.com/wiki/Sacred_Spring_Water" target="_blank">Sacred Spring Water</a> - 200 Poetics<br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Bronze_Lake_Crystal" rel="noopener" class="external-link" title="Bronze Lake Crystal" href="https://ffxiv.gamerescape.com/wiki/Bronze_Lake_Crystal" target="_blank">Bronze Lake Crystal</a> - 100.000 Gil</p>
</div></div>
<div data-callout-metadata="" data-callout-fold="" data-callout="check" class="callout"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-check"><path d="M20 6 9 17l-5-5"></path></svg></div><div class="callout-title-inner">Crafted items</div></div><div class="callout-content">
<p><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Furnace_Ring" rel="noopener" class="external-link" title="Furnace Ring" href="https://ffxiv.gamerescape.com/wiki/Furnace_Ring" target="_blank">Furnace Ring</a> <span alt="14px-HQ_Icon.png" src="14px-HQ_Icon.png" class="internal-embed media-embed image-embed is-loaded"><img alt="14px-HQ_Icon.png" src="images/14px-hq_icon.png"></span> (<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Goldsmith" rel="noopener" class="external-link" title="Goldsmith" href="https://ffxiv.gamerescape.com/wiki/Goldsmith" target="_blank">GSM</a>)</p>
<div data-callout-metadata="" data-callout-fold="-" data-callout="example" class="callout is-collapsible is-collapsed"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-list"><line x1="8" y1="6" x2="21" y2="6"></line><line x1="8" y1="12" x2="21" y2="12"></line><line x1="8" y1="18" x2="21" y2="18"></line><line x1="3" y1="6" x2="3.01" y2="6"></line><line x1="3" y1="12" x2="3.01" y2="12"></line><line x1="3" y1="18" x2="3.01" y2="18"></line></svg></div><div class="callout-title-inner">Craft it yourself!</div><div class="callout-fold is-collapsed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"></path></svg></div></div><div class="callout-content" style="display: none;">
<p>To craft the <strong>Furnace Ring</strong> requires 1 <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Aged_Eye_of_Fire#Acquired_from_Desynth" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Aged_Eye_of_Fire#Acquired_from_Desynth" target="_blank">Aged Eye of Fire</a> that can only be obtained from Desynthesis.<br>
You can Desynth an <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Aged_Ring" rel="noopener" class="external-link" title="Aged Ring" href="https://ffxiv.gamerescape.com/wiki/Aged_Ring" target="_blank">Aged Ring</a> that can be bought from the <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Merchant_%26_Mender_(The_Silver_Bazaar)" rel="noopener" class="external-link" title="Merchant & Mender (The Silver Bazaar)" href="https://ffxiv.gamerescape.com/wiki/Merchant_%26_Mender_(The_Silver_Bazaar)" target="_blank">Merchant & Mender (The Silver Bazaar)</a> in Western Thanalan.</p>
</div></div>
<p><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Perfect_Firewood" rel="noopener" class="external-link" title="Perfect Firewood" href="https://ffxiv.gamerescape.com/wiki/Perfect_Firewood" target="_blank">Perfect Firewood</a> <span alt="14px-HQ_Icon.png" src="14px-HQ_Icon.png" class="internal-embed media-embed image-embed is-loaded"><img alt="14px-HQ_Icon.png" src="images/14px-hq_icon.png"></span> (<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Carpenter" rel="noopener" class="external-link" title="Carpenter" href="https://ffxiv.gamerescape.com/wiki/Carpenter" target="_blank">CRP</a>)</p>
<div data-callout-metadata="" data-callout-fold="-" data-callout="example" class="callout is-collapsible is-collapsed"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-list"><line x1="8" y1="6" x2="21" y2="6"></line><line x1="8" y1="12" x2="21" y2="12"></line><line x1="8" y1="18" x2="21" y2="18"></line><line x1="3" y1="6" x2="3.01" y2="6"></line><line x1="3" y1="12" x2="3.01" y2="12"></line><line x1="3" y1="18" x2="3.01" y2="18"></line></svg></div><div class="callout-title-inner">Craft it yourself!</div><div class="callout-fold is-collapsed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"></path></svg></div></div><div class="callout-content" style="display: none;">
<p>To craft the <strong>Perfect Firewood</strong> requires 1 <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Aged_Spear_Shaft" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Aged_Spear_Shaft" target="_blank">Aged Spear Shaft</a> that can only be obtained from Desynthesis.<br>
You can Desynth an <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Aged_Spear" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Aged_Spear" target="_blank">Aged Spear</a> that can be bought from the <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Merchant_%26_Mender_(The_Silver_Bazaar)" rel="noopener" class="external-link" title="Merchant & Mender (The Silver Bazaar)" href="https://ffxiv.gamerescape.com/wiki/Merchant_%26_Mender_(The_Silver_Bazaar)" target="_blank">Merchant & Mender (The Silver Bazaar)</a> in Western Thanalan.</p>
</div></div>
</div></div>
</div></div></div></div></div><div class="heading-wrapper"><h4 data-heading="Labor of Love" class="heading" id="Labor_of_Love"><div class="heading-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>Labor of Love</h4><div class="heading-children"><div><div data-callout-metadata="" data-callout-fold="" data-callout="info" class="callout drop-shadow"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-info"><circle cx="12" cy="12" r="10"></circle><path d="M12 16v-4"></path><path d="M12 8h.01"></path></svg></div><div class="callout-title-inner">Info</div></div><div class="callout-content">
<p>Starts at: <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Guiding_Star" rel="noopener" class="external-link" title="Guiding Star" href="https://ffxiv.gamerescape.com/wiki/Guiding_Star" target="_blank">Guiding Star</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a> (x22, y6.9)<br>
Rewards: <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Zodium" rel="noopener" class="external-link" title="Zodium" href="https://ffxiv.gamerescape.com/wiki/Zodium" target="_blank">Zodium</a></p>
<div data-callout-metadata="" data-callout-fold="" data-callout="summary" class="callout"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-clipboard-list"><rect x="8" y="2" width="8" height="4" rx="1" ry="1"></rect><path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"></path><path d="M12 11h4"></path><path d="M12 16h4"></path><path d="M8 11h.01"></path><path d="M8 16h.01"></path></svg></div><div class="callout-title-inner">Dungeons</div></div><div class="callout-content">
<p><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Aurum_Vale" rel="noopener" class="external-link" title="The Aurum Vale" href="https://ffxiv.gamerescape.com/wiki/The_Aurum_Vale" target="_blank">The Aurum Vale</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Haukke_Manor_(Hard)" rel="noopener" class="external-link" title="Haukke Manor (Hard)" href="https://ffxiv.gamerescape.com/wiki/Haukke_Manor_(Hard)" target="_blank">Haukke Manor (Hard)</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Lost_City_of_Amdapor" rel="noopener" class="external-link" title="The Lost City of Amdapor" href="https://ffxiv.gamerescape.com/wiki/The_Lost_City_of_Amdapor" target="_blank">The Lost City of Amdapor</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Sastasha_(Hard)" rel="noopener" class="external-link" title="Sastasha (Hard)" href="https://ffxiv.gamerescape.com/wiki/Sastasha_(Hard)" target="_blank">Sastasha (Hard)</a></p>
</div></div>
<div data-callout-metadata="" data-callout-fold="" data-callout="example" class="callout"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-list"><line x1="8" y1="6" x2="21" y2="6"></line><line x1="8" y1="12" x2="21" y2="12"></line><line x1="8" y1="18" x2="21" y2="18"></line><line x1="3" y1="6" x2="3.01" y2="6"></line><line x1="3" y1="12" x2="3.01" y2="12"></line><line x1="3" y1="18" x2="3.01" y2="18"></line></svg></div><div class="callout-title-inner">Shopping list</div></div><div class="callout-content">
<p><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Bombard_Core" rel="noopener" class="external-link" title="Bombard Core" href="https://ffxiv.gamerescape.com/wiki/Bombard_Core" target="_blank">Bombard Core</a> - 20.000 Grand Company Seals<br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Sacred_Spring_Water" rel="noopener" class="external-link" title="Sacred Spring Water" href="https://ffxiv.gamerescape.com/wiki/Sacred_Spring_Water" target="_blank">Sacred Spring Water</a> - 200 Poetics<br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Allagan_Resin" rel="noopener" class="external-link" title="Allagan Resin" href="https://ffxiv.gamerescape.com/wiki/Allagan_Resin" target="_blank">Allagan Resin</a> - 100.000 Gil</p>
</div></div>
<div data-callout-metadata="" data-callout-fold="" data-callout="check" class="callout"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-check"><path d="M20 6 9 17l-5-5"></path></svg></div><div class="callout-title-inner">Crafted items</div></div><div class="callout-content">
<p><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Perfect_Mortar" rel="noopener" class="external-link" title="Perfect Mortar" href="https://ffxiv.gamerescape.com/wiki/Perfect_Mortar" target="_blank">Perfect Mortar</a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/HQ" rel="noopener" class="external-link" title="HQ" href="https://ffxiv.gamerescape.com/wiki/HQ" target="_blank"><img alt="HQ Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/1/18/HQ_Icon.png/14px-HQ_Icon.png" referrerpolicy="no-referrer"></a> (<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Armorer" rel="noopener" class="external-link" title="Armorer" href="https://ffxiv.gamerescape.com/wiki/Armorer" target="_blank">ARM</a>)</p>
<div data-callout-metadata="" data-callout-fold="-" data-callout="example" class="callout is-collapsible is-collapsed"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-list"><line x1="8" y1="6" x2="21" y2="6"></line><line x1="8" y1="12" x2="21" y2="12"></line><line x1="8" y1="18" x2="21" y2="18"></line><line x1="3" y1="6" x2="3.01" y2="6"></line><line x1="3" y1="12" x2="3.01" y2="12"></line><line x1="3" y1="18" x2="3.01" y2="18"></line></svg></div><div class="callout-title-inner">Craft it yourself!</div><div class="callout-fold is-collapsed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"></path></svg></div></div><div class="callout-content" style="display: none;">
<p>To craft the <strong>Perfect Mortar</strong> requires 1 <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Aged_Mortar_Pieces" rel="noopener" class="external-link" title="Aged Mortar Pieces" href="https://ffxiv.gamerescape.com/wiki/Aged_Mortar_Pieces" target="_blank">Aged Mortar Pieces</a> that can only be obtained from Desynthesis.<br>
You can Desynth an <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Aged_Mortar" rel="noopener" class="external-link" title="Aged Mortar" href="https://ffxiv.gamerescape.com/wiki/Aged_Mortar" target="_blank">Aged Mortar</a> that can be bought from the <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Merchant_%26_Mender_(The_Silver_Bazaar)" rel="noopener" class="external-link" title="Merchant & Mender (The Silver Bazaar)" href="https://ffxiv.gamerescape.com/wiki/Merchant_%26_Mender_(The_Silver_Bazaar)" target="_blank">Merchant & Mender (The Silver Bazaar)</a> in Western Thanalan.</p>
</div></div>
<p><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Perfect_Pestle" rel="noopener" class="external-link" title="Perfect Pestle" href="https://ffxiv.gamerescape.com/wiki/Perfect_Pestle" target="_blank">Perfect Pestle</a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/HQ" rel="noopener" class="external-link" title="HQ" href="https://ffxiv.gamerescape.com/wiki/HQ" target="_blank"><img alt="HQ Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/1/18/HQ_Icon.png/14px-HQ_Icon.png" referrerpolicy="no-referrer"></a> (<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Blacksmith" rel="noopener" class="external-link" title="Blacksmith" href="https://ffxiv.gamerescape.com/wiki/Blacksmith" target="_blank">BSM</a>)</p>
<div data-callout-metadata="" data-callout-fold="-" data-callout="example" class="callout is-collapsible is-collapsed"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-list"><line x1="8" y1="6" x2="21" y2="6"></line><line x1="8" y1="12" x2="21" y2="12"></line><line x1="8" y1="18" x2="21" y2="18"></line><line x1="3" y1="6" x2="3.01" y2="6"></line><line x1="3" y1="12" x2="3.01" y2="12"></line><line x1="3" y1="18" x2="3.01" y2="18"></line></svg></div><div class="callout-title-inner">Craft it yourself!</div><div class="callout-fold is-collapsed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"></path></svg></div></div><div class="callout-content" style="display: none;">
<p>To craft the <strong>Perfect Pestle</strong> requires 1 <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Aged_Pestle_Pieces" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Aged_Pestle_Pieces" target="_blank">Aged Pestle Pieces</a> that can only be obtained from Desynthesis.<br>
You can Desynth an <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Aged_Pestle" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Aged_Pestle" target="_blank">Aged Pestle</a> that can be bought from the <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Merchant_%26_Mender_(The_Silver_Bazaar)" rel="noopener" class="external-link" title="Merchant & Mender (The Silver Bazaar)" href="https://ffxiv.gamerescape.com/wiki/Merchant_%26_Mender_(The_Silver_Bazaar)" target="_blank">Merchant & Mender (The Silver Bazaar)</a> in Western Thanalan.</p>
</div></div>
</div></div>
</div></div></div></div></div><div class="heading-wrapper"><h4 data-heading="Method in His Malice" class="heading" id="Method_in_His_Malice"><div class="heading-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>Method in His Malice</h4><div class="heading-children"><div><div data-callout-metadata="" data-callout-fold="" data-callout="info" class="callout drop-shadow"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-info"><circle cx="12" cy="12" r="10"></circle><path d="M12 16v-4"></path><path d="M12 8h.01"></path></svg></div><div class="callout-title-inner">Info</div></div><div class="callout-content">
<p>Starts at: <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Adkin" rel="noopener" class="external-link" title="Adkin" href="https://ffxiv.gamerescape.com/wiki/Adkin" target="_blank">Adkin</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Central_Thanalan" rel="noopener" class="external-link" title="Central Thanalan" href="https://ffxiv.gamerescape.com/wiki/Central_Thanalan" target="_blank">Central Thanalan</a> (x23.7, y13.7)<br>
Rewards: <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Zodiac_Scroll" rel="noopener" class="external-link" title="Zodiac Scroll" href="https://ffxiv.gamerescape.com/wiki/Zodiac_Scroll" target="_blank">Zodiac Scroll</a></p>
<div data-callout-metadata="" data-callout-fold="" data-callout="summary" class="callout"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-clipboard-list"><rect x="8" y="2" width="8" height="4" rx="1" ry="1"></rect><path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"></path><path d="M12 11h4"></path><path d="M12 16h4"></path><path d="M8 11h.01"></path><path d="M8 16h.01"></path></svg></div><div class="callout-title-inner">Dungeons</div></div><div class="callout-content">
<p><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Wanderer%27s_Palace" rel="noopener" class="external-link" title="The Wanderer's Palace" href="https://ffxiv.gamerescape.com/wiki/The_Wanderer%27s_Palace" target="_blank">The Wanderer's Palace</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Copperbell_Mines_(Hard)" rel="noopener" class="external-link" title="Copperbell Mines (Hard)" href="https://ffxiv.gamerescape.com/wiki/Copperbell_Mines_(Hard)" target="_blank">Copperbell Mines (Hard)</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Hullbreaker_Isle" rel="noopener" class="external-link" title="Hullbreaker Isle" href="https://ffxiv.gamerescape.com/wiki/Hullbreaker_Isle" target="_blank">Hullbreaker Isle</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Sunken_Temple_of_Qarn_(Hard)" rel="noopener" class="external-link" title="The Sunken Temple of Qarn (Hard)" href="https://ffxiv.gamerescape.com/wiki/The_Sunken_Temple_of_Qarn_(Hard)" target="_blank">The Sunken Temple of Qarn (Hard)</a></p>
</div></div>
<div data-callout-metadata="" data-callout-fold="" data-callout="example" class="callout"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-list"><line x1="8" y1="6" x2="21" y2="6"></line><line x1="8" y1="12" x2="21" y2="12"></line><line x1="8" y1="18" x2="21" y2="18"></line><line x1="3" y1="6" x2="3.01" y2="6"></line><line x1="3" y1="12" x2="3.01" y2="12"></line><line x1="3" y1="18" x2="3.01" y2="18"></line></svg></div><div class="callout-title-inner">Shopping list</div></div><div class="callout-content">
<p><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Bombard_Core" rel="noopener" class="external-link" title="Bombard Core" href="https://ffxiv.gamerescape.com/wiki/Bombard_Core" target="_blank">Bombard Core</a> - 20.000 Grand Company Seals<br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Sacred_Spring_Water" rel="noopener" class="external-link" title="Sacred Spring Water" href="https://ffxiv.gamerescape.com/wiki/Sacred_Spring_Water" target="_blank">Sacred Spring Water</a> - 200 Poetics<br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Furite_Sand" rel="noopener" class="external-link" title="Furite Sand" href="https://ffxiv.gamerescape.com/wiki/Furite_Sand" target="_blank">Furite Sand</a> - 100.000 Gil</p>
</div></div>
<div data-callout-metadata="" data-callout-fold="" data-callout="check" class="callout"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-check"><path d="M20 6 9 17l-5-5"></path></svg></div><div class="callout-title-inner">Crafted items</div></div><div class="callout-content">
<p><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Perfect_Vellum" rel="noopener" class="external-link" title="Perfect Vellum" href="https://ffxiv.gamerescape.com/wiki/Perfect_Vellum" target="_blank">Perfect Vellum</a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/HQ" rel="noopener" class="external-link" title="HQ" href="https://ffxiv.gamerescape.com/wiki/HQ" target="_blank"><img alt="HQ Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/1/18/HQ_Icon.png/14px-HQ_Icon.png" referrerpolicy="no-referrer"></a> (<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Leatherworker" rel="noopener" class="external-link" title="Leatherworker" href="https://ffxiv.gamerescape.com/wiki/Leatherworker" target="_blank">LTW</a>)</p>
<div data-callout-metadata="" data-callout-fold="-" data-callout="example" class="callout is-collapsible is-collapsed"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-list"><line x1="8" y1="6" x2="21" y2="6"></line><line x1="8" y1="12" x2="21" y2="12"></line><line x1="8" y1="18" x2="21" y2="18"></line><line x1="3" y1="6" x2="3.01" y2="6"></line><line x1="3" y1="12" x2="3.01" y2="12"></line><line x1="3" y1="18" x2="3.01" y2="18"></line></svg></div><div class="callout-title-inner">Craft it yourself!</div><div class="callout-fold is-collapsed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"></path></svg></div></div><div class="callout-content" style="display: none;">
<p>To craft the <strong>Perfect Vellum</strong> requires 1 <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Aged_Vellum" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Aged_Vellum" target="_blank">Aged Vellum</a> that can only be obtained from Desynthesis.<br>
You can Desynth an <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Aged_Grimoire" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Aged_Grimoire" target="_blank">Aged Grimoire</a> that can be bought from the <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Merchant_%26_Mender_(The_Silver_Bazaar)" rel="noopener" class="external-link" title="Merchant & Mender (The Silver Bazaar)" href="https://ffxiv.gamerescape.com/wiki/Merchant_%26_Mender_(The_Silver_Bazaar)" target="_blank">Merchant & Mender (The Silver Bazaar)</a> in Western Thanalan.</p>
</div></div>
<p><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Perfect_Pounce" rel="noopener" class="external-link" title="Perfect Pounce" href="https://ffxiv.gamerescape.com/wiki/Perfect_Pounce" target="_blank">Perfect Pounce</a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/HQ" rel="noopener" class="external-link" title="HQ" href="https://ffxiv.gamerescape.com/wiki/HQ" target="_blank"><img alt="HQ Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/1/18/HQ_Icon.png/14px-HQ_Icon.png" referrerpolicy="no-referrer"></a> (<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Alchemist" rel="noopener" class="external-link" title="Alchemist" href="https://ffxiv.gamerescape.com/wiki/Alchemist" target="_blank">ALC</a>)</p>
<div data-callout-metadata="" data-callout-fold="-" data-callout="example" class="callout is-collapsible is-collapsed"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-list"><line x1="8" y1="6" x2="21" y2="6"></line><line x1="8" y1="12" x2="21" y2="12"></line><line x1="8" y1="18" x2="21" y2="18"></line><line x1="3" y1="6" x2="3.01" y2="6"></line><line x1="3" y1="12" x2="3.01" y2="12"></line><line x1="3" y1="18" x2="3.01" y2="18"></line></svg></div><div class="callout-title-inner">Craft it yourself!</div><div class="callout-fold is-collapsed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"></path></svg></div></div><div class="callout-content" style="display: none;">
<p>To craft the <strong>Perfect Pounce</strong> requires 1 <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Dried_Ether" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Dried_Ether" target="_blank">Dried Ether</a> that can only be obtained from Desynthesis.<br>
You can Desynth an <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Aged_Phial" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Aged_Phial" target="_blank">Aged Phial</a> that can be bought from the <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Merchant_%26_Mender_(The_Silver_Bazaar)" rel="noopener" class="external-link" title="Merchant & Mender (The Silver Bazaar)" href="https://ffxiv.gamerescape.com/wiki/Merchant_%26_Mender_(The_Silver_Bazaar)" target="_blank">Merchant & Mender (The Silver Bazaar)</a> in Western Thanalan.</p>
</div></div>
</div></div>
</div></div></div></div></div><div class="heading-wrapper"><h4 data-heading="A Treasured Mother" class="heading" id="A_Treasured_Mother"><div class="heading-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>A Treasured Mother</h4><div class="heading-children"><div><div data-callout-metadata="" data-callout-fold="" data-callout="info" class="callout drop-shadow"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-info"><circle cx="12" cy="12" r="10"></circle><path d="M12 16v-4"></path><path d="M12 8h.01"></path></svg></div><div class="callout-title-inner">Info</div></div><div class="callout-content">
<p>Starts at: <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Brangwine" rel="noopener" class="external-link" title="Brangwine" href="https://ffxiv.gamerescape.com/wiki/Brangwine" target="_blank">Brangwine</a> - <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" rel="noopener" class="external-link" title="Mor Dhona" href="https://ffxiv.gamerescape.com/wiki/Mor_Dhona" target="_blank">Mor Dhona</a> (x22, y6.7)<br>
Rewards: <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Flawless_Alexandrite" rel="noopener" class="external-link" title="Flawless Alexandrite" href="https://ffxiv.gamerescape.com/wiki/Flawless_Alexandrite" target="_blank">Flawless Alexandrite</a></p>
<div data-callout-metadata="" data-callout-fold="" data-callout="summary" class="callout"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-clipboard-list"><rect x="8" y="2" width="8" height="4" rx="1" ry="1"></rect><path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"></path><path d="M12 11h4"></path><path d="M12 16h4"></path><path d="M8 11h.01"></path><path d="M8 16h.01"></path></svg></div><div class="callout-title-inner">Dungeons</div></div><div class="callout-content">
<p><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Amdapor_Keep" rel="noopener" class="external-link" title="Amdapor Keep" href="https://ffxiv.gamerescape.com/wiki/Amdapor_Keep" target="_blank">Amdapor Keep</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Pharos_Sirius" rel="noopener" class="external-link" title="Pharos Sirius" href="https://ffxiv.gamerescape.com/wiki/Pharos_Sirius" target="_blank">Pharos Sirius</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Tam-Tara_Deepcroft_(Hard)" rel="noopener" class="external-link" title="The Tam-Tara Deepcroft (Hard)" href="https://ffxiv.gamerescape.com/wiki/The_Tam-Tara_Deepcroft_(Hard)" target="_blank">The Tam-Tara Deepcroft (Hard)</a><br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/The_Stone_Vigil_(Hard)" rel="noopener" class="external-link" title="The Stone Vigil (Hard)" href="https://ffxiv.gamerescape.com/wiki/The_Stone_Vigil_(Hard)" target="_blank">The Stone Vigil (Hard)</a></p>
</div></div>
<div data-callout-metadata="" data-callout-fold="" data-callout="example" class="callout"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-list"><line x1="8" y1="6" x2="21" y2="6"></line><line x1="8" y1="12" x2="21" y2="12"></line><line x1="8" y1="18" x2="21" y2="18"></line><line x1="3" y1="6" x2="3.01" y2="6"></line><line x1="3" y1="12" x2="3.01" y2="12"></line><line x1="3" y1="18" x2="3.01" y2="18"></line></svg></div><div class="callout-title-inner">Shopping list</div></div><div class="callout-content">
<p><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Bombard_Core" rel="noopener" class="external-link" title="Bombard Core" href="https://ffxiv.gamerescape.com/wiki/Bombard_Core" target="_blank">Bombard Core</a> - 20.000 Grand Company Seals<br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Sacred_Spring_Water" rel="noopener" class="external-link" title="Sacred Spring Water" href="https://ffxiv.gamerescape.com/wiki/Sacred_Spring_Water" target="_blank">Sacred Spring Water</a> - 200 Poetics<br>
<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Brass_Kettle" rel="noopener" class="external-link" title="Brass Kettle" href="https://ffxiv.gamerescape.com/wiki/Brass_Kettle" target="_blank">Brass Kettle</a> - 100.000 Gil</p>
</div></div>
<div data-callout-metadata="" data-callout-fold="" data-callout="check" class="callout"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-check"><path d="M20 6 9 17l-5-5"></path></svg></div><div class="callout-title-inner">Crafted items</div></div><div class="callout-content">
<p><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Tailor-made_Eel_Pie" rel="noopener" class="external-link" title="Tailor-made Eel Pie" href="https://ffxiv.gamerescape.com/wiki/Tailor-made_Eel_Pie" target="_blank">Tailor-made Eel Pie</a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/HQ" rel="noopener" class="external-link" title="HQ" href="https://ffxiv.gamerescape.com/wiki/HQ" target="_blank"><img alt="HQ Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/1/18/HQ_Icon.png/14px-HQ_Icon.png" referrerpolicy="no-referrer"></a> (<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Culinarian" rel="noopener" class="external-link" title="Culinarian" href="https://ffxiv.gamerescape.com/wiki/Culinarian" target="_blank">CUL</a>)</p>
<div data-callout-metadata="" data-callout-fold="-" data-callout="example" class="callout is-collapsible is-collapsed"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-list"><line x1="8" y1="6" x2="21" y2="6"></line><line x1="8" y1="12" x2="21" y2="12"></line><line x1="8" y1="18" x2="21" y2="18"></line><line x1="3" y1="6" x2="3.01" y2="6"></line><line x1="3" y1="12" x2="3.01" y2="12"></line><line x1="3" y1="18" x2="3.01" y2="18"></line></svg></div><div class="callout-title-inner">Craft it yourself!</div><div class="callout-fold is-collapsed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"></path></svg></div></div><div class="callout-content" style="display: none;">
<p>To craft the <strong>Tailor-made Eel Pie</strong> requires 1 <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Vintage_Cooking_Sherry" rel="noopener" class="external-link" title="Vintage Cooking Sherry" href="https://ffxiv.gamerescape.com/wiki/Vintage_Cooking_Sherry" target="_blank">Vintage Cooking Sherry</a> that can only be obtained from Desynthesis.<br>
You can Desynth an <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Aged_Decanter" rel="noopener" class="external-link" title="Aged Decanter" href="https://ffxiv.gamerescape.com/wiki/Aged_Decanter" target="_blank">Aged Decanter</a> that can be bought from the <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Merchant_%26_Mender_(The_Silver_Bazaar)" rel="noopener" class="external-link" title="Merchant & Mender (The Silver Bazaar)" href="https://ffxiv.gamerescape.com/wiki/Merchant_%26_Mender_(The_Silver_Bazaar)" target="_blank">Merchant & Mender (The Silver Bazaar)</a> in Western Thanalan.</p>
</div></div>
<p><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Perfect_Cloth" rel="noopener" class="external-link" title="Perfect Cloth" href="https://ffxiv.gamerescape.com/wiki/Perfect_Cloth" target="_blank">Perfect Cloth</a> <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/HQ" rel="noopener" class="external-link" title="HQ" href="https://ffxiv.gamerescape.com/wiki/HQ" target="_blank"><img alt="HQ Icon.png" src="https://ffxiv.gamerescape.com/w/images/thumb/1/18/HQ_Icon.png/14px-HQ_Icon.png" referrerpolicy="no-referrer"></a> (<a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Weaver" rel="noopener" class="external-link" title="Weaver" href="https://ffxiv.gamerescape.com/wiki/Weaver" target="_blank">WVR</a>)</p>
<div data-callout-metadata="" data-callout-fold="-" data-callout="example" class="callout is-collapsible is-collapsed"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-list"><line x1="8" y1="6" x2="21" y2="6"></line><line x1="8" y1="12" x2="21" y2="12"></line><line x1="8" y1="18" x2="21" y2="18"></line><line x1="3" y1="6" x2="3.01" y2="6"></line><line x1="3" y1="12" x2="3.01" y2="12"></line><line x1="3" y1="18" x2="3.01" y2="18"></line></svg></div><div class="callout-title-inner">Craft it yourself!</div><div class="callout-fold is-collapsed"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"></path></svg></div></div><div class="callout-content" style="display: none;">
<p>To craft the <strong>Perfect Cloth</strong> requires 1 <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Stained_Cloth" rel="noopener" class="external-link" title="Stained Cloth" href="https://ffxiv.gamerescape.com/wiki/Stained_Cloth" target="_blank">Stained Cloth</a> that can only be obtained from Desynthesis.<br>
You can Desynth an <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Aged_Robe" rel="noopener" class="external-link" title="Aged Robe" href="https://ffxiv.gamerescape.com/wiki/Aged_Robe" target="_blank">Aged Robe</a> that can be bought from the <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Merchant_%26_Mender_(The_Silver_Bazaar)" rel="noopener" class="external-link" title="Merchant & Mender (The Silver Bazaar)" href="https://ffxiv.gamerescape.com/wiki/Merchant_%26_Mender_(The_Silver_Bazaar)" target="_blank">Merchant & Mender (The Silver Bazaar)</a> in Western Thanalan.</p>
</div></div>
</div></div>
</div></div></div></div></div></div></div><div class="heading-wrapper"><h3 data-heading="Unlocking Zodiac Weapon Recreation" class="heading" id="Unlocking_Zodiac_Weapon_Recreation"><div class="heading-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>Unlocking Zodiac Weapon Recreation</h3><div class="heading-children"><div><p>Once all quests are complete, if this is your first time you will have one additional quest to complete.</p></div><div><div data-callout-metadata="" data-callout-fold="" data-callout="success" class="callout drop-shadow"><div class="callout-title"><div class="callout-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-check"><path d="M20 6 9 17l-5-5"></path></svg></div><div class="callout-title-inner">One time quest!</div></div><div class="callout-content">
<p>Talk to <strong>Gerolt</strong> to accept <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/His_Dark_Materia" rel="noopener" class="external-link" title="His Dark Materia" href="https://ffxiv.gamerescape.com/wiki/His_Dark_Materia" target="_blank">His Dark Materia</a><br>
Go to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Mutamix_Bubblypots" rel="noopener" class="external-link" title="Mutamix Bubblypots" href="https://ffxiv.gamerescape.com/wiki/Mutamix_Bubblypots" target="_blank">Mutamix Bubblypots</a> and return to <strong>Gerolt</strong> to complete it.</p>
</div></div></div><div><p>For consecutive relics, you just need to speak to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Jalzahn" rel="noopener" class="external-link" title="Jalzahn" href="https://ffxiv.gamerescape.com/wiki/Jalzahn" target="_blank">Jalzahn</a> and select <strong>Zodiac Weapon Recreation</strong>.</p></div><div><hr></div></div></div></div></div><div class="heading-wrapper"><h2 data-heading="8 - Zeta" class="heading" id="8_-_Zeta"><div class="heading-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>8 - Zeta</h2><div class="heading-children"><div><p>The last steps!<br>
This will also require some <strong>Poetics</strong> spending as it will require you to buy <strong>Mahatma</strong> for 50 Poetics each, totalling 600 <strong>Poetics</strong> for all 12 Mahatma required.<br>
This mechanic works a lot like the <a data-href="#6 - Nexus" href="#6_-_Nexus" class="internal-link" target="_self" rel="noopener">6 - Nexus</a> step.</p></div><div><ol>
<li data-line="0">Equip your <strong>Zodiac</strong> weapon and pick up the quest <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Rise_and_Shine" rel="noopener" class="external-link" title="Rise and Shine" href="https://ffxiv.gamerescape.com/wiki/Rise_and_Shine" target="_blank">Rise and Shine</a> from <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Jalzahn" rel="noopener" class="external-link" title="Jalzahn" href="https://ffxiv.gamerescape.com/wiki/Jalzahn" target="_blank">Jalzahn</a>.</li>
<li data-line="1">Talk to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Remon" rel="noopener" class="external-link" title="Remon" href="https://ffxiv.gamerescape.com/wiki/Remon" target="_blank">Remon</a> to infuse a <strong>Mahatma</strong> to your weapon for 50 Poetics.</li>
<li data-line="2">Perform activities to add 2000 <strong>soul resonance</strong> to it, once it's full, return to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Remon" rel="noopener" class="external-link" title="Remon" href="https://ffxiv.gamerescape.com/wiki/Remon" target="_blank">Remon</a> for another one, totalling 12 <strong>Mahatma</strong>.</li>
<li data-line="3">Once all 12 <strong>Mahatma</strong> are done, go back to <a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Jalzahn" rel="noopener" class="external-link" title="Jalzahn" href="https://ffxiv.gamerescape.com/wiki/Jalzahn" target="_blank">Jalzahn</a> and select <strong>Zodiac Weapon Awakening</strong> with the weapon in your inventory.</li>
</ol></div><div class="heading-wrapper"><h3 data-heading="Soul Resonance values" class="heading" id="Soul_Resonance_values"><div class="heading-collapse-indicator collapse-indicator collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div>Soul Resonance values</h3><div class="heading-children"><div style="overflow-x: auto;"><table>
<thead>
<tr>
<th>Normal</th>
<th>With Bonus</th>
<th>Duty</th>
</tr>
</thead>
<tbody>
<tr>
<td>Feeble (4)</td>
<td>Faint (8)</td>
<td>FATEs<br>The Bowl of Embers<br>The Navel<br>The Howling Eye<br>A Relic Reborn: The Chimera<br>A Relic Reborn: The Hydra<br>The Dragon’s Neck</td>
</tr>
<tr>
<td>Faint (8)</td>
<td>Gentle (16)</td>
<td>The Porta Decumana<br>The Chrysalis<br>Battle on the Big Bridge<br>Battle in the Big Keep<br>All Hard Trials<br>Urth’s Fount<br>The Minstrel's Ballad: Ultima’s Bane<br>The Howling Eye (Extreme)<br>Alexandrite maps</td>
</tr>
<tr>
<td>Gentle (16)</td>
<td>Steady (24)</td>
<td>All ARR Extreme trials (<strong>except</strong> The Howling Eye and Ultima’s Bane)<br>All Bahamut raids<br>Pharos Sirius<br>Copperbell Mines (Hard)<br>Brayflox’s Longstop (Hard)</td>
</tr>
<tr>
<td>Steady (24)</td>
<td>Forceful (48)</td>
<td>Sastasha<br>The Tam-Tara Deepcroft<br>Copperbell Mines<br>The Thousand Maws of Toto-Rak<br>Haukke Manor<br>The Sunken Temple of Qarn<br>Cutter’s Cry<br>The Stone Vigil<br>Dzemael Darkhold<br>The Aurum Vale<br>Snowcloak<br>Castrum Meridianum<br>The Praetorium<br>The Keeper of the Lake<br>Sastasha (Hard)<br>The Wanderer’s Palace (Hard)<br>Amdapor Keep (Hard)<br>The Borderland Ruins (Secure)<br>The Labyrinth of the Ancients</td>
</tr>
<tr>
<td>Forceful (48)</td>
<td>Nigh Sings (64)</td>
<td>Syrcus Tower<br>The World of Darkness</td>
</tr>
</tbody>
</table></div><div><hr></div></div></div></div></div></div></div><div class="heading-wrapper"><h1 data-heading="ARR Relics Comparison image" class="heading" id="ARR_Relics_Comparison_image">ARR Relics Comparison image</h1><div class="heading-children"><div><p><span alt="ARR_Relics_Comparison.jpg" src="ARR_Relics_Comparison.jpg" class="internal-embed media-embed image-embed is-loaded"><img alt="ARR_Relics_Comparison.jpg" src="images/arr_relics_comparison.jpg"></span></p></div><div><hr></div><div><p>Date: 12/05/2024<br>
Collected by: W'eylyn Mavourneen<br>
Collected from (non exhaustively):</p></div><div><ul>
<li data-line="0">FFXIV Wiki on Gamerescape</li>
<li data-line="1">ffxiv.consolegameswiki.com</li>
<li data-line="2">Polygon FFXIV Guides</li>
<li data-line="3">Lodestone Play Guide</li>
<li data-line="4">K'lo Kay Relic Grind guide - <a data-tooltip-position="top" aria-label="https://docs.google.com/document/d/18kjzwvNZYHEyweBFtyO4XLX5vrRD8h1vkEluEpgcTXU/edit?usp=sharing" rel="noopener" class="external-link" href="https://docs.google.com/document/d/18kjzwvNZYHEyweBFtyO4XLX5vrRD8h1vkEluEpgcTXU/edit?usp=sharing" target="_blank">Here</a></li>
<li data-line="5">Insomnikin's Imgur album - <a data-tooltip-position="top" aria-label="https://imgur.com/a/ENl0UAB" rel="noopener" class="external-link" href="https://imgur.com/a/ENl0UAB" target="_blank">Here</a></li>
</ul></div><div class="mod-footer"></div></div></div></div></div></div><div class="sidebar-right sidebar"><div class="sidebar-handle"></div><div class="sidebar-topbar"><div class="topbar-content"></div><div class="clickable-icon sidebar-collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" class="svg-icon"><path d="M21 3H3C1.89543 3 1 3.89543 1 5V19C1 20.1046 1.89543 21 3 21H21C22.1046 21 23 20.1046 23 19V5C23 3.89543 22.1046 3 21 3Z"></path><path d="M10 4V20"></path><path d="M4 7H7"></path><path d="M4 10H7"></path><path d="M4 13H7"></path></svg></div></div><div class="sidebar-content"><div class="tree-container mod-root nav-folder tree-item outline-tree" data-depth="0"><div class="tree-header"><span class="sidebar-section-header">Table Of Contents</span><button class="clickable-icon collapse-tree-button is-collapsed" aria-label="Collapse All"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></svg></button></div><div class="tree-scroll-area tree-item-children nav-folder-children"><div class="tree-item mod-tree-folder nav-folder mod-collapsible is-collapsed" style="display: none;"></div><div class="tree-item" data-depth="1"><a class="tree-link" href="relic-zodiac-weapons-(arr).html#Relic - Zodiac Weapons (ARR)"><div class="tree-item-contents heading-link" heading-name="Relic - Zodiac Weapons (ARR)"><span class="tree-item-title">Relic - Zodiac Weapons (ARR)</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item" data-depth="1"><a class="tree-link" href="relic-zodiac-weapons-(arr).html#Lore"><div class="tree-item-contents heading-link" heading-name="Lore"><span class="tree-item-title">Lore</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item" data-depth="1"><a class="tree-link" href="relic-zodiac-weapons-(arr).html#Prerequisites"><div class="tree-item-contents heading-link" heading-name="Prerequisites"><span class="tree-item-title">Prerequisites</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item" data-depth="1"><a class="tree-link" href="relic-zodiac-weapons-(arr).html#Initial_Preparations"><div class="tree-item-contents heading-link" heading-name="Initial Preparations"><span class="tree-item-title">Initial Preparations</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item" data-depth="1"><a class="tree-link" href="relic-zodiac-weapons-(arr).html#Quests"><div class="tree-item-contents heading-link" heading-name="Quests"><span class="tree-item-title">Quests</span></div></a><div class="tree-item-children nav-folder-children"><div class="tree-item mod-collapsible is-collapsed" data-depth="2"><a class="tree-link" href="relic-zodiac-weapons-(arr).html#1_-_A_Relic_Reborn"><div class="tree-item-contents heading-link" heading-name="1 - A Relic Reborn"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><span class="tree-item-title">1 - A Relic Reborn</span></div></a><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item" data-depth="3"><a class="tree-link" href="relic-zodiac-weapons-(arr).html#Steps"><div class="tree-item-contents heading-link" heading-name="Steps"><span class="tree-item-title">Steps</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item" data-depth="2"><a class="tree-link" href="relic-zodiac-weapons-(arr).html#2_-_Zenith"><div class="tree-item-contents heading-link" heading-name="2 - Zenith"><span class="tree-item-title">2 - Zenith</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-collapsible is-collapsed" data-depth="2"><a class="tree-link" href="relic-zodiac-weapons-(arr).html#3_-_Atma"><div class="tree-item-contents heading-link" heading-name="3 - Atma"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><span class="tree-item-title">3 - Atma</span></div></a><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item" data-depth="4"><a class="tree-link" href="relic-zodiac-weapons-(arr).html#Zones"><div class="tree-item-contents heading-link" heading-name="Zones"><span class="tree-item-title">Zones</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-collapsible is-collapsed" data-depth="2"><a class="tree-link" href="relic-zodiac-weapons-(arr).html#4_-_Animus"><div class="tree-item-contents heading-link" heading-name="4 - Animus"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><span class="tree-item-title">4 - Animus</span></div></a><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item" data-depth="3"><a class="tree-link" href="relic-zodiac-weapons-(arr).html#Preparations"><div class="tree-item-contents heading-link" heading-name="Preparations"><span class="tree-item-title">Preparations</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-collapsible is-collapsed" data-depth="3"><a class="tree-link" href="relic-zodiac-weapons-(arr).html#Book_info"><div class="tree-item-contents heading-link" heading-name="Book info"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><span class="tree-item-title">Book info</span></div></a><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-collapsible is-collapsed" data-depth="4"><a class="tree-link" href="relic-zodiac-weapons-(arr).html#The_Books_of_Fire"><div class="tree-item-contents heading-link" heading-name="The Books of Fire"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><span class="tree-item-title">The Books of Fire</span></div></a><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item" data-depth="5"><a class="tree-link" href="relic-zodiac-weapons-(arr).html#Book_of_Skyfire_I"><div class="tree-item-contents heading-link" heading-name="Book of Skyfire I"><span class="tree-item-title">Book of Skyfire I</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item" data-depth="5"><a class="tree-link" href="relic-zodiac-weapons-(arr).html#Book_of_Skyfire_II"><div class="tree-item-contents heading-link" heading-name="Book of Skyfire II"><span class="tree-item-title">Book of Skyfire II</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item" data-depth="5"><a class="tree-link" href="relic-zodiac-weapons-(arr).html#Book_of_Netherfire_I"><div class="tree-item-contents heading-link" heading-name="Book of Netherfire I"><span class="tree-item-title">Book of Netherfire I</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-collapsible is-collapsed" data-depth="4"><a class="tree-link" href="relic-zodiac-weapons-(arr).html#The_Books_of_Fall"><div class="tree-item-contents heading-link" heading-name="The Books of Fall"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><span class="tree-item-title">The Books of Fall</span></div></a><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item" data-depth="5"><a class="tree-link" href="relic-zodiac-weapons-(arr).html#Book_of_Skyfall_I"><div class="tree-item-contents heading-link" heading-name="Book of Skyfall I"><span class="tree-item-title">Book of Skyfall I</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item" data-depth="5"><a class="tree-link" href="relic-zodiac-weapons-(arr).html#Book_of_Skyfall_II"><div class="tree-item-contents heading-link" heading-name="Book of Skyfall II"><span class="tree-item-title">Book of Skyfall II</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item" data-depth="5"><a class="tree-link" href="relic-zodiac-weapons-(arr).html#Book_of_Netherfall_I"><div class="tree-item-contents heading-link" heading-name="Book of Netherfall I"><span class="tree-item-title">Book of Netherfall I</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-collapsible is-collapsed" data-depth="4"><a class="tree-link" href="relic-zodiac-weapons-(arr).html#The_Books_of_Wind"><div class="tree-item-contents heading-link" heading-name="The Books of Wind"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><span class="tree-item-title">The Books of Wind</span></div></a><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item" data-depth="5"><a class="tree-link" href="relic-zodiac-weapons-(arr).html#Book_of_Skywind_I"><div class="tree-item-contents heading-link" heading-name="Book of Skywind I"><span class="tree-item-title">Book of Skywind I</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item" data-depth="5"><a class="tree-link" href="relic-zodiac-weapons-(arr).html#Book_of_Skywind_II"><div class="tree-item-contents heading-link" heading-name="Book of Skywind II"><span class="tree-item-title">Book of Skywind II</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-collapsible is-collapsed" data-depth="4"><a class="tree-link" href="relic-zodiac-weapons-(arr).html#The_Books_of_Earth"><div class="tree-item-contents heading-link" heading-name="The Books of Earth"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><span class="tree-item-title">The Books of Earth</span></div></a><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item" data-depth="5"><a class="tree-link" href="relic-zodiac-weapons-(arr).html#Book_of_Skyearth_I"><div class="tree-item-contents heading-link" heading-name="Book of Skyearth I"><span class="tree-item-title">Book of Skyearth I</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div></div></div></div></div><div class="tree-item" data-depth="2"><a class="tree-link" href="relic-zodiac-weapons-(arr).html#5_-_Novus"><div class="tree-item-contents heading-link" heading-name="5 - Novus"><span class="tree-item-title">5 - Novus</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item mod-collapsible is-collapsed" data-depth="2"><a class="tree-link" href="relic-zodiac-weapons-(arr).html#6_-_Nexus"><div class="tree-item-contents heading-link" heading-name="6 - Nexus"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><span class="tree-item-title">6 - Nexus</span></div></a><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item" data-depth="3"><a class="tree-link" href="relic-zodiac-weapons-(arr).html#Light_Values"><div class="tree-item-contents heading-link" heading-name="Light Values"><span class="tree-item-title">Light Values</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-collapsible is-collapsed" data-depth="2"><a class="tree-link" href="relic-zodiac-weapons-(arr).html#7_-_Zodiac"><div class="tree-item-contents heading-link" heading-name="7 - Zodiac"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><span class="tree-item-title">7 - Zodiac</span></div></a><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item mod-collapsible is-collapsed" data-depth="3"><a class="tree-link" href="relic-zodiac-weapons-(arr).html#The_Quests"><div class="tree-item-contents heading-link" heading-name="The Quests"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><span class="tree-item-title">The Quests</span></div></a><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item" data-depth="4"><a class="tree-link" href="relic-zodiac-weapons-(arr).html#A_Ponze_of_Flesh"><div class="tree-item-contents heading-link" heading-name="A Ponze of Flesh"><span class="tree-item-title">A Ponze of Flesh</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item" data-depth="4"><a class="tree-link" href="relic-zodiac-weapons-(arr).html#Labor_of_Love"><div class="tree-item-contents heading-link" heading-name="Labor of Love"><span class="tree-item-title">Labor of Love</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item" data-depth="4"><a class="tree-link" href="relic-zodiac-weapons-(arr).html#Method_in_His_Malice"><div class="tree-item-contents heading-link" heading-name="Method in His Malice"><span class="tree-item-title">Method in His Malice</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item" data-depth="4"><a class="tree-link" href="relic-zodiac-weapons-(arr).html#A_Treasured_Mother"><div class="tree-item-contents heading-link" heading-name="A Treasured Mother"><span class="tree-item-title">A Treasured Mother</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item" data-depth="3"><a class="tree-link" href="relic-zodiac-weapons-(arr).html#Unlocking_Zodiac_Weapon_Recreation"><div class="tree-item-contents heading-link" heading-name="Unlocking Zodiac Weapon Recreation"><span class="tree-item-title">Unlocking Zodiac Weapon Recreation</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item mod-collapsible is-collapsed" data-depth="2"><a class="tree-link" href="relic-zodiac-weapons-(arr).html#8_-_Zeta"><div class="tree-item-contents heading-link" heading-name="8 - Zeta"><div class="collapse-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon right-triangle"><path d="M3 8L12 17L21 8"></path></svg></div><span class="tree-item-title">8 - Zeta</span></div></a><div class="tree-item-children nav-folder-children" style="display: none;"><div class="tree-item" data-depth="3"><a class="tree-link" href="relic-zodiac-weapons-(arr).html#Soul_Resonance_values"><div class="tree-item-contents heading-link" heading-name="Soul Resonance values"><span class="tree-item-title">Soul Resonance values</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div></div></div><div class="tree-item" data-depth="1"><a class="tree-link" href="relic-zodiac-weapons-(arr).html#ARR_Relics_Comparison_image"><div class="tree-item-contents heading-link" heading-name="ARR Relics Comparison image"><span class="tree-item-title">ARR Relics Comparison image</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div></div><script defer="">let rs = document.querySelector(".sidebar-right"); rs.classList.add("is-collapsed"); if (window.innerWidth > 768) rs.classList.remove("is-collapsed"); rs.style.setProperty("--sidebar-width", localStorage.getItem("sidebar-right-width"));</script></div></div></body></html>