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.