On the Subject of Blaseball
Deducing the Away Team
- Take the sum of serial number’s letters’ alphabetical positions.
- Add the three numbers obtained from Table A using the “Away” column.
- Modulo 26 and find the resulting team in Table B.
Deducing the Home Team
- Take the sum of serial number’s digits.
- Add the three numbers obtained from Table A using the “Home” column.
- Modulo 24 and find the resulting team in Table B.
Exception
If the Away Team and Home Team are the same, change the Away Team to THE SHELLED ONE’S PODS, and the Home Team to The Hall Stars.

















