mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
fixed XLN booster generation
This commit is contained in:
parent
4859a196e0
commit
2eb6037351
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ public class Ixalan extends ExpansionSet {
|
|||
this.numBoosterUncommon = 3;
|
||||
this.numBoosterRare = 1;
|
||||
this.ratioBoosterMythic = 8;
|
||||
this.numBoosterDoubleFaced = -1;
|
||||
this.maxCardNumberInBooster = 279;
|
||||
|
||||
cards.add(new SetCardInfo("Adanto, the First Fort", 22, Rarity.RARE, mage.cards.a.AdantoTheFirstFort.class));
|
||||
|
|
Loading…
Reference in a new issue