[Gameplay] Talent Brawler doesn't work

Own

Moderator
It actually lowers defense. It's 1 point lower at the end of the video than it is at the start. Eh?
 
Last edited:

MrChocodemon

Handsome Moderator
It actually lowers defense, actually. It's 1 point lower at the end of the video than it is at the start. Eh?
Jop
Goes from 49 to 48 at the end. I don't know what the perk really does but it doesn't raise the defense by 25%
 

Teddy

Developer
Staff member
Very nice finds! There are actually two bugs at work here.

First bug: The buff effect doesn't get multiplied by its level! Thus, the increase is 5 % regardless of what level (past 1) the talent is! This is why the effect is so weak it can barely be noticed.

Second bug: I didn't account for floating point rounding errors when doing the code for some of the stat multipliers (including defense and attack)! 1.05 - 0.05 is, in the magical world of floating point unicorns, about 0.99999. This is why the defense is lower at the end, when the buff expires!

Both bugs should be fixed in the next patch, making the talent slightly less detrimental to its users :D
 
Top