mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-16 23:50:12 +01:00
chore: prep 2.3.1 docs and note Hero creature handling
This commit is contained in:
parent
2c4eb4ba23
commit
4f7d39acba
11 changed files with 1036 additions and 226 deletions
|
|
@ -33,7 +33,15 @@ BANNED_CARDS: List[str] = [
|
|||
'Trade Secrets', 'Upheaval', "Yawgmoth's Bargain",
|
||||
# Problematic / culturally sensitive or banned in other formats
|
||||
'Invoke Prejudice', 'Cleanse', 'Stone-Throwing Devils', 'Pradesh Gypsies',
|
||||
'Jihad', 'Imprison', 'Crusade'
|
||||
'Jihad', 'Imprison', 'Crusade',
|
||||
# Cards of the Hero type (non creature)
|
||||
"The Protector", "The Hunter", "The Savant", "The Explorer",
|
||||
"The Philosopher", "The Harvester", "The Tyrant", "The Vanquisher",
|
||||
"The Avenger", "The Slayer", "The Warmonger", "The Destined",
|
||||
"The Warrior", "The General", "The Provider", "The Champion",
|
||||
# Hero Equipment
|
||||
"Spear of the General", "Lash of the Tyrant", "Bow of the Hunter",
|
||||
"Cloak of the Philosopher", "Axe of the Warmonger"
|
||||
]
|
||||
|
||||
# Constants for setup and CSV processing
|
||||
|
|
@ -60,7 +68,6 @@ CARD_TYPES_TO_EXCLUDE: List[str] = [
|
|||
'Phenomenon',
|
||||
'Stickers',
|
||||
'Attraction',
|
||||
'Hero',
|
||||
'Contraption'
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue