Skip to content
Snippets Groups Projects
Commit 21b66d47 authored by DarkGod's avatar DarkGod
Browse files

moar

parent 58f6629e
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -148,7 +148,7 @@ newTalent{
mode = "passive",
points = 5,
getMultiplier = function(self, t) return self:combatTalentScale(t, 0.15, 0.40) end,
getDuration = function(self,t) if self:getTalentLevel(t) >= 3 then return 3 else return 2 end end,
getDuration = function(self,t) if self:getTalentLevel(t) >= 3 then return 4 else return 3 end end,
passives = function(self, t, p) -- attribute that increases crit multiplier vs targets that cannot see us
self:talentTemporaryValue(p, "unseen_critical_power", t.getMultiplier(self, t))
end,
......
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