Skip to content
Snippets Groups Projects
Commit 81c323c8 authored by Eric Wykoff's avatar Eric Wykoff
Browse files

reduced repulsion blast damage a tad

parent 96b2c373
No related branches found
No related tags found
1 merge request!191More fixes
......@@ -34,7 +34,7 @@ newTalent{
target = function(self, t)
return {type="cone", range=self:getTalentRange(t), radius=self:getTalentRadius(t), selffire=false, talent=t}
end,
getDamage = function(self, t) return self:combatTalentSpellDamage(t, 20, 230, getParadoxSpellpower(self, t)) end,
getDamage = function(self, t) return self:combatTalentSpellDamage(t, 20, 210, getParadoxSpellpower(self, t)) 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