Skip to content
Snippets Groups Projects
Commit 355c2f60 authored by DarkGod's avatar DarkGod
Browse files

tweak

parent 685110e0
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
-- Note: This is consistent with raw damage but is applied after damage multipliers
local function getShieldStrength(self, t)
--return math.max(0, self:combatMindpower())
return self:combatTalentMindDamage(t, 10, 120)
return self:combatTalentMindDamage(t, 10, 100)
end
local function getSpikeStrength(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