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

Corrosive Seeds use mindpower

git-svn-id: http://svn.net-core.org/repos/t-engine4@6709 51575b47-30f0-44d4-a5cc-537603b46e54
parent 7d6eb1bc
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ newTalent{
end,
tactical = { ATTACKAREA = { ACID = 2 }, DISABLE = { knockback = 1 } },
target = function(self, t) return {type="ball", radius=self:getTalentRadius(t), range=self:getTalentRange(t), talent=t} end,
getDamage = function(self, t) return self:combatTalentSpellDamage(t, 20, 290) end,
getDamage = function(self, t) return self:combatTalentMindDamage(t, 20, 290) end,
getNb = function(self, t) local l = self:getTalentLevel(t)
if l < 3 then return 2
elseif l < 5 then return 3
......
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