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

Fix

parent 3828820c
No related branches found
No related tags found
No related merge requests found
...@@ -76,9 +76,8 @@ newTalent{ ...@@ -76,9 +76,8 @@ newTalent{
points = 5, points = 5,
cooldown = 5, cooldown = 5,
sustain_stamina = 10, sustain_stamina = 10,
mana = 20, sustain_mana = 20,
require = cuns_req3, require = cuns_req3,
range = 10,
tactical = { BUFF = 2 }, tactical = { BUFF = 2 },
getManaRegen = function(self, t) return self:combatTalentScale(t, 1.5/5, 1, 0.75) / (1 - t.getAtkSpeed(self, t)/100) end, getManaRegen = function(self, t) return self:combatTalentScale(t, 1.5/5, 1, 0.75) / (1 - t.getAtkSpeed(self, t)/100) end,
getAtkSpeed = function(self, t) return self:combatTalentScale(t, 2.2, 11, 0.75) end, getAtkSpeed = function(self, t) return self:combatTalentScale(t, 2.2, 11, 0.75) 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