Implemented Alpine Guide

This commit is contained in:
Evan Kranzler 2019-05-31 08:23:47 -04:00
parent ba47fee11e
commit 66564d0446
2 changed files with 62 additions and 0 deletions

View file

@ -27,6 +27,7 @@ public final class ModernHorizons extends ExpansionSet {
this.ratioBoosterMythic = 8;
cards.add(new SetCardInfo("Abominable Treefolk", 194, Rarity.UNCOMMON, mage.cards.a.AbominableTreefolk.class));
cards.add(new SetCardInfo("Alpine Guide", 117, Rarity.UNCOMMON, mage.cards.a.AlpineGuide.class));
cards.add(new SetCardInfo("Altar of Dementia", 218, Rarity.RARE, mage.cards.a.AltarOfDementia.class));
cards.add(new SetCardInfo("Answered Prayers", 2, Rarity.COMMON, mage.cards.a.AnsweredPrayers.class));
cards.add(new SetCardInfo("Archmage's Charm", 40, Rarity.RARE, mage.cards.a.ArchmagesCharm.class));