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

Reduced effectiveness of energy decomposition

parent 4797c29d
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ newTalent{
sustain_paradox = 24,
cooldown = 10,
tactical = { BUFF = 2 },
getDecomposition = function(self, t) return self:combatTalentSpellDamage(t, 5, 150, getParadoxSpellpower(self, t)) end, -- Increase shield strength
getDecomposition = function(self, t) return self:combatTalentSpellDamage(t, 5, 50, getParadoxSpellpower(self, t)) end, -- Increase shield strength
callbackOnTakeDamage = function(self, t, src, x, y, type, dam, tmp)
local decomp = t.getDecomposition(self, t)
local lastdam = dam
......
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