Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generate_booster returns booster pack lists which cannot exist #18

Open
alexamacbett opened this issue Sep 12, 2018 · 1 comment
Open

Comments

@alexamacbett
Copy link

alexamacbett commented Sep 12, 2018

Generating an Eldritch Moon booster with generate_booster occasionally results in a booster that contains one of the "Meld" cards; "Brisela, Voice of Nightmares", "Hanweir, the Writhing Township" and "Chittering Host" (I have only confirmed this with Brisela). These cards are entities created by the use of the Meld ability to combine two other cards; hence they do not physically exist as cards and the game rules prevent them from existing in virtual formats in any other context than gameplay.

It would be nice if the command were prevented (or able to be prevented) from including in generated boosters from more recent expansions cards that are considered by Gatherer to be part of that expansion but do not exist in the box/booster paradigm (such as Buy-A-Box promotional cards and cards included only in the introductory Planeswalker Decks) but boosters that include cards that do not exist at all at least is incorrect behaviour.

@Reid-E
Copy link
Contributor

Reid-E commented May 27, 2019

This is an API issue, not a library issue. The library just requests a booster from the API using the sets/:id/booster endpoint.

This is old, but if it hasn't been addressed yet, and you're still concerned with it, you should submit this concern in the API repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants