Commit 6e8da2f1812ad6bbe7cf453101413f3171f1e6a3

Authored by K'van
1 parent 580703fc

Clarify Shattering Blow shield removal description.

... ... @@ -199,7 +199,7 @@ newTalent{
199 199 end,
200 200 info = function(self, t)
201 201 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.
202   - Also if the target is protected by a temporary damage shield there is %d%% chance to shatter it.
  202 + Also if the target is protected by any temporary magical or psionic damage absorbing shields there is %d%% chance to shatter a random shield.
203 203 Armor reduction chance increases with your Physical Power.]])
204 204 :tformat(100 * self:combatTalentWeaponDamage(t, 0.8, 1.5), t.getArmorReduc(self, t), t.getDuration(self, t), t.getShatter(self, t))
205 205 end,
... ...