mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
updated ZNR booster generation
This commit is contained in:
parent
23ed28f387
commit
d6cc36c85e
1 changed files with 2 additions and 1 deletions
|
@ -63,10 +63,11 @@ public final class ZendikarRising extends ExpansionSet {
|
|||
this.hasBasicLands = true;
|
||||
this.hasBoosters = true;
|
||||
this.numBoosterLands = 1;
|
||||
this.numBoosterCommon = 10;
|
||||
this.numBoosterCommon = 9;
|
||||
this.numBoosterUncommon = 3;
|
||||
this.numBoosterRare = 1;
|
||||
this.ratioBoosterMythic = 8;
|
||||
this.numBoosterDoubleFaced = 1;
|
||||
this.maxCardNumberInBooster = 280;
|
||||
|
||||
cards.add(new SetCardInfo("Acquisitions Expert", 89, Rarity.UNCOMMON, mage.cards.a.AcquisitionsExpert.class));
|
||||
|
|
Loading…
Reference in a new issue