Gauntlet 7 cardsets
This commit is contained in:
parent
0b8234f9d6
commit
acb65ef47c
1
.gitignore
vendored
1
.gitignore
vendored
@ -58,3 +58,4 @@ pyenv.cfg
|
||||
pyvenv.cfg
|
||||
docker-compose*
|
||||
*.db
|
||||
venv
|
||||
|
||||
@ -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)]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user