mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-17 08:00:13 +01:00
Added logic for more themes
Adjusted setup to exclude unsets and Heroes of the realm cards
This commit is contained in:
parent
94d42d93cf
commit
4a3d9c423e
3 changed files with 441 additions and 118 deletions
|
|
@ -29,7 +29,7 @@ colors = ['colorless', 'white', 'blue', 'black', 'red', 'green',
|
|||
'bant', 'esper', 'grixis', 'jund', 'naya',
|
||||
'abzan', 'jeskai', 'mardu', 'sultai', 'temur',
|
||||
'dune', 'glint', 'ink', 'witch', 'yore', 'wubrg',
|
||||
'legendary']
|
||||
'commander']
|
||||
|
||||
counter_types = ['+0/+1', '+0/+2', '+1/+0', '+1/+2', '+2/+0', '+2/+2',
|
||||
'-0/-1', '-0/-2', '-1/-0', '-1/-2', '-2/-0', '-2/-2',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue