Code:
#
# 40 team schedule, 150 games
# Designed for the following configuration:
# 1 subleague with 4 divisions of 10 teams
#
#
# 10 games against each other team in division (5H/5A)
# 2 games against all other teams in subleague (2H or 2A)
#
# All division games in 5-games series
#
# Interdivision games are played in paired blocks of five 2-game series all home or away
# Play five teams from one other division home or away, then play other five away or home
# There are three stretches where play each of the other three divisions
#
# This is one of two sibling files that together make so each interdivision opponent
# is played once at home and once away
#
# Offdays come after every ten games
# So after each two division series stretch and after each five interdivision series stretch
# All days all off on the same days
#
# Homestands and roadtrips as long as 20 games
#
# All game times set at 1:05pm
#
# Season begins first Wednesday on or after April 12
# Season ends last Sunday of September
# Season spans 166 days
#
# All-Star Game on first Sunday on or after July 9 (day 89)
#
# Built 2024-10-13
#