Ragnarok.Littleanimal said:
»Hello, I was wondering if anyone has a spreadsheet where I can calculate the change in TP so I can fiddle around with my STP gear. I do not use windower, so any sort of plugin do-dad won't really help me. Thank you.
In the Mnk DPS spreadsheet, line 72 of the Data page I have a little space where I can plug in a delay and get the old and new TP values, for when I'm trying to check on something.
Quetzalcoatl.Valli said:
»On that subject, does anyone know the formula? The wiki still holds true, just 4 digits instead of 3 and rounding?
Hm. The formula in the chart on BGWiki is a bit off (though the formulas given are the correct new values). The lowest portion of the formula includes 175 delay, not just less than 175 delay. The middle portion includes 176 delay, rather than starting at 180 delay. Most of the text in the page still refers to the old formulations, though, and Wikia wiki doesn't have any of the new formula info at all.
And just confirming the formula:
Code
If Delay < 176:
32 + floor((Delay - 12) * 11/64)
else
17 + floor(Delay * 489/2000)