revamp pures page
This commit is contained in:
184
index.html
184
index.html
@@ -42,6 +42,12 @@
|
||||
img {
|
||||
width: 100%;
|
||||
}
|
||||
h5 {
|
||||
font-size: 1.1rem;
|
||||
text-decoration: underline;
|
||||
font-style: italic;
|
||||
text-align: center;
|
||||
}
|
||||
h4 {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
@@ -61,6 +67,9 @@
|
||||
border: 1px solid white;
|
||||
padding: 2px 4px;
|
||||
}
|
||||
td:not(:first-child) {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.list-flex {
|
||||
display: flex;
|
||||
@@ -68,6 +77,9 @@
|
||||
justify-content: space-around;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.card {
|
||||
width: 20rem;
|
||||
}
|
||||
|
||||
abbr {
|
||||
cursor: help;
|
||||
@@ -141,85 +153,97 @@
|
||||
<!-- 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 %</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>< 1</td>
|
||||
<td>< 0.5</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mini</td>
|
||||
<td>< 1</td>
|
||||
<td>~ 0</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Poison</td>
|
||||
<td>< 1</td>
|
||||
<td>~ 0</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Pyretic</td>
|
||||
<td>< 1</td>
|
||||
<td>~ 0</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Toad</td>
|
||||
<td>< 1</td>
|
||||
<td>~ 0</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="list-flex" style="row-gap: 0rem">
|
||||
<div class="card">
|
||||
<h5>Pure Essence of the Elder</h5>
|
||||
<p>Usable on Magical Ranged DPS</p>
|
||||
<p>"Lost Cure IV" now gives an AoE Bravery (Lasts 1min, 10% dmg up instead of "Lost Bravery"'s 10min, 5%dmg up).</p>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h5>Pure Essence of the Duelist</h5>
|
||||
<p>Usable on Melee DPS</p>
|
||||
<p>"Banner of Honored Sacrifice" now lasts 30sec and only drains 1HP per tick.</p>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h5>Pure Essence of the Fiendhunter</h5>
|
||||
<p>Usable on Physical Ranged DPS</p>
|
||||
<p>"Lost Cure II" now regenerates 5k MP on the target but gives caster a stacking slow.</p>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h5>Pure Essence of the Indomitable</h5>
|
||||
<p>Usable on Tanks</p>
|
||||
<p>"Lost Sacrifice" now has a chance of not getting Doom'd (like 50% chance?).</p>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h5>Pure Essence of the Divine</h5>
|
||||
<p>Usable on Healers</p>
|
||||
<p>"Lost Arise" now has a chance of raising in Savage (like 15% chance).</p>
|
||||
</div>
|
||||
<div style="width: 26rem">
|
||||
<h5>Pure Essence of the Gambler</h5>
|
||||
<p>Usable on Any DPS</p>
|
||||
<p>"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>).</p>
|
||||
<div style="display: flex; justify-content: center">
|
||||
<table>
|
||||
<caption style="margin-bottom: 0.25rem">
|
||||
Dynamis Dice Effect Probabilities
|
||||
</caption>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th>Effect</th>
|
||||
<th>Normal Chances</th>
|
||||
<th>Gambler Chances</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>< 1%</td>
|
||||
<td>< 0.5%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mini</td>
|
||||
<td>< 1%</td>
|
||||
<td>~ 0%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Poison</td>
|
||||
<td>< 1%</td>
|
||||
<td>~ 0%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Pyretic</td>
|
||||
<td>< 1%</td>
|
||||
<td>~ 0%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Toad</td>
|
||||
<td>< 1%</td>
|
||||
<td>~ 0%</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="tab2-content" class="tab-content">
|
||||
<h3>DRS Duel Info</h3>
|
||||
@@ -343,7 +367,7 @@
|
||||
</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>
|
||||
<p>Site developed by <a href="https://github.com/Burn-E99/" target="_blank">Ean Milligan</a>. Last updated 2026-01-19.</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user