[MH2] Implemented Aeromoeba

This commit is contained in:
Evan Kranzler 2021-05-27 20:17:59 -04:00
parent 2b4adce57d
commit f8e4cd5d3c
2 changed files with 47 additions and 0 deletions

View file

@ -28,6 +28,7 @@ public final class ModernHorizons2 extends ExpansionSet {
this.maxCardNumberInBooster = 303;
cards.add(new SetCardInfo("Abundant Harvest", 147, Rarity.COMMON, mage.cards.a.AbundantHarvest.class));
cards.add(new SetCardInfo("Aeromoeba", 37, Rarity.COMMON, mage.cards.a.Aeromoeba.class));
cards.add(new SetCardInfo("Arcbound Mouser", 3, Rarity.COMMON, mage.cards.a.ArcboundMouser.class));
cards.add(new SetCardInfo("Arcbound Shikari", 184, Rarity.UNCOMMON, mage.cards.a.ArcboundShikari.class));
cards.add(new SetCardInfo("Arcbound Whelp", 113, Rarity.UNCOMMON, mage.cards.a.ArcboundWhelp.class));