[LTC] Implement Sam, Loyal Attendant

This commit is contained in:
theelk801 2023-04-22 19:26:32 -04:00
parent 1fab54772f
commit 8a67df77b2
2 changed files with 90 additions and 0 deletions

View file

@ -17,6 +17,7 @@ public final class TalesOfMiddleEarthCommander extends ExpansionSet {
this.hasBasicLands = false;
cards.add(new SetCardInfo("Ensnaring Bridge", 350, Rarity.MYTHIC, mage.cards.e.EnsnaringBridge.class));
cards.add(new SetCardInfo("Sam, Loyal Attendant", 7, Rarity.MYTHIC, mage.cards.s.SamLoyalAttendant.class));
cards.add(new SetCardInfo("Sol Ring", 284, Rarity.UNCOMMON, mage.cards.s.SolRing.class));
cards.add(new SetCardInfo("The Great Henge", 348, Rarity.MYTHIC, mage.cards.t.TheGreatHenge.class));
cards.add(new SetCardInfo("Wasteland", 376, Rarity.MYTHIC, mage.cards.w.Wasteland.class));