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
Current xmage has limitation by sets structure and GUI: only one booster type per set allowed. It must be reworked someday to support multiple booster types per set.
Jumpstart is special booster type of x20 cards. Cards split by themes instead random:
https://mtg.fandom.com/wiki/Jumpstart
Xmage support it by special jumpstart game mode only (see
JumpstartPoolGenerator
and\resources\jumpstart\jumpstart.txt
).Problems
What can be done:
JumpstartPoolGenerator
to use predefined boosters from all 3 sets instead 1;createBooster
and use shared code fromJumpstartPoolGenerator
to generate single boosters (see code example fromMysteryBooster
);The text was updated successfully, but these errors were encountered: