Deckmeister is unofficial Fan Content permitted under the Fan Content Policy. Not approved/endorsed by Wizards. Portions of the materials used are property of Wizards of the Coast.
©Wizards of the Coast LLC
Deckmeister v0.5, made by Drentel.
Made with HTML, CSS, pure JS and spite for the current state of the web.
This is an early version - expect bugs and save often.
Deckmeister can be used as a normal full-featured deck editor, but it also has support for custom proxies (vanilla cards with changed visuals, e.g. art, frame) and entirely custom cards.
To add vanilla cards, click on "Scryfall" in the left panel, search for a card, then click the one you want from the search results. The card will be added to your deck's maybeboard. Form there, click on the card to move it to different areas of the deck, change its printing, or remove it entirely.
If you have multiple copies of a single card, the "Set all to printing" button will set all copies of the clicked card to its printing. This is mostly useful for basic lands.
Use this importer to get your deck into tabletop simulator.
To add custom cards and proxies to your deck, you must first add a repository that contains data about them.
Example repositories:
Drentel's custom cards (entirely customs):
https://filedn.eu/lPUcGy7L5V0Bkha5QyKGbLf/repo.jsonDrentel's alters (entirely proxies):
https://filedn.eu/lPUcGy7L5V0Bkha5QyKGbLf/alter_repo.jsonTo add a repository copy the address, click on "Custom", input the repository address into the top field (above the "Add Repository" button), then click the "Add Repository" button. Cards from it should appear in the card list below. Add them the same way you add vanilla ones.
Do note that proxies from repositories will show up when you'll try to change printings of vanilla cards. You do not need to add them separately.
Repositories are JSON (specially formatted text) files that contain data about cards contained in them (names, oracle text, links to images, etc.)
To make your own repository you need to:
The first step is relatively easy, but might be time-consuming depending on how many cards you're planning to add:
For the second step, all you need to do is to host the repository file on a publicly available direct access endpoint. Essentially, people should be able to type the URL to your repository in their address bar and see it the same way you see the example repositories.
Take note: any changes you make to your repository might take up to 24 hours to show up when importing it. To sidestep this, install a "CORS Unblocker" browser extension and remove all text from the "CORS Proxy" super secret setting below before trying to import the repository.
If your import doesn't work, open the F12 console and check for following:
Google drive does not work. I personally use pCloud. GitHub also works, and is free. The image files of the cards need to be hosted the same way.
Don't touch these unless you know what you're doing
0 | ||
1 | ||
2 | ||
3 | ||
4 | ||
5 | ||
6 | ||
7 | ||
8 | ||
9+ |