mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00:00
fixed a test failure
This commit is contained in:
parent
569eb27a4e
commit
6f2e9c44f5
1 changed files with 1 additions and 2 deletions
|
@ -20,13 +20,12 @@ public final class ThroneOfEldraine extends ExpansionSet {
|
|||
super("Throne of Eldraine", "ELD", ExpansionSet.buildDate(2019, 10, 4), SetType.EXPANSION);
|
||||
this.blockName = "Throne of Eldraine";
|
||||
this.hasBoosters = true;
|
||||
this.hasBasicLands = false;// false until basics officially spoiled
|
||||
this.numBoosterLands = 1;
|
||||
this.numBoosterCommon = 10;
|
||||
this.numBoosterUncommon = 3;
|
||||
this.numBoosterRare = 1;
|
||||
this.ratioBoosterMythic = 8;
|
||||
this.maxCardNumberInBooster = 269; // unconfirmed for now
|
||||
this.maxCardNumberInBooster = 269;
|
||||
|
||||
cards.add(new SetCardInfo("Acclaimed Contender", 1, Rarity.RARE, mage.cards.a.AcclaimedContender.class));
|
||||
cards.add(new SetCardInfo("Alela, Artful Provocateur", 324, Rarity.MYTHIC, mage.cards.a.AlelaArtfulProvocateur.class));
|
||||
|
|
Loading…
Reference in a new issue