Skip to content
Snippets Groups Projects
Commit b07af000 authored by Lisa Greene's avatar Lisa Greene
Browse files

Fix shadow feed having a vertical asymptote for mana regen at high TL

parent f36da32e
No related branches found
No related tags found
1 merge request!635Talent tuning
......@@ -81,7 +81,7 @@ newTalent{
sustain_mana = 20,
require = cuns_req3,
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:combatTalentLimit(t, 1, 0.3, 0.8) * (1+t.getAtkSpeed(self, t)/100) end,
getAtkSpeed = function(self, t) return self:combatTalentScale(t, 2.2, 15) end,
activate = function(self, t)
local speed = t.getAtkSpeed(self, t)/100
......
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