forked from External/mage
[MOM] Implement Aerial Boost
This commit is contained in:
parent
40ae3b936b
commit
32a2ce4d97
2 changed files with 44 additions and 0 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue