[MH2] Implemented Arcbound Mouser

This commit is contained in:
Evan Kranzler 2021-05-26 20:01:40 -04:00
parent b9c2609a55
commit 8237189ab3
2 changed files with 41 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("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("Arid Mesa", 244, Rarity.RARE, mage.cards.a.AridMesa.class));
cards.add(new SetCardInfo("Bottle Golems", 222, Rarity.COMMON, mage.cards.b.BottleGolems.class));