-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaloalo-island.html
390 lines (390 loc) · 68.5 KB
/
aloalo-island.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
<!DOCTYPE html> <html><head>
<title>Aloalo Island</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 - Raids and Dungeons - Aloalo Island">
<meta property="og:title" content="Aloalo Island">
<meta property="og:description" content="Weyway - Raids and Dungeons - Aloalo Island">
<meta property="og:type" content="website">
<meta property="og:url" content="https://weyway.github.io/raids-and-dungeons/aloalo-island.html">
<meta property="og:image" content="https://weyway.github.io/raids-and-dungeons/images/aloalo_island1-1.jpg">
<meta property="og:site_name" content="Weyway - Raids and Dungeons">
<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> Dungeon
<span class="token punctuation">-</span> Aloalo
<span class="token punctuation">-</span> Island
<span class="token punctuation">-</span> Record
<span class="token key atrule">Level</span><span class="token punctuation">:</span> <span class="token string">"90"</span>
<span class="token key atrule">Item Level</span><span class="token punctuation">:</span> <span class="token string">"605 (Sync: 665)"</span>
<span class="token key atrule">Difficulty</span><span class="token punctuation">:</span> Normal
<span class="token key atrule">Party Size</span><span class="token punctuation">:</span> 1<span class="token punctuation">-</span>4 (No job requirements)
<span class="token key atrule">Unsync</span><span class="token punctuation">:</span> Not allowed
<span class="token key atrule">Time Limit</span><span class="token punctuation">:</span> 90 Minutes
<span class="token key atrule">Entrance</span><span class="token punctuation">:</span> Thavnair
<span class="token key atrule">Patch</span><span class="token punctuation">:</span> <span class="token string">"6.51"</span>
<span class="token key atrule">icon</span><span class="token punctuation">:</span> LiSwords
<span class="token key atrule">title</span><span class="token punctuation">:</span> Aloalo Island</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="Aloalo Island"><div id="webpage-icon"><p><span class="cm-iconize-icon" aria-label="LiSwords" data-icon="LiSwords" 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><polyline points="14.5 6.5 18 3 21 3 21 6 17.5 9.5"></polyline><line x1="5" x2="9" y1="14" y2="18"></line><line x1="7" x2="4" y1="17" y2="20"></line><line x1="3" x2="5" y1="19" y2="21"></line></svg></span></p></div><p>Aloalo Island</p></h1><div class="heading-wrapper"><div class="heading-children"><div><p><span alt="Aloalo_Island1-1.jpg" src="Aloalo_Island1-1.jpg" class="internal-embed media-embed image-embed is-loaded"><img alt="Aloalo_Island1-1.jpg" src="images/aloalo_island1-1.jpg"></span></p></div><div><blockquote>
<p>In a seldom-traveled corner of the south sea isles lies Aloalo, an island filled with lush vegetation and teeming with vibrant wildlife. Yet the survival of this paradise hinges on a delicate natural balance which has only grown more precarious since the island's stewards departed a century ago. Answering the plea of a messenger most peculiar, you must join Matsya on a journey to restore order to Aloalo, and in the process uncover secrets long forgotten</p>
<p>- In-game description</p>
</blockquote></div><div><hr></div></div></div><div class="heading-wrapper"><h1 data-heading="General Info" class="heading" id="General_Info">General Info</h1><div class="heading-children"><div><p>Aloalo Island is a level 90 Variant Dungeon introduced in patch 6.51 with Endwalker.</p></div><div style="overflow-x: auto;"><table>
<thead>
<tr>
<th align="right">Name</th>
<th>Aloalo Island</th>
</tr>
</thead>
<tbody>
<tr>
<td align="right">Level</td>
<td>90</td>
</tr>
<tr>
<td align="right">Item Level</td>
<td>605 (Sync: 665)</td>
</tr>
<tr>
<td align="right">Difficulty</td>
<td>Normal</td>
</tr>
<tr>
<td align="right">Party Size</td>
<td>Flexible (1-4 man any role)</td>
</tr>
<tr>
<td align="right">Unsyncing</td>
<td>Not Allowed</td>
</tr>
<tr>
<td align="right">Time Limit</td>
<td>90 Minutes</td>
</tr>
<tr>
<td align="right">Duty Finder</td>
<td>V&C Dungeon Finder</td>
</tr>
<tr>
<td align="right">Tomestones</td>
<td><a data-tooltip-position="top" aria-label="https://ffxiv.consolegameswiki.com/wiki/Allagan_Tomestone_of_Causality" rel="noopener" class="external-link" title="Allagan Tomestone of Causality" href="https://ffxiv.consolegameswiki.com/wiki/Allagan_Tomestone_of_Causality" target="_blank"><img alt="Allagan Tomestone of Causality" src="https://ffxiv.consolegameswiki.com/mediawiki/images/thumb/4/4e/Allagan_Tomestone_of_Causality.png/20px-Allagan_Tomestone_of_Causality.png" referrerpolicy="no-referrer"></a> 40 <a data-tooltip-position="top" aria-label="https://ffxiv.consolegameswiki.com/wiki/Allagan_Tomestone_of_Comedy" rel="noopener" class="external-link" title="Allagan Tomestone of Comedy" href="https://ffxiv.consolegameswiki.com/wiki/Allagan_Tomestone_of_Comedy" target="_blank"><img alt="Allagan Tomestone of Comedy" src="https://ffxiv.consolegameswiki.com/mediawiki/images/thumb/1/19/Allagan_Tomestone_of_Comedy.png/20px-Allagan_Tomestone_of_Comedy.png" referrerpolicy="no-referrer"></a> 15</td>
</tr>
<tr>
<td align="right">Entrance</td>
<td><a data-tooltip-position="top" aria-label="https://ffxiv.consolegameswiki.com/wiki/Thavnair" rel="noopener" class="external-link" title="Thavnair" href="https://ffxiv.consolegameswiki.com/wiki/Thavnair" target="_blank">Thavnair</a> (X:24.7 Y:37.0)</td>
</tr>
<tr>
<td align="right">Patch</td>
<td>6.51</td>
</tr>
</tbody>
</table></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>To unlock this Variant Dungeon you must complete the associated quests starting on <a data-tooltip-position="top" aria-label="https://ffxiv.consolegameswiki.com/wiki/Stranger_from_Paradise" rel="noopener" class="external-link" href="https://ffxiv.consolegameswiki.com/wiki/Stranger_from_Paradise" target="_blank">Stranger from Paradise</a></p>
</div></div></div><div><hr></div></div></div><div class="heading-wrapper"><h1 data-heading="Conservation Records" class="heading" id="Conservation_Records">Conservation Records</h1><div class="heading-children"><div><p>Each conservation record is gained by completing one of the twelve endings.<br>
These are split by three paths that you must choose at the start.</p></div><div class="heading-wrapper"><h2 data-heading="Left Path" class="heading" id="Left_Path"><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>Left Path</h2><div class="heading-children"><div class="heading-wrapper"><h3 data-heading="Record 1: A Not-quite Deserted Island" class="heading" id="Record_1:_A_Not-quite_Deserted_Island"><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>Record 1: A Not-quite Deserted Island</h3><div class="heading-children"><div><ul>
<li data-line="0">When prompted by Matsya about fishing (he’ll have an exclamation point above his head), tell him: <mark>“We should press on.”</mark></li>
<li data-line="1">Ignore <strong>Zeal-blind Zozone</strong>, letting his HP deplete. He’ll call you a bastard and run off when his health bar empties.</li>
</ul></div><div><p>───── ⋆⋅☆⋅⋆ ─────</p></div></div></div><div class="heading-wrapper"><h3 data-heading="Record 2: The First Settlers of Aloalo Island" class="heading" id="Record_2:_The_First_Settlers_of_Aloalo_Island"><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>Record 2: The First Settlers of Aloalo Island</h3><div class="heading-children"><div><ul>
<li data-line="0">When prompted by Matsya about fishing (he’ll have an exclamation point above his head), tell him: <mark>“We should press on.”</mark></li>
<li data-line="1">Help <strong>Zeal-blind Zozone</strong>.</li>
</ul></div><div><p>───── ⋆⋅☆⋅⋆ ─────</p></div></div></div><div class="heading-wrapper"><h3 data-heading="Record 3: God of Heaven and Sea" class="heading" id="Record_3:_God_of_Heaven_and_Sea"><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>Record 3: God of Heaven and Sea</h3><div class="heading-children"><div><ul>
<li data-line="0">When prompted by Mastya about fishing (he’ll have an exclamation point above his head), tell him: <mark>“Fish to your heart’s content.”</mark></li>
<li data-line="1">Interact with the <mark>patch of sand</mark> on the right and give the bait to Matsya.</li>
</ul></div><div><p>───── ⋆⋅☆⋅⋆ ─────</p></div></div></div><div class="heading-wrapper"><h3 data-heading="Record 4: A Noxious Gift" class="heading" id="Record_4:_A_Noxious_Gift"><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>Record 4: A Noxious Gift</h3><div class="heading-children"><div><ul>
<li data-line="0">When prompted by Mastya about fishing (he’ll have an exclamation point above his head), tell him: <mark>“Fish to your heart’s content.”</mark></li>
<li data-line="1">Interact with the <mark>mound of rocks</mark> on the left and give the bait to Matsya.</li>
</ul></div><div><p>───── ⋆⋅☆⋅⋆ ─────</p></div></div></div></div></div><div class="heading-wrapper"><h2 data-heading="Middle Path" class="heading" id="Middle_Path"><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>Middle Path</h2><div class="heading-children"><div class="heading-wrapper"><h3 data-heading="Record 5: The Roots of Arcanima" class="heading" id="Record_5:_The_Roots_of_Arcanima"><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>Record 5: The Roots of Arcanima</h3><div class="heading-children"><div><ul>
<li data-line="0">After the midboss, kill the <strong>crawlers</strong> and <strong>treant</strong> in any order as long as they’re <mark>not standing on the sigil on the floor.</mark></li>
<li data-line="1">Kill the next sets of monsters normally and proceed to the boss.</li>
</ul></div><div><p>───── ⋆⋅☆⋅⋆ ─────</p></div></div></div><div class="heading-wrapper"><h3 data-heading="Record 6: Under the Boughts of the Great Tree" class="heading" id="Record_6:_Under_the_Boughts_of_the_Great_Tree"><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>Record 6: Under the Boughts of the Great Tree</h3><div class="heading-children"><div><ul>
<li data-line="0">After the midboss, kill the <strong>crawlers</strong> and <strong>treant</strong> in any order as long as they’re <mark>not standing on the sigil on the floor.</mark></li>
<li data-line="1">On the next set of monsters, <mark>run through the red flower bushes</mark> and follow the path to scare off the <strong>armadillo-like rodents</strong>.</li>
<li data-line="2">On the next set of monsters (again), do the same thing as above — <mark>run through the red flowers</mark> to find the <strong>armadillo-like rodents</strong> and scare them off.</li>
</ul></div><div><p>───── ⋆⋅☆⋅⋆ ─────</p></div></div></div><div class="heading-wrapper"><h3 data-heading="Record 7: A Dear Friend" class="heading" id="Record_7:_A_Dear_Friend"><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>Record 7: A Dear Friend</h3><div class="heading-children"><div><ul>
<li data-line="0">After the midboss, pull the <strong>crawlers</strong> and <strong>treant</strong> to be <mark>on top of the sigil</mark> on the floor. While staying on the sigil, <mark>kill the <strong>treant</strong> first, and then kill the <strong>crawlers</strong>.</mark></li>
<li data-line="1">Head up the new path and kill the set of monsters.</li>
<li data-line="2">On the next and final set of monsters, fight the monsters, but <mark>do not hit</mark> J<strong>olly-tailed J’jhimei</strong>.</li>
</ul></div><div><p>───── ⋆⋅☆⋅⋆ ─────</p></div></div></div><div class="heading-wrapper"><h3 data-heading="Record 8: Fish for the Mind" class="heading" id="Record_8:_Fish_for_the_Mind"><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>Record 8: Fish for the Mind</h3><div class="heading-children"><div><ul>
<li data-line="0">After the midboss, pull the <strong>crawlers</strong> and <strong>treant</strong> to be <mark>on top of the sigil</mark> on the floor. While staying on the sigil, <mark>kill the <strong>treant</strong> first, and then kill the <strong>crawlers</strong>.</mark></li>
<li data-line="1">Head up the new path and kill the set of monsters.</li>
<li data-line="2">On the next and final set of monsters, <mark>attack</mark> <strong>Jolly-tailed J’jhimei</strong>.</li>
</ul></div><div><p>───── ⋆⋅☆⋅⋆ ─────</p></div></div></div></div></div><div class="heading-wrapper"><h2 data-heading="Right Path" class="heading" id="Right_Path"><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>Right Path</h2><div class="heading-children"><div class="heading-wrapper"><h3 data-heading="Record 9: A Familiar History" class="heading" id="Record_9:_A_Familiar_History"><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>Record 9: A Familiar History</h3><div class="heading-children"><div><ul>
<li data-line="0">When you approach <strong>Statice the pixie</strong>, select: <mark>"Well go on, don't keep them to yourself."</mark></li>
</ul></div><div><p>───── ⋆⋅☆⋅⋆ ─────</p></div></div></div><div class="heading-wrapper"><h3 data-heading="Record 10: The Remnants of Faith" class="heading" id="Record_10:_The_Remnants_of_Faith"><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>Record 10: The Remnants of Faith</h3><div class="heading-children"><div><ul>
<li data-line="0">When you approach <strong>Statice the pixie</strong>, select: <mark>“I’m not interested in your ‘secrets.”</mark></li>
<li data-line="1">When prompted again, select: <mark>“I don’t know if I can...”</mark></li>
<li data-line="2">When prompted for the third time, select: <mark>“You just have a...wicked air about you.”</mark></li>
<li data-line="3"><mark>Don’t interact</mark> with any of the <strong>treasures</strong> you see after taking the new path.</li>
<li data-line="4"><mark>Pull the lever</mark> to take the path down.</li>
</ul></div><div><p>───── ⋆⋅☆⋅⋆ ─────</p></div></div></div><div class="heading-wrapper"><h3 data-heading="Record 11: A Lalafell or fish?" class="heading" id="Record_11:_A_Lalafell_or_fish?"><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>Record 11: A Lalafell or fish?</h3><div class="heading-children"><div><ul>
<li data-line="0">When you approach <strong>Statice the pixie</strong>, select: <mark>“I’m not interested in your ‘secrets.”</mark></li>
<li data-line="1">When prompted again, select: <mark>“I don’t know if I can...”</mark></li>
<li data-line="2">When prompted for the third time, select: <mark>“You just have a...wicked air about you.</mark></li>
<li data-line="3"><mark>Interact</mark> with the treasure to reveal the <strong>mimics</strong> and kill them.</li>
<li data-line="4"><mark>Pull the lever</mark> to take the path down.</li>
</ul></div><div><p>───── ⋆⋅☆⋅⋆ ─────</p></div></div></div><div class="heading-wrapper"><h3 data-heading="Record 12: Wellspring of Golden Memories" class="heading" id="Record_12:_Wellspring_of_Golden_Memories"><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>Record 12: Wellspring of Golden Memories</h3><div class="heading-children"><div><ul>
<li data-line="0">When you approach <strong>Statice the pixie</strong>, select: <mark>“I’m not interested in your ‘secrets.”</mark></li>
<li data-line="1">When prompted again, select: <mark>“I don’t know if I can...”</mark></li>
<li data-line="2">When prompted for the third time, select: <mark>“You just have a...wicked air about you.”</mark></li>
<li data-line="3"><mark>Don’t interact</mark> with any of the <strong>treasures</strong> you see after taking the new path.</li>
<li data-line="4"><mark>Do not pull the lever</mark> in the room with the statues.</li>
<li data-line="5">In the statue room, <mark>complete the rituals</mark> for each statue.</li>
<li data-line="6"><strong>Continue the steps bellow after the rituals.</strong></li>
</ul></div><div><p>───── ⋆⋅☆⋅⋆ ─────</p></div><div class="heading-wrapper"><h4 data-heading="Ritual Instructions" class="heading" id="Ritual_Instructions"><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>Ritual Instructions</h4><div class="heading-children"><div><p>You may copy the messages marked as <strong>Say</strong> and paste them as normal chat in-game.</p></div><div class="heading-wrapper"><h5 data-heading="Whale" class="heading" id="Whale"><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>Whale</h5><div class="heading-children"><div><div data-callout-metadata="" data-callout-fold="" data-callout="note" 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">Say in chat</div></div><div class="callout-content">
<p>O messenger from beyond the horizon, hear me.</p>
</div></div></div><div><div data-callout-metadata="" data-callout-fold="" data-callout="bug" 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-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">Move</div></div><div class="callout-content">
<p><mark>Two clockwise</mark> laps around all the statues.<br>
Then <mark>one counterclockwise</mark> lap.</p>
</div></div></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">Emote</div></div><div class="callout-content">
<p>In front of Whale do /dance emote.</p>
</div></div></div></div></div><div class="heading-wrapper"><h5 data-heading="Turtle" class="heading" id="Turtle"><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>Turtle</h5><div class="heading-children"><div><div data-callout-metadata="" data-callout-fold="" data-callout="note" 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">Say in chat</div></div><div class="callout-content">
<p>O wayfarer of land and sea, hear me.</p>
</div></div></div><div><div data-callout-metadata="" data-callout-fold="" data-callout="bug" 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-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">Move</div></div><div class="callout-content">
<p><mark>Two counterclockwise</mark> laps around all the statues.</p>
</div></div></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">Emote</div></div><div class="callout-content">
<p>In front of Turtle do /bow emote.</p>
</div></div></div></div></div><div class="heading-wrapper"><h5 data-heading="Sparrow" class="heading" id="Sparrow"><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>Sparrow</h5><div class="heading-children"><div><div data-callout-metadata="" data-callout-fold="" data-callout="note" 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">Say in chat</div></div><div class="callout-content">
<p>O dancer of the skies, hear me.</p>
</div></div></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">Emote</div></div><div class="callout-content">
<p>In front of Sparrow do /blowkiss emote.</p>
</div></div></div><div><div data-callout-metadata="" data-callout-fold="" data-callout="bug" 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-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">Move</div></div><div class="callout-content">
<p><mark>One clockwise</mark> lap around all the statues.</p>
</div></div></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">Emote</div></div><div class="callout-content">
<p>In front of Sparrow do /dance emote.</p>
</div></div></div><div><p>───── ⋆⋅☆⋅⋆ ─────</p></div></div></div></div></div></div></div><div class="heading-wrapper"><h3 data-heading="Continue your path" class="heading" id="Continue_your_path"><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>Continue your path</h3><div class="heading-children"><div><ul>
<li data-line="0">After doing all three rituals, a <mark>new path</mark> will open up. Head down.</li>
<li data-line="1">Take out the monsters and <strong>Wobble-kneed Whasbyrm</strong>.</li>
<li data-line="2"><mark>Interact with the sack that he drops.</mark></li>
<li data-line="3"><mark>Place the statues</mark> obtained from the sack on the pedestals. </li>
<li data-line="4"><strong>Sparrow</strong> on the <mark>first pedestal.</mark></li>
<li data-line="5"><strong>Whale</strong> on the <mark>second pedestal.</mark></li>
<li data-line="6"><strong>Turtle</strong> on the <mark>third pedestal.</mark></li>
</ul></div><div><p>───── ⋆⋅☆⋅⋆ ─────</p></div><div><hr></div></div></div></div></div></div></div><div class="heading-wrapper"><h1 data-heading="Rewards" class="heading" id="Rewards">Rewards</h1><div class="heading-children"><div class="heading-wrapper"><h2 data-heading="Personal Loot" class="heading" id="Personal_Loot"><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>Personal Loot</h2><div class="heading-children"><div class="heading-wrapper"><h3 data-heading="Quaqua" class="heading" id="Quaqua"><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>Quaqua</h3><div class="heading-children"><div style="overflow-x: auto;"><table>
<thead>
<tr>
<th align="center">Item</th>
<th align="center">Quantity</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Aloalo_Potsherd" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Aloalo_Potsherd" target="_blank">Aloalo Potsherd</a></td>
<td align="center">1</td>
</tr>
</tbody>
</table></div></div></div><div class="heading-wrapper"><h3 data-heading="Ketuduke" class="heading" id="Ketuduke"><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>Ketuduke</h3><div class="heading-children"><div style="overflow-x: auto;"><table>
<thead>
<tr>
<th align="center">Item</th>
<th align="center">Quantity</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Aloalo_Potsherd" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Aloalo_Potsherd" target="_blank">Aloalo Potsherd</a></td>
<td align="center">2</td>
</tr>
<tr>
<td align="center"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Ketuduke_Card" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Ketuduke_Card" target="_blank">Ketuduke Card</a></td>
<td align="center">1</td>
</tr>
</tbody>
</table></div></div></div><div class="heading-wrapper"><h3 data-heading="Lala" class="heading" id="Lala"><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>Lala</h3><div class="heading-children"><div style="overflow-x: auto;"><table>
<thead>
<tr>
<th align="center">Item</th>
<th align="center">Quantity</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Aloalo_Potsherd" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Aloalo_Potsherd" target="_blank">Aloalo Potsherd</a></td>
<td align="center">2</td>
</tr>
<tr>
<td align="center"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Lala_Card" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Lala_Card" target="_blank">Lala Card</a></td>
<td align="center">1</td>
</tr>
</tbody>
</table></div></div></div><div class="heading-wrapper"><h3 data-heading="Statice" class="heading" id="Statice"><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>Statice</h3><div class="heading-children"><div style="overflow-x: auto;"><table>
<thead>
<tr>
<th align="center">Item</th>
<th align="center">Quantity</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Aloalo_Potsherd" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Aloalo_Potsherd" target="_blank">Aloalo Potsherd</a></td>
<td align="center">2</td>
</tr>
<tr>
<td align="center"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Statice_Card" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Statice_Card" target="_blank">Statice Card</a></td>
<td align="center">1</td>
</tr>
</tbody>
</table></div></div></div><div class="heading-wrapper"><h3 data-heading="Loquloqui" class="heading" id="Loquloqui"><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>Loquloqui</h3><div class="heading-children"><div style="overflow-x: auto;"><table>
<thead>
<tr>
<th align="center">Item</th>
<th align="center">Quantity</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Aloalo_Potsherd" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Aloalo_Potsherd" target="_blank">Aloalo Potsherd</a></td>
<td align="center">2</td>
</tr>
<tr>
<td align="center"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Loquloqui_Card" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Loquloqui_Card" target="_blank">Loquloqui Card</a></td>
<td align="center">1</td>
</tr>
</tbody>
</table></div></div></div><div class="heading-wrapper"><h3 data-heading="Treasure Coffers" class="heading" id="Treasure_Coffers"><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>Treasure Coffers</h3><div class="heading-children"><div style="overflow-x: auto;"><table>
<thead>
<tr>
<th align="center">Item</th>
<th align="center">Quantity</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Magicked_Prism_(Uolosapa)" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Magicked_Prism_(Uolosapa)" target="_blank">Magicked Prism (Uolosapa)</a></td>
<td align="center">1</td>
</tr>
<tr>
<td align="center"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Aloalo_Faerie_Cushion" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Aloalo_Faerie_Cushion" target="_blank">Aloalo Faerie Cushion</a></td>
<td align="center">1</td>
</tr>
<tr>
<td align="center"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Aloalo_Island_Palm" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Aloalo_Island_Palm" target="_blank">Aloalo Island Palm</a></td>
<td align="center">1</td>
</tr>
<tr>
<td align="center"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Aloalo_Pendant_Wall_Lamp" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Aloalo_Pendant_Wall_Lamp" target="_blank">Aloalo Pendant Wall Lamp</a></td>
<td align="center">1</td>
</tr>
<tr>
<td align="center"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Aloalo_Roselle_Hedge" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Aloalo_Roselle_Hedge" target="_blank">Aloalo Roselle Hedge</a></td>
<td align="center">1</td>
</tr>
<tr>
<td align="center"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Sagely_Sparrow_Statue" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Sagely_Sparrow_Statue" target="_blank">Sagely Sparrow Statue</a></td>
<td align="center">1</td>
</tr>
<tr>
<td align="center"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/South_Seas_Coelacanth_Display" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/South_Seas_Coelacanth_Display" target="_blank">South Seas Coelacanth Display</a></td>
<td align="center">1</td>
</tr>
<tr>
<td align="center"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Giant_Leaf_Parasol" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Giant_Leaf_Parasol" target="_blank">Giant Leaf Parasol</a></td>
<td align="center">1</td>
</tr>
<tr>
<td align="center"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Repulu" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Repulu" target="_blank">Repulu</a></td>
<td align="center">1</td>
</tr>
<tr>
<td align="center"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Uolosapa" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Uolosapa" target="_blank">Uolosapa</a></td>
<td align="center">1</td>
</tr>
</tbody>
</table></div></div></div></div></div><div class="heading-wrapper"><h2 data-heading="Mount" class="heading" id="Mount"><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>Mount</h2><div class="heading-children"><div><p>Completing all the paths unlocks the <strong>Spectral Statice Whistle</strong>.</p></div><div><p><span alt="Aloalo_Island3.jpg" src="Aloalo_Island3.jpg" class="internal-embed media-embed image-embed is-loaded"><img alt="Aloalo_Island3.jpg" src="images/aloalo_island3.jpg"></span></p></div></div></div><div class="heading-wrapper"><h2 data-heading="Aloalo Potsherd Rewards" class="heading" id="Aloalo_Potsherd_Rewards"><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>Aloalo Potsherd Rewards</h2><div class="heading-children"><div style="overflow-x: auto;"><table>
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th align="center">Cost</th>
</tr>
</thead>
<tbody>
<tr>
<td>Free Spirit's Hat</td>
<td>Glamour</td>
<td align="center">15</td>
</tr>
<tr>
<td>Free Spirit's Jacket</td>
<td>Glamour</td>
<td align="center">27</td>
</tr>
<tr>
<td>Free Spirit's Ringbands</td>
<td>Glamour</td>
<td align="center">9</td>
</tr>
<tr>
<td>Free Spirit's Cropped Slops</td>
<td>Glamour</td>
<td align="center">12</td>
</tr>
<tr>
<td>Free Spirit's Backless Loafers</td>
<td>Glamour</td>
<td align="center">9</td>
</tr>
<tr>
<td>O Speaker, Slumber Orchestrion Roll</td>
<td>Orchestrion Roll</td>
<td align="center">9</td>
</tr>
<tr>
<td>Ballroom Etiquette - Humble Triumph</td>
<td>Emote</td>
<td align="center">9</td>
</tr>
<tr>
<td>Modern Aesthetics - The Bold and the Braid</td>
<td>Hairstyle</td>
<td align="center">6</td>
</tr>
<tr>
<td>Statice's Wings</td>
<td>Fashion Accessory</td>
<td align="center">3</td>
</tr>
</tbody>
</table></div><div><hr></div></div></div></div></div><div class="heading-wrapper"><h1 data-heading="Achievements" class="heading" id="Achievements">Achievements</h1><div class="heading-children"><div style="overflow-x: auto;"><table>
<thead>
<tr>
<th>Name</th>
<th align="center">Points</th>
<th>Task</th>
</tr>
</thead>
<tbody>
<tr>
<td>Lord of the Skies</td>
<td align="center">5</td>
<td>Defeat Ketuduke in the Aloalo Island variant dungeon.</td>
</tr>
<tr>
<td>Number Cruncher</td>
<td align="center">5</td>
<td>Defeat the lala in the Aloalo Island variant dungeon.</td>
</tr>
<tr>
<td>A Prank Too Far</td>
<td align="center">5</td>
<td>Defeat Statice in the Aloalo Island variant dungeon.</td>
</tr>
<tr>
<td>The Frailty of Words</td>
<td align="center">5</td>
<td>Defeat the Loquloqui in the Aloalo Island variant dungeon.</td>
</tr>
<tr>
<td>Good-willed Hunting</td>
<td align="center">10</td>
<td>Unlock all conservation records on Aloalo Island.</td>
</tr>
<tr>
<td>Mapping the Realm: Aloalo Island</td>
<td align="center">10</td>
<td>Discover every location within the Aloalo Island variant dungeon.</td>
</tr>
</tbody>
</table></div><div><p>───── ⋆⋅☆⋅⋆ ─────</p></div><div><pre><code>Date: 28/04/2024
Collected by: W'eylyn Mavourneen
</code><button class="copy-code-button">Copy</button></pre></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="aloalo-island.html#Aloalo Island"><div class="tree-item-contents heading-link" heading-name="Aloalo Island"><span class="tree-item-title">Aloalo Island</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="aloalo-island.html#General_Info"><div class="tree-item-contents heading-link" heading-name="General Info"><span class="tree-item-title">General Info</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="aloalo-island.html#Conservation_Records"><div class="tree-item-contents heading-link" heading-name="Conservation Records"><span class="tree-item-title">Conservation Records</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="aloalo-island.html#Left_Path"><div class="tree-item-contents heading-link" heading-name="Left Path"><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">Left Path</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="aloalo-island.html#Record_1:_A_Not-quite_Deserted_Island"><div class="tree-item-contents heading-link" heading-name="Record 1: A Not-quite Deserted Island"><span class="tree-item-title">Record 1: A Not-quite Deserted Island</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item" data-depth="3"><a class="tree-link" href="aloalo-island.html#Record_2:_The_First_Settlers_of_Aloalo_Island"><div class="tree-item-contents heading-link" heading-name="Record 2: The First Settlers of Aloalo Island"><span class="tree-item-title">Record 2: The First Settlers of Aloalo Island</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item" data-depth="3"><a class="tree-link" href="aloalo-island.html#Record_3:_God_of_Heaven_and_Sea"><div class="tree-item-contents heading-link" heading-name="Record 3: God of Heaven and Sea"><span class="tree-item-title">Record 3: God of Heaven and Sea</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item" data-depth="3"><a class="tree-link" href="aloalo-island.html#Record_4:_A_Noxious_Gift"><div class="tree-item-contents heading-link" heading-name="Record 4: A Noxious Gift"><span class="tree-item-title">Record 4: A Noxious Gift</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="aloalo-island.html#Middle_Path"><div class="tree-item-contents heading-link" heading-name="Middle Path"><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">Middle Path</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="aloalo-island.html#Record_5:_The_Roots_of_Arcanima"><div class="tree-item-contents heading-link" heading-name="Record 5: The Roots of Arcanima"><span class="tree-item-title">Record 5: The Roots of Arcanima</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item" data-depth="3"><a class="tree-link" href="aloalo-island.html#Record_6:_Under_the_Boughts_of_the_Great_Tree"><div class="tree-item-contents heading-link" heading-name="Record 6: Under the Boughts of the Great Tree"><span class="tree-item-title">Record 6: Under the Boughts of the Great Tree</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item" data-depth="3"><a class="tree-link" href="aloalo-island.html#Record_7:_A_Dear_Friend"><div class="tree-item-contents heading-link" heading-name="Record 7: A Dear Friend"><span class="tree-item-title">Record 7: A Dear Friend</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item" data-depth="3"><a class="tree-link" href="aloalo-island.html#Record_8:_Fish_for_the_Mind"><div class="tree-item-contents heading-link" heading-name="Record 8: Fish for the Mind"><span class="tree-item-title">Record 8: Fish for the Mind</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="aloalo-island.html#Right_Path"><div class="tree-item-contents heading-link" heading-name="Right Path"><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">Right Path</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="aloalo-island.html#Record_9:_A_Familiar_History"><div class="tree-item-contents heading-link" heading-name="Record 9: A Familiar History"><span class="tree-item-title">Record 9: A Familiar History</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item" data-depth="3"><a class="tree-link" href="aloalo-island.html#Record_10:_The_Remnants_of_Faith"><div class="tree-item-contents heading-link" heading-name="Record 10: The Remnants of Faith"><span class="tree-item-title">Record 10: The Remnants of Faith</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item" data-depth="3"><a class="tree-link" href="aloalo-island.html#Record_11:_A_Lalafell_or_fish?"><div class="tree-item-contents heading-link" heading-name="Record 11: A Lalafell or fish?"><span class="tree-item-title">Record 11: A Lalafell or fish?</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="aloalo-island.html#Record_12:_Wellspring_of_Golden_Memories"><div class="tree-item-contents heading-link" heading-name="Record 12: Wellspring of Golden Memories"><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">Record 12: Wellspring of Golden Memories</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="aloalo-island.html#Ritual_Instructions"><div class="tree-item-contents heading-link" heading-name="Ritual Instructions"><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">Ritual Instructions</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="aloalo-island.html#Whale"><div class="tree-item-contents heading-link" heading-name="Whale"><span class="tree-item-title">Whale</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="aloalo-island.html#Turtle"><div class="tree-item-contents heading-link" heading-name="Turtle"><span class="tree-item-title">Turtle</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="aloalo-island.html#Sparrow"><div class="tree-item-contents heading-link" heading-name="Sparrow"><span class="tree-item-title">Sparrow</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div></div></div><div class="tree-item" data-depth="3"><a class="tree-link" href="aloalo-island.html#Continue_your_path"><div class="tree-item-contents heading-link" heading-name="Continue your path"><span class="tree-item-title">Continue your path</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="aloalo-island.html#Rewards"><div class="tree-item-contents heading-link" heading-name="Rewards"><span class="tree-item-title">Rewards</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="aloalo-island.html#Personal_Loot"><div class="tree-item-contents heading-link" heading-name="Personal Loot"><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">Personal Loot</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="aloalo-island.html#Quaqua"><div class="tree-item-contents heading-link" heading-name="Quaqua"><span class="tree-item-title">Quaqua</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item" data-depth="3"><a class="tree-link" href="aloalo-island.html#Ketuduke"><div class="tree-item-contents heading-link" heading-name="Ketuduke"><span class="tree-item-title">Ketuduke</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item" data-depth="3"><a class="tree-link" href="aloalo-island.html#Lala"><div class="tree-item-contents heading-link" heading-name="Lala"><span class="tree-item-title">Lala</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item" data-depth="3"><a class="tree-link" href="aloalo-island.html#Statice"><div class="tree-item-contents heading-link" heading-name="Statice"><span class="tree-item-title">Statice</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item" data-depth="3"><a class="tree-link" href="aloalo-island.html#Loquloqui"><div class="tree-item-contents heading-link" heading-name="Loquloqui"><span class="tree-item-title">Loquloqui</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item" data-depth="3"><a class="tree-link" href="aloalo-island.html#Treasure_Coffers"><div class="tree-item-contents heading-link" heading-name="Treasure Coffers"><span class="tree-item-title">Treasure Coffers</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="aloalo-island.html#Mount"><div class="tree-item-contents heading-link" heading-name="Mount"><span class="tree-item-title">Mount</span></div></a><div class="tree-item-children nav-folder-children"></div></div><div class="tree-item" data-depth="2"><a class="tree-link" href="aloalo-island.html#Aloalo_Potsherd_Rewards"><div class="tree-item-contents heading-link" heading-name="Aloalo Potsherd Rewards"><span class="tree-item-title">Aloalo Potsherd Rewards</span></div></a><div class="tree-item-children nav-folder-children"></div></div></div></div><div class="tree-item" data-depth="1"><a class="tree-link" href="aloalo-island.html#Achievements"><div class="tree-item-contents heading-link" heading-name="Achievements"><span class="tree-item-title">Achievements</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>