Release 1.2.26

- Support Bone Nova and Molten Burst
- Add DPS/Average Hit inc. Poison
- Fixed mana costs for totem-cast auras
This commit is contained in:
Openarl
2016-12-14 03:15:05 +10:00
parent 60aabbcae3
commit 5a85d080b0
9 changed files with 93 additions and 20 deletions

View File

@@ -237,6 +237,8 @@ function buildMode:Init(dbFileName, buildName)
{ mod = "IgniteDPS", label = "Ignite DPS", fmt = ".1f", compPercent = true },
{ mod = "PoisonDPS", label = "Poison DPS", fmt = ".1f", compPercent = true },
{ mod = "PoisonDamage", label = "Total Damage per Poison", fmt = ".1f", compPercent = true },
{ mod = "WithPoisonDPS", label = "Total DPS inc. Poison", fmt = ".1f", compPercent = true },
{ mod = "WithPoisonAverageHit", label = "Average Hit inc. Poison", fmt = ".1f", compPercent = true },
{ mod = "ManaCost", label = "Mana Cost", fmt = "d", compPercent = true, lowerIsBetter = true, condFunc = function() return true end },
{ },
{ mod = "Str", label = "Strength", fmt = "d" },