Skip to content
Snippets Groups Projects
Commit fab009b1 authored by Chris Davidson's avatar Chris Davidson
Browse files

- Reduce Snap cooldown to 30 and stamina to 25

parent 15edf7c0
No related branches found
No related tags found
No related merge requests found
......@@ -146,8 +146,8 @@ newTalent{
type = {"cunning/lethality",4},
require = cuns_req4,
points = 5,
stamina = 50,
cooldown = 50,
stamina = 25,
cooldown = 30,
tactical = { BUFF = 1 },
fixed_cooldown = true,
getTalentCount = function(self, t) return math.floor(self:combatTalentScale(t, 2, 7, "log")) 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