Added gauntlet cardset data

This commit is contained in:
Cal Corum 2023-10-23 00:58:47 -05:00
parent e835b6e2f2
commit e8a5c6f503

View File

@ -44,6 +44,10 @@ CARDSETS = {
'tens': {
'primary': [11, 7, 6, 12], # 2016, 2012, 2013, 2008, Mario
'secondary': [13, 5] # 2018, 2019
},
'gauntlet-3': {
'primary': [13, 9], # 2018, 2023
'secondary': [5, 11] # 2019, 2016
}
}