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

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Zizzo
Sher'Tul Godslayer
Posts: 2524
Joined: Thu Jan 23, 2003 8:13 pm
Location: A shallow water area south of Bree
Contact:

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

#1 Post 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.
"Blessed are the yeeks, for they shall inherit Arda..."

FuzzyCuddlyBunny
Wayist
Posts: 20
Joined: Sat Feb 25, 2017 4:05 am

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

#2 Post by FuzzyCuddlyBunny »

Already fixed for 1.6.1, thanks for the report :)

Post Reply