Page 1 of 1

[1.0.1] Tier3 Shield Defense skill doesn't do what it says

Posted: Sat Mar 23, 2013 7:22 pm
by Parcae2
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

Posted: Sat Mar 23, 2013 8:32 pm
by SageAcrin
It increases damage and defense with shield 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,
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.