MagicTheGathering/mtg-api

Boosters are 14 cards, can include multiple basic lands

Reid-E opened this issue · 0 comments

The 14 card limit makes sense, since Dragon's Maze (I don't know if there have been other sets) makes special use of the land slot, and that can be emulated client-side, or even added server-side after a 14-card rarity pick.

I think excluding the "Basic" supertype in the common slot query, and then adding a random basic (or gate/shock for DGM) to the pack after constructing it would solve this.