Added calculation of total damage per poison stack

This commit is contained in:
Openarl
2016-09-19 21:16:42 +10:00
parent 89f4e5701d
commit c6c347e4c4
4 changed files with 6 additions and 3 deletions

View File

@@ -197,6 +197,7 @@ function buildMode:Init(dbFileName, buildName)
{ mod = "bleed_dps", label = "Bleed DPS", fmt = ".1f", compPercent = true },
{ mod = "ignite_dps", label = "Ignite DPS", fmt = ".1f", compPercent = true },
{ mod = "poison_dps", label = "Poison DPS", fmt = ".1f", compPercent = true },
{ mod = "poison_damage", label = "Total Damage per Poison", fmt = ".1f", compPercent = true },
{ mod = "total_manaCost", label = "Mana Cost", fmt = "d", compPercent = true },
{ },
{ mod = "total_str", label = "Strength", fmt = "d" },