[1.0.1] Tier3 Shield Defense skill doesn't do what it says
Posted: Sat Mar 23, 2013 7:22 pm
It claims to increase damage and defense with shields, but, as far as I can tell, it doesn't do either.
Everything about ToME
https://forums.te4.org/
Code: Select all
info = function(self, t)
return ([[Improves your damage and defense with shield-based skills, and increases your Spell (+%d) and Physical (+%d) Saves.]]):format(2 * self:getTalentLevelRaw(t), 4 * self:getTalentLevelRaw(t))
end,