[LTC] add set

This commit is contained in:
theelk801 2023-04-22 18:59:22 -04:00
parent 1e1890fc2c
commit 1fab54772f
5 changed files with 33 additions and 1 deletions

View file

@ -532,8 +532,8 @@ public class ScryfallImageSupportCards {
add("MAT"); // March of the Machine: The Aftermath
add("MUL"); // Multiverse Legends
add("30A"); // Thirtieth Anniversary Edition
add("LTC"); // Lord of the Rings: Tales of Middle-Earth Commander
add("LTR"); // The Lord of the Rings: Tales of Middle-Earth
add("LTC"); // Tales of Middle-Earth Commander
}
};

View file

@ -0,0 +1,24 @@
package mage.sets;
import mage.cards.ExpansionSet;
import mage.constants.Rarity;
import mage.constants.SetType;
public final class TalesOfMiddleEarthCommander extends ExpansionSet {
private static final TalesOfMiddleEarthCommander instance = new TalesOfMiddleEarthCommander();
public static TalesOfMiddleEarthCommander getInstance() {
return instance;
}
private TalesOfMiddleEarthCommander() {
super("Tales of Middle-earth Commander", "LTC", ExpansionSet.buildDate(2023, 6, 23), SetType.SUPPLEMENTAL);
this.hasBasicLands = false;
cards.add(new SetCardInfo("Ensnaring Bridge", 350, Rarity.MYTHIC, mage.cards.e.EnsnaringBridge.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));
}
}

View file

@ -142,6 +142,7 @@ Legions|Legions|
Limited Edition Alpha|LimitedEditionAlpha|
Limited Edition Beta|LimitedEditionBeta|
The Lord of the Rings: Tales of Middle-earth|TheLordOfTheRingsTalesOfMiddleEarth|
Tales of Middle-earth Commander|TalesOfMiddleEarthCommander|
Lorwyn|Lorwyn|
Magic 2010|Magic2010|
Magic 2011|Magic2011|

View file

@ -48787,3 +48787,9 @@ Forest|The Lord of the Rings: Tales of Middle-earth|280|C||Basic Land - Forest||
Aragorn and Arwen, Wed|The Lord of the Rings: Tales of Middle-earth|287|M|{4}{G}{W}|Legendary Creature - Human Elf Noble|3|6|Vigilance$Whenever Aragorn and Arwen, Wed enters the battlefield or attacks, put a +1/+1 counter on each other creature you control. You gain 1 life for each other creature you control.|
Sauron, the Lidless Eye|The Lord of the Rings: Tales of Middle-earth|288|M|{3}{B}{R}|Legendary Creature - Avatar Horror|4|4|When Sauron, the Lidless Eye enters the battlefield, gain control of target creature an opponent controls until end of turn. Untap it. It gains haste until end of turn.${1}{B}{R}: Creatures you control get +2/+0 until end of turn. Each opponent loses 2 life.|
Trailblazer's Boots|The Lord of the Rings: Tales of Middle-earth|398|R|{2}|Artifact - Equipment|||Equipped creature has nonbasic landwalk.$Equip {2}|
Sam, Loyal Attendant|Tales of Middle-earth Commander|7|M|{1}{G}{W}|Legendary Creature - Halfling Peasant|2|4|Partner with Frodo, Adventurous Hobbit$At the beginning of combat on your turn, create a Food token.$Activated abilities of Foods you control cost {1} less to activate.|
Radagast, Wizard of Wilds|Tales of Middle-earth Commander|66|R|{2}{G}{U}|Legendary Creature - Avatar Wizard|3|5|Ward {1}$Beasts and Birds you control have ward {1}.$Whenever you cast a spell with mana value 5 or greater, choose one --$* Create a 3/3 green Beast creature token.$* Create a 2/2 blue Bird creature token with flying.|
Sol Ring|Tales of Middle-earth Commander|284|U|{1}|Artifact|||{T}: Add {C}{C}.|
The Great Henge|Tales of Middle-earth Commander|348|M|{7}{G}{G}|Legendary Artifact|||This spell costs {X} less to cast, where X is the greatest power among creatures you control.${T}: Add {G}{G}. You gain 2 life.$Whenever a nontoken creature enters the battlefield under your control, put a +1/+1 counter on it and draw a card.|
Ensnaring Bridge|Tales of Middle-earth Commander|350|M|{3}|Artifact|||Creatures with power greater than the number of cards in your hand can't attack.|
Wasteland|Tales of Middle-earth Commander|376|M||Land|||{T}: Add {C}.${T}, Sacrifice Wasteland: Destroy target nonbasic land.|

View file

@ -140,6 +140,7 @@ Limited Edition Beta|LEB|
Legends|LEG|
Legions|LGN|
The Lord of the Rings: Tales of Middle-earth|LTR|
Tales of Middle-earth Commander|LTC|
Lorwyn|LRW|
Magic 2010|M10|
Magic 2011|M11|