mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2026-02-26 18:04:08 +01:00
feat(tagging+archetypes): add Pillowfort/Politics/Midrange/Toolbox tagging and unify archetype presence skip logic
This commit is contained in:
parent
f2a76d2ffc
commit
6d6243d6be
47 changed files with 21133 additions and 839 deletions
48
config/themes/synergy_pairs.yml
Normal file
48
config/themes/synergy_pairs.yml
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
# Curated synergy pair baseline (externalized)
|
||||
# Only applied for a theme if its per-theme YAML lacks curated_synergies.
|
||||
# Keys: theme display_name; Values: list of synergy theme names.
|
||||
# Keep list concise (<=8) and focused on high-signal relationships.
|
||||
synergy_pairs:
|
||||
Tokens:
|
||||
- Treasure
|
||||
- Sacrifice
|
||||
- Aristocrats
|
||||
- Proliferate
|
||||
Treasure:
|
||||
- Artifact Tokens
|
||||
- Sacrifice
|
||||
- Combo
|
||||
- Tokens
|
||||
Proliferate:
|
||||
- +1/+1 Counters
|
||||
- Poison
|
||||
- Planeswalker Loyalty
|
||||
- Tokens
|
||||
Aristocrats:
|
||||
- Sacrifice
|
||||
- Tokens
|
||||
- Treasure
|
||||
Sacrifice:
|
||||
- Aristocrats
|
||||
- Tokens
|
||||
- Treasure
|
||||
Landfall:
|
||||
- Ramp
|
||||
- Graveyard
|
||||
- Tokens
|
||||
Graveyard:
|
||||
- Reanimate
|
||||
- Delve
|
||||
- Escape
|
||||
Reanimate:
|
||||
- Graveyard
|
||||
- Sacrifice
|
||||
- Aristocrats
|
||||
Spellslinger:
|
||||
- Prowess
|
||||
- Storm
|
||||
- Card Draw
|
||||
Storm:
|
||||
- Spellslinger
|
||||
- Rituals
|
||||
- Copy Spells
|
||||
Loading…
Add table
Add a link
Reference in a new issue