Python app built on top of PyQt for drafting custom decks with a custom rule set.
Me and a few friends played the YGO TCG with a more relaxed drafting rule set. Which is supposed to create more varied and interesting games. This app is supposed speed that up by working out the drafting rules for you and generating the right packs and exporting the final deck to a format compatible with YGO Omega | Repo.
- Download the latest/relevant launcher from Releases
- Load the application. It will generate some folders on the first start for caching and autosaving purposes.
- Select 40 packs for the drafting stage.
- Generally recommend that the card sets have more than 10 different cards within them. Otherwise the drafting process will occasionally stop working as it will cause issues with the drafting rule set.
- There are several options for this. Either filter the sets by right clicking the drop down menu and pressing filter or randomising them by right clicking and selecting one of the randomisation options.
- If you have other people drafting at the same time you can also copy the selected packs and copy paste the set-list to them so they can paste it into their own drafter.
- Press start and type in the desired deck name. This will launch the drafting dialog afterwards.
- Press start to begin the drafting process. This will load and open the first booster pack beginning the drafting process. The drafting process goes as follows:
- You draft ~20 cards out of 10 boost packs. Usually 2 per pack unless over drafted. Some will allow you to pick more depending if the have relevant associated cards or summoning material, but will always go down to the current drafting stage multiplied by 10 in the main deck.
- You discard down to 12 cards so that you have 10 in the main deck and 2 in the side deck. Extra Deck Cards are not counted.
- Rinse and repeat until you have opened 40 packs and have 40 cards in your main deck, plus 8 more in the side deck.
- At the end of the drafting process the application saves the deck in the default folder and/or a folder of your choice or the default YGO Omega imports folder in the .ydk format
- Some cards will have drop down menus available for adding associated cards to the selection, which will overdraw you depending on the selection.
- Most extra deck cards should have these menus available or a search function for finding relevant summoning material to be added.
- A card is picked if its highlighted in a red outline or if in the discard stage its also crossed out.
Development is run through Poetry.
$ poetry shell
to add/launch a virtual environment.$ poetry install
to install the dependencies.$ poetry run project
to launch the application.
$ poetry run pytest
to run tests. Warning: No rate limiting is implemented at the moment.
$ poetry run build
to build the executable for the current platform.
This is the API that get used for retrieving set/card information/art: YGOPRODECK
The literal and graphical information presented in this application about Yu-Gi-Oh!, including card images, booster pack art and card text/information, is copyright 4K Media Inc, a subsidiary of Konami Digital Entertainment, Inc. This application is not produced by, endorsed by, supported by, or affiliated with 4k Media or Konami Digital Entertainment.
MIT. For everything else check LICENSE
file for more info.