March 02, 2011 at 01:20PM View BBCode
in the 1stQ of one of my games today, my team managed to block a field goal. as you can imagine, i was reasonably happy. you can imagine my surprise then, when the opposng team somehow recover their own blocked kick and return it 17 yards to the 14, leading to a touchdown. unless my team went and signed leon kett when i wasn't looking, i believe this is a bug.March 02, 2011 at 04:12PM View BBCode
Right now the code treats all blocked kicks as happening behind the neutral zone, in which case either team can advance the ball (Rule 9, Article 4, "When a kick is from behind the line, any touching behind the line by an offensive player is legal and any player may recover and advance"). If the block occurs beyond the neutral zone, the defense has to muff the recovery for the offense to advance (I assume this is what you are referring to). The way the code is written, a block beyond the neutral zone could only happen on long kicks, as the kicker intentionally increases his kicking angle closer to the goal to put the ball well above the reach of a defender when it crosses the LOS. (When I first wrote the code, the kicker always went for a 45 degree angle on field goals and blocks were far more common.)March 02, 2011 at 04:45PM View BBCode
You aren't misinterpretting the rule, but it is highly improbable that a player would be able to recover a blocked FG and then return it 17 yards. Were the defensive players just standing there while this occured?March 02, 2011 at 05:08PM View BBCode
Originally posted by Hamilton2You apparently missed the Steelers / Ravens playoff game.
You aren't misinterpretting the rule, but it is highly improbable that a player would be able to recover a blocked FG and then return it 17 yards. Were the defensive players just standing there while this occured?
March 02, 2011 at 06:36PM View BBCode
Well, we are looking at a sample size of one in a sport where anything can happen, but I will double-check the code. I recall it being difficult to get data to analyze on blocked field goals and blocked extra points, so at some pont I had to take some creative liberties. :)March 02, 2011 at 06:41PM View BBCode
Looking at the code, a 17 yard return means that he fell into the "unusual return" slot, as the maximum FG block return for a player with perfect skills and perfect random numbers is 16 yards. So you won't see returns like that on a regular basis.March 03, 2011 at 05:11PM View BBCode
the rule interpretation there is correct, but really, how often does that happen? greg brown is his backup TE, which places him between the RT and RB on the field goal team. regardless of rule, i would suggest that the occurences of the kicking team picking up their own blocked kick behind the line of scrimmage and advancing it for positive yardage are rare. i would also suggest that in those rare cases, it makes sense that the holder, kicker or maybe outside wing blocker are the most likely candidates. to have the backup TE come off his block, turn around, pick up the ball and then rumble 17 yards downfield? the odds against that must be astronomical.Pages: 1