chore: prep 2.3.1 docs and note Hero creature handling
Some checks are pending
CI / build (push) Waiting to run
Preview Performance Regression Gate / preview-perf (push) Waiting to run

This commit is contained in:
matt 2025-09-29 23:00:57 -07:00
parent 2c4eb4ba23
commit 4f7d39acba
11 changed files with 1036 additions and 226 deletions

View file

@ -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'
]