Merge pull request #1439 from markuspersson/vixen-es-leech

Add mods from Vixen's Entrapment, Embroidered Gloves
This commit is contained in:
Openarl
2019-03-09 23:59:00 +13:00
committed by GitHub
5 changed files with 7 additions and 5 deletions

View File

@@ -629,4 +629,4 @@ function calcs.defence(env, actor)
breakdown.LightRadiusMod = breakdown.mod(nil, "LightRadius")
end
end
end
end

View File

@@ -2073,4 +2073,4 @@ function calcs.offence(env, actor, activeSkill)
if skillFlags.decay then
output.CombinedDPS = output.CombinedDPS + output.DecayDPS
end
end
end

View File

@@ -959,4 +959,4 @@ return {
}, },
{ label = "Light Radius Mod", { format = "x {2:output:LightRadiusMod}", { breakdown = "LightRadiusMod" }, { modName = "LightRadius" }, }, },
} },
}
}

View File

@@ -782,4 +782,4 @@ function calcs.initEnv(build, mode, override)
end
return env
end
end

View File

@@ -506,6 +506,7 @@ local modFlagList = {
["for skills used by totems"] = { keywordFlags = KeywordFlag.Totem },
["of aura skills"] = { tag = { type = "SkillType", skillType = SkillType.Aura } },
["of curse skills"] = { keywordFlags = KeywordFlag.Curse },
["with curse skills"] = { keywordFlags = KeywordFlag.Curse },
["of herald skills"] = { tag = { type = "SkillType", skillType = SkillType.Herald } },
["of minion skills"] = { tag = { type = "SkillType", skillType = SkillType.Minion } },
["for curses"] = { keywordFlags = KeywordFlag.Curse },
@@ -656,6 +657,7 @@ local modTagList = {
["per sextant affecting the area"] = { tag = { type = "Multiplier", var = "Sextant" } },
["per buff on you"] = { tag = { type = "Multiplier", var = "BuffOnSelf" } },
["per curse on enemy"] = { tag = { type = "Multiplier", var = "CurseOnEnemy" } },
["for each curse on enemy"] = { tag = { type = "Multiplier", var = "CurseOnEnemy" } },
["per curse on you"] = { tag = { type = "Multiplier", var = "CurseOnSelf" } },
["per poison on you"] = { tag = { type = "Multiplier", var = "PoisonStack" } },
["per poison on you, up to (%d+) per second"] = function(num) return { tag = { type = "Multiplier", var = "PoisonStack", limit = tonumber(num), limitTotal = true } } end,
@@ -2144,4 +2146,4 @@ return function(line, isComb)
end
end
return unpack(copyTable(cache[line]))
end, cache
end, cache