
Originally Posted by
FailureMidgard
I agree there is a range, your range is too large, or there is something wrong with my math, however.
Repeating the math for my last post, using just one of your assumed numbers.
Given: 100tp>86 dmg.
Assumed: x=196
86 = floor(D*x/256)
86 = floor(D * 196/256)
If 86=D*196/256, then D=112.32
If D=112, then 112*196/256=85.75, floors to 85. Wrong.
If D=113, then 113*196/256=86.51, floors to 86. Possible.
If D=114, then 114*196/256=87.28, floors to 87. Wrong.
D=113
Given: 100tp+gorget>96 dmg.
Assumed: Gorget makes new x value (call it x') equal to old x + 25. x' = x + 25, or x' = 221.
Math:
96 = floor(D*221/256) = floor(113*221/256) = floor(97.55) = 97
196 is definitely not correct.
If you see a flaw with this methodology, let me know. I don't really feel like repeating it for your entire range. I'm going to try to test with a different # of dispels relatively prime to 3 later, to try to narrow it down.
Anyway, I do agree 215 may not be exactly correct, but I think the range is lower than you are saying.