View Full Version : Random questions
Arcon
10-02-2011, 08:50 PM
I found myself often needing to ask simple random questions, most of which I'd feel too stupid to open an extra thread for, so I figured something like this might be nice. Anyone can just ask random questions that are on their minds and see if they get answered. So, to start it off..
Does Store TP work off the truncated TP/hit value (to one decimal digit), or the raw value?
Greatguardian
10-02-2011, 11:49 PM
Trunacted and floored.
Example: 11.4 base TP/hit, Store TP +41
11.4 * 1.41 = 16.074
16.0 TP/hit.
Arcon
10-03-2011, 02:12 AM
I mean, is the base TP/hit floored before Store TP is applied?
TP = floor(TP(delay)*sTP)
vs
TP = floor(floor(TP(delay))*sTP)
Let's say 190 delay, single wield:
5 + 65/270 = 5.241..
Is that value floored to 5.2 before multiplied with, say, 15 Store TP? If yes, it would give floor(5.98) = 5.9 TP/hit. If no, it would give floor(6.027) = 6.0 TP/hit.
Greatguardian
10-03-2011, 04:58 AM
Not sure off the top of my head, but it's easy enough to test. Nin/Sam (for Utsusemi to avoid getting TP from being hit, and +15 STP), bunnies in Ronfaure. Single wield a 190 delay weapon and perform 10 attacks, you'll have either 59 or 60 TP.
If no one's checked by the time I get home I can just run out and test it.