Release 1.4.4
- Fixed minion attack base damage calculation - Fixed handling of minion damage fixup modifiers - Improved handling of monster Blade Vortex skills - Added support for Raise Spiders - Added support for Spectral Spirits - Added attack rate cap for clones
This commit is contained in:
@@ -323,6 +323,7 @@ function buildMode:Init(dbFileName, buildName)
|
||||
self.minionDisplayStats = {
|
||||
{ stat = "AverageDamage", label = "Average Damage", fmt = ".1f", compPercent = true },
|
||||
{ stat = "Speed", label = "Attack/Cast Rate", fmt = ".2f", compPercent = true },
|
||||
{ stat = "HitSpeed", label = "Hit Rate", fmt = ".2f" },
|
||||
{ stat = "TotalDPS", label = "Total DPS", fmt = ".1f", compPercent = true },
|
||||
{ stat = "TotalDot", label = "DoT DPS", fmt = ".1f", compPercent = true },
|
||||
{ stat = "WithPoisonDPS", label = "DPS inc. Poison", fmt = ".1f", compPercent = true },
|
||||
|
||||
Reference in New Issue
Block a user