User Pass
Home Sign Up Contact Log In
uwahly
offline
Link
 
Do you think deflect % will compete with catching and cause fewer INTs?
 
Negronic
offline
Link
 
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;
}
 
Negronic
offline
Link
 
so by the above logic, having 100% PD rate will not cause you to lose INTs.


but this is all speculation...
 
Underdawg08
offline
Link
 
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
 


You are not logged in. Please log in if you want to post a reply.