mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-09-22 04:50:46 +02:00
Release v1.1.0: headless runner + tagging updates (Discard Matters, Freerunning, Craft, Spree, Explore/Map, Rad, Energy/Resource Engine, Spawn/Scion)
This commit is contained in:
parent
36abbaa1dd
commit
99005c19f8
23 changed files with 1330 additions and 420 deletions
22
config/deck.json
Normal file
22
config/deck.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"commander": "Aang, Airbending Master",
|
||||
"primary_tag": "Experience Counters",
|
||||
"secondary_tag": "Token Creation",
|
||||
"tertiary_tag": null,
|
||||
"bracket_level": 4,
|
||||
"use_multi_theme": true,
|
||||
"add_lands": true,
|
||||
"add_creatures": true,
|
||||
"add_non_creature_spells": true,
|
||||
"fetch_count": 3,
|
||||
"ideal_counts": {
|
||||
"ramp": 8,
|
||||
"lands": 35,
|
||||
"basic_lands": 15,
|
||||
"creatures": 25,
|
||||
"removal": 10,
|
||||
"wipes": 2,
|
||||
"card_advantage": 10,
|
||||
"protection": 8
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue