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

Wild Growth infusion now does damage based on Mindpower

git-svn-id: http://svn.net-core.org/repos/t-engine4@4508 51575b47-30f0-44d4-a5cc-537603b46e54
parent 5c04fe8b
No related branches found
No related tags found
No related merge requests found
......@@ -266,7 +266,7 @@ newInscription{
target = function(self, t)
return {type="ball", range=self:getTalentRange(t), radius=self:getTalentRadius(t), selffire=false, talent=t}
end,
getDamage = function(self, t) return self:combatTalentMindDamage(t, 3, 20) end,
getDamage = function(self, t) return 10 + self:combatMindpower() * 0.4 end,
action = function(self, t)
local dam = t.getDamage(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