2024 Updates

This commit is contained in:
Cal Corum 2024-04-21 17:48:51 -05:00
parent 62bcfd5e45
commit b9a64e8333

View File

@ -26,20 +26,21 @@ logging.basicConfig(
level=log_level
)
ranked_cardsets = [9, 10, 13, 14]
# 2024, 2018
ranked_cardsets = [17, 18, 13, 14]
CARDSETS = {
'ranked': {
'primary': ranked_cardsets, # 2023, 23 Promos, 2018
'primary': ranked_cardsets,
'human': ranked_cardsets
},
'minor-league': {
'primary': [13, 8], # 2018, Mario
'secondary': [9, 3], # 2023, 2022
'primary': [17, 8], # 2024, Mario
'secondary': [13], # 2018
'human': [x for x in range(1, 19)]
},
'major-league': {
'primary': [13, 9, 8, 6, 12, 14], # 2018, 2023, Mario, 2013, 2008
'secondary': [3, 5], # 2022, 2019
'primary': [17, 13, 11, 12, 8], # 2024, 2018, 2016, 2012, Mario
'secondary': [9, 3], # 2023, 2022
'human': ranked_cardsets
},
'hall-of-fame': {