Update gamelog.ron
This commit is contained in:
373
gamelog.ron
373
gamelog.ron
@@ -1472,5 +1472,378 @@
|
||||
]
|
||||
),
|
||||
]
|
||||
),
|
||||
Game(
|
||||
version: "0.7.0",
|
||||
flags: [Interval(3)],
|
||||
events: [
|
||||
Quarter(1),
|
||||
Kickoff(ArizonaState),
|
||||
Play(
|
||||
action: Unknown,
|
||||
down: Second,
|
||||
terrain: Yards(4),
|
||||
),
|
||||
Play(
|
||||
action: Unknown,
|
||||
down: Third,
|
||||
terrain: Yards(4),
|
||||
),
|
||||
Penalty(Yards(9),
|
||||
Play(
|
||||
action: PlayActionComebacks,
|
||||
down: Fourth,
|
||||
terrain: Yards(3),
|
||||
),
|
||||
Quarter(Second),
|
||||
Play(
|
||||
action: HailMary,
|
||||
down: None,
|
||||
terrain: None
|
||||
),
|
||||
Turnover(Iowa),
|
||||
Play(
|
||||
action: Unknown, // Iform throw
|
||||
down: Second,
|
||||
terrain: Inches
|
||||
),
|
||||
Play(
|
||||
action:Unknown,
|
||||
down: First
|
||||
terrain: Yards(10)
|
||||
),
|
||||
Play(
|
||||
action: Unknown,
|
||||
down: Second,
|
||||
terrain: Yards(11)
|
||||
),
|
||||
Play(
|
||||
action: Unknown,
|
||||
down: Third,
|
||||
terrain: Yards(11)
|
||||
),
|
||||
Play(
|
||||
action: PlayActionBoot,
|
||||
down: Fourth,
|
||||
terrain: Yards(11),
|
||||
),
|
||||
Play(
|
||||
action: Unknown,
|
||||
down: None,
|
||||
terrain: None
|
||||
),
|
||||
Turnover(ArizonaState),
|
||||
Play(
|
||||
action: PlayActionComebacks,
|
||||
down: Second,
|
||||
terrain: Yards(1),
|
||||
),
|
||||
Play(
|
||||
action: Unknown,
|
||||
down: None,
|
||||
terrain: None,
|
||||
),
|
||||
Quarter(Third),
|
||||
Kickoff(Iowa),
|
||||
Play(
|
||||
action: SpeedOption,
|
||||
down: Second,
|
||||
terrain: Yards(11),
|
||||
),
|
||||
Play(
|
||||
action: SlotOut,
|
||||
down: Third,
|
||||
terrain: Yards(11),
|
||||
),
|
||||
Play(
|
||||
action: HalfbackSlipScreen,
|
||||
down: First,
|
||||
terrain: Yards(10),
|
||||
),
|
||||
Play(
|
||||
action: SpeedOption,
|
||||
down: Second,
|
||||
terrain: Yards(11),
|
||||
),
|
||||
Play(
|
||||
action: SlotOut,
|
||||
down: Third,
|
||||
terrain: Yards(11),
|
||||
),
|
||||
Play(
|
||||
action: Unknown,
|
||||
down: Fourth,
|
||||
terrain: Yards(11),
|
||||
),
|
||||
Turnover(ArizonaState)
|
||||
Play(
|
||||
action: HalfbackSlipScreen,
|
||||
down: Second,
|
||||
terrain: Yards(10),
|
||||
),
|
||||
Play(
|
||||
action: HalfbackSlam,
|
||||
down: First,
|
||||
terrain: Yards(10)
|
||||
),
|
||||
Quarter(Fourth),
|
||||
Play(
|
||||
action: PlayActionBoot,
|
||||
down: Second,
|
||||
terrain: Yards(10),
|
||||
),
|
||||
Play(
|
||||
action: SlotOut,
|
||||
down: Third,
|
||||
terrain: Yards(1),
|
||||
),
|
||||
Play(
|
||||
action: PowerZero,
|
||||
down: First,
|
||||
terrain: Yards(10),
|
||||
),
|
||||
Play(
|
||||
action: HalfbackSlam,
|
||||
down: Second,
|
||||
terrain: Yards(3),
|
||||
),
|
||||
Play(
|
||||
action: PlayActionBoot,
|
||||
down: First,
|
||||
terrain: Yards(10),
|
||||
),
|
||||
Play(
|
||||
action: SlotOut,
|
||||
down: Second,
|
||||
terrain: Yards(1),
|
||||
),
|
||||
Play(
|
||||
action: HalfbackSlam,
|
||||
down: First,
|
||||
terrain: Yards(10)
|
||||
),
|
||||
Play(
|
||||
action: PlayActionComebacks,
|
||||
down: First,
|
||||
terrain: GoalLine,
|
||||
),
|
||||
Score(FieldGoal),
|
||||
Kickoff(Iowa),
|
||||
Play(
|
||||
action: HailMary,
|
||||
down: First,
|
||||
terrain: Yards(10),
|
||||
)
|
||||
]
|
||||
),
|
||||
Game(
|
||||
version: "0.7.1",
|
||||
flags: [Interval(3), SheerDumbFuckingLuck],
|
||||
events: [
|
||||
Quarter(First),
|
||||
Kickoff(Nebraska),
|
||||
Play(
|
||||
action: SlotOut,
|
||||
down: First,
|
||||
terrain: Yards(10),
|
||||
),
|
||||
Play(
|
||||
action: SlantBubble,
|
||||
down: Second,
|
||||
terrain: Yards(10),
|
||||
),
|
||||
Play(
|
||||
action: PowerZero,
|
||||
down: First,
|
||||
terrain: Yards(10),
|
||||
),
|
||||
Play(
|
||||
action: PlayActionPowerZero,
|
||||
down: First,
|
||||
terrain: Yards(10),
|
||||
),
|
||||
Play(
|
||||
action: CrackStudentBodyRightTackle,
|
||||
down: Second,
|
||||
terrain: Yards(5),
|
||||
),
|
||||
Play(
|
||||
action: HalfbackSlipScreen,
|
||||
down: Third,
|
||||
terrain: Yards(5),
|
||||
),
|
||||
Play(
|
||||
action: SlotOut,
|
||||
down: First,
|
||||
terrain: Yards(10),
|
||||
),
|
||||
Penalty(Yards(15)),
|
||||
Play(
|
||||
action: StrongFlood,
|
||||
down: Second,
|
||||
terrain: Yards(22)
|
||||
)
|
||||
Play(
|
||||
action: SlotOut,
|
||||
down: Third,
|
||||
terrain: Yards(22)
|
||||
)
|
||||
Quarter(Second),
|
||||
Play(
|
||||
action: StrongFlood,
|
||||
down: None,
|
||||
terrain: None,
|
||||
),
|
||||
Turnover(TexasAnM),
|
||||
Play(
|
||||
action: Unknown,
|
||||
down: None,
|
||||
terrain: None,
|
||||
),
|
||||
Play(
|
||||
action: Unknown,
|
||||
down: None,
|
||||
terrain: None,
|
||||
),
|
||||
Play(
|
||||
action: Unknown,
|
||||
down: None,
|
||||
terrain: None,
|
||||
),
|
||||
Play(
|
||||
action: Unknown,
|
||||
down: None,
|
||||
terrain: None,
|
||||
),
|
||||
Play(
|
||||
action: Curls,
|
||||
down: First,
|
||||
terrain: Yards(10)
|
||||
),
|
||||
Play(
|
||||
action: SlotOut,
|
||||
down: Second,
|
||||
terrain: Yards(1),
|
||||
),
|
||||
Play(
|
||||
action: Unknown,
|
||||
down: First,
|
||||
terrain: GoalLine
|
||||
)
|
||||
Play(
|
||||
action: Unknown,
|
||||
down: None,
|
||||
terrain: None,
|
||||
),
|
||||
Score(Touchdown),
|
||||
Score(PatSafety),
|
||||
Kickoff(Nebraska),
|
||||
Play(
|
||||
action: PlayActionBoot,
|
||||
down: Second,
|
||||
terrain: Yards(10),
|
||||
),
|
||||
Play(
|
||||
action: PlayActionComebacks,
|
||||
down: Third,
|
||||
terrain: Yards(13),
|
||||
),
|
||||
Quarter(Third),
|
||||
Kickoff(TexasAnM),
|
||||
Play(
|
||||
action: PlayActionComebacks,
|
||||
down: First,
|
||||
terrain: Yards(10),
|
||||
),
|
||||
Play(
|
||||
action: PlayActionComebacks,
|
||||
down: Second,
|
||||
terrain: Yards(15),
|
||||
),
|
||||
Play(
|
||||
action: FleaFlicker,
|
||||
down: Third,
|
||||
terrain: Yards(15),
|
||||
),
|
||||
Play(
|
||||
action: StrongFlood,
|
||||
down: Fourth,
|
||||
terrain: Yards(19),
|
||||
),
|
||||
Play(
|
||||
action: Unknown,
|
||||
down: None,
|
||||
terrain: None,
|
||||
),
|
||||
Turnover(Nebraska),
|
||||
Play(
|
||||
action: SlotOut,
|
||||
down: Second,
|
||||
terrain: Yards(10),
|
||||
),
|
||||
Play(
|
||||
action: PowerZero,
|
||||
down: Third,
|
||||
terrain: Yards(7),
|
||||
),
|
||||
Play(
|
||||
action: PlayActionComebacks,
|
||||
down: First,
|
||||
terrain: Yards(10),
|
||||
),
|
||||
Quarter(Fourth),
|
||||
Penalty(Yards(15))
|
||||
Play(
|
||||
action: StrongFlood,
|
||||
down: Second,
|
||||
terrain: Yards(11),
|
||||
),
|
||||
Play(
|
||||
action: PlayActionComebacks,
|
||||
down: Third,
|
||||
terrain: Yards(10),
|
||||
),
|
||||
Play(
|
||||
action: SlotOut,
|
||||
down: Fourth,
|
||||
terrain: Yards(1),
|
||||
),
|
||||
Play(
|
||||
action: PlayActionComebacks,
|
||||
down: None,
|
||||
terrain: None,
|
||||
),
|
||||
Score(Touchdown),
|
||||
Score(PatSafety),
|
||||
Kickoff(TexasAnM),
|
||||
Play(
|
||||
action: StrongFlood,
|
||||
down: Second,
|
||||
terrain: Yards(Inches),
|
||||
),
|
||||
Play(
|
||||
action: PlayActionBoot,
|
||||
down: First,
|
||||
terrain: Yards(10),
|
||||
),
|
||||
Play(
|
||||
action: Unknown,
|
||||
down: Second,
|
||||
terrain: Yards(17),
|
||||
),
|
||||
Play(
|
||||
action: PlayActionBoot, //Fucking bull
|
||||
down: None,
|
||||
terrain: None,
|
||||
),
|
||||
Score(Touchdown), // Accross 75% of the field
|
||||
Score(2),
|
||||
Kickoff(Nebraska),
|
||||
Play(
|
||||
action: Unknown, // Fucking hit the wrong button. Fake punted instead of punted.
|
||||
down: None,
|
||||
terrain: None,
|
||||
),
|
||||
]
|
||||
)
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user