DamageShield effect tooltip show the remaining dmg absorb

All new ideas for the upcoming releases of ToME 4.x.x should be discussed here

Moderator: Moderator

Post Reply
Message
Author
hops
Halfling
Posts: 111
Joined: Tue Sep 21, 2010 9:05 am

DamageShield effect tooltip show the remaining dmg absorb

#1 Post by hops »

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,

darkgod
Master of Eyal
Posts: 10750
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: DamageShield effect tooltip show the remaining dmg absor

#2 Post by darkgod »

done
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Elkan
Archmage
Posts: 336
Joined: Wed Aug 08, 2007 12:23 pm

Re: DamageShield effect tooltip show the remaining dmg absor

#3 Post by Elkan »

I have to say I love how transparent you make the game engine and its workings Darkgod <3

darkgod
Master of Eyal
Posts: 10750
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: DamageShield effect tooltip show the remaining dmg absor

#4 Post by darkgod »

thanks :)
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Post Reply