Page 1 of 1

"Hold the ground" description contains swapped values.

Posted: Fri Mar 06, 2020 3:04 pm
by ugnulf
Version 1.6.7 on Linux/64 bit.

The description text of the orc racial Hold the Ground reads:
When your life goes below 50% your sheer determination cleanses you of 1 mental debuff(s) based on talent level and Willpower. This can only happen once every 4 [->7] turns.
Also increases physical save by +12.
I was wondering why I should raise the talent level if that increases the talent cooldown ;-)

Looking at data/talents/misc/races.lua, I noticed that the last two arguments of the description string are swapped. The correct text should be:
When your life goes below 50% your sheer determination cleanses you of 1 mental debuff(s) based on talent level and Willpower. This can only happen once every 12 turns.
Also increases physical save by +4 [->7].

Re: "Hold the ground" description contains swapped values.

Posted: Mon Mar 16, 2020 8:34 pm
by WonderingMonster
I encountered the same issue and submitted a patch: https://git.net-core.org/tome/t-engine4 ... quests/625 . Thanks for the report :-)