Implemented Throatseeker

This commit is contained in:
Evan Kranzler 2019-05-30 21:44:06 -04:00
parent 6cfeb75453
commit 8daa2d89b4
2 changed files with 54 additions and 0 deletions

View file

@ -188,6 +188,7 @@ public final class ModernHorizons extends ExpansionSet {
cards.add(new SetCardInfo("Tempered Sliver", 183, Rarity.UNCOMMON, mage.cards.t.TemperedSliver.class));
cards.add(new SetCardInfo("The First Sliver", 200, Rarity.MYTHIC, mage.cards.t.TheFirstSliver.class));
cards.add(new SetCardInfo("Thornado", 184, Rarity.COMMON, mage.cards.t.Thornado.class));
cards.add(new SetCardInfo("Throatseeker", 110, Rarity.UNCOMMON, mage.cards.t.Throatseeker.class));
cards.add(new SetCardInfo("Throes of Chaos", 150, Rarity.UNCOMMON, mage.cards.t.ThroesOfChaos.class));
cards.add(new SetCardInfo("Thundering Djinn", 215, Rarity.UNCOMMON, mage.cards.t.ThunderingDjinn.class));
cards.add(new SetCardInfo("Tranquil Thicket", 248, Rarity.UNCOMMON, mage.cards.t.TranquilThicket.class));