Page 1 of 1

Version 1.1.4 Mac, Reflection rune… am I dumb?

Posted: Thu Jan 09, 2014 5:14 am
by Delmuir
I'd noted in another post that the reflection rune would say 178 or so in the market but the description would say a bit less… around 139 or so.

Now, in the new version, it said 225 in the market but 134 in the description. That's worse! Am I not understanding something or is it a continued bug. More so, which is it? The higher number makes it a compelling purchase, especially early but the lower number just makes it a crappy shield rune.

Re: Version 1.1.4 Mac, Reflection rune… am I dumb?

Posted: Thu Jan 09, 2014 7:31 am
by Bahndriin
I have not idea whether you are dumb or not :P This behavior is a bug that was hopefully fixed in 1.1.4.

Re: Version 1.1.4 Mac, Reflection rune… am I dumb?

Posted: Thu Mar 27, 2014 9:52 pm
by Predawn
Having found it early in a game, the Rune shows 140 absorbed and reflected damage at the top of it`s inventory info, but the bottom of the info panel shows 112 damage to be reflected. This is in ToME 1.1.5, so maybe the fix is still waiting to be applied. :!:

Re: Version 1.1.4 Mac, Reflection rune… am I dumb?

Posted: Sat Mar 29, 2014 10:57 am
by Massimiliano Marangio
It's still not fixed:

Code: Select all

100+1.5*self:getMag()
is used in one description,

Code: Select all

100+5*self:getMag()
in the short description and the actual effect.

This means the short description (inventory, market) is correct, the long description is wrong.

Just tested with a Magic 57 character, a "185" (=100 + 1.5*57) reflection rune gave a 385 shield (= 100 + 5*57).

Re: Version 1.1.4 Mac, Reflection rune… am I dumb?

Posted: Sat Mar 29, 2014 11:29 am
by darkgod
fixed

And good to see you back Massimiliano!