Show damage optimizer effects in table

This commit is contained in:
Jan Bader
2026-06-20 23:55:56 +02:00
parent 8a3c703961
commit 630d6d6fd6
3 changed files with 51 additions and 40 deletions
+13 -4
View File
@@ -99,10 +99,19 @@
<div><span>Optimal DPS</span><strong id="optimumDps">0</strong></div>
<div><span>Difference vs current</span><strong id="optimumDpsDelta">0</strong></div>
</div>
<p id="optimumSuggestion" class="optimum-suggestion"></p>
<div class="current-effect-summary">
<h3>Current effects</h3>
<p id="currentEffectAverages" class="optimum-suggestion"></p>
<div class="effect-comparison-wrap">
<table class="effect-comparison-table">
<thead>
<tr>
<th>Effect name</th>
<th>Optimum count</th>
<th>Optimum effect</th>
<th>Current count</th>
<th>Current avg</th>
</tr>
</thead>
<tbody id="effectComparisonRows"></tbody>
</table>
</div>
</section>