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

Increased Golem's Eye Beam damage

git-svn-id: http://svn.net-core.org/repos/t-engine4@4092 51575b47-30f0-44d4-a5cc-537603b46e54
parent a671a353
No related branches found
No related tags found
No related merge requests found
......@@ -288,7 +288,7 @@ newTalent{
target = function(self, t)
return {type="beam", range=self:getTalentRange(t), talent=t}
end,
getDamage = function(self, t) return self:combatTalentSpellDamage(t, 25, 220) end,
getDamage = function(self, t) return self:combatTalentSpellDamage(t, 25, 320) end,
tactical = { ATTACK = 3 },
action = function(self, t)
local tg = self:getTalentTarget(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