Initial commit for 1.4.130

- Updated tree
- Added more radius values
- Fixed local gain-on-hit modifiers
- Stat comparisons work better when dual wielding
This commit is contained in:
Openarl
2019-03-06 21:54:22 +13:00
parent df89e59363
commit cb31360243
12 changed files with 53 additions and 23 deletions

View File

@@ -878,7 +878,9 @@ local function flag(name, ...)
return mod(name, "FLAG", true, ...)
end
local gemIdLookup = { }
local gemIdLookup = {
["power charge on critical strike"] = "SupportPowerChargeOnCrit"
}
for name, grantedEffect in pairs(data["3_0"].skills) do
if not grantedEffect.hidden or grantedEffect.fromItem then
gemIdLookup[grantedEffect.name:lower()] = grantedEffect.id