If my 3 encounters state in their description boxes they should be:
7.8s - 15.8s - 11.8s
with 28.1% Recharge speed, my cooldowns should be:
8s - 16s - 12s
correct?
Been looking forward to upgrading my Perfect Sarcasm font, but due to recent changes it seems I will need to grind the Nine Hells for my Pure Sarcasm font... ironic isn't it?
Comments
7.8 = 71.9
__ ___
xx = 100
15.8 = 71.9
__ ___
xx = 100
11.8 = 71.9
__ ___
xx = 100
Recovery Tooltip = 36*Recovery^1.5/(LevelConstant+Recovery^1.5)
Encounter Ability Cooldown Time = InitialCooldownTime/(1+StatBonus+FeatBonus+0.36*Recovery^1.5/(LevelConstant+Recovery^1.5))
constant value is 102310
resuming: 100% cooldown reduction is halved cooldowns
7.8 x ( 1 + 28.1 / 100 ) = 10
15.8 x ( 1 + 28.1 / 100 ) = 20.24
11.8 x ( 1 + 28.1 / 100 ) = 15.1
The cooldown numbers 7.8, 15.8, and 11.8 are rounded, so the answers are only approximations.