Release 1.0.17

- Now shows more accurate DPS for Lightning Tendrils
- Fixed Lioneye's Fall
- Added accuracy to helmets and gloves
- Added resistance overcaps to sidebar
This commit is contained in:
Openarl
2016-09-02 11:30:40 +10:00
parent b8c3b911f4
commit 512e506b2f
8 changed files with 39 additions and 13 deletions

View File

@@ -213,6 +213,10 @@ function buildMode:Init(dbFileName, buildName)
{ mod = "total_coldResist", label = "Cold Resistance", fmt = "d%%" },
{ mod = "total_lightningResist", label = "Lightning Resistance", fmt = "d%%" },
{ mod = "total_chaosResist", label = "Chaos Resistance", fmt = "d%%" },
{ mod = "total_fireResistOverCap", label = "Fire Res. Over Max", fmt = "d%%" },
{ mod = "total_coldResistOverCap", label = "Cold Res. Over Max", fmt = "d%%" },
{ mod = "total_lightningResistOverCap", label = "Lightning Res. Over Max", fmt = "d%%" },
{ mod = "total_chaosResistOverCap", label = "Chaos Res. Over Max", fmt = "d%%" },
}
self.viewMode = "TREE"