Skip to content
Snippets Groups Projects
Commit 99baab73 authored by DarkGod's avatar DarkGod
Browse files

Reduced Gravitic Trap damage

parent 9b658692
No related branches found
No related tags found
No related merge requests found
...@@ -641,7 +641,7 @@ newTalent{ ...@@ -641,7 +641,7 @@ newTalent{
range = trap_range, range = trap_range,
no_break_stealth = trap_stealth, no_break_stealth = trap_stealth,
no_unlearn_last = true, no_unlearn_last = true,
getDamage = function(self, t) return 20 + self:combatStatScale("cun", 5, 50) * self:callTalent(self.T_TRAP_MASTERY,"getTrapMastery")/20 end, getDamage = function(self, t) return 20 + self:combatStatScale("cun", 5, 50) * self:callTalent(self.T_TRAP_MASTERY,"getTrapMastery") / 40 end,
action = function(self, t) action = function(self, t)
local tg = {type="bolt", nowarning=true, range=self:getTalentRange(t), nolock=true, simple_dir_request=true, talent=t} local tg = {type="bolt", nowarning=true, range=self:getTalentRange(t), nolock=true, simple_dir_request=true, talent=t}
local x, y, target = self:getTarget(tg) local x, y, target = 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