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

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@5993 51575b47-30f0-44d4-a5cc-537603b46e54
parent f029d55d
No related branches found
No related tags found
No related merge requests found
......@@ -268,7 +268,7 @@ newTalent{
cooldown = function(self, t) return 50 - self:getTalentLevel(t) * 5 end,
tactical = { ATTACK = 1, DEFEND = 1 },
action = function(self, t)
self:setEffect(self.EFF_ETERNAL_WRATH, 5, {power=7 + self:getWil(10, true)})
self:setEffect(self.EFF_ETERNAL_WRATH, 5, {power=10 + self:getWil(10, true)})
return true
end,
info = function(self, t)
......
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