Finish tasks to bring calculation capabilities in line with last interval.

This commit is contained in:
Cutieguwu
2025-04-06 12:19:42 -04:00
parent 89f97101af
commit a7f8cb04f7
4 changed files with 65 additions and 20 deletions

View File

@@ -9,7 +9,7 @@
periods: [
Period(
start: First,
end: Third,
end: Second,
events: [
Kickoff(ArizonaState),
Play(
@@ -83,6 +83,12 @@
down: First,
terrain: Yards(10),
),
]
),
Period(
start: Third,
end: None,
events: [
Kickoff(TexasAnM),
Play(
action: Unknown, // PA Comebacks or Curls? Original note: Spike Centre
@@ -619,7 +625,6 @@
down: First,
terrain: GoalLine,
),
// Touchdown
Score(Touchdown),
Score(PatSafety),
Kickoff(Iowa),