Do you think deflect % will compete with catching and cause fewer INTs?
Negronic
offline
offline
I have no way of knowing this, but from a logical and coding perspective I would guess that a couple things happen when calculating PDs and INTs.
if(ball is interceptable) {
if(intercept()) {
done;
}
else {
PD();
done;
}
}
else if(ball is PDable but not interceptable) {
PD();
done;
}
else {
do not jump route;
}
if(ball is interceptable) {
if(intercept()) {
done;
}
else {
PD();
done;
}
}
else if(ball is PDable but not interceptable) {
PD();
done;
}
else {
do not jump route;
}
Negronic
offline
offline
so by the above logic, having 100% PD rate will not cause you to lose INTs.
but this is all speculation...
but this is all speculation...
Underdawg08
offline
offline
Originally posted by Negronic
so by the above logic, having 100% PD rate will not cause you to lose INTs.
but this is all speculation...
1001101010100010100101010101110010101010101010101101001010101001111111
so by the above logic, having 100% PD rate will not cause you to lose INTs.
but this is all speculation...
1001101010100010100101010101110010101010101010101101001010101001111111
You are not logged in. Please log in if you want to post a reply.






























