Skip to content
Snippets Groups Projects
Commit 4942ba88 authored by Tawny Harte's avatar Tawny Harte
Browse files

crit shrug talent tooltips now correctly state what crit shrug does.

parent e383dc42
No related branches found
No related tags found
1 merge request!510fixed tooltips fixed
......@@ -262,7 +262,7 @@ newTalent{
end,
info = function(self, t)
return ([[Your body's internal organs are indistinct, disguising your vital areas.
All direct critical hits (physical, mental, spells) against you have a %d%% lower Critical multiplier (but always do at least normal damage).
You have a %d%% chance to shrug off all direct critical hits (physical, mental, spell).
In addition you gain %d%% resistance to disease, poison, wounds and blindness.]]):
format(t.critResist(self, t), 100*t.immunities(self, t))
end,
......
......@@ -137,7 +137,7 @@ newTalent{
local resist = t.getResistance(self, t)
local crit = t.critResist(self, t)
return ([[Turn your body into pure ice, increasing your Cold damage affinity by %d%% and your physical resistance by %d%%.
All direct critical hits (physical, mental, spells) against you have a %d%% lower Critical multiplier (but always do at least normal damage).
You have a %d%% chance to shrug off all direct critical hits (physical, mental, spell).
The effects increase with your Spellpower.]]):
format(t.getAffinity(self, t), resist, crit)
end,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment