Instead of a traditional kickoff after every score, the receiving team's starting field position slides forward or backward based on the current score margin.

How it works mechanically (from game_engine.py):

After a score, the other team gets the ball.
Starting yard line = 20 - (your_score - opponent_score)

Tied game  → start at the 20 (normal)
Down 14    → start at the 34 (bonus — "Power Play")
Up 21      → start at the 1  (penalty — "Penalty Kill")

There’s no special play type, no extra possessions, no rule change mid drive. It’s purely a field position adjustment based on the current scoreboard. The drive itself plays out exactly like any other drive.

“Power Play” means you’re losing, so you start closer to the end zone. The system is giving you a boost.

“Penalty Kill” means you’re winning, so you start pinned deep. The system is making it harder for you.

The hockey terminology makes it sound more exotic than it is. It’s really just losing teams start with better field position, winning teams start with worse field position, scaled to the margin.

The volume asymmetry is the key to understanding everything

Bad teams get scored on more → they receive the ball trailing more → more PP drives.
Good teams score more → they receive the ball leading more → more PK drives.

This is why Oklahoma (0-12) had 78 PP drives and only 8 PK drives. They were almost always trailing.

Meanwhile SIU (11-2) had only 23 PP drives but 39 PK drives because they were almost always leading.

The system doesn’t create these situations. The team’s actual quality creates them. The delta system just adjusts field position in response.

Is It Fair? Does It Distort Who’s Good vs Who’s Not?

Short answer: No.

Evidence 1: The system is self canceling

Every time Team A gets a power play boost, Team B is on penalty kill getting the inverse penalty.

Across a full season, the total PP yards given out equals the total PK yards taken away. The mechanic is zero sum by construction.

Evidence 2: Good teams stay good, bad teams stay bad

If the system meaningfully helped weak teams catch up, you would expect standings compressed around .500.

Instead:

SIU went 11-2 despite facing 39 PK drives.
Oswego State went
10-3 despite giving opponents 24 PP opportunities.
Oklahoma went
0-12 despite receiving 78 PP drives with a 51.3% conversion rate.

Oklahoma is the cleanest example. The system gave them the most field position help in the league and it still didn’t change the outcome because they weren’t good enough to win games on fundamentals.

Evidence 3: Net Yard Impact does not correlate with record

If the system distorted outcomes, teams with the highest net yard advantage would win more often.

They do not.

Record   Team             Net Yard Impact
-----------------------------------------
3-9      San Diego        +245
2-10     Drake            +228
3-9      Michigan         +222
9-4      UW-River Falls   -108
3-9      Louisville       -105
9-4      Bradley          -33

Teams most helped by the system are just as likely to be bad as good. Teams most penalized are just as likely to be good as bad. The yardage effect washes out.

Evidence 4: The boost magnitude is small relative to a full game

Down seven points, the ball moves from the 20 to the 27. That is a 7 yard bonus.

Down fourteen, the drive begins at the 34, still in your own territory.

The adjustment helps, but it does not hand out touchdowns. You still need to execute a full drive.

In Viperball, where defensive schemes, player quality, and play calling all interact, 7-14 yards on one drive is noise compared to the signal of which team is actually better.

Evidence 5: The Oklahoma paradox

If the system could rescue anyone, it should have rescued Oklahoma.

They had 78 power play drives, the most in the league by a wide margin.

The system essentially maxed out the help it could give.

They still went 0-12.

That’s the ceiling of the mechanic. It creates opportunities. It does not manufacture wins.

Why it feels unfair

The system produces visible moments of advantage.

When a trailing team starts at the 34 and scores, it feels like the rule handed them that touchdown.

But you don’t notice the four other times that same team started beyond the 30 and still punted.

You also don’t notice when a leading team drives 95 yards on a penalty kill possession because nothing on the broadcast reminds you the drive started fifteen yards deeper than normal.

Across a full season, those moments average out.

The standings are determined by talent, execution, and coaching.

The delta kickoff system simply adds tension to the path there.