Files
bozjan-index/index.html
2026-01-18 23:20:09 -05:00

344 lines
13 KiB
HTML

<!doctype html>
<html>
<head>
<title>Bozjan/Save the Queen Zone Info</title>
<meta name="description" content="Bozjan/Save the Queen Zone Info" />
<style>
*,
::before,
::after {
box-sizing: border-box;
background-color: #171717;
padding: 0;
margin: 0;
color: #ececec;
}
header {
text-align: center;
grid-area: h;
margin: 1rem;
}
#tabs {
text-align: center;
grid-area: t;
}
footer {
text-align: center;
grid-area: f;
}
body {
display: grid;
grid-template-areas: "h h h" ". t ." ". f .";
grid-template-rows: 5rem minmax(calc(100vh - 9rem), max-content) 4rem;
grid-template-columns: 5rem 1fr 5rem;
}
img {
width: 100%;
}
h4 {
margin-bottom: 0.5rem;
}
h3,
p {
margin-bottom: 0.5rem;
text-align: center;
}
ul {
list-style-type: none;
text-align: center;
}
table,
th,
td {
border-collapse: collapse;
border: 1px solid white;
padding: 2px 4px;
}
.list-flex {
display: flex;
gap: 2rem;
justify-content: space-around;
flex-wrap: wrap;
}
abbr {
cursor: help;
}
abbr::after {
content: " ?";
position: relative;
font-family: sans-serif;
font-size: 0.8rem;
top: -0.5rem;
color: white;
}
label {
display: inline-block;
text-wrap: nowrap;
}
input[type="radio"] {
display: none;
}
input[type="radio"] + label {
cursor: pointer;
padding: 2px;
margin: 2px;
border: 2px solid transparent;
background-color: #400a53;
}
input[type="radio"]:checked + label {
border: 2px solid #aa18df;
}
.tab-content {
text-align: initial;
user-select: text;
display: none;
}
#tab1:checked ~ #tab1-content,
#tab2:checked ~ #tab2-content,
#tab3:checked ~ #tab3-content,
#tab4:checked ~ #tab4-content,
#tab5:checked ~ #tab5-content,
#tab6:checked ~ #tab6-content,
#tab7:checked ~ #tab7-content {
display: block;
}
</style>
</head>
<body>
<header>
<h1>Bozjan/Save the Queen Zone Info</h1>
</header>
<div id="tabs" style="user-select: none">
<input type="radio" name="tabs" id="tab1" checked />
<label for="tab1">Delubrum Pure Essences</label>
<input type="radio" name="tabs" id="tab2" />
<label for="tab2">DRS Duel</label>
<input type="radio" name="tabs" id="tab3" />
<label for="tab3">Buff Battery</label>
<input type="radio" name="tabs" id="tab7" />
<label for="tab7">BSF/Zad Duels</label>
<input type="radio" name="tabs" id="tab4" />
<label for="tab4">Zone Maps</label>
<input type="radio" name="tabs" id="tab5" />
<label for="tab5">Good Loadouts</label>
<input type="radio" name="tabs" id="tab6" />
<label for="tab6">Additional Resources</label>
<div style="margin: 0.5rem"></div>
<div id="tab1-content" class="tab-content">
<!-- WIP: update to have cards for these -->
<h3>Delubrum Reginae Secret Pure Essence Interactions:</h3>
<p>Info on this page is based off of <a href="https://old.reddit.com/r/ffxiv/comments/lc1a6p/bozja_lost_action_spreadsheet/glxcyh8/" target="_blank">this Reddit comment</a>, <a href="https://docs.google.com/spreadsheets/d/1EsedZ_sgCll3oXTs_sqKzol2mT-p5jg3qAmvz7LtXbs/edit" target="_blank">this Google Sheet</a>, and info from the <a href="https://discord.gg/YKP76AsMw8" target="_blank">Lego Steppers Discord</a>.</p>
<ul style="text-align: left; margin-bottom: 1rem">
<li>
<u><i style="font-size: 1.2rem">Pure Essence of the Elder:</i></u> "Lost Cure IV" now gives an AoE Bravery (Lasts 1min, 10% dmg up instead of "Lost Bravery"'s 10min, 5%dmg up)
</li>
<li>
<u><i style="font-size: 1.2rem">Pure Essence of the Duelist:</i></u> "Banner of Honored Sacrifice" now lasts 30sec and only drains 1HP per tick
</li>
<li>
<u><i style="font-size: 1.2rem">Pure Essence of the Fiendhunter:</i></u> "Lost Cure II" now regenerates 5k MP on the target but gives caster a stacking slow
</li>
<li>
<u><i style="font-size: 1.2rem">Pure Essence of the Indomitable:</i></u> "Lost Sacrifice" now has a chance of not getting Doom'd (like 50% chance?)
</li>
<li>
<u><i style="font-size: 1.2rem">Pure Essence of the Divine:</i></u> "Lost Arise" now has a chance of raising in Savage (like 15% chance)
</li>
<li>
<u><i style="font-size: 1.2rem">Pure Essence of the Gambler:</i></u> "Dynamis Dice" have better chances, see differences below (table pulled from <a href="https://ffxiv.consolegameswiki.com/wiki/Dynamis_Dice" target="_blank">FFXIV ConsoleGamesWiki</a>)
</li>
<li style="display: flex; justify-content: center">
<table>
<caption>
Dynamis Dice Effect Probabilities
</caption>
<tbody>
<tr>
<th>Effect</th>
<th>Normal&nbsp;%</th>
<th>% with Gambler</th>
</tr>
<tr>
<td>High Wire</td>
<td>33</td>
<td>25</td>
</tr>
<tr>
<td>Haste</td>
<td>30</td>
<td>20</td>
</tr>
<tr>
<td>HP/MP Boost</td>
<td>30</td>
<td>20</td>
</tr>
<tr>
<td>Healer LB3</td>
<td>3.5</td>
<td>34</td>
</tr>
<tr>
<td>Doom</td>
<td>&lt; 1</td>
<td>&lt; 0.5</td>
</tr>
<tr>
<td>Mini</td>
<td>&lt; 1</td>
<td>~ 0</td>
</tr>
<tr>
<td>Poison</td>
<td>&lt; 1</td>
<td>~ 0</td>
</tr>
<tr>
<td>Pyretic</td>
<td>&lt; 1</td>
<td>~ 0</td>
</tr>
<tr>
<td>Toad</td>
<td>&lt; 1</td>
<td>~ 0</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<div id="tab2-content" class="tab-content">
<h3>DRS Duel Info</h3>
<ul>
<li><a href="https://docs.google.com/document/d/1Pej6Bt8OcScnZ24XjbLCmwKLO4FkroAwJwpndSOImW4/edit?tab=t.0" target="_blank">Text Guide</a></li>
<li><a href="https://www.youtube.com/watch?v=9dwkndBF8aI" target="_blank">Excellence Cheese clear</a></li>
<li><a href="https://www.youtube.com/watch?v=5Q0m1F0MKQQ" target="_blank">Video of All Mechanics</a></li>
<li style="margin-top: 0.5rem">
<h4>Trap Locations (Left is first Entrapment, Right is second and third Entrapments):</h4>
<img src="./img/drs-duel-traps.jpg" />
<p>Trap patterns pulled from <a href="https://docs.google.com/document/d/1Pej6Bt8OcScnZ24XjbLCmwKLO4FkroAwJwpndSOImW4/edit?tab=t.0" target="_blank">this guide</a>.</p>
</li>
</ul>
</div>
<div id="tab3-content" class="tab-content">
<h3>Buff Battery AKA Excellence Battery AKA get a bunch more dps</h3>
<p>Info adapted from messages in the <a href="https://discord.gg/YKP76AsMw8" target="_blank">Lego Steppers Discord</a>.</p>
<div class="list-flex">
<div>
<h4>Directions for taking advantage of a <abbr title='A player with "Font of Power" and "Lost Excellence" slotted in.&#13;&#10;People usually prefer "Font of Power" on the left side.'>"physical battery"</abbr>:</h4>
<ol>
<li>Assign/find a player to be a <abbr title='A player with "Font of Power" and "Lost Excellence" slotted in.&#13;&#10;People usually prefer "Font of Power" on the left side.'>"physical battery"</abbr> for each boss.</li>
<li>Pack one "Mimic" and "Banner of Honored Sacrifice" for each boss fight you intend to use "Lost Excellence" on.</li>
<li>At the boss you want to buff up at, target the <abbr title='A player with "Font of Power" and "Lost Excellence" slotted in.&#13;&#10;People usually prefer "Font of Power" on the left side.'>"physical battery"</abbr> and use your "Mimic" action.</li>
<li>On pull, during your opener, use "Lost Excellence".</li>
<li>Slot in "Banner of Honored Sacrifice" over "Lost Excellence"</li>
<li>Use "Font of Power", "Banner of Honored Sacrifice", and your potion.</li>
<li>Do BIG damage!</li>
</ol>
</div>
<div>
<h4>Directions for being a <abbr title='A player with "Font of Power" and "Lost Excellence" slotted in.&#13;&#10;People usually prefer "Font of Power" on the left side.'>"physical battery"</abbr>:</h4>
<ol>
<li>
Slot in "Font of Power" and "Lost Excellence" well before the boss pull.
<ul style="text-align: left">
<li>- People usually prefer having "Font of Power" on the left side.</li>
</ul>
</li>
<li>Wait around (being awesome) to let others use "Mimic" on you.</li>
<li>On pull, during your opener, use "Lost Excellence".</li>
<li>Slot in "Banner of Honored Sacrifice" over "Lost Excellence"</li>
<li>Use "Font of Power", "Banner of Honored Sacrifice", and your potion.</li>
<li>Do BIG damage!</li>
</ol>
</div>
</div>
</div>
<div id="tab4-content" class="tab-content">
<h3>Zone Maps</h3>
<p>Images from <a href="https://xivfo.com/bozja/General_Guides" target="_blank">https://xivfo.com/bozja/General_Guides</a>.</p>
<ul>
<li><img src="./img/bsf-map.png" /></li>
<li><img src="./img/zad-map.png" /></li>
</ul>
</div>
<div id="tab5-content" class="tab-content">
<h3>Good Loadouts</h3>
<p>Images from <a href="https://xivfo.com/bozja/General_Guides" target="_blank">https://xivfo.com/bozja/General_Guides</a>.</p>
<div class="list-flex" style="align-items: center; gap: 0.5%">
<img src="./img/loadouts-dal.png" style="width: 33%; min-width: 30rem" />
<img src="./img/loadouts-drn-beginner.png" style="width: 33%; min-width: 30rem" />
<img src="./img/loadouts-drn-bis.png" style="width: 33%; min-width: 30rem" />
</div>
</div>
<div id="tab6-content" class="tab-content">
<h3>Additional Resources</h3>
<ul>
<li><a href="https://xivfo.com/bozja/Relics" target="_blank">Relic Weapon Tracker</a></li>
<li><a href="https://xivfo.com/bozja/General_Guides" target="_blank">Additional Guides</a></li>
<li><a href="https://ffxiv.kmiwl.de/bozja/?a=1LNgh9gSCrLvePRyNl5" target="_blank">Lost Finds Cache</a></li>
<li><a href="https://ffxiv.consolegameswiki.com/wiki/Resistance_Weapons" target="_blank">ConsoleGamesWiki Weapon Guide</a></li>
<li><a href="https://ffxiv.consolegameswiki.com/wiki/Resistance_Armor" target="_blank">ConsoleGamesWiki Armor Guide</a></li>
</ul>
</div>
<div id="tab7-content" class="tab-content">
<div class="list-flex">
<div>
<h3 style="text-align: left">Lost Flare Star Cheese Text Guide</h3>
<p style="text-align: left">This text guide is based off of the BSF/Zad Duel Chesses linked on this page.</p>
<ol>
<li>Return to camp and swap to SMN</li>
<li>Buff yourself with "Lost Bravery", "Lost Protect II", "Lost Shell II" and "Lost Bubble".</li>
<li>Use a "Resistance Reraiser", "Resistance Potion Kit", "Resistance Ether Kit", and "(Deep) Essence of the Ordained".</li>
<li>Slot in "Lost Excellence" and "Lost Flare Star".</li>
<li>Target a striking dummy in camp.</li>
<li>Wait for duel timer to hit 0:20.</li>
<li>Use "Lost Excellence", overslot with "Lost Chainspell".</li>
<li>Use "Lost Chainspell", overslot with "Lost Font of Magic".</li>
<li>Use "Lost Font of Magic", overslot with "Banner of Noble Ends".</li>
<li>Enter Duel.</li>
<li>Use best Intelligence Potion and class action "Searing Light".</li>
<li>Use "Banner of Noble Ends".</li>
<li>Finally use "Lost Flare Star".</li>
<li>If necessary, slot in "Lost Dispel" or "Lost Reflect".</li>
<li>Profit.</li>
</ol>
</div>
<div class="list-flex" style="flex-direction: column">
<div>
<h3>BSF Duel Info</h3>
<ul>
<li><a href="https://www.youtube.com/watch?v=bybzBLT7nBo" target="_blank">BSF Duel Cheeses</a></li>
<li><a href="https://www.youtube.com/watch?v=QBqxAWhc1y8" target="_blank">BSF-Z1 Duel Guide (Aces High/Gabriel)</a></li>
<li><a href="https://www.youtube.com/watch?v=KsG5ji5toSo" target="_blank">BSF-Z2 Duel Guide (Beast of Man/Lyon)</a></li>
<li><a href="https://www.youtube.com/watch?v=zUDYU7iX_mY" target="_blank">BSF-Z3 Duel Guide (And the Flames Went Higher/Sartauvoir)</a></li>
</ul>
</div>
<div>
<h3>Zad Duel Info</h3>
<ul>
<li><a href="https://www.youtube.com/watch?v=ZGQPgT1gWuE" target="_blank">Zad Duel Cheeses</a></li>
<li><a href="https://www.youtube.com/watch?v=q1XxoE2GUkk" target="_blank">Zad-Z1 Duel Guide (The Broken Blade/Dabog)</a></li>
<li><a href="https://www.youtube.com/watch?v=6yeC-w5qNpM" target="_blank">Zad-Z2 Duel Guide (The Head of the Snake/Menenius)</a></li>
<li><a href="https://www.youtube.com/watch?v=Cniwova35KQ" target="_blank">Zad-Z3 Duel Guide (Taking the Lyon's Share/Lyon Rematch)</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<footer>
<p>~</p>
<p>Site developed by <a href="https://github.com/Burn-E99/" target="_blank">Ean Milligan</a>. Last updated 2026-01-18.</p>
</footer>
</body>
</html>