mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-17 08:00:13 +01:00
20 lines
429 B
JSON
20 lines
429 B
JSON
|
|
{
|
||
|
|
"commander": "Alania, Divergent Storm",
|
||
|
|
"primary_tag": "Spellslinger",
|
||
|
|
"secondary_tag": "Otter Kindred",
|
||
|
|
"bracket_level": 3,
|
||
|
|
"include_cards": [
|
||
|
|
"Sol Ring",
|
||
|
|
"Lightning Bolt",
|
||
|
|
"Counterspell"
|
||
|
|
],
|
||
|
|
"exclude_cards": [
|
||
|
|
"Mana Crypt",
|
||
|
|
"Brainstorm",
|
||
|
|
"Force of Will"
|
||
|
|
],
|
||
|
|
"enforcement_mode": "warn",
|
||
|
|
"allow_illegal": false,
|
||
|
|
"fuzzy_matching": true
|
||
|
|
}
|