mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-25 11:58:49 +01:00
feat: Add include/exclude card lists feature with web UI, validation, fuzzy matching, and JSON persistence (ALLOW_MUST_HAVES=1)
This commit is contained in:
parent
7ef45252f7
commit
0516260304
39 changed files with 3672 additions and 626 deletions
|
|
@ -18,5 +18,10 @@
|
|||
"wipes": 2,
|
||||
"card_advantage": 10,
|
||||
"protection": 8
|
||||
}
|
||||
},
|
||||
"include_cards": ["Sol Ring", "Lightning Bolt"],
|
||||
"exclude_cards": ["Chaos Orb"],
|
||||
"enforcement_mode": "warn",
|
||||
"allow_illegal": false,
|
||||
"fuzzy_matching": true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue