GUI, deck: improved bracket level calculations (added all infinite combos list and spellbook downloader, part of #13341)

This commit is contained in:
Oleg Agafonov 2025-06-06 18:55:49 +04:00 committed by Failure
parent 637c077dd0
commit 3e281c304e
9 changed files with 2148 additions and 9 deletions

View file

@ -27,9 +27,11 @@ import java.util.stream.Stream;
* Features:
* - [x] find possible bracket level of the deck
* - [x] find affected cards by checking group
* - [ ] TODO: data download and generate
* - [x] can auto-generate infinite combos list, see verify test downloadAndPrepareCommanderBracketsData
* - [ ] TODO: tests
* - [ ] TODO: table - players brackets level disclose settings
* - [ ] TODO: deck - improve gui to show more levels
* - [ ] TODO: generate - convert card name to xmage format and assert on bad names (ascii only)
*
* @author JayDi85
*/