Skip to content
Snippets Groups Projects
Commit 5c5ef545 authored by dg's avatar dg
Browse files

Elemental Surge correctly tiggers from 200 damage, not 300

git-svn-id: http://svn.net-core.org/repos/t-engine4@6335 51575b47-30f0-44d4-a5cc-537603b46e54
parent 80e5b28b
No related branches found
No related tags found
No related merge requests found
......@@ -168,7 +168,7 @@ uberTalent{
)
end} },
trigger = function(self, t, target, damtype, dam)
if dam < 300 then return end
if dam < 200 then return end
local ok = false
if damtype == DamageType.ARCANE and rng.percent(30) then ok=true self:setEffect(self.EFF_ELEMENTAL_SURGE_ARCANE, 5, {})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment