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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user