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

guardian unity cooldown reduced to 6

parent 2f1fcf10
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ newTalent{
points = 5,
sustain_paradox = 24,
mode = "sustained",
cooldown = 10,
cooldown = 6,
getSplit = function(self, t) return self:combatTalentLimit(t, 80, 20, 50)/100 end,
getDuration = function(self, t) return getExtensionModifier(self, t, 2) end,
getLifeTrigger = function(self, t) return self:combatTalentLimit(t, 10, 30, 15) 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