Fix Remnant gain factors while Dilated and Doomed

Remnant gain while Dilated and Doomed was visually calculated incorrectly: when calculating the numbers in the rightmost column, the multiplier used on log10(ip) and log10(ep) was the same as the multiplier on log10(am) instead of the correct values given on the leftmost column.
This commit is contained in:
James103 2023-12-14 14:04:24 -06:00 committed by cyip92
parent 63d1c6ef20
commit dfcc895c93

View File

@ -102,10 +102,10 @@ export default {
{{ format(Math.log10(best.am.add(1).log10()*dilationMult[0] + 2), 2, 2) }}
</div>
<div class="l-remnant-factors-item">
{{ format(Math.log10(best.ip.add(1).log10()*dilationMult[0] + 2), 2, 2) }}
{{ format(Math.log10(best.ip.add(1).log10()*dilationMult[1] + 2), 2, 2) }}
</div>
<div class="l-remnant-factors-item">
{{ format(Math.log10(best.ep.add(1).log10()*dilationMult[0] + 2), 2, 2) }}
{{ format(Math.log10(best.ep.add(1).log10()*dilationMult[2] + 2), 2, 2) }}
</div>
<div class="l-remnant-factors-item">
{{ format(1.64, 2, 2) }}