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

Reduced the cap on how much Sandman effects Insomnia to 12%

parent 0fd1e4b4
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ newTalent{
require = psi_wil_req3,
mode = "passive",
getSleepPowerBonus = function(self, t) return self:combatTalentLimit(t, 2, 1.1, 1.5) end, -- Limit < 2
getInsomniaPower = function(self, t) return self:combatTalentLimit(t, 20, 3, 10) end, -- Limit to <20%
getInsomniaPower = function(self, t) return self:combatTalentLimit(t, 12, 3, 10) end, -- Limit to <20%
info = function(self, t)
local power_bonus = t.getSleepPowerBonus(self, t) - 1
local insomnia = t.getInsomniaPower(self, t)
......
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