Re: Sword vs Dagger
You're doing it wrong. TP per swing is rounded to the nearest 0.1, not the whole number. The display is whole number, but you can easily see the systems tracks to the 0.1 by swinging 10 times.
Plus, you're using the wrong formula; 180 ~ 450 delay weapons should be using this one:
TP/swing = 5.0 + [(Delay - 180) * 6.5] / 270
Kidney Dagger: Dly: 183; 5.0 TP/swing
5.0 + [(Delay - 180) * 6.5] / 270
= 5.0 + [(183-180)*6.5] / 270
= 5.0 + [3 * 6.5] / 270
= 5.0 + 19.5 / 270
= 5.0 + 0.722...
= 5.07...
=> 5.0 TP/swing (truncate down to nearest tenth decimal place)
183 delay = 3.05 sec/swing
(5.0 TP/swing) / (3.05 sec/swing) = ~1.64 TP/sec
Wise Wizard's Anelace: Dly: 226; 6.1 TP/swing
5.0 + [(Delay - 180) * 6.5] / 270
= 5.0 + [(226-180) * 6.5] / 270
= 5.0 + [46 * 6.5] / 270
= 5.0 + 299 / 270
= 5.0 + 1.107...
= 6.107...
=> 6.1 TP/swing (truncate down to nearest tenth decimal place)
226 delay = 3.766... sec/swing
(6.1 TP/swing) / (3.766 sec/swing) = ~1.62 TP/sec
So, 1.64 TP/sec vs. 1.62 TP/sec using the example weapons you picked. That's barely more than 1% difference in TP gain rate.
* * *
Read it again: http://wiki.ffxiclopedia.org/wiki/TP
Originally posted by Glued
View Post
Plus, you're using the wrong formula; 180 ~ 450 delay weapons should be using this one:
TP/swing = 5.0 + [(Delay - 180) * 6.5] / 270
Kidney Dagger: Dly: 183; 5.0 TP/swing
5.0 + [(Delay - 180) * 6.5] / 270
= 5.0 + [(183-180)*6.5] / 270
= 5.0 + [3 * 6.5] / 270
= 5.0 + 19.5 / 270
= 5.0 + 0.722...
= 5.07...
=> 5.0 TP/swing (truncate down to nearest tenth decimal place)
183 delay = 3.05 sec/swing
(5.0 TP/swing) / (3.05 sec/swing) = ~1.64 TP/sec
Wise Wizard's Anelace: Dly: 226; 6.1 TP/swing
5.0 + [(Delay - 180) * 6.5] / 270
= 5.0 + [(226-180) * 6.5] / 270
= 5.0 + [46 * 6.5] / 270
= 5.0 + 299 / 270
= 5.0 + 1.107...
= 6.107...
=> 6.1 TP/swing (truncate down to nearest tenth decimal place)
226 delay = 3.766... sec/swing
(6.1 TP/swing) / (3.766 sec/swing) = ~1.62 TP/sec
So, 1.64 TP/sec vs. 1.62 TP/sec using the example weapons you picked. That's barely more than 1% difference in TP gain rate.
* * *
Read it again: http://wiki.ffxiclopedia.org/wiki/TP
Comment