Skip to content
Snippets Groups Projects
Commit 634f05eb authored by Tawny Harte's avatar Tawny Harte
Browse files

fix

parent cac6b5c3
No related branches found
No related tags found
1 merge request!5451.6 anorithil revisions2
......@@ -333,7 +333,7 @@ newTalent{
points = 5,
mode = "passive",
getMaxStacks = function(self, t) return self:combatTalentLimit(t, 6, 2, 5) end,
getTurns = function(self, t) return self:combatTalentLimit(t, 4, 13, 15) end,
getTurns = function(self, t) return self:combatTalentLimit(t, 14, 1, 12) end,
info = function(self, t)
return ([[Up to 3 times pers turn when one of your glyphs triggers you feel a surge of celestial power, increasing your darkness and light resistence and affinity by 5%% for %d turns, stacking up to %d times.]]):format(t.getTurns(self, t), t.getMaxStacks(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