[KHM] Implemented Starnheim Aspirant

This commit is contained in:
Evan Kranzler 2020-12-20 13:26:50 -05:00
parent 685182d0de
commit d3f30e43aa
2 changed files with 46 additions and 0 deletions

View file

@ -43,5 +43,6 @@ public final class Kaldheim extends ExpansionSet {
cards.add(new SetCardInfo("Hengegate Pathway", 260, Rarity.RARE, mage.cards.h.HengegatePathway.class));
cards.add(new SetCardInfo("Renegade Reaper", 386, Rarity.UNCOMMON, mage.cards.r.RenegadeReaper.class));
cards.add(new SetCardInfo("Showdown of the Skalds", 229, Rarity.RARE, mage.cards.s.ShowdownOfTheSkalds.class));
cards.add(new SetCardInfo("Starnheim Aspirant", 380, Rarity.UNCOMMON, mage.cards.s.StarnheimAspirant.class));
}
}