mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-24 11:30:12 +01:00
release: 2.2.6 – refresh bracket list JSONs; finalize brackets compliance docs and UI polish
This commit is contained in:
parent
4e03997923
commit
375349e56e
11 changed files with 734 additions and 16 deletions
|
|
@ -9,6 +9,9 @@ exhibition:
|
|||
extra_turns: 0
|
||||
tutors_nonland: 3
|
||||
two_card_combos: 0
|
||||
# Soft-warning guidance (does not affect FAIL threshold):
|
||||
# Tutors are discouraged at this level; warn if any are present.
|
||||
tutors_nonland_warn: 1
|
||||
core:
|
||||
level: 2
|
||||
name: Core
|
||||
|
|
@ -18,6 +21,10 @@ core:
|
|||
extra_turns: 3
|
||||
tutors_nonland: 3
|
||||
two_card_combos: 0
|
||||
# Soft-warning guidance: extra turns and tutors are allowed sparsely.
|
||||
# Warn when any appear, fail only when exceeding the hard limit above.
|
||||
extra_turns_warn: 1
|
||||
tutors_nonland_warn: 1
|
||||
upgraded:
|
||||
level: 3
|
||||
name: Upgraded
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue