You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 21, 2018. It is now read-only.
I'm currently working on a Magic project that makes use of this .json file (thanks for all the work), and I've noticed that the older sets like Arabian Nights and Antiquities (which booster packs only contained 8 cards; 6 commons, 2 uncommons) have cards listed as "rare", for example "Aladdin" , which is supposed to be uncommon in ARN.
I'm unsure whether that is intentional or a mistake, as some online resources like the mtgwiki, gatherer and magiccards.info hold contradictory information; some list those cards as rare, some as uncommon for those expansions.
The "booster" array list in the mtgjson file does not specify "rare" at all, however. I wanted to use the file as a baseline for a drafting module. Am I supposed to just check for the absence of "rare" in a booster array and then treat all rare cards in the set list as uncommon?
Hi,
I'm currently working on a Magic project that makes use of this .json file (thanks for all the work), and I've noticed that the older sets like Arabian Nights and Antiquities (which booster packs only contained 8 cards; 6 commons, 2 uncommons) have cards listed as "rare", for example "Aladdin" , which is supposed to be uncommon in ARN.
I'm unsure whether that is intentional or a mistake, as some online resources like the mtgwiki, gatherer and magiccards.info hold contradictory information; some list those cards as rare, some as uncommon for those expansions.
The "booster" array list in the mtgjson file does not specify "rare" at all, however. I wanted to use the file as a baseline for a drafting module. Am I supposed to just check for the absence of "rare" in a booster array and then treat all rare cards in the set list as uncommon?