Commit 827d583dc3b506a88a8404c991a0f46188897ed8

Authored by K'van
1 parent 2f6c9438

crit shrug update

... ... @@ -70,7 +70,7 @@ newTalent{
70 70 info = function(self, t)
71 71 local defense = t.getDefense(self, t)
72 72 local crits = t.getCritDefense(self, t)
73   - return ([[Gain %d defense and %d%% chance to shrug off critical hits.
  73 + return ([[Gain %d defense and reduce the damage multiplier of incoming critical hits by %d%%.
74 74 If you have Precognition or See the Threads active these bonuses will be added to those effects, granting additional defense and chance to shrug off critical hits.
75 75 These bonuses scale with your Magic stat.]]):
76 76 tformat(defense, crits)
... ...