-
Notifications
You must be signed in to change notification settings - Fork 787
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
FDN and other sets unavailable for drafts #13160
Comments
I have (Japanese printrun) collation information for Foundations, so could implement collation for it later today. |
Also pointing out #12978 for MKM collation. (Or please let me know if there is anything more I need to do with it.) |
Out of the other ones you've got listed there ... MarchOfTheMachineTheAftermath shouldn't have boosters. (Arena did offer a MOM draft with one common being replaced with an Aftermath card for a short period of time, but it was not intended to be draftable.) FoundationsJumpstart isn't draftable either. |
unimplemented cards omitted also note, xmage currently only allows single picks magefree#13160
Full sets list with missing boosters in xmage (due mtgjson data):
|
… from Summer Magic (related to #13160)
* added boosters to Innistrad: Double Feature (DBL); * added boosters to 30th Anniversary Edition (30A); * added Chaos Orb reprint to 30A; * fixed wrong card art styles in ZNE;
…aldur's Gate (CLB) (related to #13160)
All missed boosters added with simple rarity distribution. Now any draftable sets with boosters require booster settings (except low implemented sets like un-sets). It's checked by special verify tests due mtgjson data by 18fd7be. Simple booster can be enabled by Real life boosters with collation or detailed cards distribution can be added later. |
All sets with real drafts must be available for xmage's draft too (if set contains good amount of implemented cards). Even unfinished sets (must use standard rarity distribution until collation implementation).
Search by
hasBoosters = false; // temporary
The text was updated successfully, but these errors were encountered: