forked from External/mage
[LTC] Implement Sam, Loyal Attendant
This commit is contained in:
parent
1fab54772f
commit
8a67df77b2
2 changed files with 90 additions and 0 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue