Skip to content
Snippets Groups Projects
Commit 965d12d2 authored by DarkGod's avatar DarkGod
Browse files

plop

parent 4a4bd54d
No related branches found
No related tags found
No related merge requests found
......@@ -166,7 +166,7 @@ newTalent{
no_break_stealth = true,
tactical = { ATTACK = { PHYSICAL = 2 }, BUFF = 1},
getPower = function(self, t) return self:combatTalentScale(t, 15, 40) end,
getPercent = function(self, t) return self:combatTalentLimit(t, 100, 10, 35) end,
getPercent = function(self, t) return self:combatTalentLimit(t, 50, 10, 40) end,
getDamage = function(self,t) return self:combatTalentStatDamage(t, "dex", 15, 180) end,
target = function(self, t)
return {type="hit", range=self:getTalentRange(t), talent=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