[1.6.0] Quickened triggers at 70% life, not 30%
Posted: Mon Nov 11, 2019 1:25 am
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:
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.
Code: Select all
if (self.life / self.max_life) >= 0.7 then return end