Skip to content
Snippets Groups Projects
Commit 3defe564 authored by DarkGod's avatar DarkGod
Browse files

Made Gesture of Deflection not pitiful

parent f4df6e7b
No related branches found
No related tags found
No related merge requests found
......@@ -202,7 +202,7 @@ newTalent{
mode = "passive",
cooldown = 10,
points = 5,
getGuardPercent = function(self, t) return self:combatTalentLimit(t, 100, 14, 31) end, --Limit < 100%
getGuardPercent = function(self, t) return self:combatTalentLimit(t, 390, 80, 270) end,
-- Damage reduction handled in _M:attackTargetWith function in mod.class.interface.Combat.lua
getDamageChange = function(self, t, fake)
local test, dam = canUseGestures(self)
......
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