[MOM] Implement Aerial Boost

This commit is contained in:
theelk801 2023-04-06 00:01:25 -04:00
parent 40ae3b936b
commit 32a2ce4d97
2 changed files with 44 additions and 0 deletions

View file

@ -25,6 +25,7 @@ public final class MarchOfTheMachine extends ExpansionSet {
this.blockName = "March of the Machine";
this.hasBoosters = false; // temporary
cards.add(new SetCardInfo("Aerial Boost", 2, Rarity.COMMON, mage.cards.a.AerialBoost.class));
cards.add(new SetCardInfo("Alabaster Host Sanctifier", 4, Rarity.COMMON, mage.cards.a.AlabasterHostSanctifier.class));
cards.add(new SetCardInfo("Archangel Elspeth", 6, Rarity.MYTHIC, mage.cards.a.ArchangelElspeth.class));
cards.add(new SetCardInfo("Archpriest of Shadows", 89, Rarity.RARE, mage.cards.a.ArchpriestOfShadows.class));