<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://ffxiv.consolegameswiki.com/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Texhnolyzing</id>
	<title>Final Fantasy XIV Online Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://ffxiv.consolegameswiki.com/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Texhnolyzing"/>
	<link rel="alternate" type="text/html" href="https://ffxiv.consolegameswiki.com/wiki/Special:Contributions/Texhnolyzing"/>
	<updated>2026-04-06T18:25:44Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=User:Texhnolyzing/sandbox/Quest_Nav&amp;diff=1160979</id>
		<title>User:Texhnolyzing/sandbox/Quest Nav</title>
		<link rel="alternate" type="text/html" href="https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=User:Texhnolyzing/sandbox/Quest_Nav&amp;diff=1160979"/>
		<updated>2025-12-12T12:40:21Z</updated>

		<summary type="html">&lt;p&gt;Texhnolyzing: Added support for multiple branching paths with seperated list of next quests&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&amp;lt;!-- Template:Quest Nav --&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-top:1.5em; border:1px solid #cce; border-radius:6px; background:#f7faff; padding:0.6em 0.9em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:100%; border-collapse:collapse;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- PREVIOUS --&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:33%; text-align:left; vertical-align:middle;&amp;quot;&amp;gt;&lt;br /&gt;
{{#if:{{{prev|}}}|&lt;br /&gt;
  &amp;lt;div style=&amp;quot;display:flex; flex-direction:column; align-items:flex-start; gap:0.25em;&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div style=&amp;quot;display:flex; align-items:baseline; gap:0.5em;&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span&amp;gt;&#039;&#039;&#039;Previous quest:&#039;&#039;&#039; {{Questlink|mainscenario|{{{prev}}}}}&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- TITLE --&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:33%; text-align:center; vertical-align:middle; font-size:110%; font-weight:bold;&amp;quot;&amp;gt;&lt;br /&gt;
Main Scenario Progression&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- NEXT --&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:33%; text-align:right; vertical-align:middle;&amp;quot;&amp;gt;&lt;br /&gt;
{{#if:{{{next|}}}|&lt;br /&gt;
  &amp;lt;div style=&amp;quot;display:flex; flex-direction:column; align-items:flex-end; gap:0.25em;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    {{#if:{{#pos:{{{next}}}|;}}|&lt;br /&gt;
      &amp;lt;!-- MULTIPLE NEXT --&amp;gt;&lt;br /&gt;
      {{#vardefine:nextFirst|{{#explode:{{{next}}}|;|0}}}}&lt;br /&gt;
      {{#vardefine:nextRest|{{#replace:{{{next}}}|{{#var:nextFirst}};|}}}}&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;!-- label + first option on SAME LINE --&amp;gt;&lt;br /&gt;
      &amp;lt;div style=&amp;quot;display:flex; align-items:baseline; justify-content:flex-end; gap:0.5em;&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;span&amp;gt; &#039;&#039;&#039;Next{{#if:{{{nextlabel|}}}| ({{{nextlabel}}})|}}:&#039;&#039;&#039; {{Questlink|mainscenario|{{#var:nextFirst}}}}&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;!-- secondary options stacked, aligned right, with branch icon --&amp;gt;&lt;br /&gt;
      &amp;lt;div style=&amp;quot;display:flex; flex-direction:column; align-items:flex-end; gap:0.3em; margin-top:0.1em;&amp;quot;&amp;gt;&lt;br /&gt;
        {{#arraymap:{{#var:nextRest}}|;|@@|&lt;br /&gt;
          &amp;lt;div style=&amp;quot;display:flex; align-items:center; justify-content:flex-end; gap:0.4em;&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;span&amp;gt;&#039;&#039;&#039;↳:&#039;&#039;&#039; {{Questlink|mainscenario|@@}}&amp;lt;/span&amp;gt;&lt;br /&gt;
          &amp;lt;/div&amp;gt;&lt;br /&gt;
		 |&lt;br /&gt;
        }}&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    |&lt;br /&gt;
      &amp;lt;!-- SINGLE NEXT --&amp;gt;&lt;br /&gt;
      &amp;lt;div style=&amp;quot;display:flex; align-items:baseline; justify-content:flex-end; gap:0.5em;&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;span&amp;gt;&#039;&#039;&#039;Next Quest:&#039;&#039;&#039; {{Questlink|mainscenario|{{{next}}}}}&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
    }}&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
Single next:&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Quest Nav&lt;br /&gt;
 | prev = A Blessed Instrument&lt;br /&gt;
 | next = The Lightwardens&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Quest Nav&lt;br /&gt;
 | prev = A Blessed Instrument&lt;br /&gt;
 | next = The Lightwardens&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Branching next:&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Quest Nav&lt;br /&gt;
 | prev = A Blessed Instrument&lt;br /&gt;
 | next = The Lightwardens; Another Branch Quest&lt;br /&gt;
 | nextlabel = Choose one&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Quest Nav&lt;br /&gt;
 | prev = The Oracle of Light&lt;br /&gt;
 | next = Sul Uin&#039;s Request; Ys Iala&#039;s Errand; Oul Sigun&#039;s Plea&lt;br /&gt;
 | nextlabel = Choose one&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Texhnolyzing</name></author>
	</entry>
	<entry>
		<id>https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=User:Texhnolyzing/sandbox/Quest_Nav&amp;diff=1160978</id>
		<title>User:Texhnolyzing/sandbox/Quest Nav</title>
		<link rel="alternate" type="text/html" href="https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=User:Texhnolyzing/sandbox/Quest_Nav&amp;diff=1160978"/>
		<updated>2025-12-12T12:19:27Z</updated>

		<summary type="html">&lt;p&gt;Texhnolyzing: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&amp;lt;!-- Template:Quest Nav --&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-top:1.5em; border:1px solid #cce; border-radius:6px; background:#f7faff; padding:0.6em 0.9em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:100%; border-collapse:collapse;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- PREV --&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:33%; text-align:left; vertical-align:middle;&amp;quot;&amp;gt;&lt;br /&gt;
{{#if:{{{prev|}}}|&lt;br /&gt;
  {{#if:{{#pos:{{{prev}}}|;}}|&lt;br /&gt;
    &amp;lt;!-- multiple prev --&amp;gt;&lt;br /&gt;
    &amp;lt;span style=&amp;quot;font-size:90%; color:#445;&amp;quot;&amp;gt;Previous:&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
    &amp;lt;div style=&amp;quot;display:inline-block; text-align:left; margin-top:0.15em;&amp;quot;&amp;gt;&lt;br /&gt;
      {{#arraymap:{{{prev}}}|;|@@|&lt;br /&gt;
        &amp;lt;div style=&amp;quot;margin:0.15em 0;&amp;quot;&amp;gt;{{Questlink|mainscenario|@@}}&amp;lt;/div&amp;gt;&lt;br /&gt;
      }}&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  |&lt;br /&gt;
    &amp;lt;!-- single prev --&amp;gt;&lt;br /&gt;
    &amp;lt;span style=&amp;quot;font-size:90%; color:#445;&amp;quot;&amp;gt;Previous:&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span style=&amp;quot;margin-left:0.35em;&amp;quot;&amp;gt;{{Questlink|mainscenario|{{{prev}}}}}&amp;lt;/span&amp;gt;&lt;br /&gt;
  }}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- TITLE --&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:33%; text-align:center; vertical-align:middle; font-size:110%; font-weight:bold;&amp;quot;&amp;gt;&lt;br /&gt;
Main Scenario Progression&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- NEXT --&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:33%; text-align:right; vertical-align:middle;&amp;quot;&amp;gt;&lt;br /&gt;
{{#if:{{{next|}}}|&lt;br /&gt;
  {{#if:{{#pos:{{{next}}}|;}}|&lt;br /&gt;
    &amp;lt;!-- multiple next --&amp;gt;&lt;br /&gt;
    &amp;lt;span style=&amp;quot;font-size:90%; color:#445;&amp;quot;&amp;gt;Next{{#if:{{{nextlabel|}}}| ({{{nextlabel}}})|}}:&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
    &amp;lt;div style=&amp;quot;display:inline-block; text-align:left; margin-top:0.15em;&amp;quot;&amp;gt;&lt;br /&gt;
      {{#arraymap:{{{next}}}|;|@@|&lt;br /&gt;
        &amp;lt;div style=&amp;quot;margin:0.15em 0;&amp;quot;&amp;gt;{{Questlink|mainscenario|@@}}&amp;lt;/div&amp;gt;&lt;br /&gt;
      }}&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  |&lt;br /&gt;
    &amp;lt;!-- single next --&amp;gt;&lt;br /&gt;
    &amp;lt;span style=&amp;quot;font-size:90%; color:#445;&amp;quot;&amp;gt;Next:&amp;lt;/span&amp;gt;&lt;br /&gt;
    &amp;lt;span style=&amp;quot;margin-left:0.35em;&amp;quot;&amp;gt;{{Questlink|mainscenario|{{{next}}}}}&amp;lt;/span&amp;gt;&lt;br /&gt;
  }}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
Single next:&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Quest Nav&lt;br /&gt;
 | prev = A Blessed Instrument&lt;br /&gt;
 | next = The Lightwardens&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Quest Nav&lt;br /&gt;
 | prev = A Blessed Instrument&lt;br /&gt;
 | next = The Lightwardens&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Branching next:&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Quest Nav&lt;br /&gt;
 | prev = A Blessed Instrument&lt;br /&gt;
 | next = The Lightwardens; Another Branch Quest&lt;br /&gt;
 | nextlabel = Choose one&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Quest Nav&lt;br /&gt;
 | prev = The Oracle of Light&lt;br /&gt;
 | next = Sul Uin&#039;s Request; Ys Iala&#039;s Errand; Oul Sigun&#039;s Plea&lt;br /&gt;
 | nextlabel = Choose one&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Texhnolyzing</name></author>
	</entry>
	<entry>
		<id>https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=Il_Mheg,_the_Faerie_Kingdom&amp;diff=1160977</id>
		<title>Il Mheg, the Faerie Kingdom</title>
		<link rel="alternate" type="text/html" href="https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=Il_Mheg,_the_Faerie_Kingdom&amp;diff=1160977"/>
		<updated>2025-12-12T12:07:01Z</updated>

		<summary type="html">&lt;p&gt;Texhnolyzing: Added Quest Nav to the bottom&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quest infobox&lt;br /&gt;
| title = Il Mheg, the Faerie Kingdom&lt;br /&gt;
| image = Il_Mheg_the_Faerie_Kingdom_Image.png&lt;br /&gt;
| description = Thancred is trying to think his way out of the present predicament.&lt;br /&gt;
| quest-giver = Thancred&lt;br /&gt;
| location = Il Mheg&lt;br /&gt;
| location-x = 8.7&lt;br /&gt;
| location-y = 35.4&lt;br /&gt;
| location-z = 1.2&lt;br /&gt;
| type = main scenario&lt;br /&gt;
| quest-line = Shadowbringers Main Scenario Quests&lt;br /&gt;
| journal-section = Main Scenario&lt;br /&gt;
| journal-category = Shadowbringers Main Scenario Quests&lt;br /&gt;
| journal-genre = &lt;br /&gt;
| level = 72&lt;br /&gt;
| exp = 218880&lt;br /&gt;
| gil = 3242&lt;br /&gt;
| reward1 = 1 Deepgold Chest Gear Coffer (IL 395)&lt;br /&gt;
| prev-quest = The Oracle of Light&lt;br /&gt;
| next-quest = Sul Uin&#039;s Request, Ys Iala&#039;s Errand, Oul Sigun&#039;s Plea, What&#039;s in a Name, A Hairy Request, Flowers of Fury, The Forbidden Lran&lt;br /&gt;
| release = shadowbringers&lt;br /&gt;
| patch = 5.0&lt;br /&gt;
| unlocks = lc Il Mheg, aet Lydha Lran&lt;br /&gt;
| msq-index = 569&lt;br /&gt;
| id-gt = 68842&lt;br /&gt;
| id-edb = bcd40882bac&lt;br /&gt;
}}&lt;br /&gt;
==Steps==&lt;br /&gt;
* Speak with [[Thancred]].&lt;br /&gt;
* Search for [[Looking Grass|looking grass]].&lt;br /&gt;
* Deliver the [[Looking Grass|looking grass]] to [[Thancred]].&lt;br /&gt;
&lt;br /&gt;
==Journal==&lt;br /&gt;
* Thancred is trying to think his way out of the present predicament.&lt;br /&gt;
&lt;br /&gt;
* From what little he is able to make of the mischievous voices, Thancred believes that the pixies wish to play with you. He reasons that they may therefore allow you to find their village, Lydha Lran─if nowhere else. At his suggestion, the party continues along the path.&lt;br /&gt;
&lt;br /&gt;
* You soon arrive at the pixie settlement, but see no sign of its residents. Convinced this means their games have already begun, Thancred suggests that you search for a plant with a furled tip called a looking grass which should allow you to see them. Before you set about your task, you are warned not to respond to any voices that call to you, lest you fall prey to further mischief.&lt;br /&gt;
&lt;br /&gt;
* You succeed in finding the looking grass, but not wholly unscathed. You hurry back to Thancred that he might put an end to the pixies&#039; games.&lt;br /&gt;
&lt;br /&gt;
* Thancred puts the looking grass to use, and moments later the pixies pop into being all around you. Unfortunately, they prove disinclined to let you continue on your way, and after a moment&#039;s discussion declare that you must lend them a helping hand. Heaving a heavy sigh, Thancred suggests splitting up to tend to the pixies&#039; chores.&lt;br /&gt;
&lt;br /&gt;
==Dialogue==&lt;br /&gt;
 &#039;&#039;&#039;(Optional)&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; So...it &#039;&#039;is&#039;&#039; faeries? &lt;br /&gt;
&lt;br /&gt;
===Accepting the Quest===&lt;br /&gt;
 &#039;&#039;&#039;Thancred:&#039;&#039;&#039; As it stands, we cannot hope to find the way to Urianger. For that, we must convince the pixies to lift the spell. &lt;br /&gt;
 &#039;&#039;&#039;Thancred:&#039;&#039;&#039; From what I could make of the voices, the creatures want to play with us. If that is the case, they &#039;&#039;should&#039;&#039; permit us to find their village─Lydha Lran. &lt;br /&gt;
 &#039;&#039;&#039;Thancred:&#039;&#039;&#039; Come. I have a sneaking suspicion this path will lead us directly into their midst. &lt;br /&gt;
 &#039;&#039;&#039;Thancred:&#039;&#039;&#039; Oh, and I should mention that Minfilia has been informed of our situation. Of the different worlds and our mission. You may consider her an ally. &lt;br /&gt;
&lt;br /&gt;
====Optional====&lt;br /&gt;
 &#039;&#039;&#039;Minfilia:&#039;&#039;&#039; Hmm... There was a plant which might help us...if only I could remember what it looked like...&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; There&#039;s not a soul in sight, yet I feel eyes all over us...&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; The sense of disorientation is quite overwhelming. I cannot take a dozen steps without forgetting whence we came.&lt;br /&gt;
&lt;br /&gt;
===Speaking with Thancred===&lt;br /&gt;
 &#039;&#039;&#039;Thancred:&#039;&#039;&#039; Well, here we are. Yet the pixies are nowhere to be seen. Knowing them, their games have already begun. In which case...&lt;br /&gt;
 &#039;&#039;&#039;Thancred:&#039;&#039;&#039; [Forename]─there is a variety of plant native to these parts with a distinctive furled tip. &lt;br /&gt;
 &#039;&#039;&#039;Thancred:&#039;&#039;&#039; &amp;quot;Looking grass“ is its name─so called because it can be used to spy pixies, believe it or not. I&#039;ll...explain how I know all of this later, but first, I need you to help me find some. &lt;br /&gt;
 &#039;&#039;&#039;Thancred:&#039;&#039;&#039; Oh─if a voice calls to you, under no circumstances should you respond. You will only subject yourself to further mischief.&lt;br /&gt;
 &#039;&#039;&#039;(Optional)&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;Thancred:&#039;&#039;&#039; Remember, the plant has a furled tip. And I cannot stress this enough, but do not respond to any voices you hear.&lt;br /&gt;
&lt;br /&gt;
===Searching for looking grass===&lt;br /&gt;
 &#039;&#039;&#039;System:&#039;&#039;&#039; You search the scrub, but find nothing resembling looking grass. Suddenly, a voice rings out... &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Adorable Voice:&#039;&#039;&#039; Hee hee hee... Greetings, mortal! What is your name? &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;&amp;lt; What will you say? &amp;gt;&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;&amp;lt; [Forename] [Surname]. &amp;gt;&#039;&#039;&#039; &lt;br /&gt;
 &#039;&#039;&#039;&amp;lt; ... &amp;gt;&#039;&#039;&#039; &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;&#039;&#039;&amp;lt; [Forename] [Surname]. &amp;gt;&#039;&#039;&#039;&#039;&#039; &lt;br /&gt;
 &#039;&#039;&#039;Adorable Voice:&#039;&#039;&#039; [Forename] [Surname], [Surname] [Forename]! A wonderful name! Pretty like morning dew and funny like caterpillars! &lt;br /&gt;
 &#039;&#039;&#039;Adorable Voice:&#039;&#039;&#039; I shall slice it and splice it and make it mine! All mine! And when your name is mine, so are you! Hee hee hee... &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;System:&#039;&#039;&#039; Your body begins to feel heavy... &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;&#039;&#039;&amp;lt; ... &amp;gt;&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;Adorable Voice:&#039;&#039;&#039; Oh, you don&#039;t have a name? How very, very sad. I could have had sooo much fun with it, hee hee hee...&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;System:&#039;&#039;&#039; You search the scrub, but find nothing resembling looking grass. Suddenly, a voice rings out... &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Kindly Voice:&#039;&#039;&#039; What is it that you seek, child? Perhaps I can help you find it. &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;&amp;lt; What will you say? &amp;gt;&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;&amp;lt; Looking grass. &amp;gt;&#039;&#039;&#039; &lt;br /&gt;
 &#039;&#039;&#039;&amp;lt; ... &amp;gt;&#039;&#039;&#039; &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;&#039;&#039;&amp;lt; Looking grass. &amp;gt;&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;Kindly Voice:&#039;&#039;&#039; Ah yes, I know the plant. And being the kindly pixie that I am, I shall take you to it. &lt;br /&gt;
 &#039;&#039;&#039;Kindly Voice:&#039;&#039;&#039; Just close your eyes and focus on my voice. Set your mind adrift, and together we shall go to the ends of the realm. &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;&#039;&#039;&amp;lt; ... &amp;gt;&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;Fae Scrub:&#039;&#039;&#039; Hmph, such a rude child, and too clever by half! I shall seek my fun elsewhere!&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;System:&#039;&#039;&#039; Searching the scrub, you find what appears to be looking grass. Suddenly, a voice rings out... &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Playful Voice:&#039;&#039;&#039; Ooh, a visitor! Where are you from, pray tell?  &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039; &amp;lt;What will you say? &amp;gt;&#039;&#039;&#039; &lt;br /&gt;
 &#039;&#039;&#039;&amp;lt; The Crystarium. &amp;gt;&#039;&#039;&#039; &lt;br /&gt;
 &#039;&#039;&#039;&amp;lt; ... &amp;gt;&#039;&#039;&#039; &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;&#039;&#039;&amp;lt; The Crystarium. &amp;gt;&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;Playful Voice:&#039;&#039;&#039; What is that? Where is that? When is that? In your dreams, perhaps? &lt;br /&gt;
 &#039;&#039;&#039;Playful Voice:&#039;&#039;&#039; Forget all about that place, for Il Mheg is your home now. Today and tomorrow and forevermore...&lt;br /&gt;
 &#039;&#039;&#039;&#039;&#039;&amp;lt; ... &amp;gt;&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;Playful Voice:&#039;&#039;&#039;  Hmmm... Perhaps this one&#039;s hard of hearing... AHEM! WHAT BRINGS YOU HERE!? &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;&amp;lt; What will you say? &amp;gt;&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;&amp;lt; I&#039;m here to see Urianger. &amp;gt;&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;&amp;lt; Leave me alone! &amp;gt;&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;&amp;lt; ... &amp;gt;&#039;&#039;&#039; &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;&#039;&#039;&amp;lt; I&#039;m here to see Urianger. &amp;gt;&#039;&#039;&#039;&#039;&#039; OR &#039;&#039;&#039;&#039;&#039;&amp;lt; Leave me alone! &amp;gt;&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;Playful Voice:&#039;&#039;&#039;  Ah, so you &#039;&#039;can&#039;&#039; hear me! Good, good! &lt;br /&gt;
 &#039;&#039;&#039;Playful Voice:&#039;&#039;&#039;  Come, let&#039;s chitter-chatter, jibber-jabber, bibble-babble! Today and tomorrow and forevermore... &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;&#039;&#039;&amp;lt; ... &amp;gt;&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;Playful Voice:&#039;&#039;&#039; Ach! Stone-deaf! How boring! &lt;br /&gt;
 &#039;&#039;&#039;Playful Voice:&#039;&#039;&#039; Still...picking plants t our village is as good as indulging in our hospitality. And who are we to turn you away? Hee hee, stay awhile...stay &#039;&#039;forever&#039;&#039;! &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;System:&#039;&#039;&#039; Your body begins to feel heavy...&lt;br /&gt;
&lt;br /&gt;
===Delivering the looking grass to Thancred===&lt;br /&gt;
 &#039;&#039;&#039;Thancred:&#039;&#039;&#039; I take it you met with some trouble. Apologies for subjecting you to that. &lt;br /&gt;
 &#039;&#039;&#039;Thancred:&#039;&#039;&#039; Can I assume from your presence that you managed to find us some looking grass?&lt;br /&gt;
 &#039;&#039;&#039;&#039;&#039;&amp;lt;Hand Over Looking Grass&amp;gt;&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;Thancred:&#039;&#039;&#039; Yes, this is the stuff. Thus armed, we should be able to see through the pixies&#039; veil of invisibility. And seeing them is the first step to dealing with them. &lt;br /&gt;
 &#039;&#039;&#039;Thancred:&#039;&#039;&#039; Come, let&#039;s gather everyone and put Urianger&#039;s little trick to good use. &lt;br /&gt;
&lt;br /&gt;
====Cutscene====&lt;br /&gt;
 &#039;&#039;&#039;Thancred:&#039;&#039;&#039; [I&#039;ve found you. The game is over.]&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Sul Uin:&#039;&#039;&#039; Nooo, we are found! How did this mortal know our trick!? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Ys Iala:&#039;&#039;&#039; Wait, I recognize their souls! These two have been here before! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Oul Sigun:&#039;&#039;&#039; Look, look─twins! How adorable! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Thancred:&#039;&#039;&#039; We have neither the time nor inclination to play. We have come to see Urianger. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Sul Uin:&#039;&#039;&#039; Ohhh yes, Urianger! The peculiar one! &lt;br /&gt;
 &#039;&#039;&#039;Sul Uin:&#039;&#039;&#039; In return for a place in Il Mheg, he agreed to a riddle contest with us! For seven days and seven nights! Without any sleep! Ahahahahahaha! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Oul Sigun:&#039;&#039;&#039; Ah, that was so much fun! We &#039;&#039;must&#039;&#039; do it again! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Thancred:&#039;&#039;&#039; I&#039;m sure he&#039;d be delighted. Now, if you&#039;d be so kind as to lift your spell...&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; What now? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Thancred:&#039;&#039;&#039; I don&#039;t know. But this is their home, so we must indulge them. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Sul Uin:&#039;&#039;&#039; Right, we&#039;ve made up our minds! We will lift our spell on one condition: that you first lend us a helping hand! Or two. Or three! &lt;br /&gt;
 &#039;&#039;&#039;Sul Uin:&#039;&#039;&#039; Once you&#039;ve helped solve all of our troubles, we&#039;ll let you see Urianger. Pixie&#039;s honor! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Thancred:&#039;&#039;&#039; Well, there you have it. Pixie chores. I suggest we split up.&lt;br /&gt;
&lt;br /&gt;
====Optional====&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; I was asked to retrieve a garland from a tree branch. “The wind blew it there,” the pixie claimed. Questionable premise aside, the dragoon&#039;s jump would have been useful for this task...&lt;br /&gt;
 &lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; So, I&#039;m supposed to bring them a plank of wood. That has no wood grain. Hah hah hah...&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Thancred:&#039;&#039;&#039; So long as we are in their realm, we must expect to be subjected to the faeries&#039; mischief. Indeed, Minfilia and I have experienced more than our fair share of it. From the harmless to the downright murderous, we&#039;ve seen it all.&lt;br /&gt;
 &#039;&#039;&#039;Thancred:&#039;&#039;&#039; Reasons notwithstanding, to live here for as long as Urianger has requires no small amount of forbearance. In that regard, he is a better man than I.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Minfilia:&#039;&#039;&#039; If the pixies offer to take you somewhere, take them up on it at your peril.&lt;br /&gt;
 &#039;&#039;&#039;Minfilia:&#039;&#039;&#039; ...That&#039;s the very first thing Urianger taught me.&lt;br /&gt;
{{Quest Nav|prev=The Oracle of Light|next=Sul Uin&#039;s Request}}&lt;/div&gt;</summary>
		<author><name>Texhnolyzing</name></author>
	</entry>
	<entry>
		<id>https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=UserWiki:Texhnolyzing&amp;diff=1160392</id>
		<title>UserWiki:Texhnolyzing</title>
		<link rel="alternate" type="text/html" href="https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=UserWiki:Texhnolyzing&amp;diff=1160392"/>
		<updated>2025-12-11T13:19:21Z</updated>

		<summary type="html">&lt;p&gt;Texhnolyzing: import user wiki&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Texhnolyzing</name></author>
	</entry>
	<entry>
		<id>https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=The_Oracle_of_Light&amp;diff=1160391</id>
		<title>The Oracle of Light</title>
		<link rel="alternate" type="text/html" href="https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=The_Oracle_of_Light&amp;diff=1160391"/>
		<updated>2025-12-11T13:18:58Z</updated>

		<summary type="html">&lt;p&gt;Texhnolyzing: Added Quest Nav to the bottom&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quest infobox&lt;br /&gt;
| title = The Oracle of Light&lt;br /&gt;
| image = The_Oracle_of_Light.png&lt;br /&gt;
| description = With the operation fast approaching, [[Lyna]] means to put you to work.&lt;br /&gt;
| quest-giver = Lyna&lt;br /&gt;
| location = Lakeland&lt;br /&gt;
| location-x = 8.5&lt;br /&gt;
| location-y = 16.0&lt;br /&gt;
| type = main scenario&lt;br /&gt;
| quest-line = Shadowbringers Main Scenario Quests&lt;br /&gt;
| journal-section = Main Scenario&lt;br /&gt;
| journal-category = Shadowbringers Main Scenario Quests&lt;br /&gt;
| journal-genre = &lt;br /&gt;
| req-quest =&lt;br /&gt;
| req-items = 4 Treated Fodder&lt;br /&gt;
| requirements = &lt;br /&gt;
| level = 72&lt;br /&gt;
| exp = 218880&lt;br /&gt;
| gil = 0&lt;br /&gt;
| reward1 = 1 Crystarium Helm&lt;br /&gt;
| reward2 = 1 Crystarium Tabard&lt;br /&gt;
| reward3 = 1 Crystarium Gauntlets&lt;br /&gt;
| reward4 = 1 Crystarium Greaves&lt;br /&gt;
| prev-quest = Logistics of War&lt;br /&gt;
| next-quest = Il Mheg&amp;amp;#44; the Faerie Kingdom&lt;br /&gt;
| release = shadowbringers&lt;br /&gt;
| patch = 5.0&lt;br /&gt;
| msq-index = 568&lt;br /&gt;
| id-gt = 68841&lt;br /&gt;
| id-edb = 13ec62831b9&lt;br /&gt;
}} &lt;br /&gt;
==Walkthrough==&lt;br /&gt;
* For this fight, [[Lyna]] will join you from the start. [[Alphinaud]] and [[Alisaie]] will temporarily join you.&lt;br /&gt;
* Follow Lyna while defeating any Eulmoran enemies and reinforcements.&lt;br /&gt;
* After you reach Minfilla, you will head back the way you came before coming face to face with [[Ran&#039;jit]]&lt;br /&gt;
* At the start, Lyna, Alphinaud, Alisaie, and Minfilla will fight with you, but Ran&#039;jit will knock them away leaving you to fight alone. Watch out for his AOE circle and line attacks.&lt;br /&gt;
* He will be aid by an untargetable foe named Gukumatz.&lt;br /&gt;
* Throughout the fight, he will use a blowback technique and he will also summon untargetable flames that will cast an AOE circle before exploding.&lt;br /&gt;
&lt;br /&gt;
==Steps==&lt;br /&gt;
* Obtain [[Treated Fodder|treated fodder]].&lt;br /&gt;
* Feed the [[Treated Fodder|treated fodder]] to the amaro. 0/4&lt;br /&gt;
* Speak with [[Lyna]].&lt;br /&gt;
* Speak with the [[Crystarium Scout|Crystarium scout]].&lt;br /&gt;
* Speak with [[Thancred]].&lt;br /&gt;
&lt;br /&gt;
==Journal==&lt;br /&gt;
*With the operation fast approaching, Lyna means to put you to work.&lt;br /&gt;
&lt;br /&gt;
*For the operation, it appears that the amaro must be given the selfsame serum that you were compelled to take. In order to encourage the beasts to cooperate, the foul concoction has been sprinkled on their fodder. All that remains is to see them fed. Lyna bids you assist in this task, and directs you to fetch the fodder from the amaro launch.&lt;br /&gt;
&lt;br /&gt;
*You have obtained the fodder. Time to see if the amaro will be fooled.&lt;br /&gt;
&lt;br /&gt;
*Though some amaro are plainly unimpressed by the taste, they all devour the fodder. Lyna will be eager for your report.&lt;br /&gt;
&lt;br /&gt;
*The preparations for the operation proceed apace, and Lyna instructs you to make ready and await deployment at the top of the main watchtower.&lt;br /&gt;
&lt;br /&gt;
*The operation has begun. From your vantage point overlooking Laxan Loft, you watch as the dream powder takes effect on the Eulmoran soldiers below. At Lyna&#039;s command, you mount your amaro and descend on the stronghold to rescue Minfilia.&lt;br /&gt;
&lt;br /&gt;
*You make your way through Laxan Loft and succeed in finding Minfilia, only to find your path barred by General Ran&#039;jit, who effortlessly overpowers you. Just when it seems twisted Eulmoran justice is to be your fate, help arrives in the form of Thancred. Though he too is no match for your foe, he does enough to create an opening for you to flee, and leads you away to the neighboring region of Il Mheg, where you should be safe from pursuit. However, a new predicament soon presents itself, as mischievous voices ring out everywhere and nowhere, and some manner of enchantment takes the party in its grip.&lt;br /&gt;
** ※If you leave Il Mheg, you may re-enter via the gate on Lakeland&#039;s northwestern border.&lt;br /&gt;
&lt;br /&gt;
*In vexed tones, Thancred explains that Il Mheg is the home of the fae folk, the most prominent of whom are the pixies. These mischievous souls employ powerful illusions to play tricks on trespassers, and you are now completely at their mercy...&lt;br /&gt;
&lt;br /&gt;
==Dialogue==&lt;br /&gt;
===Accepting the Quest===&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; In readiness for the operation, the amaro will need to be treated with the same serum as us. &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; As you well know, however, it is not pleasant. In order to coax them into taking it, we have sprinkled it on their fodder. &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; All that remains is to feed it to them. A task I am sure you will enjoy. Fetch the fodder from the amaro launch and see to four of the beasts. Dismissed.&lt;br /&gt;
 &#039;&#039;&#039;(Optional)&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; The treated fodder is by the launch. Report back to me when you&#039;ve finished feeding the patients.&lt;br /&gt;
&lt;br /&gt;
===Feeding the treated fodder to the amaro===&lt;br /&gt;
 &#039;&#039;&#039;Alert Amaro:&#039;&#039;&#039; Gwee, gwee! Gwee! &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;System:&#039;&#039;&#039; The amaro happily devours the fodder. &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;(Optional)&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;Alert Amaro:&#039;&#039;&#039; Gwee, gwee!&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Indolent Amaro:&#039;&#039;&#039; Gwee? Gwee... &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;System:&#039;&#039;&#039; The amaro absent-mindedly munches on the fodder. &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;(Optional)&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;Indolent Amaro:&#039;&#039;&#039; Gwee... Gwee...&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Anxious Amaro:&#039;&#039;&#039; Gwee, gwee, gwee! Gwee, gwee! &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;System:&#039;&#039;&#039; The amaro is wary at first, but appetite eventually wins out and it accepts the fodder. &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;(Optional)&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;Anxious Amaro:&#039;&#039;&#039; Gweeeeee!&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Equable Amaro:&#039;&#039;&#039; Gwee? Khrrr... &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;System:&#039;&#039;&#039; The amaro reels at the smell, but accepts the fodder nonetheless. &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;(Optional)&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;Equable Amaro:&#039;&#039;&#039; Khrrr...&lt;br /&gt;
&lt;br /&gt;
===Speaking with Lyna===&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; The amaro are fed?  &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Good. The rest have already been dosed, so we need not fear any of our mounts succumbing to the dream powder. &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; All units have now entered the final stages of their preparations. The time is nigh. &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Make ready, and await deployment atop the main watchtower. I will send your uniform along as soon as it arrives. &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; That is all. May night smile upon us.&lt;br /&gt;
 &#039;&#039;&#039;(Optional)&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Why are you still here? Go and await deployment atop the main watchtower.&lt;br /&gt;
&lt;br /&gt;
===Speaking with the Crystarium scout===&lt;br /&gt;
 &#039;&#039;&#039;Crystarium Scout:&#039;&#039;&#039; The operation is about to commence! Stand ready!&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;System:&#039;&#039;&#039; During the operation, some of your gear will be glamoured. Your attributes and abilities will be unaffected.&lt;br /&gt;
&lt;br /&gt;
====Cutscene====&lt;br /&gt;
 &#039;&#039;&#039;Eulmoran Soldier:&#039;&#039;&#039; Keep moving! &lt;br /&gt;
 &#039;&#039;&#039;Eulmoran Soldier:&#039;&#039;&#039; Eh? What now? &lt;br /&gt;
 &#039;&#039;&#039;Eulmoran Soldier:&#039;&#039;&#039; The Crystarium at a guess. &lt;br /&gt;
 &#039;&#039;&#039;Eulmoran Soldier:&#039;&#039;&#039; Desperate fools. It&#039;ll take more than a handful of overgrown lizards to ground us! &lt;br /&gt;
 &#039;&#039;&#039;Eulmoran Soldier:&#039;&#039;&#039; Oh, you&#039;ve got to be─ Sound the alarum! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystarium Scout:&#039;&#039;&#039; Captain, the powder has taken effect! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; It is time. Let us free the Oracle from their clutches! &lt;br /&gt;
&lt;br /&gt;
====Solo Duty Dialogue====&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; The first contingent has already entered. Let us follow. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; There you are, [Forename]! Mayhap you could lend us a hand! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Eulmoran Soldier:&#039;&#039;&#039; Reinforcements! We need reinforcements! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; My men will occupy the enemy while we rescue the Oracle.&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Come, we keep close to the wall! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Eulmoran Soldier:&#039;&#039;&#039; They&#039;re here too! To arms, to arms! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Damn it. Let&#039;s make this quick! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; You certainly took your time. Let&#039;s cut a path through this rabble and keep moving! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Your zeal is admirable, Sister, but we were told to avoid enemy attention, not invite it! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; We do not have time. Leave them to the guard.&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Eulmore may boast the world&#039;s largest army...&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; But woman for woman, we are no less mighty! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Eulmoran Soldier:&#039;&#039;&#039; Soldier: Intruders! Stop them! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; Gah, not again! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Eulmoran Soldier:&#039;&#039;&#039; Crystarium scum! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; This is no token force. They were serious about invading. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Eulmoran Soldier:&#039;&#039;&#039; If you can stand, you can fight! Push them back! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; There are more still standing than I would have liked...&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; But we must press on regardless. The longer we take, the harder our task will become. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; We don&#039;t seem to be getting anywhere... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; [Forename], Lyna─go on ahead! We&#039;ll hold them here! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Understood. With me, [Forename]!&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; The way is relatively clear. Good. &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; There she is!&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Quickly─free her!&lt;br /&gt;
&lt;br /&gt;
====Cutscene====&lt;br /&gt;
 &#039;&#039;&#039;Minfilia:&#039;&#039;&#039; Th-Thank you. Are you...from the Crystarium? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Correct. We&#039;ve come to rescue you. &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Your weapons─made to the same specifications as Thancred&#039;s. &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Be ready to use them. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Minfilia:&#039;&#039;&#039; U-Understood. Please lead the way&lt;br /&gt;
&lt;br /&gt;
====Solo Duty Dialogue====&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Let&#039;s rejoin the others and quit this place. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Minfilia:&#039;&#039;&#039; All this trouble because of me... I&#039;m so sorry... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Save your apologies until after we&#039;ve escaped. &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; It&#039;s quiet. Too quiet. &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Is that...Ran&#039;jit!? This will not end well...&lt;br /&gt;
&lt;br /&gt;
====Cutscene====&lt;br /&gt;
 &#039;&#039;&#039;Ran&#039;jit:&#039;&#039;&#039; Hmph, brazen thieves. &lt;br /&gt;
 &#039;&#039;&#039;Ran&#039;jit:&#039;&#039;&#039; You will regret coming here. &lt;br /&gt;
&lt;br /&gt;
====Solo Duty Dialogue====&lt;br /&gt;
 &#039;&#039;&#039;Ran&#039;jit:&#039;&#039;&#039; You will return to Eulmore. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Minfilia:&#039;&#039;&#039; N-No! I won&#039;t go back to that cell! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Ran&#039;jit:&#039;&#039;&#039; It is for your own protection. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Minfilia:&#039;&#039;&#039; Ah! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Ran&#039;jit:&#039;&#039;&#039; Pathetic. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; Are you all right!? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Minfilia:&#039;&#039;&#039; I-I&#039;m fine... I just...can&#039;t move... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Ran&#039;jit:&#039;&#039;&#039; Stay there while I tend to these vermin.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; The tales do not lie. He is fierce beyond reckoning. We are outmatched! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; He cannot maintain this onslaught forever! Be prepared to run! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Ran&#039;jit:&#039;&#039;&#039; You will do no such thing.&lt;br /&gt;
 &#039;&#039;&#039;Ran&#039;jit:&#039;&#039;&#039; And now it is just you and me. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Ungh... Be careful, [Forename]! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Ran&#039;jit:&#039;&#039;&#039; You are made of sterner stuff than the rest.&lt;br /&gt;
 &#039;&#039;&#039;Ran&#039;jit:&#039;&#039;&#039; But will it be enough...? &lt;br /&gt;
 &#039;&#039;&#039;Ran&#039;jit:&#039;&#039;&#039; Gukumatz, do my bidding! &lt;br /&gt;
 &#039;&#039;&#039;Ran&#039;jit:&#039;&#039;&#039; It seems you are no ordinary soldier.&lt;br /&gt;
 &#039;&#039;&#039;Ran&#039;jit:&#039;&#039;&#039; You are persistent, that I will allow. &lt;br /&gt;
 &#039;&#039;&#039;Ran&#039;jit:&#039;&#039;&#039; I have your measure now. The game is up. &lt;br /&gt;
 &#039;&#039;&#039;Ran&#039;jit:&#039;&#039;&#039; Know your folly.&lt;br /&gt;
&lt;br /&gt;
====Cutscene====&lt;br /&gt;
 &#039;&#039;&#039;Ran&#039;jit:&#039;&#039;&#039; You, boy. You bear a striking resemblance to the artist my master seeks. &lt;br /&gt;
 &#039;&#039;&#039;Ran&#039;jit:&#039;&#039;&#039; By all means, keep your counsel. You will all have ample time to confess your crimes back in Eulmore. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Minfilia:&#039;&#039;&#039; Thancred? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Ran&#039;jit:&#039;&#039;&#039; So! &#039;&#039;You&#039;&#039; are the wretch who stole her from us... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Thancred:&#039;&#039;&#039; And what if I am!? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Ran&#039;jit:&#039;&#039;&#039; Pathetic. &lt;br /&gt;
 &#039;&#039;&#039;Ran&#039;jit:&#039;&#039;&#039; Vermin such as you are not worthy of the Oracle. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Break!  &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Ran&#039;jit:&#039;&#039;&#039; Fool! You would see your city razed? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; I would sooner see it razed than conquered. Suffice it to say, we are ready to receive you. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Ran&#039;jit:&#039;&#039;&#039; What now, Exarch? Will you face me yourself? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; I think not, General. I&#039;ve quite exhausted my tricks.  &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; If you mean to give chase, I will not stand in your way. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; But you would do well to tread warily. For your quarry goes to a place where even Eulmore dare not bare its steel... &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Il Mheg, the faerie kingdom.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;???:&#039;&#039;&#039; To think that mountain of indolence still had the energy to unleash his hounds...&lt;br /&gt;
 &#039;&#039;&#039;???:&#039;&#039;&#039; Even the most pointless of conflicts may alter a world&#039;s course... And now the plan has gone awry. &lt;br /&gt;
 &#039;&#039;&#039;???:&#039;&#039;&#039; But how...? How did the so-called Crystal Exarch bring the hero of the Source to the First? &lt;br /&gt;
 &#039;&#039;&#039;???:&#039;&#039;&#039; As if I didn&#039;t have enough on my hands already... &lt;br /&gt;
 &#039;&#039;&#039;???:&#039;&#039;&#039; Then again...with a soul such as that...&lt;br /&gt;
 &#039;&#039;&#039;???:&#039;&#039;&#039; Mayhap there is another way. One which does not require bloodshed...&lt;br /&gt;
&lt;br /&gt;
====Voiceover Cutscene====&lt;br /&gt;
 &#039;&#039;&#039;Ardbert:&#039;&#039;&#039; Not so long ago, here in the shadow of the northern ranges, lay the great kingdom of Voeburt. &lt;br /&gt;
 &#039;&#039;&#039;Ardbert:&#039;&#039;&#039; A nation with proud history...that the sin eaters cut short, just like all the rest. &lt;br /&gt;
 &#039;&#039;&#039;Ardbert:&#039;&#039;&#039; Since that time, these lands have become a haven for fae folk.  &lt;br /&gt;
 &#039;&#039;&#039;Ardbert:&#039;&#039;&#039; Dreamers frolicking amidst the ruins of a forgotten realm.&lt;br /&gt;
&lt;br /&gt;
====Cutscene====&lt;br /&gt;
 &#039;&#039;&#039;Thancred:&#039;&#039;&#039; We should be safe enough here. &lt;br /&gt;
 &#039;&#039;&#039;Thancred:&#039;&#039;&#039; It&#039;s good to see you again, my friends. I don&#039;t know about you, but it feels like &#039;&#039;years&#039;&#039; since last we met. Five of them, in my case. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; Why, it only feels like &#039;&#039;one&#039;&#039; to me. But long enough to warrant a more convivial reunion, either way. &lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; What brought you to Laxan Loft? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Thancred:&#039;&#039;&#039; The girl, Minfilia. She and I were traveling together, hunting sin eaters. &lt;br /&gt;
 &#039;&#039;&#039;Thancred:&#039;&#039;&#039; But as we were nearing Lakeland, she abruptly ran off on her own. &lt;br /&gt;
 &#039;&#039;&#039;Thancred:&#039;&#039;&#039; I found her too late to stop the Eulmorans from taking her prisoner. And as I was considering rescue options, I observed that the Crystarium was on the move. &lt;br /&gt;
 &#039;&#039;&#039;Thancred:&#039;&#039;&#039; So I consulted the Exarch, who apprised me of the details of the operation─and issued me certain instructions. &lt;br /&gt;
 &#039;&#039;&#039;Thancred:&#039;&#039;&#039; Should the situation take a turn for the worse, I was to see you all safely to Il Mheg. And here we are. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Urianger has called this place home for a while now. &lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Yet we have never called upon him, I am ashamed to say. &#039;Twas only at the Crystarium that we met. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Thancred:&#039;&#039;&#039; Hardly surprising. This is not the sort of place one visits on a whim. &lt;br /&gt;
 &#039;&#039;&#039;Thancred:&#039;&#039;&#039; Happily, having trespassed on Urianger&#039;s hospitality for a spell, Minfilia and I have an idea of how things work around here. &lt;br /&gt;
 &#039;&#039;&#039;Thancred:&#039;&#039;&#039; Sooner or later, the Eulmorans will come after us. But before they do, the Exarch bids us accomplish two things. &lt;br /&gt;
 &#039;&#039;&#039;Thancred:&#039;&#039;&#039; First, rendezvous with Urianger. &lt;br /&gt;
 &#039;&#039;&#039;Thancred:&#039;&#039;&#039; And second, eliminate the Lightwarden of this land. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; So...Minfilia. &lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; What made you leave Thancred behind─if you don&#039;t mind me asking?&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Minfilia:&#039;&#039;&#039; You. The hero from another world. &lt;br /&gt;
 &#039;&#039;&#039;Minfilia:&#039;&#039;&#039; I was asleep when I felt it. A presence. Someone I was meant to meet. They were close, and...and I knew I had to go to them. &lt;br /&gt;
 &#039;&#039;&#039;Minfilia:&#039;&#039;&#039; But with all the commotion in Lakeland, I was afraid that Thancred wouldn&#039;t...let me... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Thancred:&#039;&#039;&#039; And would I have been wrong? Had I arrived a moment later, you would be back in your cell in Eulmore. &lt;br /&gt;
 &#039;&#039;&#039;Thancred:&#039;&#039;&#039; And now we have Ran&#039;jit snapping at our heels! You really have outdone yourself this time. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Minfilia:&#039;&#039;&#039; I&#039;m sorry. Thank you for saving me.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;???:&#039;&#039;&#039; Awww, poor thing, being scolded so. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; Who said that? Show yourselves! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;???:&#039;&#039;&#039; Come now, put away that frown and have some fun with us! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Thancred:&#039;&#039;&#039; Ugh, which way was it to Urianger&#039;s? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Minfilia:&#039;&#039;&#039; We&#039;ve been there so many times, but I&#039;m not... I can&#039;t... &lt;br /&gt;
 &#039;&#039;&#039;Minfilia:&#039;&#039;&#039; Why can&#039;t I remember?&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Thancred:&#039;&#039;&#039; Damn it all. We&#039;re already caught in their spell! &lt;br /&gt;
&lt;br /&gt;
====Optional====&lt;br /&gt;
 &#039;&#039;&#039;Minfilia:&#039;&#039;&#039; I&#039;m trying my best to remember...but it feels like peering through fog. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; I was worried about the others back in Lakeland, but maybe I should be worried about us. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Faeries, I take it? &lt;br /&gt;
&lt;br /&gt;
===Speaking with Thancred===&lt;br /&gt;
 &#039;&#039;&#039;Thancred:&#039;&#039;&#039; Il Mheg is the faerie kingdom, and as one might expect, it is home to the fae folk. &lt;br /&gt;
 &#039;&#039;&#039;Thancred:&#039;&#039;&#039; The most prominent among them are the pixies, who have a penchant for making mischief. They use powerful illusions to play tricks on all who venture into their domain. &lt;br /&gt;
 &#039;&#039;&#039;Thancred:&#039;&#039;&#039; By way of an example, they can make a familiar path seem wholly unfamiliar, or lead you to believe you&#039;re somewhere you&#039;re not. &lt;br /&gt;
 &#039;&#039;&#039;Thancred:&#039;&#039;&#039; And we are now, I am sorry to say, entirely at their mercy.&lt;br /&gt;
&lt;br /&gt;
====Optional Dialogue, if to visit Crystal Exarch in the Ocular, the Crystal Tower====&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Back so soon, my friend? In case you were worried about us, do not be. All is well here.&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; On the contrary, I worry about you. The faeries are a mercurial folk who possess their own customs, far departed from those of men.&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; So pray focus on the task at hand, and nothing else. Rest assured that the Crystarium will still be standing upon your return.&lt;br /&gt;
{{Quest Nav|prev=Logistics of War|next=Il Mheg, the Faerie Kingdom}}&lt;/div&gt;</summary>
		<author><name>Texhnolyzing</name></author>
	</entry>
	<entry>
		<id>https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=Logistics_of_War&amp;diff=1160387</id>
		<title>Logistics of War</title>
		<link rel="alternate" type="text/html" href="https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=Logistics_of_War&amp;diff=1160387"/>
		<updated>2025-12-11T12:42:01Z</updated>

		<summary type="html">&lt;p&gt;Texhnolyzing: Added Quest Nav to the bottom&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quest infobox&lt;br /&gt;
| title = Logistics of War&lt;br /&gt;
| image = &lt;br /&gt;
| description = Szem Djenmai has a task for you should you be willing.&lt;br /&gt;
| quest-giver = Szem Djenmai&lt;br /&gt;
| location = The Crystarium&lt;br /&gt;
| location-x = 8.5&lt;br /&gt;
| location-y = 9.7&lt;br /&gt;
| type = main scenario&lt;br /&gt;
| quest-line = Shadowbringers Main Scenario Quests&lt;br /&gt;
| journal-section = Main Scenario&lt;br /&gt;
| journal-category = Shadowbringers Main Scenario Quests&lt;br /&gt;
| journal-genre = &lt;br /&gt;
| level = 72&lt;br /&gt;
| exp = 218880&lt;br /&gt;
| gil = 840&lt;br /&gt;
| reward1 = 1 Deepgold Weapon Coffer (IL 395)&lt;br /&gt;
| unlocks = cur Aether Current&lt;br /&gt;
| prev-quest = The Crystarium&#039;s Resolve&lt;br /&gt;
| next-quest = The Oracle of Light, Imperative Repairs, The Astute Amaro, An Unreasonable Request, All That Heavenly Glory, Beers for Fears, Loot Justice Mode, Inglourious Bath Stewards&lt;br /&gt;
| release = shadowbringers&lt;br /&gt;
| patch = 5.0&lt;br /&gt;
| msq-index = 567&lt;br /&gt;
| id-gt = 68840&lt;br /&gt;
| id-edb = 6d27cdc6eaf&lt;br /&gt;
}}&lt;br /&gt;
==Steps==&lt;br /&gt;
* Speak with [[Szem Djenmai]].&lt;br /&gt;
* Ride the [[amaro]] to the [[Round Sentry|sentry]] at [[Radisca&#039;s Round]].&lt;br /&gt;
* Ride the [[amaro]] to [[Szeli Vantheu]].&lt;br /&gt;
* Speak to [[Szeli Vantheu]].&lt;br /&gt;
* Speak to [[Lyna]].&lt;br /&gt;
&lt;br /&gt;
==Journal==&lt;br /&gt;
*Szem Djenmai has a task for you should you be willing.&lt;br /&gt;
&lt;br /&gt;
==Dialogue==&lt;br /&gt;
===Accepting the Quest===&lt;br /&gt;
 &#039;&#039;&#039;Szem Djenmai:&#039;&#039;&#039; I was about to deliver an amaro to Radisca&#039;s Round, one of the locations whence the beasts will fly for the operation. &lt;br /&gt;
 &#039;&#039;&#039;Szem Djenmai:&#039;&#039;&#039; The tower lies along the route to the Imperative. If near enough is good enough for you, you may make the delivery in my stead.&lt;br /&gt;
 &#039;&#039;&#039;Szem Djenmai:&#039;&#039;&#039; Very good. I shall ready the amaro for departure at once. &lt;br /&gt;
&lt;br /&gt;
===Speaking with Szem Djenmai===&lt;br /&gt;
 &#039;&#039;&#039;Szem Djenmai:&#039;&#039;&#039; Radisca&#039;s Round is to the north and west. You can take the road or you can fly─it is up to you.&lt;br /&gt;
 &#039;&#039;&#039;Szem Djenmai:&#039;&#039;&#039; Upon arriving, make yourself known to the sentry, and she will give you further instructions.&lt;br /&gt;
 &#039;&#039;&#039;Szem Djenmai:&#039;&#039;&#039; If you should become separated from the amaro, worry not─the beasts are trained to return to the rookery. That is all. Go well.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;(Optional, if WoL managed to fell off from their amaro)&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;Szem Djenmai:&#039;&#039;&#039; The amaro returned without you. See that you deliver it safely, yes?&lt;br /&gt;
&lt;br /&gt;
===Riding the amaro to the sentry at Radisca&#039;s Round===&lt;br /&gt;
 &#039;&#039;&#039;Round Sentry:&#039;&#039;&#039; Oh? You&#039;re delivering that amaro to us? &lt;br /&gt;
 &#039;&#039;&#039;Round Sentry:&#039;&#039;&#039; I&#039;m afraid there&#039;s been a change of plans. We already have all the beasts we require here. &lt;br /&gt;
 &#039;&#039;&#039;Round Sentry:&#039;&#039;&#039; Instead, this one is to go to the Imperative to the west. Please see it to the handler on duty, Szeli Vantheu. If you encounter trouble along the path, return here and I&#039;ll set you rightwise.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;(Optional, if WoL managed to fell off from their amaro)&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;Round Sentry:&#039;&#039;&#039; If you&#039;re looking for the amaro, it&#039;s come back here. Let&#039;s get you on your way again.&lt;br /&gt;
&lt;br /&gt;
===Riding the amaro to Szeli Vantheu===&lt;br /&gt;
 &#039;&#039;&#039;Szeli Vantheu:&#039;&#039;&#039; Ah, the last amaro! My thanks, friend. You may leave the beast with me.&lt;br /&gt;
&lt;br /&gt;
====Optional Dialogue, on top of a wooden platform, by Skywatcher====&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; ...&lt;br /&gt;
&lt;br /&gt;
===Speaking to Szeli Vantheu===&lt;br /&gt;
 &#039;&#039;&#039;Szeli Vantheu:&#039;&#039;&#039; Say, I don&#039;t believe I know you. Did you join the guard recently?&lt;br /&gt;
 &#039;&#039;&#039;Szeli Vantheu:&#039;&#039;&#039; Hah, so that is the way of it! Well, you managed to arrive, and that&#039;s all that matters in the end. &lt;br /&gt;
 &#039;&#039;&#039;Szeli Vantheu:&#039;&#039;&#039; I bid you welcome to the Ostall Imperative, one of our key strongholds in Lakeland. &lt;br /&gt;
 &#039;&#039;&#039;Szeli Vantheu:&#039;&#039;&#039; The first thing you&#039;ll want to do is report to the captain. You&#039;ll find her at the lookout across the way.&lt;br /&gt;
 &#039;&#039;&#039;(Optional)&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;Szeli Vantheu:&#039;&#039;&#039; The amaro are crucial to our success. We will spare them no preparation.&lt;br /&gt;
&lt;br /&gt;
===Speaking with Lyna===&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; So, it seems that rather than the amaro delivering you, you delivered the amaro. &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; I&#039;ll not thank you─I expect all my soldiers to make themselves useful. Speaking of which, I have a task for you.&lt;br /&gt;
{{Quest Nav|prev=The Crystarium&#039;s Resolve|next=The Oracle of Light}}&lt;/div&gt;</summary>
		<author><name>Texhnolyzing</name></author>
	</entry>
	<entry>
		<id>https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=The_Crystarium%27s_Resolve&amp;diff=1158167</id>
		<title>The Crystarium&#039;s Resolve</title>
		<link rel="alternate" type="text/html" href="https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=The_Crystarium%27s_Resolve&amp;diff=1158167"/>
		<updated>2025-12-09T12:46:16Z</updated>

		<summary type="html">&lt;p&gt;Texhnolyzing: Added Quest Nav to the bottom&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quest infobox&lt;br /&gt;
| title = The Crystarium&#039;s Resolve&lt;br /&gt;
| image = &lt;br /&gt;
| description = The Exarch is eager to delve into the details of his proposal.&lt;br /&gt;
| quest-giver = Crystal Exarch&lt;br /&gt;
| location = The Crystarium&lt;br /&gt;
| location-x = 9.9&lt;br /&gt;
| location-y = 7.0&lt;br /&gt;
| type = main scenario&lt;br /&gt;
| quest-line = Shadowbringers Main Scenario Quests&lt;br /&gt;
| journal-section = Main Scenario&lt;br /&gt;
| journal-category = Shadowbringers Main Scenario Quests&lt;br /&gt;
| journal-genre = &lt;br /&gt;
| level = 72&lt;br /&gt;
| exp = 218880&lt;br /&gt;
| gil = 988&lt;br /&gt;
| reward1 = 1 Deepgold Head Gear Coffer (IL 395)&lt;br /&gt;
| prev-quest = An Unwelcome Guest&lt;br /&gt;
| next-quest = Logistics of War, The Crystalline Mean&lt;br /&gt;
| release = shadowbringers&lt;br /&gt;
| patch = 5.0&lt;br /&gt;
| msq-index = 566&lt;br /&gt;
| id-gt = 68839&lt;br /&gt;
| id-edb = 93afb4c536b&lt;br /&gt;
}}&lt;br /&gt;
==Steps==&lt;br /&gt;
* Speak with [[Lyna]].&lt;br /&gt;
* Speak with [[Katliss]].&lt;br /&gt;
* Speak with [[Chessamile]].&lt;br /&gt;
* Drink the vial of [[Prince&#039;s Kiss|prince&#039;s kiss]] before [[Chessamile]].&lt;br /&gt;
* Speak with [[Szem Djenmai]].&lt;br /&gt;
&lt;br /&gt;
==Journal==&lt;br /&gt;
*The Exarch is eager to delve into the details of his proposal.&lt;br /&gt;
&lt;br /&gt;
==Dialogue==&lt;br /&gt;
====Optional====&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; Entrust Minfilia&#039;s rescue to the people of the Crystarium? All right, then... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Let us hear what the Exarch has to say. &lt;br /&gt;
&lt;br /&gt;
===Accepting the Quest (Cutscene)=== &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; You are doubtless eager to attempt Minfilia&#039;s rescue─and with your combined strength, you may well succeed. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; But as I said earlier, I do not wish to show our hand unless absolutely necessary. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; &#039;Twas not merely the night sky that you restored to us, but hope─hope for the future of Norvrandt. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Unlike you, we cannot contend with the Lightwardens. But so long as hope burns in our hearts, we will fight on regardless. This I will prove to you.&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; My friends, I thank you for gathering at such short notice. There is something I would ask you all. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; As many of you are aware, I received an emissary from Eulmore a short while ago─in the form of General Ran&#039;jit. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; To my dismay, the general condemned the slaying of the Lightwarden, and warned me in no uncertain terms that, should the Crystarium cast its lot with the Warrior of Darkness, there would be war.  &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Let none be mistaken: we would be hard-pressed indeed to resist the might of Eulmore. Some would even call it suicide.  &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; And yet my heart cries out to fight. Better that than relinquish the hope that swelled in my breast when I beheld the night sky for the first time in a hundred years.&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; ...Or so says my heart. My mind, meanwhile, reminds me that to follow my heart would be to risk everything we have accomplished thus far. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Clearly, this is not a decision to be made lightly─nor less alone. And so I put the question to you all. What should we do?&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Glynard:&#039;&#039;&#039; My lord, you already know our minds. &lt;br /&gt;
 &#039;&#039;&#039;Glynard:&#039;&#039;&#039; It brought tears to our eyes to witness the night&#039;s return. The whole of Norvrandt deserves the same, and not just because some children&#039;s story tells us so. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Bragi:&#039;&#039;&#039; Eulmore&#039;s influence is far-reaching. Should war break out, trade would be subject to restrictions. &lt;br /&gt;
 &#039;&#039;&#039;Bragi:&#039;&#039;&#039; The flow of goods will dry up, and we will struggle to make do with what little trickles through... But make do we will. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Katliss:&#039;&#039;&#039; Aye, we can weather such hardships! Is that not the very thing the Crystarium was built for? &lt;br /&gt;
 &#039;&#039;&#039;Katliss:&#039;&#039;&#039; We have always taken pride in our ability to sustain ourselves─not just to endure, but to thrive! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Moren:&#039;&#039;&#039; &amp;quot;When all falls down around you, rise up.“ Those were your words. &lt;br /&gt;
 &#039;&#039;&#039;Moren:&#039;&#039;&#039; &amp;quot;There may come a day when all hope seems lost. But even should the rest of the world give in to despair─we shall not. &lt;br /&gt;
 &#039;&#039;&#039;Moren:&#039;&#039;&#039; &amp;quot;We shall fight on, that our children and our children&#039;s children might know a better tomorrow.“ &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Cassard:&#039;&#039;&#039; Rousing words apart, I never much cared for those Eulmoran bastards anyway. No better than common swindlers, most of them. Wouldn&#039;t know a fair deal if it came up and kissed them on the arse!  &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Glynard:&#039;&#039;&#039; Trust you to spoil the moment! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; It appears we have a consensus. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Let it be known that the Eulmoran host at Laxan Loft has taken the Oracle of Light captive. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; They fear the power she holds over the sin eaters, and doubtless intend to imprison her once more. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; So I move that we rescue the Oracle, grant her a place among us, and let &#039;&#039;that&#039;&#039; be our answer to Eulmore&#039;s ultimatum!&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; In planning a strategy for the rescue, I open the floor to you all.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; And there you have it. If Eulmore wishes to denounce us as villains, then we shall embrace our villainy. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Will you do so as well? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; We will not be outdone. Consider us your partners in crime.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; My lord, our proposal is as follows: we begin by deploying amaro to occupy the skies over Lakeland. They should serve to delay the airship&#039;s departure. &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; At the same time, we scatter dream powder from the air. &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Not all will succumb to its effects, but it should thin the enemy&#039;s numbers, affording us an opening to swoop in and liberate the Oracle. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Very good. See to your preparations.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; And what exciting crimes would you have us commit? Speaking for my fellow villains, I&#039;d say we&#039;re capable of most things─though we draw the line at indolence. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; If excitement is your desire, then I bid you join the guard. Captain Lyna will give you your orders.&lt;br /&gt;
&lt;br /&gt;
====Optional====&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Many here have a place in their heart for Minfilia. We must ensure this mission succeeds─for all of their sakes. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Though our hosts have offered to take the lead, we still have a part to play. Let&#039;s see that we play it well. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; The people of the Crystarium have initiative. I respect that. &lt;br /&gt;
&lt;br /&gt;
===Speaking with Lyna===&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; So, you will be joining the guard. But however highly the Exarch thinks of you, you will receive no special treatment from me. Is that clear? &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Where&#039;s your salute, soldier!? &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Better. More spirited than the Exarch&#039;s feeble attempts, certainly.  &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Now, first things first: you will need uniforms. &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Go to the Crystalline Mean and report to Katliss. She will see you measured and fitted.&lt;br /&gt;
 &#039;&#039;&#039;(Optional)&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; I don&#039;t see a uniform. Report to Katliss. She will see you measured and fitted.&lt;br /&gt;
&lt;br /&gt;
===Speaking with Katliss===&lt;br /&gt;
 &#039;&#039;&#039;Katliss:&#039;&#039;&#039; Ah, and there&#039;s the last of them! Your friends are being measured as we speak. &lt;br /&gt;
 &#039;&#039;&#039;Katliss:&#039;&#039;&#039; Right this way. We&#039;ll see to it you look your dashing best for your first outing!&lt;br /&gt;
&lt;br /&gt;
====Cutscene====&lt;br /&gt;
 &#039;&#039;&#039;Katliss:&#039;&#039;&#039; Done, are you? Let&#039;s have a look at those numbers. &lt;br /&gt;
 &#039;&#039;&#039;Katliss:&#039;&#039;&#039; I see... Hmmm... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; How goes it? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Katliss:&#039;&#039;&#039; Sorry, Captain─I&#039;m afraid we don&#039;t have anything on hand that&#039;s a ready fit. &lt;br /&gt;
 &#039;&#039;&#039;Katliss:&#039;&#039;&#039; But we do have a few that are fairly close. We should be able to make them work with some minor adjustments. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Very well, then. See to it. And have the uniforms delivered directly to the field. &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; I shall take this opportunity to brief you on the mission.&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; As mentioned earlier, we will deploy amaro to scatter dream powder from the air. &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Once the powder takes effect, an elite unit will storm the fortress to rescue the Oracle. Her safe liberation is our sole objective; engagement is to be avoided wherever possible. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; I assume we&#039;re to be part of said unit? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Correct. The unit will be divided into two contingents, one deploying from Fort Jobb and the other from the Ostall Imperative. You and Alphinaud will join the former. &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; [Forename], meanwhile, will join the latter with me. &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Before you proceed to your positions, you are to report to Chessamile at Spagyrics.  &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; She will issue you with a serum to ward off the effects of dream powder. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; We shall be on our way, then. Take care, my friend, and we will see you in the field.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; It&#039;s quite far to the Imperative, so you may make use of an amaro from the rookery. After you have collected the serum, of course.&lt;br /&gt;
&lt;br /&gt;
===Speaking with Chessamile===&lt;br /&gt;
 &#039;&#039;&#039;Chessamile:&#039;&#039;&#039; Yes, sweetie? Is there something you need? ...Oh, one of the guard come for your dram, are you? &lt;br /&gt;
 &#039;&#039;&#039;Chessamile:&#039;&#039;&#039; Here you go. A dose of this will keep you firmly in the waking world while your enemies are off in dreamland. &lt;br /&gt;
 &#039;&#039;&#039;Chessamile:&#039;&#039;&#039; Now, if this is your first time, I should warn you: it&#039;s bitter as sin. Prince&#039;s kiss, they call it, but if you ask me, it should be &#039;&#039;crone&#039;s&#039;&#039; kiss! Hee hee!  &lt;br /&gt;
 &#039;&#039;&#039;Chessamile:&#039;&#039;&#039; Jests aside, the stuff really is foul. Most people gag like there&#039;s no tomorrow─but if you don&#039;t drain every last drop, you&#039;re liable to end up taking a trip to dreamland yourself. So I must ask you to drink it here and now, while I watch. Come on! Give the old crone a kiss, hee hee!&lt;br /&gt;
 &#039;&#039;&#039;(Optional)&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;Chessamile:&#039;&#039;&#039; What are you waiting for, sweetie? Go on and give the old crone a kiss, hee hee!&lt;br /&gt;
&lt;br /&gt;
===Drinking the vial of prince&#039;s kiss before Chessamile===&lt;br /&gt;
 &#039;&#039;&#039;Chessamile:&#039;&#039;&#039; Well done, sweetie! I&#039;m proud of you! Why, if I didn&#039;t know any better, I&#039;d even say you enjoyed it! And now you needn&#039;t fear falling asleep on the battlefield. Just have care you don&#039;t lose any limbs out there, all right? They don&#039;t tend to grow back.&lt;br /&gt;
 &#039;&#039;&#039;(Optional)&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;Chessamile:&#039;&#039;&#039; Oh? You liked the taste so much, you want some more, is that it? Hee hee, you are a strange one! But as happy as I&#039;d be to oblige, I&#039;m afraid I must save some for the others. Run along now and see to the rest of your preparations!&lt;br /&gt;
&lt;br /&gt;
===Speaking with Szem Djenmai===&lt;br /&gt;
 &#039;&#039;&#039;Szem Djenmai:&#039;&#039;&#039; Yes? What do you require of me?&lt;br /&gt;
 &#039;&#039;&#039;Szem Djenmai:&#039;&#039;&#039; An amaro to take you to the Imperative, eh? &lt;br /&gt;
 &#039;&#039;&#039;Szem Djenmai:&#039;&#039;&#039; As much as I would like to oblige, all our mounts are reserved for the coming operation. I fear you will have to go by foot. &lt;br /&gt;
 &#039;&#039;&#039;Szem Djenmai:&#039;&#039;&#039; Hmmm, but wait. There might be another way, assuming you are willing to lend a hand.&lt;br /&gt;
{{Quest Nav|prev=An Unwelcome Guest|next=Logistics of War}}&lt;/div&gt;</summary>
		<author><name>Texhnolyzing</name></author>
	</entry>
	<entry>
		<id>https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=An_Unwelcome_Guest&amp;diff=1157135</id>
		<title>An Unwelcome Guest</title>
		<link rel="alternate" type="text/html" href="https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=An_Unwelcome_Guest&amp;diff=1157135"/>
		<updated>2025-12-09T01:50:38Z</updated>

		<summary type="html">&lt;p&gt;Texhnolyzing: Added Quest Nav to the bottom&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quest infobox&lt;br /&gt;
| title = An Unwelcome Guest&lt;br /&gt;
| image = An_Unwelcome_Guest.png&lt;br /&gt;
| description = The manager to suites is wearing a grave expression.&lt;br /&gt;
| quest-giver = Manager of Suites&lt;br /&gt;
| location = The Crystarium&lt;br /&gt;
| location-x = 12.5&lt;br /&gt;
| location-y = 16.2&lt;br /&gt;
| type = main scenario&lt;br /&gt;
| quest-line = Shadowbringers Main Scenario Quests&lt;br /&gt;
| journal-section = Main Scenario&lt;br /&gt;
| journal-category = Shadowbringers Main Scenario Quests&lt;br /&gt;
| journal-genre = &lt;br /&gt;
| level = 72&lt;br /&gt;
| exp = 218880&lt;br /&gt;
| gil = 1026&lt;br /&gt;
| prev-quest = Warrior of Darkness (Quest)&lt;br /&gt;
| next-quest = The Crystarium&#039;s Resolve&lt;br /&gt;
| release = shadowbringers&lt;br /&gt;
| patch = 5.0&lt;br /&gt;
| msq-index = 565&lt;br /&gt;
| id-gt = 68838&lt;br /&gt;
| id-edb = 4a796eb4cfe&lt;br /&gt;
}}&lt;br /&gt;
==Steps==&lt;br /&gt;
* Head to [[the Ocular]].&lt;br /&gt;
* Speak with [[Moren]] at [[the Cabinet of Curiosity]].&lt;br /&gt;
* Search the shelves.&lt;br /&gt;
* Deliver [[The Illustrated Tale of the Oracle of Light|the book]] to [[Moren]].&lt;br /&gt;
* Speak with [[Alphinaud]].&lt;br /&gt;
&lt;br /&gt;
==Journal==&lt;br /&gt;
* The manager of suites is wearing a grave expression.&lt;br /&gt;
&lt;br /&gt;
* In worried tones, the manager of suites informs you that Eulmore has dispatched its military to Lakeland, and that the Exarch has yet to decide how to respond. It sounds as if you may be needed in the Ocular.&lt;br /&gt;
&lt;br /&gt;
* Angered by the death of a Lightwarden, Eulmore has sent the commander of its army, the formidable General Ran&#039;jit, to demand answers of the Exarch. As you observe their frosty meeting in secret, Ran&#039;jit threatens retribution upon both the villains responsible and their abettors, but the Exarch is uncowed. After the old soldier departs, it transpires that a woman believed to be Minfilia, the Oracle of Light, has been taken prisoner by the Eulmorans. While the Exarch makes provisions for war, he bids you seek out Moren at the Cabinet of Curiosity to learn about Minfilia, who does not appear to be quite the person you once knew.&lt;br /&gt;
&lt;br /&gt;
* You ask Moren to enlighten you on the subject of Minfilia, and the librarian is eager to oblige. By way of a teaching aid, he sends you to fetch a book entitled &#039;&#039;The Illustrated Tale of the Oracle of Light&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
* Scouring the shelves of the Cabinet, you finally manage to locate the volume in question and bear it back to Moren.&lt;br /&gt;
&lt;br /&gt;
* Book in hand, Moren tells you the history of the Oracle of Light. It appears that, after a mysterious maiden named Minfilia halted the Flood a century ago, a succession of young girls emerged who bore a striking resemblance to her, each of whom was immune to the sin eaters&#039; blighted touch. Believed to be reincarnations of the original Minfilia, they came to be called by her name, and brought their powers to bear against the sin eaters as soldiers of the Eulmoran Army. This continued for generations, until the Eulmorans chose to join hands with the enemy, after which they hunted down and imprisoned the current Minfilia, deeming her a threat to the peace. Though she was subsequently rescued by an unnamed hero, it would seem she has fallen into Eulmoran hands once more...&lt;br /&gt;
&lt;br /&gt;
: Seeing you labor to make sense of these dizzying revelations, Alphinaud invites you to step outside for a brief discussion.&lt;br /&gt;
&lt;br /&gt;
* Alphinaud confirms your suspicion that Minfilia&#039;s gallant savior was none other than Thancred. Anticipating that he will attempt to liberate her again─no doubt at great personal risk─you decide to spare him the trouble. At that moment, the Exarch makes an unannounced appearance, however, and after confirming that Minfilia is indeed being held at Laxan Loft, he asks that you allow the people of the Crystarium to lead any rescue effort.&lt;br /&gt;
&lt;br /&gt;
==Dialogue==&lt;br /&gt;
===Accepting the Quest===&lt;br /&gt;
 &#039;&#039;&#039;Manager of Suites:&#039;&#039;&#039; Ah, begging your pardons, [miss/sir], but do you perchance intend to head outside? &lt;br /&gt;
 &#039;&#039;&#039;Manager of Suites:&#039;&#039;&#039; If so, I would strongly advise you not to stray too far from the Crystarium. Word has it Eulmore has dispatched its military to Lakeland. &lt;br /&gt;
 &#039;&#039;&#039;Manager of Suites:&#039;&#039;&#039; Given the timing, one can only assume they do not welcome the return of night. Even now, the Exarch is in the Ocular, deliberating a response.&lt;br /&gt;
&lt;br /&gt;
===Heading to the Ocular (Cutscene)===&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; You are come at a good time. As you may have heard, we have something of a quandary on our hands. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Laxan Loft, here in Lakeland. Eulmore has sent one of its airships. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; They have questions for us concerning the death of the Lightwarden. Their emissary makes his way here even as we speak. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; I suppose the sky does rather give the game away. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Indeed. &#039;Twas inevitable they would come knocking. The only question was how soon. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; My lord. I am come with the Eulmoran emissary. May I show him in? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; A moment, Captain, if you would.  &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Everyone, gather round. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; I do not wish to show our hand prematurely. Forgive me this liberty. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Vanish! &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Enter.&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Well, well... The commander of the Eulmoran Army himself. To what do I owe the honor, General Ran&#039;jit? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Ran&#039;jit:&#039;&#039;&#039; The Lightwarden is dead, Exarch. Were your people responsible? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; You are clearly in some haste, my lord. But before I address your question, you must allow me one of my own. What is Eulmore&#039;s interest in this? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Ran&#039;jit:&#039;&#039;&#039; His Benevolence Lord Vauthry is gravely concerned that the actions of an ignorant few may jeopardize relations between man and sin eater. &lt;br /&gt;
 &#039;&#039;&#039;Ran&#039;jit:&#039;&#039;&#039; Should it transpire that the Crystarium is guilty of abetting the villains responsible for this outrage...&lt;br /&gt;
 &#039;&#039;&#039;Ran&#039;jit:&#039;&#039;&#039; My lord has decreed that it suffer the same...retribution. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; I see. Since you have been so candid, I too shall speak my mind. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Regardless of who is responsible, the Crystarium &#039;&#039;rejoices&#039;&#039; in the Lightwarden&#039;s death, and welcomes the return of the night sky. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; If Eulmore considers this tantamount to aiding those you term “villains,” then by all means carry out your retribution.  &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Know, however, that even should every innocent soul in the Crystarium perish, nothing can stop that which has been set in motion. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Ran&#039;jit:&#039;&#039;&#039; &amp;lt;sigh&amp;gt; Folly. The death of one or a thousand thousand sin eaters changes nothing. &lt;br /&gt;
 &#039;&#039;&#039;Ran&#039;jit:&#039;&#039;&#039; The world is dead, and writhe as we might, like maggots in its rotting corse, it will &#039;&#039;not&#039;&#039; be reborn. Only by my master&#039;s grace may we live out our days in peace. &lt;br /&gt;
 &#039;&#039;&#039;Ran&#039;jit:&#039;&#039;&#039; But I waste my breath. You have made your stance clear. I shall relay your words to Lord Vauthry.  &lt;br /&gt;
 &#039;&#039;&#039;Ran&#039;jit:&#039;&#039;&#039; In the meantime, you would do well to counsel any here who have done more than merely “rejoice” in recent events to throw themselves upon Eulmore&#039;s mercy. Promptly. &lt;br /&gt;
 &#039;&#039;&#039;Ran&#039;jit:&#039;&#039;&#039; One last matter. We are searching for a young artist and his assistant. Know you of whom I speak? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; An artist and his assistant... No. I cannot say I do.  &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Ran&#039;jit:&#039;&#039;&#039; What a pity. Should they &#039;&#039;reveal&#039;&#039; themselves to you, I bid you hand them over at once. My master is most eager to &#039;&#039;see&#039;&#039; them again. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; Am I imagining things, or did he just stare straight at us? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; I fear he did. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; The general is not a man to be trifled with. He is a warrior of fearsome repute who has led Eulmore&#039;s army since before Vauthry&#039;s time, when the nation still spearheaded the fight against the sin eaters. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; One does not command the world&#039;s mightiest army, and for so long, without possessing exceptional instincts. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; If Eulmore chose to send such an individual, we must assume this talk of retribution is more than an idle threat. &lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; While we are grateful for your support, my lord─we cannot in good conscience put your people in harm&#039;s way. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; &#039;Tis noble of you to say, Master Alphinaud, but my people have been in harm&#039;s way since long before you arrived. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Eulmore has ever yearned to rule over what remains of the world. Even should we surrender the Warrior of Darkness to them, they would find some other pretext upon which to invade.  &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; The people of the Crystarium know this only too well, which is why, when the time comes, I am certain they will fight to the last man.  &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; If truth be told, I would not have been surprised had Ran&#039;jit declared war here and now...&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; He may have reason to delay. &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; According to reports, the Eulmoran forces at Laxan Loft were observed taking a prisoner. &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; A young woman believed to be none other than the Oracle of Light─Minfilia. &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; It may be that General Ran&#039;jit wishes to convey her to Eulmore before commencing hostilities.&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Having mentored generations of Minfilias, it would not surprise me if he had made her capture his chief concern.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;&amp;lt; What will you say? &amp;gt;&#039;&#039;&#039; &lt;br /&gt;
 &#039;&#039;&#039;&amp;lt; Wait, is this &#039;&#039;the&#039;&#039; Minfilia? &amp;gt;&#039;&#039;&#039; &lt;br /&gt;
 &#039;&#039;&#039;&amp;lt; I&#039;m sorry, &amp;quot;generations of Minfilias&amp;quot;? &amp;gt;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;(Both)&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Ah, of course. How remiss of me. I had intended to speak to you of Minfilia. There is, however, much to say, and precious little time in which to say it...&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; I think it best that you seek out Moren at the Cabinet of Curiosity. He will be able to enlighten you.&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Alphinaud, Alisaie─would you care to accompany your friend? You doubtless have insights of your own to offer on the matter. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; All right. Though I&#039;m still not sure I understand it all myself... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; In the meantime, I will set about making provisions for war. &lt;br /&gt;
&lt;br /&gt;
====Optional====&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; We will continue to watch the Eulmorans. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; If Minfilia has indeed been captured, I daresay we will see another familiar face anon. But first things first─pray seek out Moren at the Cabinet of Curiosity. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; Whatever you think Moren&#039;s going to tell you about Minfilia, it won&#039;t be what you&#039;re expecting. Just...trust me. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; It seems an age since we bade Minfilia farewell...&lt;br /&gt;
&lt;br /&gt;
===Speaking with Moren at the Cabinet of Curiosity===&lt;br /&gt;
 &#039;&#039;&#039;Moren:&#039;&#039;&#039; Yes? If you&#039;re after books pertaining to the Warrior of Darkness, I&#039;m afraid most are out on loan at present. They are experiencing quite a surge in popularity.&lt;br /&gt;
 &#039;&#039;&#039;Moren:&#039;&#039;&#039; Oh, you wish to learn about the &#039;&#039;Oracle of Light&#039;&#039;? Then it would be my pleasure to assist!&lt;br /&gt;
 &#039;&#039;&#039;Moren:&#039;&#039;&#039; ...After I have finished off some few outstanding tasks, that is. While I attend to them, perhaps you could fetch me a book: &#039;&#039;The Illustrated Tale of the Oracle of Light&#039;&#039;, it&#039;s called. &lt;br /&gt;
 &#039;&#039;&#039;Moren:&#039;&#039;&#039; Though it&#039;s intended for younger readers, it provides an excellent summary of the subject matter, and the artwork is quite lovely besides! I would not hesitate to recommend it to anyone with an interest in learning about Minfilia!&lt;br /&gt;
 &#039;&#039;&#039;Moren:&#039;&#039;&#039; ...But you must see for yourself. The book should be located on the level below. &lt;br /&gt;
 &#039;&#039;&#039;Moren:&#039;&#039;&#039; &#039;&#039;Should&#039;&#039;, I say...for while there is a place for everything here, not everything is always in its place─despite my best efforts. In short, if the book is not where it should be, it will almost certainly be somewhere it shouldn&#039;t. So, uh...good luck! &lt;br /&gt;
&lt;br /&gt;
====Optional====&lt;br /&gt;
 &#039;&#039;&#039;Moren:&#039;&#039;&#039; How goes the search? Remember, it&#039;s always in the last place you look!&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; No luck as yet...&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; Is there a stepladder we can borrow?&lt;br /&gt;
&lt;br /&gt;
===Searching the shelves===&lt;br /&gt;
 &#039;&#039;&#039;System:&#039;&#039;&#039; Just as your eyes begin to blur, they finally come to rest on a copy of &#039;&#039;The Illustrated Tale of the Oracle of Light&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
====Optional====&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; That&#039;s the book, is it? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; You found it, did you?&lt;br /&gt;
&lt;br /&gt;
===Delivering the book to Moren===&lt;br /&gt;
 &#039;&#039;&#039;Moren:&#039;&#039;&#039; Have you found the book?&lt;br /&gt;
 &#039;&#039;&#039;&#039;&#039;&amp;lt;Hand Over The Illustrated Tale of the Oracle of Light&amp;gt;&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;Moren:&#039;&#039;&#039; Yes, this is the one! I hope it wasn&#039;t too difficult to track down. &lt;br /&gt;
 &#039;&#039;&#039;Moren:&#039;&#039;&#039; I&#039;m happy to say I&#039;ve finished all my pressing tasks. If you want to call your friends over, we can begin learning at once! &lt;br /&gt;
&lt;br /&gt;
====Cutscene====&lt;br /&gt;
 &#039;&#039;&#039;Moren:&#039;&#039;&#039; Without further ado, then...&lt;br /&gt;
 &#039;&#039;&#039;Moren:&#039;&#039;&#039; It began a hundred years ago, when the Flood of Light threatened to swallow Norvrandt. Just as all seemed lost, a savior appeared who halted the all-consuming radiance. A maiden with hair of spun gold and eyes of clearest sapphire. &lt;br /&gt;
 &#039;&#039;&#039;Moren:&#039;&#039;&#039; Naught was known about her save that her name was Minfilia. And for delivering the realm, she came to be revered as the Oracle of Light.  &lt;br /&gt;
 &#039;&#039;&#039;Moren:&#039;&#039;&#039; After stopping the Flood, the mysterious maiden vanished without a trace. But fifteen years later, her name would unexpectedly reappear in the annals of history.  &lt;br /&gt;
 &#039;&#039;&#039;Moren:&#039;&#039;&#039; When sin eaters laid ruin to the Kingdom of Voeburt, a young girl was discovered who was immune to the creatures&#039; blighted touch.&lt;br /&gt;
 &#039;&#039;&#039;Moren:&#039;&#039;&#039; ...One with hair of spun gold and eyes of clearest sapphire. She was hailed as the Oracle reborn and came to likewise be called Minfilia. &lt;br /&gt;
 &#039;&#039;&#039;Moren:&#039;&#039;&#039; Enlisting in the Eulmoran Army, this Minfilia fought and vanquished countless sin eaters.&lt;br /&gt;
 &#039;&#039;&#039;Moren:&#039;&#039;&#039; Alas, like so many other soldiers, she eventually met her end in battle. &lt;br /&gt;
 &#039;&#039;&#039;Moren:&#039;&#039;&#039; Yet with her dying breath, she whispered unto her grieving comrades, “Minfilia will return.” &lt;br /&gt;
 &#039;&#039;&#039;Moren:&#039;&#039;&#039; And true to her words, some years later, another young girl was discovered who possessed the selfsame eyes, that selfsame hair, and those selfsame powers. &lt;br /&gt;
 &#039;&#039;&#039;Moren:&#039;&#039;&#039; She too took the name Minfilia. She too fought sin eaters as a soldier of Eulmore. And she too fell in battle. Many more were to follow in her footsteps. And so the cycle continues to this day.&lt;br /&gt;
 &#039;&#039;&#039;Moren:&#039;&#039;&#039; ...And that concludes the tale. &lt;br /&gt;
 &#039;&#039;&#039;Moren:&#039;&#039;&#039; By their valor and sacrifice, these women have saved Norvrandt on numerous occasions. &lt;br /&gt;
 &#039;&#039;&#039;Moren:&#039;&#039;&#039; And were it not for them, we might never have learned of the Lightwardens and their nature. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; They sound like formidable warriors. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Moren:&#039;&#039;&#039; Some, perhaps... The truth is rather less simple. Though the Oracle is reborn with certain common traits, she does not inherit the memories or the knowledge of her previous incarnations. &lt;br /&gt;
 &#039;&#039;&#039;Moren:&#039;&#039;&#039; All of the Minfilias thus far were discovered as ordinary girls, unversed in the ways of war and ignorant of the power they harbored.  &lt;br /&gt;
 &#039;&#039;&#039;Moren:&#039;&#039;&#039; While some embraced their fate and devoted themselves to training, others did not... But all were made to face the sin eaters, and all died to keep our hopes alive.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; What can you tell us of the current Minfilia? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Moren:&#039;&#039;&#039; She was found by the Eulmoran Army some ten years ago and taken into their care. &lt;br /&gt;
 &#039;&#039;&#039;Moren:&#039;&#039;&#039; ...Or rather their custody. She was a prisoner in all but name. For by that time, under Lord Vauthry&#039;s rule, Eulmore had already abandoned resistance in favor of decadence. &lt;br /&gt;
 &#039;&#039;&#039;Moren:&#039;&#039;&#039; Minfilia was an uncomfortable reminder of the war they no longer wished to fight. A potential threat to the peace. And so they kept her under lock and key.  &lt;br /&gt;
 &#039;&#039;&#039;Moren:&#039;&#039;&#039; For a long while, we heard nothing more of her. We couldn&#039;t even be certain she was alive, save that it was in the Eulmorans&#039; best interests for her to remain under their control. &lt;br /&gt;
 &#039;&#039;&#039;Moren:&#039;&#039;&#039; But then, three years ago, a gallant soul stole into the city and rescued her from their clutches! Just like a hero from the tales!&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Indeed. Well, I believe we now have a good grasp of Minfilia&#039;s tale. Thank you for your time, Moren. &lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Might I trouble you for a word, [Forename]? Outside? &lt;br /&gt;
&lt;br /&gt;
====Optional====&lt;br /&gt;
 &#039;&#039;&#039;Moren:&#039;&#039;&#039; Do you wish to revisit Minfilia&#039;s tale? I shall even fetch the book myself this time!&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; This seems a suitable place for a chat.&lt;br /&gt;
&lt;br /&gt;
===Speaking with Alphinaud (Cutscene)===&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; As you will have already surmised, the gallant soul who rescued Minfilia was none other than our own dear Thancred. &lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; They have since been wandering the land together, never remaining in one place for long─which is why we have not yet had a chance to meet them. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; We know that Minfilia journeyed here as Hydaelyn&#039;s emissary to halt the Flood of Light. &lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; It could only be her that the people of the First witnessed a hundred years ago. The original Oracle of Light. &lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; But while there&#039;s plainly some connection between the woman we knew and her namesakes, the fact that these girls do not share her memories must surely mean they are not the same person. &lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; Thancred has to understand that. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; I have no doubt that he understands. The question is how he feels. &lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Regardless, the Thancred we know would not forsake his charge. &lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; If she has been captured, we may be certain he will not stand idly by. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; Hmph, there you go again, talking in your roundabout way. If you think we should rescue Minfilia, just spit it out. &lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; It just so happens I agree with you. &lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; It&#039;s quite clear that this Minfilia possesses Hydaelyn&#039;s blessing.  &lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; And it wouldn&#039;t hurt to have a second such individual on our side. Right, [forename]?&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;&amp;lt; What will you say? &amp;gt;&#039;&#039;&#039; &lt;br /&gt;
 &#039;&#039;&#039;&amp;lt; Quite. &amp;gt;&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;&amp;lt; One&#039;s generally been enough... But fine. &amp;gt;&#039;&#039;&#039; -&amp;gt; &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;(Both)&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;???:&#039;&#039;&#039; I see you&#039;ve made up your minds. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Exarch! What brings you here?  &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; A report and a proposal. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; First, the report. Our scouts have confirmed that the Eulmoran forces at Laxan Loft do indeed have Minfilia in their custody. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; For the present, they are holding her there, but we can be certain they will move her to Eulmore ere long. Should that happen, we may be forced to give her up as lost. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; So if we mean to act, we should do so quickly. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Which brings me to my proposal. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; I ask that you entrust this undertaking to us, the people of the Crystarium.&lt;br /&gt;
{{Quest Nav|prev=Warrior of Darkness (Quest)|next=The Crystarium&#039;s Resolve}}&lt;/div&gt;</summary>
		<author><name>Texhnolyzing</name></author>
	</entry>
	<entry>
		<id>https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=Warrior_of_Darkness_(Quest)&amp;diff=1149394</id>
		<title>Warrior of Darkness (Quest)</title>
		<link rel="alternate" type="text/html" href="https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=Warrior_of_Darkness_(Quest)&amp;diff=1149394"/>
		<updated>2025-11-30T20:02:17Z</updated>

		<summary type="html">&lt;p&gt;Texhnolyzing: Added Quest Nav to the bottom&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Otheruses|the Shadowbringers main scenario quest|the character referred to as &amp;amp;quot;The Warrior of Darkness&amp;amp;quot;|Ardbert|the group of adventurers|Warriors of Darkness}}&lt;br /&gt;
{{Quest infobox&lt;br /&gt;
| title = Warrior of Darkness&lt;br /&gt;
| image = &lt;br /&gt;
| description = [[Crystal Exarch|The Exarch]] is looking ahead to the immediate future.&lt;br /&gt;
| quest-giver = Crystal Exarch&lt;br /&gt;
| location = Lakeland&lt;br /&gt;
| location-x = 35.1&lt;br /&gt;
| location-y = 7.2&lt;br /&gt;
| location-z = 1.0&lt;br /&gt;
| type = main scenario&lt;br /&gt;
| quest-line = Shadowbringers Main Scenario Quests&lt;br /&gt;
| journal-section = Main Scenario&lt;br /&gt;
| journal-category = Shadowbringers Main Scenario Quests&lt;br /&gt;
| journal-genre = &lt;br /&gt;
| level = 71&lt;br /&gt;
| exp = 217440&lt;br /&gt;
| gil = 1314&lt;br /&gt;
| unlocks = ach Between Two Worlds, ot Shadowbringers Role Quests&lt;br /&gt;
| prev-quest = The Lightwardens&lt;br /&gt;
| next-quest = An Unwelcome Guest, Do You Believe in Magic, A Jobb Well Done, The Man with Too Many Scars, Traditions and Travails, No Greater Sport, Hollow Pursuits&lt;br /&gt;
| release = shadowbringers&lt;br /&gt;
| patch = 5.0&lt;br /&gt;
| msq-index = 564&lt;br /&gt;
| id-edb = 0b1c0f7a203&lt;br /&gt;
| id-gt = 68837&lt;br /&gt;
}} &lt;br /&gt;
==Walkthrough==&lt;br /&gt;
※ You have gained access to [[role quests]]! A separate quest line and story is now available for tank, physical DPS, magical DPS, and healer roles.&lt;br /&gt;
&lt;br /&gt;
Completion of &#039;&#039;at least one&#039;&#039; [[Shadowbringers Role Quests|role questline]] will be &#039;&#039;&#039;required&#039;&#039;&#039; by the end of the [[Shadowbringers]] [[MSQ]]. There are two bonus quests and extra dialog during the [[Post-Shadowbringers Main Scenario Quests]] if you have completed them all. The extra dialog can be viewed later via [[The Unending Journey]] in any [[Inn Rooms|inn room]].&lt;br /&gt;
&lt;br /&gt;
==Steps==&lt;br /&gt;
* Speak with [[Alphinaud]] in [[the Crystarium]].&lt;br /&gt;
* Speak with [[Bragi]].&lt;br /&gt;
* Speak with [[Glynard]].&lt;br /&gt;
* Speak with the [[Manager of Suites|manager of the suites]] in [[the Pendants]].&lt;br /&gt;
&lt;br /&gt;
==Journal==&lt;br /&gt;
*The Exarch is looking ahead to the immediate future.&lt;br /&gt;
&lt;br /&gt;
==Dialogue==&lt;br /&gt;
===Accepting the Quest (Cutscene)===&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Now, as for how we proceed from here... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; The villagers we evacuated earlier have arrived safely in the Crystarium. &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; They seem to be accepting their situation for the moment─most folk are far too distracted by the sky to worry about wounds or lost homes. &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; They whisper and wonder if the Warrior of Darkness has come... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; &#039;Tis to be expected. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; [Forename], I must ask a favor of you. Would you be so kind as to conceal your involvement in this endeavor for the time being? &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Seeing the Light recede from Lakeland is a momentous occasion, and many will be swept up in a maelstrom of excitement and confusion.  &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Should you come forth as the legendary Warrior of Darkness, I fear that, no matter how good your intentions, such an appearance would throw the city into disarray.  &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; I find myself in agreement with the Exarch, although my concerns are more focused on Eulmore. &lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; It may be best if you maintain a low profile until we see how Vauthry responds to all of this. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; My thanks. Though we cannot freely celebrate your success, pray allow your heart to be buoyed by the joy of our citizens─a joy you surely brought into being. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Ah, and I must ask the same discretion of you, Captain. &#039;Tis my intention to share with our people the tale of a great warrior who stood in defiance of the sin eaters. This unnamed champion defeated the Lightwarden, and has since departed for parts unknown, yes? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; As you wish, my lord. Your penchant for mystery is nothing new, and I will encourage folk not to question this either.&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; ...Although I expect to be told the whole truth of it one day. About all of you. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; With that settled, I shall return to the Crystarium and make an address to the people. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; These explanations and adjustments will consume much of my time, so pray take the opportunity to rest and recover from your exploits. And to think, you&#039;ll not even need to shutter the windows to enjoy a dark and peaceful night&#039;s sleep! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; I must stay behind and coordinate the evacuation of the remaining survivors. &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; And I hesitate to ask after all you&#039;ve done here today, but could I ask you to pass on a message on your way to the Pendants? &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Please let Bragi know that we&#039;re bringing in a number of injured, and that any restoratives in the markets need to be reserved for the infirmary.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; We should start making our own way back to the Crystarium─slowly, mind you. It wouldn&#039;t do to arrive too soon after the Exarch. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; I&#039;m staying behind as well. I... There&#039;s something I need to check on in Holminster. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; We already went through the village top to bottom, Alisaie. We should all take the chance to rest, you included. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; I &#039;&#039;knew&#039;&#039; one of those eaters, and I can&#039;t just... I can&#039;t rest, not now.  &lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; So please, I wish to be left alone for a while. And that means you as well, [Forename]─I shall be cross if you try to follow me! &lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; I promise to find you later, when I feel myself again. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Hm, just you and me, then. Shall we? &lt;br /&gt;
&lt;br /&gt;
====Optional====&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; I&#039;d be grateful if you could pass that message on to Bragi. He should be standing in his usual spot in the markets.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Not to worry, [Forename]─I&#039;ve given my address to the citizens, and soothed their most immediate fears. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Your only concern for the moment is recuperating from your victory.&lt;br /&gt;
&lt;br /&gt;
===Speaking with Alphinaud in the Crystarium===&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Well, the Crystarium seems relatively ordered, wouldn&#039;t you say? The Exarch&#039;s speech must have been reassuring to hear. &lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; On the contrary, there is something jubilant in the air─I have a feeling this night won&#039;t be quite as “peaceful” as our hooded friend predicted!  &lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; I think I shall take a brief stroll around town before retiring to my chambers. Once you&#039;ve discharged your duty to Bragi, I suggest you do the same. &lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Sleep well, [Forename]. I hope untroubled dreams find you and Alisaie both.&lt;br /&gt;
&lt;br /&gt;
===Speaking with Bragi===&lt;br /&gt;
 &#039;&#039;&#039;Bragi:&#039;&#039;&#039; Aye, what can I do for you? Looking to buy a lantern, like every other stumbling soul in the city?&lt;br /&gt;
 &#039;&#039;&#039;Bragi:&#039;&#039;&#039; ...I see. Well Captain Lyna can rest assured that any potions I spot coming in will be set aside for the wounded. &lt;br /&gt;
 &#039;&#039;&#039;Bragi:&#039;&#039;&#039; Hang on a moment, if you&#039;re carrying messages for the guard, does that mean you were there, then? The battle at Holminster?  &lt;br /&gt;
 &#039;&#039;&#039;Bragi:&#039;&#039;&#039; A stalwart [lass/lad] like you might want to pay a visit to the Wandering Stairs, make [herself/himself] known...&lt;br /&gt;
 &#039;&#039;&#039;Bragi:&#039;&#039;&#039; I&#039;m sure Glynard can introduce you to some &#039;&#039;interesting&#039;&#039; opportunities.&lt;br /&gt;
 &lt;br /&gt;
====Optional====&lt;br /&gt;
 &#039;&#039;&#039;Bragi:&#039;&#039;&#039; The Wandering Stairs? It&#039;s just a short wander up the stairs there, thus the name. Rowdy crowd in attendance this evening, if that noise is aught to judge by.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Giott:&#039;&#039;&#039; &amp;lt;gulp&amp;gt; &amp;lt;gulp&amp;gt; &amp;lt;gulp&amp;gt; &amp;lt;burp&amp;gt; Where&#039;s that wine I ordered? Do they mean to make me idle here without a drink in hand?&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lue-Reeq:&#039;&#039;&#039; I might be able to take Andreia alone, but why take the chance? Never hurts to have someone watching your back when eaters are involved...&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Granson:&#039;&#039;&#039; I need to find me someone with a damn spine...&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Cerigg:&#039;&#039;&#039; Ah, Phronesis, what am I to do? I&#039;ve not the talents to counter your tricks, but if I could enlist the aid of a seasoned mage...&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Mei-Tatch:&#039;&#039;&#039; So the night comes, which is bloody grand, but then he goes and shouts, “Drinks on the house for the next hour,” which is bloody mad. How does Glynard expect us to stay afloat with him making gestures like that?&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Darlfort:&#039;&#039;&#039; With the darkness having returned, it&#039;s like a festival every night here. We can scarcely brew enough to keep up with all the orders that are coming in. Ah, there truly is nothing quite like sipping a fine wine under the stars!&lt;br /&gt;
&lt;br /&gt;
===Speaking with Glynard (Cutscene)===&lt;br /&gt;
 &#039;&#039;&#039;Glynard:&#039;&#039;&#039; Cyella, more beer for table two! And a couple of pints of mead for table three, while you&#039;re at it! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Cyella:&#039;&#039;&#039; Coming right up! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Glynard:&#039;&#039;&#039; Sorry, we&#039;re rushed off our feet today, [miss/mister]. Can I get you anything? Drinks are on the house!&lt;br /&gt;
 &#039;&#039;&#039;Glynard:&#039;&#039;&#039; Hm? Oh, that Bragi has a twisted sense of humor...&lt;br /&gt;
 &#039;&#039;&#039;Glynard:&#039;&#039;&#039; Gahahaha! To think he&#039;d send you to me at a time like this! &lt;br /&gt;
 &#039;&#039;&#039;Glynard:&#039;&#039;&#039; The first real “night” in near a hundred years has folk all riled up and then some! &lt;br /&gt;
 &#039;&#039;&#039;Glynard:&#039;&#039;&#039; What&#039;s more, there was that eater business at Holminster Switch. They say a Lightwarden was destroyed without a damn trace, and it was the Warrior of Darkness who did the deed! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Cyella:&#039;&#039;&#039; I really must apologize for Glynard─he&#039;s been almost as rowdy as our customers, and that&#039;s no small feat.  &lt;br /&gt;
 &#039;&#039;&#039;Cyella:&#039;&#039;&#039; A lot of our regulars are bounty hunters, you see. They mostly go after eaters, and the rumor of the Warrior&#039;s appearance was the spark to their kindling. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Glynard:&#039;&#039;&#039; You know how the weak eaters are drawn to the strong ones, right? &lt;br /&gt;
 &#039;&#039;&#039;Glynard:&#039;&#039;&#039; Aye, they swarm like angry bees around a queen. You need look no further than Holminster for proof of that. But attacks on that scale don&#039;t happen every day, praise the blessed shadow.  &lt;br /&gt;
 &#039;&#039;&#039;Glynard:&#039;&#039;&#039; No, the more common threats are the strays. No one knows why, but every now and again, an eater will leave the pack to prowl alone. Those are the ones you run into on the road if your luck is foul.  &lt;br /&gt;
 &#039;&#039;&#039;Glynard:&#039;&#039;&#039; They&#039;re a danger to everyone, so the Settlement council puts bounties on their heads. And our bar here is a convenient place for hunters to gather and share information. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Cyella:&#039;&#039;&#039; Seems a few of them were inspired by the Warden-slaying even more than most. These are the types who have their sights set on the absolute worst of the strays─a class of eaters that&#039;ve been dubbed the “Cardinal Virtues.” &lt;br /&gt;
 &#039;&#039;&#039;Cyella:&#039;&#039;&#039; The Virtues showed up out of nowhere about three summers ago, and when historians heard the descriptions given by survivors, well...apparently they share an appearance with the villains who caused the Flood.  &lt;br /&gt;
 &#039;&#039;&#039;Cyella:&#039;&#039;&#039; And if that doesn&#039;t send a chill down your spine, they&#039;re also reported to be as tough as Lightwardens─not the kind of prey you can take down single-handed.  &lt;br /&gt;
 &#039;&#039;&#039;Cyella:&#039;&#039;&#039; Our Virtue-hunters had all but given up, but knowing the Warrior of Darkness is out there has lit a fire in their bellies. Just look at them...&lt;br /&gt;
 &#039;&#039;&#039;Cyella:&#039;&#039;&#039; That Hume over there with the oversized sword is Granson. He&#039;s in it for revenge. Wants to recruit a comrade-in-arms as tenacious as he is.&lt;br /&gt;
 &#039;&#039;&#039;Cyella:&#039;&#039;&#039; The Mystel lad is Lue-Reeq. Don&#039;t be fooled by those dewy cheeks─he&#039;s as hard a hunter as they come. He just lost a partner, and seems to be on the lookout for a new one...&lt;br /&gt;
 &#039;&#039;&#039;Cyella:&#039;&#039;&#039; That&#039;s Cerigg. Word is he seeks an expert in magecraft to help fight the Virtue he&#039;s after.&lt;br /&gt;
 &#039;&#039;&#039;Cyella:&#039;&#039;&#039; Last we have Giott, dwarf and drunkard both. Wanted to join forces with a healer, and only a healer. Something about needing a “mender&#039;s wisdom”...?&lt;br /&gt;
 &#039;&#039;&#039;Cyella:&#039;&#039;&#039; I&#039;ve seen my share of competent veterans, and you have that look about you. Maybe you should introduce yourself to one of our hunters. Who knows? Together you might even collect the bounty on a Cardinal Virtue! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Glynard:&#039;&#039;&#039; Now there&#039;s a grand idea. Imagine the prestige my bar would earn if we boasted the patronage of a successful Virtue-hunter!&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;System:&#039;&#039;&#039; You have gained access to role quests! A separate quest line and story is now available for tank, physical DPS, magical ranged DPS, and healer roles. &lt;br /&gt;
 &#039;&#039;&#039;System:&#039;&#039;&#039; In order to reach the final stages of the Shadowbringers main scenario, you must complete at least one role quest line. Speak with a Virtue-hunter at the Wandering Stairs to accept a quest offer! &lt;br /&gt;
&lt;br /&gt;
====Optional====&lt;br /&gt;
 &#039;&#039;&#039;Glynard:&#039;&#039;&#039; My regulars have their quirks─some more than others─but it&#039;s odd how folk can grow on you. Spend enough time with them, and you might become a regular yourself. Always happy to welcome a new addition to the family!&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Cyella:&#039;&#039;&#039; Come again whenever you like, our doors are always open...or they would be, if we had any.&lt;br /&gt;
&lt;br /&gt;
===Speaking with the manager of the suites in the Pendants===&lt;br /&gt;
 &#039;&#039;&#039;Manager of Suites:&#039;&#039;&#039; Welcome back, [miss/sir].  &lt;br /&gt;
 &#039;&#039;&#039;Manager of Suites:&#039;&#039;&#039; I wonder if anyone can sleep with the city in such an uproar, but will you be retiring to your quarters? &lt;br /&gt;
 &#039;&#039;&#039;Manager of Suites:&#039;&#039;&#039; Very good. In light─ahem─of the present situation, I have had illumination prepared for all our rooms. No need to rush to the markets for lanterns or candles. Have a pleasant rest, [miss/sir].&lt;br /&gt;
&lt;br /&gt;
====Cutscene====&lt;br /&gt;
 &#039;&#039;&#039;Ardbert:&#039;&#039;&#039; So it&#039;s your lot&#039;s turn to be the Warriors of Darkness, is it? It&#039;s funny how things work out. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;&amp;lt; What will you say? &amp;gt;&#039;&#039;&#039; &lt;br /&gt;
 &#039;&#039;&#039;&amp;lt; Been watching, have you? &amp;gt;&#039;&#039;&#039; &lt;br /&gt;
 &#039;&#039;&#039;&amp;lt; These are my &amp;quot;private&amp;quot; quarters... &amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;&#039;&#039;&amp;lt; Been watching, have you? &amp;gt;&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;Ardbert:&#039;&#039;&#039; Well, I did warn you. I followed you to Eulmore and then on to Amh Araeng. And I was there when you slew the Lightwarden. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;&#039;&#039;&amp;lt; These are my &amp;quot;private&amp;quot; quarters... &amp;gt;&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;Ardbert:&#039;&#039;&#039; In case you&#039;ve forgotten, you&#039;re the only one who can see me. If we had one of our little chats in public, people might start thinking you&#039;d lost your wits. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;(Both)&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;Ardbert:&#039;&#039;&#039; Those white-haired twins who were with you... I remember them from our battle in the Source. &lt;br /&gt;
 &#039;&#039;&#039;Ardbert:&#039;&#039;&#039; Are they your friends, then? Through thick and thin?  &lt;br /&gt;
 &#039;&#039;&#039;Ardbert:&#039;&#039;&#039; Aye...&lt;br /&gt;
 &#039;&#039;&#039;Ardbert:&#039;&#039;&#039; Then I suggest you keep them close. It&#039;s when you charge ahead trying to save someone else that you end up losing those you love. &lt;br /&gt;
 &#039;&#039;&#039;Ardbert:&#039;&#039;&#039; Not that you need telling. I&#039;ll bet you&#039;ve lost plenty. But I wonder...what will it cost you this time? &lt;br /&gt;
 &#039;&#039;&#039;Ardbert:&#039;&#039;&#039; I don&#039;t remember when it was that I learned regret wasn&#039;t worth the bother.  &lt;br /&gt;
 &#039;&#039;&#039;Ardbert:&#039;&#039;&#039; You get numb to it all over the years. The lost comrades, the broken promises, the abandoned principles─just more nagging burdens to ignore.&lt;br /&gt;
&lt;br /&gt;
====Cutscene====&lt;br /&gt;
 &#039;&#039;&#039;???:&#039;&#039;&#039; So this is what the Light was hiding... &lt;br /&gt;
 &#039;&#039;&#039;???:&#039;&#039;&#039; [She/he]&#039;s here. I must go to [her/him].&lt;br /&gt;
&lt;br /&gt;
====Cutscene====&lt;br /&gt;
 &#039;&#039;&#039;&#039;&#039;Meanwhile, inside an imperial magitek facility in the Source...&#039;&#039;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Imperial Pilus Prior:&#039;&#039;&#039; &amp;gt;&amp;gt; Intruders! Fan out and find them! &amp;lt;&amp;lt;&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Estinien:&#039;&#039;&#039; Out of my way!  &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;???:&#039;&#039;&#039; Stay your weapon. We are not your enemy.&lt;br /&gt;
 &#039;&#039;&#039;Gaius:&#039;&#039;&#039; When the alarum sounded, I wondered what we had done to betray our presence. But I see now we were not the only intruders. &lt;br /&gt;
 &#039;&#039;&#039;Gaius:&#039;&#039;&#039; Ser Estinien, I presume─the dragoon who plucked the Warrior of Light from the jaws of death. Your armor is most distinct.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Estinien:&#039;&#039;&#039; Much as yours once was. But even without it, I see a former legatus still has eyes and ears in unexpected places.  &lt;br /&gt;
 &#039;&#039;&#039;Estinien:&#039;&#039;&#039; &amp;quot;Van“ Baelsar, in the flesh. Though I understand you prefer “Shadowhunter”? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Gaius:&#039;&#039;&#039; Hmph. You are in contact with the Scions, I take it. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Estinien:&#039;&#039;&#039; Hmph. Through no choice of my own. They tracked me down, and conscripted me to their cause.  &lt;br /&gt;
 &#039;&#039;&#039;Estinien:&#039;&#039;&#039; I swear their receptionist was trained as a spy. Not that anyone can escape that Baldesion woman once she has caught the scent of your aether... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Gaius:&#039;&#039;&#039; If they have resorted to using freelancers, I must assume their attempts to wake the afflicted have failed...&lt;br /&gt;
 &#039;&#039;&#039;Gaius:&#039;&#039;&#039; And what of their champion? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Estinien:&#039;&#039;&#039; ...Away on other business. Thus it has fallen to me to root out any trace of the Empire&#039;s new weapon.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Gaius:&#039;&#039;&#039; If it is Black Rose you seek, you are too late. My people have already completed your mission here. &lt;br /&gt;
 &#039;&#039;&#039;Gaius:&#039;&#039;&#039; Yet this is but one factory among many. When they caught wind of our efforts, they built additional facilities to ensure production continues unabated. &lt;br /&gt;
 &#039;&#039;&#039;Gaius:&#039;&#039;&#039; There will be no one left in the lands they conquer. No citizens to conscript, no skills to exploit, nothing the Empire needs. And they will call it &#039;&#039;victory&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Estinien:&#039;&#039;&#039; ...What exactly does this Black Rose do? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Gaius:&#039;&#039;&#039; The gas is described as a poison, but its actual effect is more arcane in nature. &lt;br /&gt;
 &#039;&#039;&#039;Gaius:&#039;&#039;&#039; It was created to disrupt the aether in living beings─to bring the flow of their life energies to a standstill. &lt;br /&gt;
 &#039;&#039;&#039;Gaius:&#039;&#039;&#039; Inhaling even the tiniest amount will cause all bodily functions to cease, much as a potent venom will stop a man&#039;s heart.&lt;br /&gt;
 &#039;&#039;&#039;Gaius:&#039;&#039;&#039; Released over a city, Black Rose could conceivably kill every inhabitant, and all without damaging a single structure.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Imperial Pilus Prior:&#039;&#039;&#039; &amp;gt;&amp;gt; Search every corner! Rouse the barracks if you have to! I want this facility secured! &amp;lt;&amp;lt;&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Estinien:&#039;&#039;&#039; I have more questions, but now is not the time.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Gaius:&#039;&#039;&#039; Ser Estinien. I have an offer for you, but I will make it only once. &lt;br /&gt;
 &#039;&#039;&#039;Gaius:&#039;&#039;&#039; Since it would seem we seek the same answers...you are welcome to join us. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Estinien:&#039;&#039;&#039; Hah! From what I hear, you need all the help you can get. &lt;br /&gt;
 &#039;&#039;&#039;Estinien:&#039;&#039;&#039; In case you don&#039;t know, Varis himself confessed that your empire was a creation of the Ascians. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Gaius:&#039;&#039;&#039; I am aware of what His Radiance said at the parley. &lt;br /&gt;
 &#039;&#039;&#039;Gaius:&#039;&#039;&#039; Thus I would return to the capital, that I might behold the truth of this corruption with my own eyes. &lt;br /&gt;
 &#039;&#039;&#039;Gaius:&#039;&#039;&#039; My path leads to Garlemald.&lt;br /&gt;
{{Quest Nav|prev=The Lightwardens|next=An Unwelcome Guest}}&lt;/div&gt;</summary>
		<author><name>Texhnolyzing</name></author>
	</entry>
	<entry>
		<id>https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=The_Lightwardens&amp;diff=1149392</id>
		<title>The Lightwardens</title>
		<link rel="alternate" type="text/html" href="https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=The_Lightwardens&amp;diff=1149392"/>
		<updated>2025-11-30T17:25:07Z</updated>

		<summary type="html">&lt;p&gt;Texhnolyzing: Fixing the &amp;quot;QUEST&amp;quot; link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quest infobox&lt;br /&gt;
| title = The Lightwardens&lt;br /&gt;
| image = The_Lightwardens.png&lt;br /&gt;
| description = The [[Crystal Exarch]] welcomes you back to [[the Crystarium]].&lt;br /&gt;
| quest-giver = Crystal Exarch&lt;br /&gt;
| location = The Ocular&lt;br /&gt;
| location-x = 6.1&lt;br /&gt;
| location-y = 6.0&lt;br /&gt;
| type = main scenario&lt;br /&gt;
| quest-line = Shadowbringers Main Scenario Quests&lt;br /&gt;
| journal-section = Main Scenario&lt;br /&gt;
| journal-category = Shadowbringers Main Scenario Quests&lt;br /&gt;
| journal-genre = &lt;br /&gt;
| level = 71&lt;br /&gt;
| exp = 217440&lt;br /&gt;
| gil = 4663&lt;br /&gt;
| unlocks = dg Holminster Switch&lt;br /&gt;
| prev-quest = Tears on the Sand, Emergent Splendor&lt;br /&gt;
| next-quest = Warrior of Darkness (Quest)&lt;br /&gt;
| release = shadowbringers&lt;br /&gt;
| patch = 5.0&lt;br /&gt;
| msq-index = 563&lt;br /&gt;
| id-gt = 68836&lt;br /&gt;
| id-edb = 21cabfb890d&lt;br /&gt;
}} &lt;br /&gt;
==Steps==&lt;br /&gt;
* Speak with the [[Crystal Exarch|Exarch]].&lt;br /&gt;
* Speak with the [[Crystal Exarch|Exarch]] at the crossroads beyond [[the Accensor Gate]].&lt;br /&gt;
* Speak with the [[Crystal Exarch|Exarch]] at the [[Northern Staging Point]]. &lt;br /&gt;
* Enter {{questlink|dungeon|Holminster Switch}}.&lt;br /&gt;
* Speak with the [[Crystal Exarch|Exarch]].&lt;br /&gt;
&lt;br /&gt;
==Journal==&lt;br /&gt;
* The Crystal Exarch welcomes you back to the Crystarium.&lt;br /&gt;
&lt;br /&gt;
* Having listened intently to your experiences with the Leveilleur twins, the Exarch reveals the existence of powerful beings known as Lightwardens, whose destruction he believes is necessary to save the First and avert the Eighth Umbral Calamity. Soon after, your discussion is interrupted by a breathless Captain Lyna, who reports that a nearby town─Holminster Switch─has come under attack by a swarm of sin eaters. The Exarch quickly issues commands, and requests that you assist in the settlement&#039;s defense.&lt;br /&gt;
&lt;br /&gt;
* After you agree to lend your aid, the Exarch urges you to make swift preparations, and meet him at the crossroads north of the Accensor Gate.&lt;br /&gt;
&lt;br /&gt;
* You rendezvous with the Exarch outside the Crystarium, and he gives you directions to the Northern Staging Point. Time is of the essence.&lt;br /&gt;
&lt;br /&gt;
* You arrive at the woods on the outskirts of town, where Captain Lyna briefs you on the situation. Considering the number of sin eaters involved, it seems likely that a Lightwarden leads the attack. Make preparations to enter Holminster Switch and slay the abomination!&lt;br /&gt;
** ※To enlist your companion NPCs for this duty, speak with them near the entrance or access Duty Support via the main menu. Use the Duty Finder if you wish to complete the instance alongside fellow players.&lt;br /&gt;
&lt;br /&gt;
* You battle your way through the besieged town and put down the Lightwarden raging at its center. At this, the remaining eaters scatter to the winds, leaving you free to withdraw to the Northern Staging Point.&lt;br /&gt;
&lt;br /&gt;
* The Exarch stands firm as the defeated Warden dissolves into aether, his gaze fixed upon you as you absorb the energy it releases without apparent ill effect. Moments later, the blazing sky dims, night descends, and the Crystarium&#039;s exultant steward praises you to the now-starry heavens.&lt;br /&gt;
&lt;br /&gt;
* Returned to the staging point with the remaining villagers, you have a moment to appreciate the sight of Lakeland beneath a night sky. The Exarch once more exults in your victory, but it seems that you have won only the first battle of many in the war against the sin eaters. &lt;br /&gt;
&lt;br /&gt;
==Dialogue==&lt;br /&gt;
====Optional====&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; Whenever I come to the Crystarium, the sands of Amh Araeng seem a world away. And yet they both lie under this same, wretched sky...&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; If only every town could share the Crystarium&#039;s spirit of independence...&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Still, I suppose one cannot decide for others what they should and should not deem important. My powers of persuasion have certainly had little effect on the people of Kholusia...&lt;br /&gt;
&lt;br /&gt;
===Accepting the Quest (Cutscene)===&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; And so you return. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Have you gained a better understanding of the crisis now faced by the First? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; &amp;quot;Better“ is not the word I would use. &lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; Some lands may have been spared the Flood, but the survivors live only to suffer. There seems no end to the horrors inflicted by the sin eaters. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Indeed. Those abominations are a calamity in their own right. And I can well imagine how hopeless the task of eradicating them must seem to you. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; But after countless battles and untold sacrifice, we have identified a potential weakness. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Sin eaters are drawn to serve the strongest of their kind─a class of creature we call “Lightwardens.” And from what we have been able to ascertain, only a handful of these entities exist.  &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Just as an ant colony will perish in the absence of its queen, we believe that the death of a Lightwarden will cause the lesser creatures within its sphere of influence to disperse.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; I have a feeling Eulmore might have something to say about any concerted action we take against these monsters. &lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Vauthry&#039;s command over the sin eaters is integral to Eulmoran society. In seeming to guarantee his people&#039;s safety, it guarantees their obedience. &lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; He will not take kindly to us depriving him of such useful allies. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Agreed. Thus we will need to occupy or otherwise divert his forces whilst we proceed with the business of eliminating the Wardens. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Until we have done so, all other considerations must be set aside if we are to forestall the Eighth Umbral Calamity.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;&amp;lt; What will you say? &amp;gt;&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;&amp;lt; Are you sure that eliminating the Wardens will be enough? &amp;gt;&#039;&#039;&#039; &lt;br /&gt;
 &#039;&#039;&#039;&amp;lt; I&#039;m not sure I follow... &amp;gt;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;(Both)&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Your uncertainty is understandable, given the circumstances. Perhaps a more detailed explanation is in order. To begin at the beginning, then... &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; In the ancient past, a single star was divided into fourteen worlds. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; This is the Source─your home. These others are the thirteen shards, in whose number we find the First. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Though physically separate, they retain a connection to each other, and with the Source especially.  &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Now, let us assume that a given element in one of the shards attains abnormal ascendancy.&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Just as water will flow from the highest point to the lowest, the excess energy will begin trickling into the Source...&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; And such an influx of aether will of course exert a palpable influence. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; If the element in question were fire, then drought and wild fires might ensue. If it were ice, one might expect the weather to turn bitterly cold.&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; As aether continues to pour in, such phenomena will become more and more extreme, until eventually, a single untimely event triggers a disaster which “cracks” the barrier dividing the two worlds. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; What was once a trickle now becomes a deluge, sweeping the shard along to be rejoined with the Source. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; At the same time, the element which held sway in the shard is unleashed in full, its energies amplifying the original disaster to truly catastrophic proportions.  &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; An earthquake thus magnified might strike with enough force to shatter continents; a tidal wave might swell to a size capable of drowning entire nations. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; These devastating events are what we refer to as “Umbral Calamities.” &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Seven times has a calamity befallen the Source; seven times has a shard been absorbed.&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; At present, the Light-drowned realm of the First stands perilously close to meeting the conditions for a Rejoining. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; It is the sin eaters who are to blame for the Light&#039;s continued dominance.  &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; In addition to attracting their lesser kin, the Lightwardens I mentioned earlier radiate aether, saturating every corner of their territory with Light. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Even here in the Flood-spared region of Norvrandt, their influence is strong enough to banish night from the sky. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Thus, if we are to restore balance to the First and head off a potential calamity, it is imperative that we put each and every Lightwarden to the sword. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; We&#039;ve been doing our best to take the fight to the enemy ever since we first heard the Exarch&#039;s explanation. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Though we have yet to claim any meaningful victories, if truth be told. &lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Apart from being confoundingly elusive, the Lightwardens possess a troublesome quality which compelled us to delay our plans until such time as you arrived.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Forgive the interruption, my lord, but Holminster Switch is requesting reinforcements! &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; They say the sin eaters are attacking in force, and the village could soon be overrun. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Alert the guard. We should be prepared in case the fighting reaches the Crystarium. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; You have command of our forces in the field, Captain, but hold off on entering the town until I arrive. That goes for Alphinaud and Alisaie as well. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; My lord!&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Pray, lend us your strength. Such a fight will provide you with far greater insight than any explanation I could offer.&lt;br /&gt;
&lt;br /&gt;
===Speaking with the Exarch===&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Holminster Switch is in the north of Lakeland, so we had best make haste with our preparations. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; In fact, meet me outside the Crystarium at the crossroads northwest of the Accensor Gate, and I shall lead you there myself.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;(Optional)&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;Inerot:&#039;&#039;&#039; This is the Accensor Gate, the final checkpoint before the Crystarium. Captain Lyna has apprised me of your coming. You may pass!&lt;br /&gt;
&lt;br /&gt;
===Speaking with the Exarch at the crossroads beyond the Accensor Gate===&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; All set? If we follow this road north, we will arrive at the Northern Staging Point. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; The village itself lies not far beyond. Quickly, now! &lt;br /&gt;
&lt;br /&gt;
====Optional====&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; The Exarch asked that we wait, and so we waited...&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Your assistance is appreciated.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; You&#039;re here! We are heading in together, yes?&lt;br /&gt;
&lt;br /&gt;
===Speaking with the Exarch at the Northern Staging Point (Cutscene)=== &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Holminster Switch is past these gates and through the woods. &#039;Tis not exactly a near neighbor to the Crystarium, but as we occupy the same region, we have built up something of a cooperative relationship. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; What can we expect inside, Captain? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; The town is beset by a swarm unlike any we have seen in recent years. We did our best to evacuate the villagers, but as many as half remain...&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Judging by the number of eaters present, we have good reason to believe that a Lightwarden leads the attack.&lt;br /&gt;
 &lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; How convenient. It seems we&#039;ll have our chance to slay a Warden sooner than we expected. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; &amp;lt;snort&amp;gt; One does not simply “slay a Warden.” Has no one told you what happens if you defeat one of those fiends? &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; They hold more Light inside them than all of their underlings put together. &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; It can be struck down, aye, but its essence won&#039;t dissipate like the weaker kind. Vile aether will billow outwards and envelop the nearest living being─a reckless young swordswoman, perhaps─and turn her into a brand-new Warden. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Ah, well you can leave that particular quandary to us. I must ask that the guard stand down and allow us to engage this leader of eaters alone. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Concentrate on the survivors─we must save every life we can. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; But what if─!? &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; ...Understood, my lord. As captain of the guard, however, I will not watch you brave such danger without an escort from our ranks. I insist that I go with you. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Very well. Then our Warden-slaying party shall include myself, the Leveilleurs, Captain Lyna, and last but not least...&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; A formidable group indeed. &lt;br /&gt;
 Into Holminster we go! Once we reach the Lightwarden, do not hold back─we strike to kill! &lt;br /&gt;
&lt;br /&gt;
====Optional====&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Destroy a Lightwarden &#039;&#039;for good&#039;&#039;...? Hmph. If it is possible now, then why not before? Whatever the Exarch believes, I &#039;&#039;will&#039;&#039; force a retreat if I deem it necessary.&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; I did not become captain of the guard by being meek. Or weak.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Command of this sortie is yours. Though I am not as spry as I once was, I hope my long years of experience will serve you in some capacity.&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; I can wield spells to heal or harm, or even fashion an arcane shield and sword should we have need of a defensive wall. Simply say the word.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; I can&#039;t help but wonder if the scale of this raid is related to the “recruiting” the eaters were doing in Amh Araeng.&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; Not that it matters. After all the combat I saw there, I&#039;m more than ready to test my magicks against one of these greater abominations! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; As you may have deduced, the “troublesome quality” of the Wardens which I endeavored to raise earlier was this confounded capacity for spontaneous rebirth...&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; ...But the Exarch seems confident he has matters in hand, so I shall trust that we may slay our foe without fear of the aetheric aftermath. My restorative spells are at your disposal.&lt;br /&gt;
&lt;br /&gt;
===Entering Holminster Switch=== &lt;br /&gt;
====Duty Dialogue====&lt;br /&gt;
 &#039;&#039;&#039;Tesleen, the Forgiven:&#039;&#039;&#039; Ah...ah...ah... Graaargh! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Philia:&#039;&#039;&#039; Grrraaarrrgh!!!&lt;br /&gt;
&lt;br /&gt;
====Duty Support====&lt;br /&gt;
=====Alphinaud, Alisaie, Lyna=====&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; Oh gods, that sin eater...&lt;br /&gt;
 It can&#039;t be... &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; They&#039;ve been bolstering their numbers... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; This is the monster we saw in Amh Araeng! &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Easy now, Alisaie.&lt;br /&gt;
 We face it together! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Is everyone alright? &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; We&#039;re fine!&lt;br /&gt;
 Let&#039;s keep moving... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Look, there are still survivors! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Steel your hearts.&lt;br /&gt;
 There may be others we can save. &amp;lt;br&amp;gt; &lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Aye, we draw the eaters to us! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Another eater! &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; ...So, this is where you went. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Alisaie?&lt;br /&gt;
 You&#039;ve gone pale... &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; ...I&#039;m fine.&lt;br /&gt;
 We should keep moving.&lt;br /&gt;
 &lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; We were too slow to save them! &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; We free their souls.&lt;br /&gt;
 That is all we can do... &lt;br /&gt;
 &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; The manor house is just up ahead! &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; As is the source of this suffocating aether... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; The sheer power...&lt;br /&gt;
 I can sense its strength from here! &lt;br /&gt;
&lt;br /&gt;
=====Crystal Exarch, Lyna, Alisaie=====&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; Oh gods, that sin eater...&lt;br /&gt;
 It can&#039;t be... &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; They swell their ranks with wild beasts... &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; I fear for the village. Let us make short work of these! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; I knew it!&lt;br /&gt;
 That&#039;s the eater from Amh Araeng!&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; No match for us, it seems... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Survivors!&lt;br /&gt;
 We must buy them time to flee! &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Go! Take refuge in the Crystarium! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; ...This slaughter must be answered.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; I wondered where you went..&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; Tesleen...&lt;br /&gt;
 Be at peace. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; We were too slow to save them! &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; We free their souls.&lt;br /&gt;
 That is all we can do... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; We are close...&lt;br /&gt;
 Be on your guard! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; ...We stand in the presence of a Lightwarden. &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Aye, this is the true scourge of Lakeland!&lt;br /&gt;
&lt;br /&gt;
=====Crystal Exarch, Alphinaud, Lyna=====&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Look! Over there...&lt;br /&gt;
 Does it yet hunt for prey? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; They swell their ranks with wild beasts... &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; I fear for the village. Let us make short work of these!&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; We&#039;ll not slip past this one. To arms! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; No match for us, it seems... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Survivors!&lt;br /&gt;
 We must buy them time to flee! &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Go! Take refuge in the Crystarium!  &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Steel your hearts. &lt;br /&gt;
 There may be others we can save. &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Aye, we draw the eaters to us! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; It seems confused.&lt;br /&gt;
 It must be newly turned... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Are you alright?&lt;br /&gt;
 You&#039;ve gone pale... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; The manor house is just up ahead! &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; As is the source of this suffocating aether... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; ...We stand in the presence of a Lightwarden. &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Aye, this is the true scourge of Lakeland!&lt;br /&gt;
&lt;br /&gt;
=====Crystal Exarch, Alphinaud, and Alisaie=====&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; Oh gods, that sin eater...&lt;br /&gt;
 It can&#039;t be...&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; The eaters corrupt everything... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; This is the monster we saw in Amh Araeng! &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Easy now, Alisaie.&lt;br /&gt;
 We face it together! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Is everyone alright? &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; We&#039;re fine!&lt;br /&gt;
 Let&#039;s keep moving... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; Wait, those are villagers! &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; ...This slaughter must be answered. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Another eater! &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; ...So, this is where you went. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Alisaie?&lt;br /&gt;
 You&#039;ve gone pale... &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; ...I&#039;m fine.&lt;br /&gt;
 We should keep moving. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; We were too slow to save them! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; We are close...&lt;br /&gt;
 Be on your guard! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; ...We stand in the presence of a Lightwarden.&lt;br /&gt;
&lt;br /&gt;
====Optional Post—Duty Pop up Dialogue====&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; Rest well...&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Alisaie...&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; It was no less than what I expected, but—well done.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; A Lightwarden, gone. I can scarce believe it. &lt;br /&gt;
&lt;br /&gt;
====Post-Duty Cutscene====&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; It&#039;s releasing its aether. Fall back! &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; We cannot let it touch us. Quickly, my lord, we must withdraw! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; That will not be necessary, Captain.&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; ...Though I appreciate your concern. The eternal Light of these creatures has confounded us for nigh on a hundred years. For each we have put down, another has risen up in its place, born of the selfsame aether relinquished by its predecessor. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; But now we have a way to contain that corruption.  &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; The blessing of Light! And the hero who wields it now stands before you!&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Behold! The monster&#039;s power is broken! And the world twisted by its touch returns to its rightful form! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Moren:&#039;&#039;&#039; The sunless sea...&lt;br /&gt;
 &#039;&#039;&#039;Moren:&#039;&#039;&#039; The Warrior of Darkness has come!&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Is that...what I think it is? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; The night sky, as it should be. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Who &#039;&#039;are&#039;&#039; you people? &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; You killed a Warden, then bathed in its aether as if it were a spring shower, and now the sky...? The legends are true! &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; My lord...?&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; How many years have I waited for this moment...&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; For the one possessed of Her blessing. For you. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; You have vanquished the Lightwarden of Lakeland, and for the first time in a century darkness has returned to the mantle of night. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Without the ever-present Light to sustain them, the sin eaters will have no choice but to retreat.&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; ...Yet our victory is far from complete. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Though darkness has fallen here, the other Wardens yet bask beneath burning skies, feasting upon what little life remains. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Even should it cost me all I have, I would see each and every one of them slain, that this world might be spared from oblivion! &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Not only for the First, but for the Source as well! Save one and we save the other! But...be that as it may...I concede it was wrong of me to summon you to this fight against your will.  &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; I swear on my life, I will one day atone for that deed. But for the present... &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; I beg you stay and see this fight to its conclusion. Cast down the Wardens, and restore Darkness to the First! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;&amp;lt; What will you say? &amp;gt;&#039;&#039;&#039; &lt;br /&gt;
 &#039;&#039;&#039;&amp;lt; I will become the Warrior you need. &amp;gt;&#039;&#039;&#039; &lt;br /&gt;
 &#039;&#039;&#039;&amp;lt; It sounds like a glorious adventure! &amp;gt;&#039;&#039;&#039; &lt;br /&gt;
 &#039;&#039;&#039;&amp;lt; It seems I&#039;ve no choice but to fight. &amp;gt;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;(All)&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; On behalf of the First, I offer you my deepest thanks. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; I understand there is much at stake here, Exarch, but why do you risk yourself so readily? It must have been a dangerous drain on your aether to summon even one person across the rift. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; I do it for my people, of course─to give the Crystarium the tomorrow it deserves. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; That is true &#039;&#039;now&#039;&#039;, yes─but the city had yet to be built when you first called forth the Crystal Tower. &lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; I&#039;m simply curious to know what prompted you to commit yourself so completely to this particular course. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; There are...things which we can ill afford to lose. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; And...I sensed from the first that I had a part to play in preserving them. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Forgive me. I fear the events of the day may have taken their toll.  &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Despite appearances, I am an old man─one burdened with many...difficult memories, some too painful to recall. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; Well, then I&#039;m sorry for pressing you. It&#039;s a family failing, I&#039;m afraid. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Hmph. One which has served us well, more often than not. Needless to say, we will continue to fight at your side until the last sin eater is defeated. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Come then, my Warriors of Darkness─let us gather the surviving villagers, and make our way back to the Crystarium.&lt;br /&gt;
&lt;br /&gt;
====Optional====&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Without that constant glare, Lakeland seems an entirely different place... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; It&#039;s over, yes? I might need a moment... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; It&#039;s as if the sky itself had disappeared into the heavens... If I didn&#039;t have wounded to tend to, I&#039;d never stop staring...&lt;br /&gt;
&lt;br /&gt;
===Speaking with the Exarch===&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; How quickly you have justified my faith in you...&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; So many lives saved, and the sky itself heralds your success. A single victory in a larger struggle, perhaps, but a momentous one nonetheless!&lt;br /&gt;
{{Quest Nav|prev=Tears on the Sand|next=Warrior of Darkness (Quest)}}&lt;/div&gt;</summary>
		<author><name>Texhnolyzing</name></author>
	</entry>
	<entry>
		<id>https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=The_Lightwardens&amp;diff=1149391</id>
		<title>The Lightwardens</title>
		<link rel="alternate" type="text/html" href="https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=The_Lightwardens&amp;diff=1149391"/>
		<updated>2025-11-30T17:23:32Z</updated>

		<summary type="html">&lt;p&gt;Texhnolyzing: Added Quest Nav&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quest infobox&lt;br /&gt;
| title = The Lightwardens&lt;br /&gt;
| image = The_Lightwardens.png&lt;br /&gt;
| description = The [[Crystal Exarch]] welcomes you back to [[the Crystarium]].&lt;br /&gt;
| quest-giver = Crystal Exarch&lt;br /&gt;
| location = The Ocular&lt;br /&gt;
| location-x = 6.1&lt;br /&gt;
| location-y = 6.0&lt;br /&gt;
| type = main scenario&lt;br /&gt;
| quest-line = Shadowbringers Main Scenario Quests&lt;br /&gt;
| journal-section = Main Scenario&lt;br /&gt;
| journal-category = Shadowbringers Main Scenario Quests&lt;br /&gt;
| journal-genre = &lt;br /&gt;
| level = 71&lt;br /&gt;
| exp = 217440&lt;br /&gt;
| gil = 4663&lt;br /&gt;
| unlocks = dg Holminster Switch&lt;br /&gt;
| prev-quest = Tears on the Sand, Emergent Splendor&lt;br /&gt;
| next-quest = Warrior of Darkness (Quest)&lt;br /&gt;
| release = shadowbringers&lt;br /&gt;
| patch = 5.0&lt;br /&gt;
| msq-index = 563&lt;br /&gt;
| id-gt = 68836&lt;br /&gt;
| id-edb = 21cabfb890d&lt;br /&gt;
}} &lt;br /&gt;
==Steps==&lt;br /&gt;
* Speak with the [[Crystal Exarch|Exarch]].&lt;br /&gt;
* Speak with the [[Crystal Exarch|Exarch]] at the crossroads beyond [[the Accensor Gate]].&lt;br /&gt;
* Speak with the [[Crystal Exarch|Exarch]] at the [[Northern Staging Point]]. &lt;br /&gt;
* Enter {{questlink|dungeon|Holminster Switch}}.&lt;br /&gt;
* Speak with the [[Crystal Exarch|Exarch]].&lt;br /&gt;
&lt;br /&gt;
==Journal==&lt;br /&gt;
* The Crystal Exarch welcomes you back to the Crystarium.&lt;br /&gt;
&lt;br /&gt;
* Having listened intently to your experiences with the Leveilleur twins, the Exarch reveals the existence of powerful beings known as Lightwardens, whose destruction he believes is necessary to save the First and avert the Eighth Umbral Calamity. Soon after, your discussion is interrupted by a breathless Captain Lyna, who reports that a nearby town─Holminster Switch─has come under attack by a swarm of sin eaters. The Exarch quickly issues commands, and requests that you assist in the settlement&#039;s defense.&lt;br /&gt;
&lt;br /&gt;
* After you agree to lend your aid, the Exarch urges you to make swift preparations, and meet him at the crossroads north of the Accensor Gate.&lt;br /&gt;
&lt;br /&gt;
* You rendezvous with the Exarch outside the Crystarium, and he gives you directions to the Northern Staging Point. Time is of the essence.&lt;br /&gt;
&lt;br /&gt;
* You arrive at the woods on the outskirts of town, where Captain Lyna briefs you on the situation. Considering the number of sin eaters involved, it seems likely that a Lightwarden leads the attack. Make preparations to enter Holminster Switch and slay the abomination!&lt;br /&gt;
** ※To enlist your companion NPCs for this duty, speak with them near the entrance or access Duty Support via the main menu. Use the Duty Finder if you wish to complete the instance alongside fellow players.&lt;br /&gt;
&lt;br /&gt;
* You battle your way through the besieged town and put down the Lightwarden raging at its center. At this, the remaining eaters scatter to the winds, leaving you free to withdraw to the Northern Staging Point.&lt;br /&gt;
&lt;br /&gt;
* The Exarch stands firm as the defeated Warden dissolves into aether, his gaze fixed upon you as you absorb the energy it releases without apparent ill effect. Moments later, the blazing sky dims, night descends, and the Crystarium&#039;s exultant steward praises you to the now-starry heavens.&lt;br /&gt;
&lt;br /&gt;
* Returned to the staging point with the remaining villagers, you have a moment to appreciate the sight of Lakeland beneath a night sky. The Exarch once more exults in your victory, but it seems that you have won only the first battle of many in the war against the sin eaters. &lt;br /&gt;
&lt;br /&gt;
==Dialogue==&lt;br /&gt;
====Optional====&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; Whenever I come to the Crystarium, the sands of Amh Araeng seem a world away. And yet they both lie under this same, wretched sky...&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; If only every town could share the Crystarium&#039;s spirit of independence...&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Still, I suppose one cannot decide for others what they should and should not deem important. My powers of persuasion have certainly had little effect on the people of Kholusia...&lt;br /&gt;
&lt;br /&gt;
===Accepting the Quest (Cutscene)===&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; And so you return. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Have you gained a better understanding of the crisis now faced by the First? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; &amp;quot;Better“ is not the word I would use. &lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; Some lands may have been spared the Flood, but the survivors live only to suffer. There seems no end to the horrors inflicted by the sin eaters. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Indeed. Those abominations are a calamity in their own right. And I can well imagine how hopeless the task of eradicating them must seem to you. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; But after countless battles and untold sacrifice, we have identified a potential weakness. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Sin eaters are drawn to serve the strongest of their kind─a class of creature we call “Lightwardens.” And from what we have been able to ascertain, only a handful of these entities exist.  &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Just as an ant colony will perish in the absence of its queen, we believe that the death of a Lightwarden will cause the lesser creatures within its sphere of influence to disperse.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; I have a feeling Eulmore might have something to say about any concerted action we take against these monsters. &lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Vauthry&#039;s command over the sin eaters is integral to Eulmoran society. In seeming to guarantee his people&#039;s safety, it guarantees their obedience. &lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; He will not take kindly to us depriving him of such useful allies. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Agreed. Thus we will need to occupy or otherwise divert his forces whilst we proceed with the business of eliminating the Wardens. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Until we have done so, all other considerations must be set aside if we are to forestall the Eighth Umbral Calamity.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;&amp;lt; What will you say? &amp;gt;&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;&amp;lt; Are you sure that eliminating the Wardens will be enough? &amp;gt;&#039;&#039;&#039; &lt;br /&gt;
 &#039;&#039;&#039;&amp;lt; I&#039;m not sure I follow... &amp;gt;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;(Both)&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Your uncertainty is understandable, given the circumstances. Perhaps a more detailed explanation is in order. To begin at the beginning, then... &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; In the ancient past, a single star was divided into fourteen worlds. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; This is the Source─your home. These others are the thirteen shards, in whose number we find the First. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Though physically separate, they retain a connection to each other, and with the Source especially.  &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Now, let us assume that a given element in one of the shards attains abnormal ascendancy.&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Just as water will flow from the highest point to the lowest, the excess energy will begin trickling into the Source...&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; And such an influx of aether will of course exert a palpable influence. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; If the element in question were fire, then drought and wild fires might ensue. If it were ice, one might expect the weather to turn bitterly cold.&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; As aether continues to pour in, such phenomena will become more and more extreme, until eventually, a single untimely event triggers a disaster which “cracks” the barrier dividing the two worlds. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; What was once a trickle now becomes a deluge, sweeping the shard along to be rejoined with the Source. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; At the same time, the element which held sway in the shard is unleashed in full, its energies amplifying the original disaster to truly catastrophic proportions.  &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; An earthquake thus magnified might strike with enough force to shatter continents; a tidal wave might swell to a size capable of drowning entire nations. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; These devastating events are what we refer to as “Umbral Calamities.” &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Seven times has a calamity befallen the Source; seven times has a shard been absorbed.&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; At present, the Light-drowned realm of the First stands perilously close to meeting the conditions for a Rejoining. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; It is the sin eaters who are to blame for the Light&#039;s continued dominance.  &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; In addition to attracting their lesser kin, the Lightwardens I mentioned earlier radiate aether, saturating every corner of their territory with Light. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Even here in the Flood-spared region of Norvrandt, their influence is strong enough to banish night from the sky. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Thus, if we are to restore balance to the First and head off a potential calamity, it is imperative that we put each and every Lightwarden to the sword. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; We&#039;ve been doing our best to take the fight to the enemy ever since we first heard the Exarch&#039;s explanation. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Though we have yet to claim any meaningful victories, if truth be told. &lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Apart from being confoundingly elusive, the Lightwardens possess a troublesome quality which compelled us to delay our plans until such time as you arrived.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Forgive the interruption, my lord, but Holminster Switch is requesting reinforcements! &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; They say the sin eaters are attacking in force, and the village could soon be overrun. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Alert the guard. We should be prepared in case the fighting reaches the Crystarium. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; You have command of our forces in the field, Captain, but hold off on entering the town until I arrive. That goes for Alphinaud and Alisaie as well. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; My lord!&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Pray, lend us your strength. Such a fight will provide you with far greater insight than any explanation I could offer.&lt;br /&gt;
&lt;br /&gt;
===Speaking with the Exarch===&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Holminster Switch is in the north of Lakeland, so we had best make haste with our preparations. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; In fact, meet me outside the Crystarium at the crossroads northwest of the Accensor Gate, and I shall lead you there myself.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;(Optional)&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;Inerot:&#039;&#039;&#039; This is the Accensor Gate, the final checkpoint before the Crystarium. Captain Lyna has apprised me of your coming. You may pass!&lt;br /&gt;
&lt;br /&gt;
===Speaking with the Exarch at the crossroads beyond the Accensor Gate===&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; All set? If we follow this road north, we will arrive at the Northern Staging Point. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; The village itself lies not far beyond. Quickly, now! &lt;br /&gt;
&lt;br /&gt;
====Optional====&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; The Exarch asked that we wait, and so we waited...&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Your assistance is appreciated.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; You&#039;re here! We are heading in together, yes?&lt;br /&gt;
&lt;br /&gt;
===Speaking with the Exarch at the Northern Staging Point (Cutscene)=== &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Holminster Switch is past these gates and through the woods. &#039;Tis not exactly a near neighbor to the Crystarium, but as we occupy the same region, we have built up something of a cooperative relationship. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; What can we expect inside, Captain? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; The town is beset by a swarm unlike any we have seen in recent years. We did our best to evacuate the villagers, but as many as half remain...&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Judging by the number of eaters present, we have good reason to believe that a Lightwarden leads the attack.&lt;br /&gt;
 &lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; How convenient. It seems we&#039;ll have our chance to slay a Warden sooner than we expected. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; &amp;lt;snort&amp;gt; One does not simply “slay a Warden.” Has no one told you what happens if you defeat one of those fiends? &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; They hold more Light inside them than all of their underlings put together. &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; It can be struck down, aye, but its essence won&#039;t dissipate like the weaker kind. Vile aether will billow outwards and envelop the nearest living being─a reckless young swordswoman, perhaps─and turn her into a brand-new Warden. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Ah, well you can leave that particular quandary to us. I must ask that the guard stand down and allow us to engage this leader of eaters alone. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Concentrate on the survivors─we must save every life we can. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; But what if─!? &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; ...Understood, my lord. As captain of the guard, however, I will not watch you brave such danger without an escort from our ranks. I insist that I go with you. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Very well. Then our Warden-slaying party shall include myself, the Leveilleurs, Captain Lyna, and last but not least...&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; A formidable group indeed. &lt;br /&gt;
 Into Holminster we go! Once we reach the Lightwarden, do not hold back─we strike to kill! &lt;br /&gt;
&lt;br /&gt;
====Optional====&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Destroy a Lightwarden &#039;&#039;for good&#039;&#039;...? Hmph. If it is possible now, then why not before? Whatever the Exarch believes, I &#039;&#039;will&#039;&#039; force a retreat if I deem it necessary.&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; I did not become captain of the guard by being meek. Or weak.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Command of this sortie is yours. Though I am not as spry as I once was, I hope my long years of experience will serve you in some capacity.&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; I can wield spells to heal or harm, or even fashion an arcane shield and sword should we have need of a defensive wall. Simply say the word.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; I can&#039;t help but wonder if the scale of this raid is related to the “recruiting” the eaters were doing in Amh Araeng.&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; Not that it matters. After all the combat I saw there, I&#039;m more than ready to test my magicks against one of these greater abominations! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; As you may have deduced, the “troublesome quality” of the Wardens which I endeavored to raise earlier was this confounded capacity for spontaneous rebirth...&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; ...But the Exarch seems confident he has matters in hand, so I shall trust that we may slay our foe without fear of the aetheric aftermath. My restorative spells are at your disposal.&lt;br /&gt;
&lt;br /&gt;
===Entering Holminster Switch=== &lt;br /&gt;
====Duty Dialogue====&lt;br /&gt;
 &#039;&#039;&#039;Tesleen, the Forgiven:&#039;&#039;&#039; Ah...ah...ah... Graaargh! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Philia:&#039;&#039;&#039; Grrraaarrrgh!!!&lt;br /&gt;
&lt;br /&gt;
====Duty Support====&lt;br /&gt;
=====Alphinaud, Alisaie, Lyna=====&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; Oh gods, that sin eater...&lt;br /&gt;
 It can&#039;t be... &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; They&#039;ve been bolstering their numbers... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; This is the monster we saw in Amh Araeng! &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Easy now, Alisaie.&lt;br /&gt;
 We face it together! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Is everyone alright? &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; We&#039;re fine!&lt;br /&gt;
 Let&#039;s keep moving... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Look, there are still survivors! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Steel your hearts.&lt;br /&gt;
 There may be others we can save. &amp;lt;br&amp;gt; &lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Aye, we draw the eaters to us! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Another eater! &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; ...So, this is where you went. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Alisaie?&lt;br /&gt;
 You&#039;ve gone pale... &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; ...I&#039;m fine.&lt;br /&gt;
 We should keep moving.&lt;br /&gt;
 &lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; We were too slow to save them! &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; We free their souls.&lt;br /&gt;
 That is all we can do... &lt;br /&gt;
 &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; The manor house is just up ahead! &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; As is the source of this suffocating aether... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; The sheer power...&lt;br /&gt;
 I can sense its strength from here! &lt;br /&gt;
&lt;br /&gt;
=====Crystal Exarch, Lyna, Alisaie=====&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; Oh gods, that sin eater...&lt;br /&gt;
 It can&#039;t be... &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; They swell their ranks with wild beasts... &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; I fear for the village. Let us make short work of these! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; I knew it!&lt;br /&gt;
 That&#039;s the eater from Amh Araeng!&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; No match for us, it seems... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Survivors!&lt;br /&gt;
 We must buy them time to flee! &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Go! Take refuge in the Crystarium! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; ...This slaughter must be answered.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; I wondered where you went..&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; Tesleen...&lt;br /&gt;
 Be at peace. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; We were too slow to save them! &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; We free their souls.&lt;br /&gt;
 That is all we can do... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; We are close...&lt;br /&gt;
 Be on your guard! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; ...We stand in the presence of a Lightwarden. &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Aye, this is the true scourge of Lakeland!&lt;br /&gt;
&lt;br /&gt;
=====Crystal Exarch, Alphinaud, Lyna=====&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Look! Over there...&lt;br /&gt;
 Does it yet hunt for prey? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; They swell their ranks with wild beasts... &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; I fear for the village. Let us make short work of these!&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; We&#039;ll not slip past this one. To arms! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; No match for us, it seems... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Survivors!&lt;br /&gt;
 We must buy them time to flee! &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Go! Take refuge in the Crystarium!  &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Steel your hearts. &lt;br /&gt;
 There may be others we can save. &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Aye, we draw the eaters to us! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; It seems confused.&lt;br /&gt;
 It must be newly turned... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Are you alright?&lt;br /&gt;
 You&#039;ve gone pale... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; The manor house is just up ahead! &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; As is the source of this suffocating aether... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; ...We stand in the presence of a Lightwarden. &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Aye, this is the true scourge of Lakeland!&lt;br /&gt;
&lt;br /&gt;
=====Crystal Exarch, Alphinaud, and Alisaie=====&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; Oh gods, that sin eater...&lt;br /&gt;
 It can&#039;t be...&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; The eaters corrupt everything... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; This is the monster we saw in Amh Araeng! &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Easy now, Alisaie.&lt;br /&gt;
 We face it together! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Is everyone alright? &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; We&#039;re fine!&lt;br /&gt;
 Let&#039;s keep moving... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; Wait, those are villagers! &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; ...This slaughter must be answered. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Another eater! &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; ...So, this is where you went. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Alisaie?&lt;br /&gt;
 You&#039;ve gone pale... &amp;lt;br&amp;gt;&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; ...I&#039;m fine.&lt;br /&gt;
 We should keep moving. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; We were too slow to save them! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; We are close...&lt;br /&gt;
 Be on your guard! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; ...We stand in the presence of a Lightwarden.&lt;br /&gt;
&lt;br /&gt;
====Optional Post—Duty Pop up Dialogue====&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; Rest well...&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Alisaie...&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; It was no less than what I expected, but—well done.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; A Lightwarden, gone. I can scarce believe it. &lt;br /&gt;
&lt;br /&gt;
====Post-Duty Cutscene====&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; It&#039;s releasing its aether. Fall back! &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; We cannot let it touch us. Quickly, my lord, we must withdraw! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; That will not be necessary, Captain.&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; ...Though I appreciate your concern. The eternal Light of these creatures has confounded us for nigh on a hundred years. For each we have put down, another has risen up in its place, born of the selfsame aether relinquished by its predecessor. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; But now we have a way to contain that corruption.  &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; The blessing of Light! And the hero who wields it now stands before you!&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Behold! The monster&#039;s power is broken! And the world twisted by its touch returns to its rightful form! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Moren:&#039;&#039;&#039; The sunless sea...&lt;br /&gt;
 &#039;&#039;&#039;Moren:&#039;&#039;&#039; The Warrior of Darkness has come!&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Is that...what I think it is? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; The night sky, as it should be. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; Who &#039;&#039;are&#039;&#039; you people? &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; You killed a Warden, then bathed in its aether as if it were a spring shower, and now the sky...? The legends are true! &lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; My lord...?&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; How many years have I waited for this moment...&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; For the one possessed of Her blessing. For you. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; You have vanquished the Lightwarden of Lakeland, and for the first time in a century darkness has returned to the mantle of night. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Without the ever-present Light to sustain them, the sin eaters will have no choice but to retreat.&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; ...Yet our victory is far from complete. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Though darkness has fallen here, the other Wardens yet bask beneath burning skies, feasting upon what little life remains. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Even should it cost me all I have, I would see each and every one of them slain, that this world might be spared from oblivion! &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Not only for the First, but for the Source as well! Save one and we save the other! But...be that as it may...I concede it was wrong of me to summon you to this fight against your will.  &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; I swear on my life, I will one day atone for that deed. But for the present... &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; I beg you stay and see this fight to its conclusion. Cast down the Wardens, and restore Darkness to the First! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;&amp;lt; What will you say? &amp;gt;&#039;&#039;&#039; &lt;br /&gt;
 &#039;&#039;&#039;&amp;lt; I will become the Warrior you need. &amp;gt;&#039;&#039;&#039; &lt;br /&gt;
 &#039;&#039;&#039;&amp;lt; It sounds like a glorious adventure! &amp;gt;&#039;&#039;&#039; &lt;br /&gt;
 &#039;&#039;&#039;&amp;lt; It seems I&#039;ve no choice but to fight. &amp;gt;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;(All)&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; On behalf of the First, I offer you my deepest thanks. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; I understand there is much at stake here, Exarch, but why do you risk yourself so readily? It must have been a dangerous drain on your aether to summon even one person across the rift. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; I do it for my people, of course─to give the Crystarium the tomorrow it deserves. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; That is true &#039;&#039;now&#039;&#039;, yes─but the city had yet to be built when you first called forth the Crystal Tower. &lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; I&#039;m simply curious to know what prompted you to commit yourself so completely to this particular course. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; There are...things which we can ill afford to lose. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; And...I sensed from the first that I had a part to play in preserving them. &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Forgive me. I fear the events of the day may have taken their toll.  &lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Despite appearances, I am an old man─one burdened with many...difficult memories, some too painful to recall. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; Well, then I&#039;m sorry for pressing you. It&#039;s a family failing, I&#039;m afraid. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Hmph. One which has served us well, more often than not. Needless to say, we will continue to fight at your side until the last sin eater is defeated. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; Come then, my Warriors of Darkness─let us gather the surviving villagers, and make our way back to the Crystarium.&lt;br /&gt;
&lt;br /&gt;
====Optional====&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Without that constant glare, Lakeland seems an entirely different place... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; It&#039;s over, yes? I might need a moment... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Lyna:&#039;&#039;&#039; It&#039;s as if the sky itself had disappeared into the heavens... If I didn&#039;t have wounded to tend to, I&#039;d never stop staring...&lt;br /&gt;
&lt;br /&gt;
===Speaking with the Exarch===&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; How quickly you have justified my faith in you...&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; So many lives saved, and the sky itself heralds your success. A single victory in a larger struggle, perhaps, but a momentous one nonetheless!&lt;br /&gt;
{{Quest Nav|prev=Tears on the Sand|next=Warrior of Darkness}}&lt;/div&gt;</summary>
		<author><name>Texhnolyzing</name></author>
	</entry>
	<entry>
		<id>https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=Emergent_Splendor&amp;diff=1149390</id>
		<title>Emergent Splendor</title>
		<link rel="alternate" type="text/html" href="https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=Emergent_Splendor&amp;diff=1149390"/>
		<updated>2025-11-30T17:18:48Z</updated>

		<summary type="html">&lt;p&gt;Texhnolyzing: added Quest Nav template to bottom&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quest infobox&lt;br /&gt;
| title = Emergent Splendor&lt;br /&gt;
| image = Emergent_Splendor_Image.png&lt;br /&gt;
| description = Alphinaud seems egar to discuss the significance of your discoveries.&lt;br /&gt;
| quest-giver = Alphinaud&lt;br /&gt;
| location = Eulmore&lt;br /&gt;
| location-x = 11.7&lt;br /&gt;
| location-y = 11.7&lt;br /&gt;
| type = main scenario&lt;br /&gt;
| quest-line = Shadowbringers Main Scenario Quests&lt;br /&gt;
| journal-section = Main Scenario&lt;br /&gt;
| journal-category = Shadowbringers Main Scenario Quests&lt;br /&gt;
| journal-genre = &lt;br /&gt;
| level = 70&lt;br /&gt;
| exp = 216000&lt;br /&gt;
| gil = 934&lt;br /&gt;
| prev-quest = A Blessed Instrument&lt;br /&gt;
| next-quest = The Lightwardens&lt;br /&gt;
| release = shadowbringers&lt;br /&gt;
| patch = 5.0&lt;br /&gt;
| msq-index = 553&lt;br /&gt;
| id-gt = 68826&lt;br /&gt;
| id-edb = ae36199f5ad&lt;br /&gt;
}}&lt;br /&gt;
==Steps==&lt;br /&gt;
* Speak with [[Chadden]].&lt;br /&gt;
* Speak with [[Alphinaud]].&lt;br /&gt;
* Speak with [[Alphinaud]] on [[Cracked Shell Beach]].&lt;br /&gt;
* Speak with [[Alphinaud]] in [[the Ocular]].&lt;br /&gt;
&lt;br /&gt;
==Journal==&lt;br /&gt;
*Alphinaud seems eager to discuss the significance of your discoveries.&lt;br /&gt;
&lt;br /&gt;
*Alphinaud&#039;s contemplation of your findings is interrupted by an angry Chai-Nuzz, whose admonishing words are cut short in turn by a sudden scream from above. The jongleurs duly appear to explain matters, declaring that a “villain” is to be sentenced by Lord Vauthry, and that everyone is invited to attend the event. Your patrons give you leave to witness the proceedings, directing you to a lift which should convey you to the Offer.&lt;br /&gt;
&lt;br /&gt;
*You ascend to the Offer, and are shocked to find Kai-Shirr lying bleeding in the middle of the floor. Aghast at the youth&#039;s barbaric punishment, Alphinaud confronts Lord Vauthry, sending him into a fit of rage. Your welcome thus outstayed, you take to your heels with Kai-Shirr in tow, and depart for the relative safety of the Derelicts.&lt;br /&gt;
&lt;br /&gt;
*Still fuming at Lord Vauthry&#039;s cruelty, Alphinaud says his farewells to Kai-Shirr and the Chais. He promises to return, but for now, it is time to find an amaro and leave Kholusia behind.&lt;br /&gt;
&lt;br /&gt;
*You reach the beach where the amaro have been patiently waiting to bear you back to the Crystarium. Alphinaud declares that it is time to speak with the Exarch, that you might chart a new course.&lt;br /&gt;
&lt;br /&gt;
*From what you have learned of Lord Vauthry and his subjects, it is plain that the city will not assist in your efforts to battle the sin eaters. In fact, any organized aggression towards the abominations is like to earn you Eulmore&#039;s enmity...&lt;br /&gt;
&lt;br /&gt;
==Dialogue==&lt;br /&gt;
===Accepting the Quest (Cutscene)===&lt;br /&gt;
 &#039;&#039;&#039;Chai-Nuzz:&#039;&#039;&#039; Hmph. I take my eye off you for one moment and you&#039;re chattering away with that assistant of yours. Am I to assume the outline is done, then?  &lt;br /&gt;
 &#039;&#039;&#039;Chai-Nuzz:&#039;&#039;&#039; Wh-What in the blazes...!?  &lt;br /&gt;
 &#039;&#039;&#039;Chai-Nuzz:&#039;&#039;&#039; It&#039;s so...so...&#039;&#039;unflattering&#039;&#039;! Explain yourself, Alphinaud!  &lt;br /&gt;
 &#039;&#039;&#039;Chai-Nuzz:&#039;&#039;&#039; Where is your artistic interpretation!? It should evoke images of affluence and nobility, and overwhelm the viewer with its boundless beauty! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Lord Chai─you stated that this portrait was to commemorate your anniversary. Yours being a &#039;&#039;joyous&#039;&#039; union, it seemed to me that a realistic portrayal─ &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Chai-Nuzz:&#039;&#039;&#039; Realistic!? I don&#039;t want realism! I want perfection! A spectacle to slacken jaws and weaken knees! To make people &#039;&#039;cry out&#039;&#039; in amazement! &lt;br /&gt;
 &#039;&#039;&#039;Chai-Nuzz:&#039;&#039;&#039; Now, fetch a blank canvas and─ &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Screaming Man:&#039;&#039;&#039; &amp;gt;&amp;gt; Ah...ugh... Aaarrrggghhh! &amp;lt;&amp;lt;&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Chai-Nuzz:&#039;&#039;&#039; I say... Did that come from above...?&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Red Jongleur:&#039;&#039;&#039; Ladies and gentlemen, your attention pleeease: a tale to make you quiver and your noble blood freeze! &lt;br /&gt;
 &#039;&#039;&#039;Red Jongleur:&#039;&#039;&#039; There was a villain on the loose, set to ruin our fair city... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Blue Jongleur:&#039;&#039;&#039; ...But our lord has got him now, and his fate will &#039;&#039;not&#039;&#039; be pretty! &lt;br /&gt;
 &#039;&#039;&#039;Blue Jongleur:&#039;&#039;&#039; Yes, the hammer of justice is poised to come crrrashing down! And one and all who&#039;d watch it fall are invited to join his lordship in the Offer! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Dulia-Chai:&#039;&#039;&#039; A malcontent? How dreadful... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; And this man is to face sentencing...? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Chai-Nuzz:&#039;&#039;&#039; That&#039;s right. In fact...if you&#039;re curious, it might be worth you going along for the experience. The Offer they mentioned is part of the Emergent─the level above us where Lord Vauthry resides. &lt;br /&gt;
 &#039;&#039;&#039;Chai-Nuzz:&#039;&#039;&#039; Ordinarily, you would be barred from entering, but it seems they&#039;ll be opening its doors for the next little while. The Crown Lift will take you up there. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; ...We had better not dawdle, then. &lt;br /&gt;
&lt;br /&gt;
====Optional====&lt;br /&gt;
 &#039;&#039;&#039;Dulia-Chai:&#039;&#039;&#039; You will be careful around that malcontent, won&#039;t you? I should so hate for you to come to any harm. Although I imagine Lord Vauthry has the villain well under control...&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Chai-Nuzz:&#039;&#039;&#039; If you want to see justice being served, stop dawdling and take the Crown Lift up to the Emergent.&lt;br /&gt;
&lt;br /&gt;
===Speaking with Chadden===&lt;br /&gt;
 &#039;&#039;&#039;Chadden:&#039;&#039;&#039; Joining the crowd up there?&lt;br /&gt;
&lt;br /&gt;
====Cutscene====&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; That&#039;s him. That&#039;s Vauthry! &lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; He is attended by sin eaters...? But how does he keep them from attacking? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;???:&#039;&#039;&#039; Mercy... Mercy...&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; By the Twelve! &lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Kai-Shirr! What happened to you!? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Vauthry:&#039;&#039;&#039; Who are these impudent louts? I do not recall requesting their presence. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Lord Vauthry! What is the meaning of this? Why is this poor man bleeding to death on your floor!? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Vauthry:&#039;&#039;&#039; Why? You ask me why? Because criminals must be punished, and this man is guilty of fraud. &lt;br /&gt;
 &#039;&#039;&#039;Vauthry:&#039;&#039;&#039; He came to us claiming to be a man of business, yet his subsequent conduct has shown him to be anything but!&lt;br /&gt;
 &#039;&#039;&#039;Vauthry:&#039;&#039;&#039; Eulmore is a city built on love for one&#039;s fellow man. Those who have naught to give and live only to take are a blight upon our society!  &lt;br /&gt;
 &#039;&#039;&#039;Vauthry:&#039;&#039;&#039; To atone for this crime, I ordered that he fling himself from the balcony.  &lt;br /&gt;
 &#039;&#039;&#039;Vauthry:&#039;&#039;&#039; And he had the &#039;&#039;temerity&#039;&#039; to weep!  “Please, my lord! Anything but that!” &lt;br /&gt;
 &#039;&#039;&#039;Vauthry:&#039;&#039;&#039; What then is a man of mercy to do, but offer the sinner another way to show his contrition?&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; &amp;quot;Another way“ meaning what, exactly!? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Vauthry:&#039;&#039;&#039; Sin eaters are part of Eulmore&#039;s society. But they must be fed with aether─&#039;&#039;living&#039;&#039; aether.  &lt;br /&gt;
 &#039;&#039;&#039;Vauthry:&#039;&#039;&#039; So─I demanded an offering of flesh! Carved by his own hand, from his own hide!  &lt;br /&gt;
 &#039;&#039;&#039;Vauthry:&#039;&#039;&#039; And still! &#039;&#039;Still,&#039;&#039; he could not do as I asked! &lt;br /&gt;
 &#039;&#039;&#039;Vauthry:&#039;&#039;&#039; A wholly unsatisfactory performance! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; &#039;Tis true that Kai-Shirr won his place here by fraud. But his actions were driven only by a desire to share in your paradise. &lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; That you would cast him out I could almost accept, but to humiliate him thus? To demand his very &#039;&#039;life&#039;&#039;!? Is this truly the way of Eulmore!? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Vauthry:&#039;&#039;&#039; Oh, you dim, deluded child... Have you ever paused to consider what it takes to maintain such a paradise in this barren, broken world of ours?  &lt;br /&gt;
 &#039;&#039;&#039;Vauthry:&#039;&#039;&#039; The guarantee of safety and stability. The knowledge that if one only abides by the rules, one has naught to fear.  &lt;br /&gt;
 &#039;&#039;&#039;Vauthry:&#039;&#039;&#039; I alone can offer these things, for I alone can command the sin eaters.  &lt;br /&gt;
 &#039;&#039;&#039;Vauthry:&#039;&#039;&#039; And thus am I alone the voice of justice─and any who oppose me villains to be punished!&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; And people call this paradise... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Vauthry:&#039;&#039;&#039; &#039;&#039;You&#039;&#039; were granted a place in my city for a particular skill. What was it? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; ...Painting. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Vauthry:&#039;&#039;&#039; Oho, an artiste! Then you shall paint a picture for me. Of Eulmore.  &lt;br /&gt;
 &#039;&#039;&#039;Vauthry:&#039;&#039;&#039; If I find your art &#039;&#039;pleasing&#039;&#039;, then I may excuse this display of insolence.  &lt;br /&gt;
 &#039;&#039;&#039;Vauthry:&#039;&#039;&#039; Who gave you permission to tend to that criminal&#039;s wounds!? I told you to paint me a picture! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; What you need is a mirror, not a painting. It will capture the horror I see before me far better than I ever could. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Can you walk? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Kai—Shirr:&#039;&#039;&#039; I think so...&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Vauthry:&#039;&#039;&#039; Did...did that little worm just insult me? &lt;br /&gt;
 &#039;&#039;&#039;Vauthry:&#039;&#039;&#039; &amp;gt;&amp;gt; I─I─I&#039;ll kill them! I&#039;ll─I&#039;ll kill them all! &amp;lt;&amp;lt; &lt;br /&gt;
 &#039;&#039;&#039;Vauthry:&#039;&#039;&#039; &amp;gt;&amp;gt; I&#039;ll enslave their minds! I&#039;ll─I&#039;ll torment them─torture them! Then tear out their hearts! &amp;lt;&amp;lt; &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;(Optional)&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;Kai-Shirr:&#039;&#039;&#039; Thank you...again...&lt;br /&gt;
&lt;br /&gt;
===Speaking with Alphinaud (Cutscene)===&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; ...&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Forgive me. In my anger, I seem to have marched us back outside again...though it is probably best we leave the island altogether. I believe we&#039;ve worn out our welcome in Eulmore.  &lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; In any case, I&#039;ve seen enough of the world&#039;s self-proclaimed “capital city” to convince me that our battle against the sin eaters will find few allies in Kholusia.  &lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; I will accompany you back to the Crystarium. We need to regroup and think on our strategy anew.&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Kai-Shirr, I have done you a grave disservice.  &lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; You were hungry and desperate, and I offered you a solution without once considering the risks inherent in you accepting it. If I had but known the price you would be made to pay... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Kai-Shirr:&#039;&#039;&#039; You gave me everything I needed to make your idea work. It was me who made a mess of things, not you.  &lt;br /&gt;
 &#039;&#039;&#039;Kai–Shirr:&#039;&#039;&#039; But even after all the trouble I caused, you still stepped in and saved me. And now Lord Vauthry wants us all dead... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Why not come back with us to the Crystarium? I am certain we can find work for you there, if you are willing. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Kai-Shirr:&#039;&#039;&#039; No...that would just be me leaning on your kindness again. &lt;br /&gt;
 &#039;&#039;&#039;Kai–Shirr:&#039;&#039;&#039; I need to do some thinking─learn how to stand on my own two feet. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; ...Very well. But you must promise you&#039;ll be careful. The Eulmorans may yet come looking for us. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Kai-Shirr:&#039;&#039;&#039; I&#039;ll keep my head down, don&#039;t worry. And you take care too. Give me the chance to repay what you&#039;ve done for me.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;???:&#039;&#039;&#039; &amp;lt;huff&amp;gt; Alph... &amp;lt;puff&amp;gt; Alphinaud! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Lord and Lady Chai... &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Chai-Nuzz:&#039;&#039;&#039; What in the blazes did you &#039;&#039;do&#039;&#039;!? They have the entire city looking for you! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Dulia-Chai:&#039;&#039;&#039; ...I took a peek at your unfinished portrait, Alphinaud. &lt;br /&gt;
 &#039;&#039;&#039;Dulia-Chai:&#039;&#039;&#039; Now I&#039;ve had many a beautiful and striking picture painted for me, but there was something about your work... It was as if you had caught the very essence of our love, and rendered it naked upon the canvas.  &lt;br /&gt;
 &#039;&#039;&#039;Dulia-Chai:&#039;&#039;&#039; It was bold, unflinching...and I adored it. Please, you must come back with us and finish what you began! I will speak with Lord Vauthry, and vouch for your character. I&#039;m sure we can smooth over any hard feelings! &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; I am sorry, Lady Chai. There are more important matters to which I must attend. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Dulia-Chai:&#039;&#039;&#039; More important? What could be more important than enjoying the days we have left to us to the fullest? &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Pray press me no further. We are leaving. But I would not presume to take the garments you were so kind as to procure for me. One moment─ &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Dulia-Chai:&#039;&#039;&#039; &amp;lt;gasp&amp;gt; I wouldn&#039;t hear of it! Keep the clothes, you silly boy─I insist! &lt;br /&gt;
 &#039;&#039;&#039;Dulia-Chai:&#039;&#039;&#039; And I shall make arrangements so that you can pass through the gate without causing a stir. I expect you to come and visit. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; I will return, I promise you that. The outrage I witnessed must not go unanswered. &lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; The next time we meet, I shall be better prepared to confront the corruption which hides behind the glittering facade. &lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;(Optional)&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;Szem Djenmai:&#039;&#039;&#039; Your search was successful, then? Good. But give the word, and we shall be off.&lt;br /&gt;
&lt;br /&gt;
===Speaking with Alphinaud on Cracked Shell Beach===&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Thank you, my friend...for staying at my side through this whole sordid endeavor. &lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Whilst not quite the joyous outcome I had hoped for, our efforts have nevertheless answered a great many questions. Suffice it to say, our plans for saving the First are unlikely to involve the aid of Lord Vauthry and his subjects. &lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Come, we must speak with the Exarch and chart a new course. This is far from over...&lt;br /&gt;
&lt;br /&gt;
====Optional====&lt;br /&gt;
 &#039;&#039;&#039;Crystal Exarch:&#039;&#039;&#039; I am told you and Alphinaud carried out his scheme to infiltrate Eulmore. I would ask what you thought of its base amusements, but I doubt you are eager to relive the experience...&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;(If the In Search of Alisaie questline has been completed)&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;Alisaie:&#039;&#039;&#039; I see you&#039;ve reunited with my brother as well. I&#039;d dearly love to hear how &#039;&#039;that&#039;&#039; story went.&lt;br /&gt;
&lt;br /&gt;
===Speaking with Alphinaud in the Ocular===&lt;br /&gt;
(If the In Search of Alisaie questline has &#039;&#039;not&#039;&#039; been completed)&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Ahhh...it is good to be back amongst friends. In such company, I can finally turn my thoughts to the future. But ere we discuss all we have learned and begin planning our next step, I think it best that you visit Alisaie. &lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Her familiarity with Amh Araeng will no doubt provide us invaluable insight, and besides, I know she is as eager to see you as I was.  &lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Bring a smile to her face, [Forename].&lt;br /&gt;
&lt;br /&gt;
(If the In Search of Alisaie questline has already been completed)&lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; Ahhh...it is good to be back amongst friends, not to mention my dear sister. I have not seen her for some time, but I gather she is as keen to press on with our plans as I am.  &lt;br /&gt;
 &#039;&#039;&#039;Alphinaud:&#039;&#039;&#039; And you&#039;ve seen quite a lot of the First yourself now─more than enough to appreciate the scale of the obstacles we face. Let us lay our discoveries before the Exarch, and discuss what must be done.&lt;br /&gt;
{{Quest Nav|prev=A Blessed Instrument|next=The Lightwardens}}&lt;/div&gt;</summary>
		<author><name>Texhnolyzing</name></author>
	</entry>
	<entry>
		<id>https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=User:Texhnolyzing/sandbox/Quest_Nav&amp;diff=1149389</id>
		<title>User:Texhnolyzing/sandbox/Quest Nav</title>
		<link rel="alternate" type="text/html" href="https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=User:Texhnolyzing/sandbox/Quest_Nav&amp;diff=1149389"/>
		<updated>2025-11-30T17:14:29Z</updated>

		<summary type="html">&lt;p&gt;Texhnolyzing: updating to include &amp;quot;quest&amp;quot; in the sections on each side&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&amp;lt;!-- Template:Quest Nav --&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-top:1.5em; border:1px solid #cce; border-radius:6px; background:#f7faff; padding:0.5em 0.75em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:100%; border-collapse:collapse;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:33%; text-align:left; vertical-align:middle;&amp;quot;&amp;gt;&lt;br /&gt;
{{#if:{{{prev|}}}|&lt;br /&gt;
&#039;&#039;&#039;Previous quest:&#039;&#039;&#039; {{Questlink|mainscenario|{{{prev}}}}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:33%; text-align:center; vertical-align:middle; font-size:110%; font-weight:bold;&amp;quot;&amp;gt;&lt;br /&gt;
Main Scenario Progression&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:33%; text-align:right; vertical-align:middle;&amp;quot;&amp;gt;&lt;br /&gt;
{{#if:{{{next|}}}|&lt;br /&gt;
&#039;&#039;&#039;Next quest:&#039;&#039;&#039; {{Questlink|mainscenario|{{{next}}}}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Quest Nav&lt;br /&gt;
 | prev = A Blessed Instrument&lt;br /&gt;
 | next = The Lightwardens&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Quest Nav&lt;br /&gt;
 | prev = A Blessed Instrument&lt;br /&gt;
 | next = The Lightwardens&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Texhnolyzing</name></author>
	</entry>
	<entry>
		<id>https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=User:Texhnolyzing/sandbox/Quest_Nav&amp;diff=1149388</id>
		<title>User:Texhnolyzing/sandbox/Quest Nav</title>
		<link rel="alternate" type="text/html" href="https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=User:Texhnolyzing/sandbox/Quest_Nav&amp;diff=1149388"/>
		<updated>2025-11-30T17:07:24Z</updated>

		<summary type="html">&lt;p&gt;Texhnolyzing: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&amp;lt;!-- Template:Quest Nav --&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-top:1.5em; border:1px solid #cce; border-radius:6px; background:#f7faff; padding:0.5em 0.75em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:100%; border-collapse:collapse;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:33%; text-align:left; vertical-align:middle;&amp;quot;&amp;gt;&lt;br /&gt;
{{#if:{{{prev|}}}|&lt;br /&gt;
&#039;&#039;&#039;Previous:&#039;&#039;&#039; {{Questlink|mainscenario|{{{prev}}}}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:33%; text-align:center; vertical-align:middle; font-size:110%; font-weight:bold;&amp;quot;&amp;gt;&lt;br /&gt;
Main Scenario Progression&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:33%; text-align:right; vertical-align:middle;&amp;quot;&amp;gt;&lt;br /&gt;
{{#if:{{{next|}}}|&lt;br /&gt;
&#039;&#039;&#039;Next:&#039;&#039;&#039; {{Questlink|mainscenario|{{{next}}}}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Quest Nav&lt;br /&gt;
 | prev = A Blessed Instrument&lt;br /&gt;
 | next = The Lightwardens&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
{{Quest Nav&lt;br /&gt;
 | prev = A Blessed Instrument&lt;br /&gt;
 | next = The Lightwardens&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Texhnolyzing</name></author>
	</entry>
	<entry>
		<id>https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=User:Texhnolyzing/sandbox/Quest_Nav&amp;diff=1149387</id>
		<title>User:Texhnolyzing/sandbox/Quest Nav</title>
		<link rel="alternate" type="text/html" href="https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=User:Texhnolyzing/sandbox/Quest_Nav&amp;diff=1149387"/>
		<updated>2025-11-30T16:57:41Z</updated>

		<summary type="html">&lt;p&gt;Texhnolyzing: fixing the questlink definitrion&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- Template:Quest Nav --&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-top:1.5em; border:1px solid #cce; border-radius:6px; background:#f7faff; padding:0.5em 0.75em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:100%; border-collapse:collapse;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:33%; text-align:left; vertical-align:middle;&amp;quot;&amp;gt;&lt;br /&gt;
{{#if:{{{prev|}}}|&lt;br /&gt;
&#039;&#039;&#039;Previous:&#039;&#039;&#039; {{Questlink|mainscenario|{{{prev}}}}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:33%; text-align:center; vertical-align:middle; font-size:110%; font-weight:bold;&amp;quot;&amp;gt;&lt;br /&gt;
Main Scenario Progression&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:33%; text-align:right; vertical-align:middle;&amp;quot;&amp;gt;&lt;br /&gt;
{{#if:{{{next|}}}|&lt;br /&gt;
&#039;&#039;&#039;Next:&#039;&#039;&#039; {{Questlink|mainscenario|{{{next}}}}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Texhnolyzing</name></author>
	</entry>
	<entry>
		<id>https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=User:Texhnolyzing/sandbox/Quest_Nav&amp;diff=1149386</id>
		<title>User:Texhnolyzing/sandbox/Quest Nav</title>
		<link rel="alternate" type="text/html" href="https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=User:Texhnolyzing/sandbox/Quest_Nav&amp;diff=1149386"/>
		<updated>2025-11-30T16:53:18Z</updated>

		<summary type="html">&lt;p&gt;Texhnolyzing: Created page with &amp;quot;&amp;lt;div style=&amp;quot;margin-top:1.5em; border:1px solid #cce; border-radius:6px; background:#f7faff; padding:0.5em 0.75em;&amp;quot;&amp;gt; &amp;lt;table style=&amp;quot;width:100%; border-collapse:collapse;&amp;quot;&amp;gt; &amp;lt;tr&amp;gt;  &amp;lt;td style=&amp;quot;width:33%; text-align:left; vertical-align:middle;&amp;quot;&amp;gt; {{#if:{{{prev|}}}| &amp;lt;span style=&amp;quot;vertical-align:middle; margin-right:6px;&amp;quot;&amp;gt;20px&amp;lt;/span&amp;gt; &amp;#039;&amp;#039;&amp;#039;Previous:&amp;#039;&amp;#039;&amp;#039; {{Questlink|{{{prev}}}}} }} &amp;lt;/td&amp;gt;  &amp;lt;td style=&amp;quot;width:33%; text-align:center; vertical-align:middle; fo...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;margin-top:1.5em; border:1px solid #cce; border-radius:6px; background:#f7faff; padding:0.5em 0.75em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:100%; border-collapse:collapse;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:33%; text-align:left; vertical-align:middle;&amp;quot;&amp;gt;&lt;br /&gt;
{{#if:{{{prev|}}}|&lt;br /&gt;
&amp;lt;span style=&amp;quot;vertical-align:middle; margin-right:6px;&amp;quot;&amp;gt;[[File:Mainstoryquesticon.png|20px]]&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Previous:&#039;&#039;&#039; {{Questlink|{{{prev}}}}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:33%; text-align:center; vertical-align:middle; font-size:110%; font-weight:bold;&amp;quot;&amp;gt;&lt;br /&gt;
Main Scenario Progression&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:33%; text-align:right; vertical-align:middle;&amp;quot;&amp;gt;&lt;br /&gt;
{{#if:{{{next|}}}|&lt;br /&gt;
&#039;&#039;&#039;Next:&#039;&#039;&#039; {{Questlink|{{{next}}}}}&lt;br /&gt;
&amp;lt;span style=&amp;quot;vertical-align:middle; margin-left:6px;&amp;quot;&amp;gt;[[File:Mainstoryquesticon.png|20px]]&amp;lt;/span&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Texhnolyzing</name></author>
	</entry>
	<entry>
		<id>https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=Template:Next_Quest&amp;diff=1149385</id>
		<title>Template:Next Quest</title>
		<link rel="alternate" type="text/html" href="https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=Template:Next_Quest&amp;diff=1149385"/>
		<updated>2025-11-30T16:51:41Z</updated>

		<summary type="html">&lt;p&gt;Texhnolyzing: making a more elaborate Quest Nav&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;margin-top:1.5em; border:1px solid #cce; border-radius:6px; background:#f7faff; padding:0.5em 0.75em;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:100%; border-collapse:collapse;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:33%; text-align:left; vertical-align:middle;&amp;quot;&amp;gt;&lt;br /&gt;
{{#if:{{{prev|}}}|&lt;br /&gt;
&amp;lt;span style=&amp;quot;vertical-align:middle; margin-right:6px;&amp;quot;&amp;gt;[[File:Mainstoryquesticon.png|20px]]&amp;lt;/span&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Previous:&#039;&#039;&#039; {{Questlink|{{{prev}}}}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:33%; text-align:center; vertical-align:middle; font-size:110%; font-weight:bold;&amp;quot;&amp;gt;&lt;br /&gt;
Main Scenario Progression&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:33%; text-align:right; vertical-align:middle;&amp;quot;&amp;gt;&lt;br /&gt;
{{#if:{{{next|}}}|&lt;br /&gt;
&#039;&#039;&#039;Next:&#039;&#039;&#039; {{Questlink|{{{next}}}}}&lt;br /&gt;
&amp;lt;span style=&amp;quot;vertical-align:middle; margin-left:6px;&amp;quot;&amp;gt;[[File:Mainstoryquesticon.png|20px]]&amp;lt;/span&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Texhnolyzing</name></author>
	</entry>
	<entry>
		<id>https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=Template:Next_Quest&amp;diff=1149384</id>
		<title>Template:Next Quest</title>
		<link rel="alternate" type="text/html" href="https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=Template:Next_Quest&amp;diff=1149384"/>
		<updated>2025-11-30T16:41:42Z</updated>

		<summary type="html">&lt;p&gt;Texhnolyzing: A simple page end wigit to move to the next quest in a series&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- Template:Next Quest --&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-top:1em; padding:0.5em; border-top:1px solid #ccc;&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Next Quest:&#039;&#039;&#039; [[{{{1|}}}]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Texhnolyzing</name></author>
	</entry>
</feed>