Originally posted by CONN CHRIS
It's hard to say what is going on with these (which is silly given that it's a fairly simplistic thing sim-wise). This 64.5 yard attempt in the same game missed left. Did it have more yards on it or was it short as well as left? Hard to tell.
http://goallineblitz.com/game/replay.pl?game_id=1017780&pbp_id=10336381You have to crack open the page source and peek at the var play_data
{id: 'ball',x: 94,y: 354.75,z: 14.75}
{id: 'ball',x: 95.5,y: 364.75,z: 10}
The lower crossbar is at y=360, and you need height z=10 at that point, so looks like you *just* had the height on that kick; maybe an extra yard and a half's worth for 66 yards. It's a lot better than the old days of just (missed), at least.