-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmount-rokkon.html
405 lines (405 loc) · 64.8 KB
/
mount-rokkon.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
<!DOCTYPE html> <html><head>
<title>Mount Rokkon</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 - Mount Rokkon">
<meta property="og:title" content="Mount Rokkon">
<meta property="og:description" content="Weyway - Raids and Dungeons - Mount Rokkon">
<meta property="og:type" content="website">
<meta property="og:url" content="https://weyway.github.io/raids-and-dungeons/mount-rokkon.html">
<meta property="og:image" content="https://weyway.github.io/raids-and-dungeons/images/mount_rokkon1.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> Mount
<span class="token punctuation">-</span> Rokkon
<span class="token punctuation">-</span> Exorcism
<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> Kugane
<span class="token key atrule">Patch</span><span class="token punctuation">:</span> <span class="token string">"6.45"</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> Mount Rokkon</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="Mount Rokkon"><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>Mount Rokkon</p></h1><div class="heading-wrapper"><div class="heading-children"><div><p><span alt="Mount_Rokkon1.jpg" src="Mount_Rokkon1.jpg" class="internal-embed media-embed image-embed is-loaded"><img alt="Mount_Rokkon1.jpg" src="images/mount_rokkon1.jpg"></span></p></div><div><blockquote>
<p>On Hingashi's westernmost isle of Shishu lies the long-venerated Mount Rokkon. Once refuge for humble monks and weary pilgrims, the holy site lately fell to a host of malevolent mononoke, spurring the local liege lord to take the unprecedented step of inviting ijin to assist in reclaiming its slopes. As in his wont, Hancock has secured the promise of valuable rewards in exchange for his—and your—assistance, but each of these treasures has a life of its own...</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>Mount Rokkon is a level 90 Variant Dungeon introduced in patch 6.45 with Endwalker.</p></div><div style="overflow-x: auto;"><table>
<thead>
<tr>
<th align="right">Name</th>
<th>Mount Rokkon</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/Kugane" rel="noopener" class="external-link" href="https://ffxiv.consolegameswiki.com/wiki/Kugane" target="_blank">Kugane</a> (X:8.9 Y:8.8)</td>
</tr>
<tr>
<td align="right">Patch</td>
<td>6.45</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/Mononoke_Aware" rel="noopener" class="external-link" href="https://ffxiv.consolegameswiki.com/wiki/Mononoke_Aware" target="_blank">Mononoke Aware</a></p>
</div></div></div><div><hr></div></div></div><div class="heading-wrapper"><h1 data-heading="Exorcism Records" class="heading" id="Exorcism_Records">Exorcism Records</h1><div class="heading-children"><div><p>Each exorcism is gained by completing one of the twelve endings.<br>
These are split by three paths that you must choose.</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="Exorcism 1: Gift of the Onmyoj" class="heading" id="Exorcism_1:_Gift_of_the_Onmyoj"><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>Exorcism 1: Gift of the Onmyoj</h3><div class="heading-children"><div><ul>
<li data-line="0">Ignore the statues and interact with the orb in the auspice room.</li>
<li data-line="1">Interact with the katana box in the following room.</li>
</ul></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">Boss Tip!</div></div><div class="callout-content">
<p>Moko the Restless will gain Untempered Sword which makes AoEs from the edge of the arena.</p>
</div></div></div><div><p>───── ⋆⋅☆⋅⋆ ─────</p></div></div></div><div class="heading-wrapper"><h3 data-heading="Exorcism 2: The Crimson Sword" class="heading" id="Exorcism_2:_The_Crimson_Sword"><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>Exorcism 2: The Crimson Sword</h3><div class="heading-children"><div><ul>
<li data-line="0">Ignore the statues and interact with the orb in the auspice room.</li>
<li data-line="1">Ignore with the katana box in the following room.</li>
</ul></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">Boss Tip!</div></div><div class="callout-content">
<p>Moko the Restless will gain Moonless Night, a set of half-room circle AoEs.</p>
</div></div></div><div><p>───── ⋆⋅☆⋅⋆ ─────</p></div></div></div><div class="heading-wrapper"><h3 data-heading="Exorcism 3: A Tale of Dead Men" class="heading" id="Exorcism_3:_A_Tale_of_Dead_Men"><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>Exorcism 3: A Tale of Dead Men</h3><div class="heading-children"><div><p><span alt="statues.jpg" src="statues.jpg" class="internal-embed media-embed image-embed is-loaded"><img alt="statues.jpg" src="images/statues.jpg"></span></p></div><div><ul>
<li data-line="0">Face the <strong>Suzaku</strong> statue south and the <strong>Seiryu</strong> statue east. Rotate them by interacting.</li>
<li data-line="1">Interact with the orb after.</li>
<li data-line="2">ALLOW the <strong>Shishu Apa</strong> to complete its Water III cast to extinguish the lanterns.</li>
</ul></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">Boss Tip!</div></div><div class="callout-content">
<p>Moko the Restless will gain Tengu-Yobi, line knock-backs from the edge of the arena.</p>
</div></div></div><div><p>───── ⋆⋅☆⋅⋆ ─────</p></div></div></div><div class="heading-wrapper"><h3 data-heading="Exorcism 4: Forging a Legacy" class="heading" id="Exorcism_4:_Forging_a_Legacy"><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>Exorcism 4: Forging a Legacy</h3><div class="heading-children"><div><ul>
<li data-line="0">Face the <strong>Suzaku</strong> statue south and the <strong>Seiryu</strong> statue east. Rotate them by interacting.</li>
<li data-line="1">Interact with the orb after.</li>
<li data-line="2">STOP the <strong>Shishu Apa</strong> from completing it's Water III cast by interrupting it.</li>
</ul></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">Boss Tip!</div></div><div class="callout-content">
<p>Moko the Restless will gain Spirit Spark. AoEs on the arena accompanied with heads that float towards players and do damage on contact.</p>
</div></div></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="Exorcism 5: The Luthier And The Songstress" class="heading" id="Exorcism_5:_The_Luthier_And_The_Songstress"><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>Exorcism 5: The Luthier And The Songstress</h3><div class="heading-children"><div><ul>
<li data-line="0">Continue the path until the pile of crates.</li>
<li data-line="1">Ignore the crates and go right.</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>Reach the <strong>Shishu White Baboon</strong> and spare it by choosing the first option:
<ul>
<li data-line="3">"Very well - we have a deal."</li>
</ul>
</li>
</ul></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">Boss Tip!</div></div><div class="callout-content">
<p>The baboon will spawn during the Gorai the Uncaged fight, chain players to it, and start casting Self-Destruct. Kill the baboon before the cast finishes.</p>
</div></div></div><div><p>───── ⋆⋅☆⋅⋆ ─────</p></div></div></div><div class="heading-wrapper"><h3 data-heading="Exorcism 6: Lost to Avarice" class="heading" id="Exorcism_6:_Lost_to_Avarice"><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>Exorcism 6: Lost to Avarice</h3><div class="heading-children"><div><ul>
<li data-line="0">Continue the path until the pile of crates.</li>
<li data-line="1">Ignore the crates and go right.</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>Reach the <strong>Shishu White Baboon</strong> and defeat it by choosing the second option:
<ul>
<li data-line="3">"Give me a moment to think..."</li>
</ul>
</li>
</ul></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">Boss Tip!</div></div><div class="callout-content">
<p>Gorai the Uncaged will summon thunder orbs with Thundercall, spawn AoEs with Humble Hammer, and combine the two abilities.</p>
</div></div></div><div><p>───── ⋆⋅☆⋅⋆ ─────</p></div></div></div><div class="heading-wrapper"><h3 data-heading="Exorcism 7: Beyond the Lantern's Light" class="heading" id="Exorcism_7:_Beyond_the_Lantern's_Light"><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>Exorcism 7: Beyond the Lantern's Light</h3><div class="heading-children"><div><p><span alt="crates.jpg" src="crates.jpg" class="internal-embed media-embed image-embed is-loaded"><img alt="crates.jpg" src="images/crates.jpg"></span></p></div><div><ul>
<li data-line="0">Continue the path until the pile of crates.</li>
<li data-line="1">Climb the pile of crates to the second floor.</li>
<li data-line="2">Pull the Woven Rope.</li>
<li data-line="3">Defeat the <strong>Shishu Chochin</strong> and continue to the boss.</li>
</ul></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">Boss Tip!</div></div><div class="callout-content">
<p>Gorai the Uncaged will gain Worldly Pursuit, a rotating plus-shaped (+) AoE as well as Biwa Breaker which are successive hits of raidwide magic damage.</p>
</div></div></div><div><p>───── ⋆⋅☆⋅⋆ ─────</p></div></div></div><div class="heading-wrapper"><h3 data-heading="Exorcism 12: The Ogiseru's Fate (Secret Ending)" class="heading" id="Exorcism_12:_The_Ogiseru's_Fate_(Secret_Ending)"><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>Exorcism 12: The Ogiseru's Fate (Secret Ending)</h3><div class="heading-children"><div><ul>
<li data-line="0">Continue the path until the pile of crates.</li>
<li data-line="1">Climb the pile of crates to the second floor.</li>
<li data-line="2">Pull the Woven Rope.</li>
<li data-line="3">DO NOT kill the <strong>Shishu Chochin</strong> on the second floor.</li>
<li data-line="4">Aggro the <strong>Shishu Chochin</strong> and pull them down to the main floor.</li>
<li data-line="5">Kill them one at a time facing the lanterns.</li>
</ul></div><div><div data-callout-metadata="" data-callout-fold="" data-callout="attention" 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">Take note!</div></div><div class="callout-content">
<p>The monster must be facing the lantern when it dies.<br>
It will cast a cone AoE upon death that must hit the lantern to light it up.<br>
This must be done for all three lanterns.</p>
</div></div></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="Exorcism 8: The Common Man's Courage" class="heading" id="Exorcism_8:_The_Common_Man's_Courage"><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>Exorcism 8: The Common Man's Courage</h3><div class="heading-children"><div><ul>
<li data-line="0">Ignore the Rokkon Sentinel.</li>
<li data-line="1">Clean all four Stones of Protection on the path leading up.</li>
</ul></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">Boss Tip!</div></div><div class="callout-content">
<p>Shishio will use Hanting Cry that will summon wildlife which will do a series of AoEs.</p>
</div></div></div><div><p>───── ⋆⋅☆⋅⋆ ─────</p></div></div></div><div class="heading-wrapper"><h3 data-heading="Exorcism 9: Sound of the Stone" class="heading" id="Exorcism_9:_Sound_of_the_Stone"><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>Exorcism 9: Sound of the Stone</h3><div class="heading-children"><div><ul>
<li data-line="0">Ignore the Rokkon Sentinel.</li>
<li data-line="1">Ignore the four Stones of Protection on the path.</li>
</ul></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">Boss Tip!</div></div><div class="callout-content">
<p>Shishio wil use Yoki which spawns AoEs that cover the arena with shifting sands which inflict Six Fulms Under. If this debuff expires, the player will die.<br>
Stand in the safe spot to remove the debuff then move into the sands to avoid getting hit by the massive AoE.</p>
</div></div></div><div><p>───── ⋆⋅☆⋅⋆ ─────</p></div></div></div><div class="heading-wrapper"><h3 data-heading="Exorcism 10: The Seal of Silence" class="heading" id="Exorcism_10:_The_Seal_of_Silence"><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>Exorcism 10: The Seal of Silence</h3><div class="heading-children"><div><ul>
<li data-line="0">Remove the Rokkon Sentinel.</li>
<li data-line="1">Use the emote <strong>Eastern Bow</strong> (/ebow) in front of the shrine.</li>
<li data-line="2">Topple Iwakura.</li>
</ul></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">Boss Tip!</div></div><div class="callout-content">
<p>Shishio will use Haunting Cry that will summon monsters with arrows, hide behind the correct one.</p>
</div></div></div><div><p>───── ⋆⋅☆⋅⋆ ─────</p></div></div></div><div class="heading-wrapper"><h3 data-heading="Exorcism 11: Seasons of the Fleeting" class="heading" id="Exorcism_11:_Seasons_of_the_Fleeting"><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>Exorcism 11: Seasons of the Fleeting</h3><div class="heading-children"><div><ul>
<li data-line="0">Remove Rokkon Sentinel.</li>
<li data-line="1">Use the emote <strong>Eastern Bow</strong> (/ebow) in front of the shrine.</li>
<li data-line="2">Topple Ancient Tree</li>
</ul></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">Boss Tip!</div></div><div class="callout-content">
<p>Shishio will use Haunting Cry that will summon ghosts which do damage on contact.</p>
</div></div></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="Yozakura the Fleeting" class="heading" id="Yozakura_the_Fleeting"><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>Yozakura the Fleeting</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/Rokkon_Potsherd" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Rokkon_Potsherd" target="_blank">Rokkon Potsherd</a></td>
<td align="center">1</td>
</tr>
</tbody>
</table></div></div></div><div class="heading-wrapper"><h3 data-heading="Moko the Restless" class="heading" id="Moko_the_Restless"><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>Moko the Restless</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/Rokkon_Potsherd" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Rokkon_Potsherd" target="_blank">Rokkon 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/Moko_the_Restless_Card" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Moko_the_Restless_Card" target="_blank">Moko the Restless Card</a></td>
<td align="center">1</td>
</tr>
</tbody>
</table></div></div></div><div class="heading-wrapper"><h3 data-heading="Gorai the Uncaged" class="heading" id="Gorai_the_Uncaged"><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>Gorai the Uncaged</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/Rokkon_Potsherd" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Rokkon_Potsherd" target="_blank">Rokkon 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/Gorai_the_Uncaged_Card" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Gorai_the_Uncaged_Card" target="_blank">Gorai the Uncaged Card</a></td>
<td align="center">1</td>
</tr>
</tbody>
</table></div></div></div><div class="heading-wrapper"><h3 data-heading="Shishio" class="heading" id="Shishio"><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>Shishio</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/Rokkon_Potsherd" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Rokkon_Potsherd" target="_blank">Rokkon 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/Shishio_Card" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Shishio_Card" target="_blank">Shishio Card</a></td>
<td align="center">1</td>
</tr>
</tbody>
</table></div></div></div><div class="heading-wrapper"><h3 data-heading="Enenra" class="heading" id="Enenra"><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>Enenra</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/Rokkon_Potsherd" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Rokkon_Potsherd" target="_blank">Rokkon 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/Enenra_Card" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Enenra_Card" target="_blank">Enenra 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_(Onibi)" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Magicked_Prism_(Onibi)" target="_blank">Magicked Prism (Onibi)</a></td>
<td align="center">1</td>
</tr>
<tr>
<td align="center"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Shishu_Reiseki" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Shishu_Reiseki" target="_blank">Shishu Reiseki</a></td>
<td align="center">1</td>
</tr>
<tr>
<td align="center"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Far_Eastern_Brazier" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Far_Eastern_Brazier" target="_blank">Far Eastern Brazier</a></td>
<td align="center">1</td>
</tr>
<tr>
<td align="center"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Stone_Toro_Lantern" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Stone_Toro_Lantern" target="_blank">Stone Toro Lantern</a></td>
<td align="center">1</td>
</tr>
<tr>
<td align="center"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Planted_Toro_Lantern" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Planted_Toro_Lantern" target="_blank">Planted Toro Lantern</a></td>
<td align="center">1</td>
</tr>
<tr>
<td align="center"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Tsukumogami_Parasol" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Tsukumogami_Parasol" target="_blank">Tsukumogami 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/Komainu_Statue" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Komainu_Statue" target="_blank">Komainu 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/Okuri_Chochin" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Okuri_Chochin" target="_blank">Okuri Chochin</a></td>
<td align="center">1</td>
</tr>
<tr>
<td align="center"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Shiromaru" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Shiromaru" target="_blank">Shiromaru</a></td>
<td align="center">1</td>
</tr>
<tr>
<td align="center"><a data-tooltip-position="top" aria-label="https://ffxiv.gamerescape.com/wiki/Kuromaru" rel="noopener" class="external-link" href="https://ffxiv.gamerescape.com/wiki/Kuromaru" target="_blank">Kuromaru</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 12 paths unlocks the <strong>Burabura Chochin Whistle</strong>.</p></div><div><p><span alt="burabura.jpg" src="burabura.jpg" class="internal-embed media-embed image-embed is-loaded"><img alt="burabura.jpg" src="images/burabura.jpg"></span></p></div></div></div><div class="heading-wrapper"><h2 data-heading="Rokkon Potsherd Rewards" class="heading" id="Rokkon_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>Rokkon 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>Modern Aesthetics - Ambitious Ends</td>
<td>Hairstyle</td>
<td align="center">6</td>
</tr>
<tr>
<td>Ballroom Etiquette - Scrupulous Citations</td>
<td>Emote</td>
<td align="center">9</td>
</tr>
<tr>
<td>Rose-colored Spectacles</td>
<td>Fashion Accessory</td>
<td align="center">3</td>
</tr>
<tr>
<td>Looping in the Deepest Fringes Orchestrion Roll</td>
<td>Orchestrion Roll</td>
<td align="center">9</td>
</tr>
<tr>
<td>Shishu Bujin Eboshi</td>
<td>Glamour</td>
<td align="center">9</td>
</tr>
<tr>
<td>Shishu Bujin HItatare</td>
<td>Glamour</td>
<td align="center">18</td>
</tr>
<tr>
<td>Shishu Bujin Kiribakama</td>
<td>Glamour</td>
<td align="center">9</td>
</tr>
<tr>
<td>Shishu Obutozori</td>
<td>Glamour</td>
<td align="center">9</td>
</tr>
<tr>
<td>Shishu Gozen Kanzashi</td>
<td>Glamour</td>
<td align="center">9</td>
</tr>
<tr>
<td>Shishu Gozen Kochiki</td>
<td>Glamour</td>
<td align="center">18</td>
</tr>
<tr>
<td>Shishu Gozen Hakama</td>
<td>Glamour</td>
<td align="center">9</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>The Lion Kingslayer</td>
<td align="center">5</td>
<td>Defeat Shishio in the Mount Rokkon variant dungeon.</td>
</tr>
<tr>
<td>Rattling The Uncaged</td>
<td align="center">5</td>
<td>Defeat Gorai the Uncaged in the Mount Rokkon variant dungeon.</td>
</tr>
<tr>
<td>Cut Above The Restless</td>
<td align="center">5</td>
<td>Defeat Moko the Restless in the Mount Rokkon variant dungeon.</td>
</tr>
<tr>
<td>Up In Smoke</td>
<td align="center">5</td>
<td>Defeat Enenra in the Mount Rokkon variant dungeon.</td>
</tr>
<tr>
<td>Mononopeke</td>
<td align="center">10</td>
<td>Unlock all exorcism records on Mount Rokkon.</td>
</tr>
<tr>
<td>Mapping the Realm: Mount Rokkon</td>
<td align="center">10</td>
<td>Discover every location within the Mount Rokkon 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="mount-rokkon.html#Mount Rokkon"><div class="tree-item-contents heading-link" heading-name="Mount Rokkon"><span class="tree-item-title">Mount Rokkon</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="mount-rokkon.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="mount-rokkon.html#Exorcism_Records"><div class="tree-item-contents heading-link" heading-name="Exorcism Records"><span class="tree-item-title">Exorcism 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="mount-rokkon.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="mount-rokkon.html#Exorcism_1:_Gift_of_the_Onmyoj"><div class="tree-item-contents heading-link" heading-name="Exorcism 1: Gift of the Onmyoj"><span class="tree-item-title">Exorcism 1: Gift of the Onmyoj</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="mount-rokkon.html#Exorcism_2:_The_Crimson_Sword"><div class="tree-item-contents heading-link" heading-name="Exorcism 2: The Crimson Sword"><span class="tree-item-title">Exorcism 2: The Crimson Sword</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="mount-rokkon.html#Exorcism_3:_A_Tale_of_Dead_Men"><div class="tree-item-contents heading-link" heading-name="Exorcism 3: A Tale of Dead Men"><span class="tree-item-title">Exorcism 3: A Tale of Dead Men</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="mount-rokkon.html#Exorcism_4:_Forging_a_Legacy"><div class="tree-item-contents heading-link" heading-name="Exorcism 4: Forging a Legacy"><span class="tree-item-title">Exorcism 4: Forging a Legacy</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="mount-rokkon.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="mount-rokkon.html#Exorcism_5:_The_Luthier_And_The_Songstress"><div class="tree-item-contents heading-link" heading-name="Exorcism 5: The Luthier And The Songstress"><span class="tree-item-title">Exorcism 5: The Luthier And The Songstress</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="mount-rokkon.html#Exorcism_6:_Lost_to_Avarice"><div class="tree-item-contents heading-link" heading-name="Exorcism 6: Lost to Avarice"><span class="tree-item-title">Exorcism 6: Lost to Avarice</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="mount-rokkon.html#Exorcism_7:_Beyond_the_Lantern's_Light"><div class="tree-item-contents heading-link" heading-name="Exorcism 7: Beyond the Lantern's Light"><span class="tree-item-title">Exorcism 7: Beyond the Lantern's Light</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="mount-rokkon.html#Exorcism_12:_The_Ogiseru's_Fate_(Secret_Ending)"><div class="tree-item-contents heading-link" heading-name="Exorcism 12: The Ogiseru's Fate (Secret Ending)"><span class="tree-item-title">Exorcism 12: The Ogiseru's Fate (Secret Ending)</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="mount-rokkon.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="mount-rokkon.html#Exorcism_8:_The_Common_Man's_Courage"><div class="tree-item-contents heading-link" heading-name="Exorcism 8: The Common Man's Courage"><span class="tree-item-title">Exorcism 8: The Common Man's Courage</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="mount-rokkon.html#Exorcism_9:_Sound_of_the_Stone"><div class="tree-item-contents heading-link" heading-name="Exorcism 9: Sound of the Stone"><span class="tree-item-title">Exorcism 9: Sound of the Stone</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="mount-rokkon.html#Exorcism_10:_The_Seal_of_Silence"><div class="tree-item-contents heading-link" heading-name="Exorcism 10: The Seal of Silence"><span class="tree-item-title">Exorcism 10: The Seal of Silence</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="mount-rokkon.html#Exorcism_11:_Seasons_of_the_Fleeting"><div class="tree-item-contents heading-link" heading-name="Exorcism 11: Seasons of the Fleeting"><span class="tree-item-title">Exorcism 11: Seasons of the Fleeting</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="mount-rokkon.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="mount-rokkon.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="mount-rokkon.html#Yozakura_the_Fleeting"><div class="tree-item-contents heading-link" heading-name="Yozakura the Fleeting"><span class="tree-item-title">Yozakura the Fleeting</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="mount-rokkon.html#Moko_the_Restless"><div class="tree-item-contents heading-link" heading-name="Moko the Restless"><span class="tree-item-title">Moko the Restless</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="mount-rokkon.html#Gorai_the_Uncaged"><div class="tree-item-contents heading-link" heading-name="Gorai the Uncaged"><span class="tree-item-title">Gorai the Uncaged</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="mount-rokkon.html#Shishio"><div class="tree-item-contents heading-link" heading-name="Shishio"><span class="tree-item-title">Shishio</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="mount-rokkon.html#Enenra"><div class="tree-item-contents heading-link" heading-name="Enenra"><span class="tree-item-title">Enenra</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="mount-rokkon.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="mount-rokkon.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="mount-rokkon.html#Rokkon_Potsherd_Rewards"><div class="tree-item-contents heading-link" heading-name="Rokkon Potsherd Rewards"><span class="tree-item-title">Rokkon 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="mount-rokkon.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>