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

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Parcae2
Uruivellas
Posts: 709
Joined: Sat Jan 14, 2012 12:02 am

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

#1 Post by Parcae2 »

It claims to increase damage and defense with shields, but, as far as I can tell, it doesn't do either.

SageAcrin
Sher'Tul Godslayer
Posts: 1884
Joined: Tue Apr 10, 2012 6:52 pm

Re: [1.0.1] Tier3 Shield Defense skill doesn't do what it sa

#2 Post 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.

Post Reply