RillingDev/yugioh-deck-tool

Problem with random deck generator + archetype

Closed this issue · 3 comments

I notice when I used 2-3 archetype, sometimes there's only 1 present, and every card in the deck is archetype card, most prominently with large archetypes like D/D/D and Gravekeeper. maybe set a limit to how many cards can be in 1 archetype per ratio(or allow 60 card building, etc)? Other than that, absolutely love using this to get a basic idea for new decks to build.

Hmm, thats a good point. Implementing a limit for the archetypes to avoid this problem sounds like a good idea, i'll look into it!

Sadly adding this with the current app architecture is harder than expected, ill look into it when rewriting the app (https://github.com/FelixRilling/yugioh-deck-tool/milestone/1)