forked from External/mage
[MH2] Implemented Arcbound Mouser
This commit is contained in:
parent
b9c2609a55
commit
8237189ab3
2 changed files with 41 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("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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue