Commit 458a468d33c9313eed90fe8b92e0b78f1135a619

Authored by K'van
1 parent 6e8da2f1

Clarify shield removal description on Sunder Armour.

@@ -315,7 +315,7 @@ newTalent{ @@ -315,7 +315,7 @@ newTalent{
315 end, 315 end,
316 info = function(self, t) 316 info = function(self, t)
317 return ([[Hits the target with your weapon, doing %d%% damage. If the attack hits, the target's armour and saves are reduced by %d for %d turns. 317 return ([[Hits the target with your weapon, doing %d%% damage. If the attack hits, the target's armour and saves are reduced by %d for %d turns.
318 - Also if the target is protected by a temporary damage shield there is %d%% chance to shatter it. 318 + Also if the target is protected by any temporary magical or psionic damage absorbing shields there is %d%% chance to shatter one random shield.
319 Armor reduction chance increases with your Physical Power.]]) 319 Armor reduction chance increases with your Physical Power.]])
320 :tformat(100 * self:combatTalentWeaponDamage(t, 1, 1.5),t.getArmorReduc(self, t), t.getDuration(self, t), t.getShatter(self, t)) 320 :tformat(100 * self:combatTalentWeaponDamage(t, 1, 1.5),t.getArmorReduc(self, t), t.getDuration(self, t), t.getShatter(self, t))
321 end, 321 end,