I want to play a custom MTG format where the card pool is defined by a Scryfall search and updated twice a year. For example, my search might be f:standard f:penny usd<=1.
How can I export, share, and import the list of legal cards with other people so that we can all check card legality and use a deck builder with the same pool of cards?
4 Comments
counterspell@mtgzone.com · 2 pts · 294d
My first try was using this script:
Query Scryfall + dump card names out for easy import into Moxfield
But when I tried importing the output csv in Moxfield, I got a bunch of
No card name found on line xerrors.MysticKetchup@lemmy.world · 1 pts · 294d
If you do a Scryfall search the URL will match the parameters of the search. So you can just copy and share the link.
Scryfall will update Standard/Penny Dreadful rotation and price as it changes, so the list will always be current.
counterspell@mtgzone.com · 1 pts · 294d
The list needs to be static. How can you create decks for a format that is constantly changing? What I need is a way to share a consistent list of legal cards so that everyone can search within the same list, rather than each person having a different version.
counterspell@mtgzone.com · 1 pts · 292d
✅ This will create a fully Moxfield-compatible CSV with all cards from a Scryfall search.