Shatter Skill Recharge rate is wrong

Shatter Skill Recharge rate is wrong

in Bugs: Game, Forum, Website

Posted by: Mighty Helm.1268

Mighty Helm.1268

Untraited
F1 = 15 sec
F2 = 30 sec
F3 = 45 sec
F4 = 60 sec
Illusions says that it reduces the recharge rate by 1% per point in illusions.
F1 = 15 X .7 = 10.5 sec ( 30 point in trait line) really is 11.5 sec
F2 = 30 X .7 = 31.5 sec (same) really is 34.5 sec
F3 = 45 X .7 = 21 sec (same) really is 23 sec
F4 = 60 X .7 = 42 sec (same) really 46.25 sec
I have reported this bug and asked Anet not to just change the tool tip to match the incorrect formual in C++. They only changed the tool tip. Im not getting all my trait points for Illusions, fix this. Everyone is tired of the tool tip fix, we want real fixes. Send me the formual and ill fix it in C++ and email it back to you

Shatter Skill Recharge rate is wrong

in Bugs: Game, Forum, Website

Posted by: Sutcliffe.5491

Sutcliffe.5491

Your interpretation is wrong, if it was your case , it will be shatter cooldown reduce by 30% and not recharge rate increase by 30%

As an example, F1 shatter(untraited=15s) has a recharge rate of 6.6667% per sec. If u increase recharge rate by 30%, it becomes 8.6667% per sec( 100รท8.667=10.5s). U can do the same for all other shatter and find the same result.

Shatter Skill Recharge rate is wrong

in Bugs: Game, Forum, Website

Posted by: Nretep.2564

Nretep.2564

^
except that you wrote 10.5s. You wrote the right calculation but your result is wrong. It should be 11.538s

Generally, you don’t shorten the CD by 30% but increase the rate by 30%. Seems the same, but it’s not. Easiest to compare would be 100%. shorten CD by 100% would make it 0s. Double the recharge would half the CD → 7.5s

The calculation (as Sut said) is either [1/((1/15s)*(1+ 30%)) ] or shorter [ 15s / (1 + 30%) ].

Shatter Skill Recharge rate is wrong

in Bugs: Game, Forum, Website

Posted by: Sutcliffe.5491

Sutcliffe.5491

Yeah you are right that I typed the time wrongly.
But im glad that u understood what I was trying to say.