forked from External/mage
[MOC] Implement Exsanguinator Cavalry
This commit is contained in:
parent
fe5dbafb0f
commit
316ea45353
2 changed files with 62 additions and 0 deletions
|
|
@ -108,6 +108,7 @@ public final class MarchOfTheMachineCommander extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Evolving Wilds", 397, Rarity.COMMON, mage.cards.e.EvolvingWilds.class));
|
||||
cards.add(new SetCardInfo("Excise the Imperfect", 14, Rarity.RARE, mage.cards.e.ExciseTheImperfect.class));
|
||||
cards.add(new SetCardInfo("Exotic Orchard", 398, Rarity.RARE, mage.cards.e.ExoticOrchard.class));
|
||||
cards.add(new SetCardInfo("Exsanguinator Cavalry", 26, Rarity.RARE, mage.cards.e.ExsanguinatorCavalry.class));
|
||||
cards.add(new SetCardInfo("Falkenrath Exterminator", 276, Rarity.UNCOMMON, mage.cards.f.FalkenrathExterminator.class));
|
||||
cards.add(new SetCardInfo("Fallowsage", 223, Rarity.UNCOMMON, mage.cards.f.Fallowsage.class));
|
||||
cards.add(new SetCardInfo("Feldon of the Third Path", 277, Rarity.MYTHIC, mage.cards.f.FeldonOfTheThirdPath.class));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue