Various minor improvements

Added more skills
Added support for ZO and ES regen
This commit is contained in:
Openarl
2016-05-23 00:46:34 +10:00
parent 3c7c7f28a2
commit 4201c6bfdf
11 changed files with 232 additions and 81 deletions

View File

@@ -109,6 +109,8 @@ function buildMode:Init(dbFileName, buildName)
{ mod = "total_critMultiplier", label = "Crit Multiplier", fmt = "d%%", pc = true },
{ mod = "total_hitChance", label = "Hit Chance", fmt = "d%%", pc = true },
{ mod = "total_dps", label = "Total DPS", fmt = ".1f" },
{ mod = "total_dot", label = "DoT DPS", fmt = ".1f" },
{ mod = "bleed_dps", label = "Bleed DPS", fmt = ".1f" },
{ mod = "ignite_dps", label = "Ignite DPS", fmt = ".1f" },
{ mod = "poison_dps", label = "Poison DPS", fmt = ".1f" },
{ },