[SNC] Add booster generation

This commit is contained in:
Alex W. Jackson 2022-04-25 21:22:19 -04:00
parent 0d1e0b467f
commit 6fd4b46ca8

View file

@ -20,6 +20,12 @@ public final class StreetsOfNewCapenna extends ExpansionSet {
this.blockName = "Streets of New Capenna";
this.hasBoosters = true;
this.hasBasicLands = true;
this.numBoosterLands = 1;
this.numBoosterCommon = 10;
this.numBoosterUncommon = 3;
this.numBoosterRare = 1;
this.ratioBoosterMythic = 7;
this.maxCardNumberInBooster = 281;
cards.add(new SetCardInfo("A Little Chat", 47, Rarity.UNCOMMON, mage.cards.a.ALittleChat.class));
cards.add(new SetCardInfo("All-Seeing Arbiter", 286, Rarity.MYTHIC, mage.cards.a.AllSeeingArbiter.class, NON_FULL_USE_VARIOUS));