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

Reduced a bit Aether Breach damage

git-svn-id: http://svn.net-core.org/repos/t-engine4@5837 51575b47-30f0-44d4-a5cc-537603b46e54
parent 32023d8a
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,7 @@ newTalent{
return tg
end,
getNb = function(self, t) return 3 + math.floor(self:getTalentLevel(t) / 3) end,
getDamage = function(self, t) return self:combatTalentSpellDamage(t, 20, 230) end,
getDamage = function(self, t) return self:combatTalentSpellDamage(t, 20, 180) end,
action = function(self, t)
local tg = self:getTalentTarget(t)
local x, y = self:getTarget(tg)
......
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