forked from External/mage
[MH2] Implemented Aeromoeba
This commit is contained in:
parent
2b4adce57d
commit
f8e4cd5d3c
2 changed files with 47 additions and 0 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue