Show damage optimizer effects in table
This commit is contained in:
+13
-4
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user