[1.0.1] Tier3 Shield Defense skill doesn't do what it says
Moderator: Moderator
[1.0.1] Tier3 Shield Defense skill doesn't do what it says
It claims to increase damage and defense with shields, but, as far as I can tell, it doesn't do either.
Re: [1.0.1] Tier3 Shield Defense skill doesn't do what it sa
It increases damage and defense with shield talents.
Which, incidentally, is what it says it does. It boosts Shield Wall's Defense bonus and the various multipliers of shield-based hits of shield offensive talents.
Code: Select all
info = function(self, t)
return ([[Improves your damage and defense with shield-based skills, and increases your Spell (+%d) and Physical (+%d) Saves.]]):format(2 * self:getTalentLevelRaw(t), 4 * self:getTalentLevelRaw(t))
end,