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

tweaks

git-svn-id: http://svn.net-core.org/repos/t-engine4@2802 51575b47-30f0-44d4-a5cc-537603b46e54
parent b276e8b1
No related branches found
No related tags found
No related merge requests found
......@@ -68,9 +68,9 @@ newTalent{
target = function(self, t)
return {type="ball", range=self:getTalentRange(t), radius=self:getTalentRadius(t), selffire=self:spellFriendlyFire()}
end,
getDamageOnSpot = function(self, t) return self:combatTalentSpellDamage(t, 4, 50) end,
getDamage = function(self, t) return self:combatTalentSpellDamage(t, 5, 120) end,
getDuration = function(self, t) return self:getTalentLevel(t) + 2 end,
getDamageOnSpot = function(self, t) return self:combatTalentSpellDamage(t, 4, 40) end,
getDamage = function(self, t) return self:combatTalentSpellDamage(t, 5, 110) end,
getDuration = function(self, t) return math.floor(self:getTalentLevel(t) * 0.8) + 2 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