Implemented Collected Conjuring

This commit is contained in:
Evan Kranzler 2019-05-25 15:08:23 -04:00
parent fced72b75d
commit aed61d0265
2 changed files with 103 additions and 1 deletions

View file

@ -20,7 +20,7 @@ public final class ModernHorizons extends ExpansionSet {
this.blockName = "Modern Horizons";
this.hasBasicLands = true;
this.hasBoosters = true;
this.numBoosterLands = 0;
this.numBoosterLands = 1;
this.numBoosterCommon = 11;
this.numBoosterUncommon = 3;
this.numBoosterRare = 1;
@ -38,6 +38,7 @@ public final class ModernHorizons extends ExpansionSet {
cards.add(new SetCardInfo("Chillerpillar", 43, Rarity.COMMON, mage.cards.c.Chillerpillar.class));
cards.add(new SetCardInfo("Choking Tethers", 44, Rarity.COMMON, mage.cards.c.ChokingTethers.class));
cards.add(new SetCardInfo("Cloudshredder Sliver", 195, Rarity.RARE, mage.cards.c.CloudshredderSliver.class));
cards.add(new SetCardInfo("Collected Conjuring", 196, Rarity.RARE, mage.cards.c.CollectedConjuring.class));
cards.add(new SetCardInfo("Crypt Rats", 84, Rarity.UNCOMMON, mage.cards.c.CryptRats.class));
cards.add(new SetCardInfo("Deep Forest Hermit", 161, Rarity.RARE, mage.cards.d.DeepForestHermit.class));
cards.add(new SetCardInfo("Diabolic Edict", 87, Rarity.COMMON, mage.cards.d.DiabolicEdict.class));