Commit 458a468d33c9313eed90fe8b92e0b78f1135a619
1 parent
6e8da2f1
Clarify shield removal description on Sunder Armour.
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -315,7 +315,7 @@ newTalent{ |
315 | 315 | end, |
316 | 316 | info = function(self, t) |
317 | 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 | 319 | Armor reduction chance increases with your Physical Power.]]) |
320 | 320 | :tformat(100 * self:combatTalentWeaponDamage(t, 1, 1.5),t.getArmorReduc(self, t), t.getDuration(self, t), t.getShatter(self, t)) |
321 | 321 | end, | ... | ... |
-
Please register or login to post a comment