correct '(E)HP restored over duration' calculation to reflect removal of AAR multiplier from armorDamageAmount

This commit is contained in:
wolfwood
2016-05-27 20:16:10 -07:00
parent 9c3b50d622
commit 1cd7b9a250

View File

@@ -477,6 +477,8 @@ class Miscellanea(ViewColumn):
tooltip = "E{0}".format(tooltip)
else:
hpRatio = 1
if itemGroup == "Ancillary Armor Repairer":
hpRatio *= 3
ehp = hp * hpRatio
duration = cycles * cycleTime / 1000
text = "{0} / {1}s".format(formatAmount(ehp, 3, 0, 9), formatAmount(duration, 3, 0, 3))