Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -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) | ... | ... |
-
Please register or login to post a comment