-
Notifications
You must be signed in to change notification settings - Fork 4
Implement source? #43
Comments
I love MTGJSON's coverage of promo cards. Generally, any data that MTGJSON includes, I'll find a use for, and promo card source would be no exception. Here are some of the ways that ComboDeck uses or would like to use promo card data:
For example, suppose you're pulling prices for a card from several stores (like the TCGPlayer or MKM price APIs), etc. Most of the time, you can match their card+set names straight from the MTGJSON data. Sometimes, you have to make some small adjustments (like "Commander" instead of "Magic: the Gathering: Commander"). But their categorization of promo cards often differs greatly from each other and from MTGJSON. Compare http://combodeck.net/Card/Char/15th_Anniversary ("15th Anniversary") to https://www.magiccardmarket.eu/Products/Singles/DCI+Promos/Char ("DCI Promos") to http://shop.tcgplayer.com/magic/pro-tour-promos/char ("Pro Tour Promos"). In that example, knowing that this Char is both a Pro Tour card, as well as specifically for the 15th Anniversary, would make it easier to construct rules to match this MTGJSON printing to other data sources. I know there's tons to do and this is likely a low priority. Just wanted to shine some light on why MTGJSON consumers might find this information useful! |
Source as an array of one or more strings? |
I confirm you that if we had every |
Do we want where the card came from for promos and such?
The text was updated successfully, but these errors were encountered: