We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Whenever are reduced, do not use the GetCooldown() function, instead store the remaining cooldown and manipulate that after.
For example, mirana perk:
local cooldown = keys.ability:GetCooldownTimeRemaining() keys.ability:EndCooldown() keys.ability:StartCooldown(cooldown*cooldownReduction)