Gauntlet 7 cardsets

This commit is contained in:
Cal Corum 2024-12-23 16:13:05 -06:00
parent 0b8234f9d6
commit acb65ef47c
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@ -58,3 +58,4 @@ pyenv.cfg
pyvenv.cfg
docker-compose*
*.db
venv

View File

@ -73,6 +73,11 @@ CARDSETS = {
'primary': [20, 8], # 1998, Mario
'secondary': [12], # 2008
'human': [x for x in range(1, 30)]
},
'gauntlet-7': {
'primary': [5, 23], # 2019, Brilliant Stars
'secondary': [1], # 2021
'human': [x for x in range(1, 30)]
}
}