Skip to content
Snippets Groups Projects
Commit 1d5f38c2 authored by DarkGod's avatar DarkGod
Browse files

Merge branch 'more_fixes' into 'master'

More fixes

Makes solipsist rares on nightmare+ less annoying
parents cb16156a 3a3e8469
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