Page 1 of 1

[1.6.0] Quickened triggers at 70% life, not 30%

Posted: Mon Nov 11, 2019 1:25 am
by Zizzo
Ever since I added a cooldown tracker for the Quickened talent, I've been noticing it triggering on my Yeek characters when I wasn't anywhere near 30% life. If I'm reading the Quickened code correctly, in particular this line:

Code: Select all

if (self.life / self.max_life) >= 0.7 then return end
it looks like it's triggering when your life falls below 70% max. I'm assuming the tooltip description is the intended behavior, as the actual behavior seems a bit too powerful.

Re: [1.6.0] Quickened triggers at 70% life, not 30%

Posted: Thu Nov 14, 2019 4:17 am
by FuzzyCuddlyBunny
Already fixed for 1.6.1, thanks for the report :)