DamageShield effect tooltip show the remaining dmg absorb
Posted: Mon Nov 29, 2010 8:03 am
I suggest the tooltip of Damage Shield also show the damage that can be absorbed for the moment, not only the maximum value.
Code: Select all
long_desc = function(self, eff) return ("The target is surrounded by a magical shield, absorbing %d/%d damage before it crumbles."):format(self.damage_shield_absorb, eff.power) end,