mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
[CMR] updated spoiler and reprints
This commit is contained in:
parent
c994b82ce3
commit
8609f389c4
4 changed files with 235 additions and 21 deletions
|
@ -30,7 +30,7 @@ public final class AmarethTheLustrous extends CardImpl {
|
|||
}
|
||||
|
||||
public AmarethTheLustrous(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{3}{G}{U}{W}");
|
||||
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{3}{G}{W}{U}");
|
||||
|
||||
this.addSuperType(SuperType.LEGENDARY);
|
||||
this.subtype.add(SubType.DRAGON);
|
||||
|
|
|
@ -22,7 +22,7 @@ import java.util.UUID;
|
|||
/**
|
||||
* @author TheElk801
|
||||
*/
|
||||
public final class AnaraWorldFamiliar extends CardImpl {
|
||||
public final class AnaraWolvidFamiliar extends CardImpl {
|
||||
|
||||
private static final FilterPermanent filter = new FilterControlledPermanent();
|
||||
|
||||
|
@ -30,7 +30,7 @@ public final class AnaraWorldFamiliar extends CardImpl {
|
|||
filter.add(CommanderPredicate.instance);
|
||||
}
|
||||
|
||||
public AnaraWorldFamiliar(UUID ownerId, CardSetInfo setInfo) {
|
||||
public AnaraWolvidFamiliar(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{3}{G}");
|
||||
|
||||
this.addSuperType(SuperType.LEGENDARY);
|
||||
|
@ -52,12 +52,12 @@ public final class AnaraWorldFamiliar extends CardImpl {
|
|||
this.addAbility(PartnerAbility.getInstance());
|
||||
}
|
||||
|
||||
private AnaraWorldFamiliar(final AnaraWorldFamiliar card) {
|
||||
private AnaraWolvidFamiliar(final AnaraWolvidFamiliar card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public AnaraWorldFamiliar copy() {
|
||||
return new AnaraWorldFamiliar(this);
|
||||
public AnaraWolvidFamiliar copy() {
|
||||
return new AnaraWolvidFamiliar(this);
|
||||
}
|
||||
}
|
|
@ -31,16 +31,22 @@ public final class CommanderLegends extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Abrade", 410, Rarity.UNCOMMON, mage.cards.a.Abrade.class));
|
||||
cards.add(new SetCardInfo("Acidic Slime", 421, Rarity.UNCOMMON, mage.cards.a.AcidicSlime.class));
|
||||
cards.add(new SetCardInfo("Akiri, Line-Slinger", 515, Rarity.MYTHIC, mage.cards.a.AkiriLineSlinger.class));
|
||||
cards.add(new SetCardInfo("Akroma's Will", 615, Rarity.RARE, mage.cards.a.AkromasWill.class));
|
||||
cards.add(new SetCardInfo("Akroma's Will", 3, Rarity.RARE, mage.cards.a.AkromasWill.class));
|
||||
cards.add(new SetCardInfo("Akroma, Vision of Ixidor", 2, Rarity.MYTHIC, mage.cards.a.AkromaVisionOfIxidor.class));
|
||||
cards.add(new SetCardInfo("Alena, Kessig Trapper", 160, Rarity.UNCOMMON, mage.cards.a.AlenaKessigTrapper.class));
|
||||
cards.add(new SetCardInfo("Amareth, the Lustrous", 266, Rarity.RARE, mage.cards.a.AmarethTheLustrous.class));
|
||||
cards.add(new SetCardInfo("Ambush Viper", 213, Rarity.COMMON, mage.cards.a.AmbushViper.class));
|
||||
cards.add(new SetCardInfo("Amorphous Axe", 295, Rarity.COMMON, mage.cards.a.AmorphousAxe.class));
|
||||
cards.add(new SetCardInfo("Amphin Mutineer", 55, Rarity.RARE, mage.cards.a.AmphinMutineer.class));
|
||||
cards.add(new SetCardInfo("Anara, World Familiar", 214, Rarity.UNCOMMON, mage.cards.a.AnaraWorldFamiliar.class));
|
||||
cards.add(new SetCardInfo("Anara, Wolvid Familiar", 214, Rarity.UNCOMMON, mage.cards.a.AnaraWolvidFamiliar.class));
|
||||
cards.add(new SetCardInfo("Ancestral Blade", 5, Rarity.COMMON, mage.cards.a.AncestralBlade.class));
|
||||
cards.add(new SetCardInfo("Ancient Animus", 215, Rarity.COMMON, mage.cards.a.AncientAnimus.class));
|
||||
cards.add(new SetCardInfo("Angel of the Dawn", 6, Rarity.COMMON, mage.cards.a.AngelOfTheDawn.class));
|
||||
cards.add(new SetCardInfo("Angelic Armaments", 296, Rarity.UNCOMMON, mage.cards.a.AngelicArmaments.class));
|
||||
cards.add(new SetCardInfo("Angelic Gift", 7, Rarity.COMMON, mage.cards.a.AngelicGift.class));
|
||||
cards.add(new SetCardInfo("Annoyed Altisaur", 216, Rarity.COMMON, mage.cards.a.AnnoyedAltisaur.class));
|
||||
cards.add(new SetCardInfo("Apex Devastator", 217, Rarity.MYTHIC, mage.cards.a.ApexDevastator.class));
|
||||
cards.add(new SetCardInfo("Aqueous Form", 56, Rarity.COMMON, mage.cards.a.AqueousForm.class));
|
||||
cards.add(new SetCardInfo("Arcane Denial", 393, Rarity.COMMON, mage.cards.a.ArcaneDenial.class));
|
||||
cards.add(new SetCardInfo("Arcane Signet", 297, Rarity.UNCOMMON, mage.cards.a.ArcaneSignet.class));
|
||||
cards.add(new SetCardInfo("Archelos, Lagoon Mystic", 268, Rarity.RARE, mage.cards.a.ArchelosLagoonMystic.class));
|
||||
|
@ -53,24 +59,31 @@ public final class CommanderLegends extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Armory of Iroas", 299, Rarity.UNCOMMON, mage.cards.a.ArmoryOfIroas.class));
|
||||
cards.add(new SetCardInfo("Aurora Phoenix", 161, Rarity.RARE, mage.cards.a.AuroraPhoenix.class));
|
||||
cards.add(new SetCardInfo("Austere Command", 12, Rarity.RARE, mage.cards.a.AustereCommand.class));
|
||||
cards.add(new SetCardInfo("Aven Surveyor", 57, Rarity.COMMON, mage.cards.a.AvenSurveyor.class));
|
||||
cards.add(new SetCardInfo("Averna, the Chaos Bloom", 269, Rarity.RARE, mage.cards.a.AvernaTheChaosBloom.class));
|
||||
cards.add(new SetCardInfo("Belbe, Corrupted Observer", 270, Rarity.RARE, mage.cards.b.BelbeCorruptedObserver.class));
|
||||
cards.add(new SetCardInfo("Biowaste Blob", 219, Rarity.RARE, mage.cards.b.BiowasteBlob.class));
|
||||
cards.add(new SetCardInfo("Bitter Revelation", 109, Rarity.COMMON, mage.cards.b.BitterRevelation.class));
|
||||
cards.add(new SetCardInfo("Bladebrand", 110, Rarity.COMMON, mage.cards.b.Bladebrand.class));
|
||||
cards.add(new SetCardInfo("Bladegriff Prototype", 300, Rarity.RARE, mage.cards.b.BladegriffPrototype.class));
|
||||
cards.add(new SetCardInfo("Blasphemous Act", 162, Rarity.RARE, mage.cards.b.BlasphemousAct.class));
|
||||
cards.add(new SetCardInfo("Blim, Comedic Genius", 272, Rarity.RARE, mage.cards.b.BlimComedicGenius.class));
|
||||
cards.add(new SetCardInfo("Boros Charm", 442, Rarity.UNCOMMON, mage.cards.b.BorosCharm.class));
|
||||
cards.add(new SetCardInfo("Brago, King Eternal", 516, Rarity.MYTHIC, mage.cards.b.BragoKingEternal.class));
|
||||
cards.add(new SetCardInfo("Brass Herald", 301, Rarity.UNCOMMON, mage.cards.b.BrassHerald.class));
|
||||
cards.add(new SetCardInfo("Brazen Freebooter", 164, Rarity.COMMON, mage.cards.b.BrazenFreebooter.class));
|
||||
cards.add(new SetCardInfo("Briarblade Adept", 111, Rarity.COMMON, mage.cards.b.BriarbladeAdept.class));
|
||||
cards.add(new SetCardInfo("Brinelin, the Moon Kraken", 60, Rarity.UNCOMMON, mage.cards.b.BrinelinTheMoonKraken.class));
|
||||
cards.add(new SetCardInfo("Bruse Tarl, Boorish Herder", 517, Rarity.MYTHIC, mage.cards.b.BruseTarlBoorishHerder.class));
|
||||
cards.add(new SetCardInfo("Burning Anger", 166, Rarity.UNCOMMON, mage.cards.b.BurningAnger.class));
|
||||
cards.add(new SetCardInfo("Burnished Hart", 302, Rarity.UNCOMMON, mage.cards.b.BurnishedHart.class));
|
||||
cards.add(new SetCardInfo("Cage of Hands", 14, Rarity.COMMON, mage.cards.c.CageOfHands.class));
|
||||
cards.add(new SetCardInfo("Captain's Call", 15, Rarity.COMMON, mage.cards.c.CaptainsCall.class));
|
||||
cards.add(new SetCardInfo("Cast Down", 112, Rarity.UNCOMMON, mage.cards.c.CastDown.class));
|
||||
cards.add(new SetCardInfo("Champion of the Flame", 167, Rarity.UNCOMMON, mage.cards.c.ChampionOfTheFlame.class));
|
||||
cards.add(new SetCardInfo("Charcoal Diamond", 303, Rarity.COMMON, mage.cards.c.CharcoalDiamond.class));
|
||||
cards.add(new SetCardInfo("Coastline Marauders", 168, Rarity.UNCOMMON, mage.cards.c.CoastlineMarauders.class));
|
||||
cards.add(new SetCardInfo("Codex Shredder", 304, Rarity.UNCOMMON, mage.cards.c.CodexShredder.class));
|
||||
cards.add(new SetCardInfo("Coercive Recruiter", 169, Rarity.RARE, mage.cards.c.CoerciveRecruiter.class));
|
||||
cards.add(new SetCardInfo("Coiling Oracle", 443, Rarity.COMMON, mage.cards.c.CoilingOracle.class));
|
||||
cards.add(new SetCardInfo("Colfenor, the Last Yew", 274, Rarity.RARE, mage.cards.c.ColfenorTheLastYew.class));
|
||||
|
@ -79,6 +92,7 @@ public final class CommanderLegends extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Commander's Plate", 305, Rarity.MYTHIC, mage.cards.c.CommandersPlate.class));
|
||||
cards.add(new SetCardInfo("Commander's Sphere", 306, Rarity.COMMON, mage.cards.c.CommandersSphere.class));
|
||||
cards.add(new SetCardInfo("Confiscate", 62, Rarity.UNCOMMON, mage.cards.c.Confiscate.class));
|
||||
cards.add(new SetCardInfo("Corpse Churn", 113, Rarity.COMMON, mage.cards.c.CorpseChurn.class));
|
||||
cards.add(new SetCardInfo("Counterspell", 395, Rarity.COMMON, mage.cards.c.Counterspell.class));
|
||||
cards.add(new SetCardInfo("Court Street Denizen", 17, Rarity.COMMON, mage.cards.c.CourtStreetDenizen.class));
|
||||
cards.add(new SetCardInfo("Court of Ambition", 114, Rarity.RARE, mage.cards.c.CourtOfAmbition.class));
|
||||
|
@ -86,13 +100,20 @@ public final class CommanderLegends extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Court of Cunning", 63, Rarity.RARE, mage.cards.c.CourtOfCunning.class));
|
||||
cards.add(new SetCardInfo("Court of Grace", 16, Rarity.RARE, mage.cards.c.CourtOfGrace.class));
|
||||
cards.add(new SetCardInfo("Crow of Dark Tidings", 115, Rarity.COMMON, mage.cards.c.CrowOfDarkTidings.class));
|
||||
cards.add(new SetCardInfo("Crushing Vines", 221, Rarity.COMMON, mage.cards.c.CrushingVines.class));
|
||||
cards.add(new SetCardInfo("Cuombajj Witches", 116, Rarity.UNCOMMON, mage.cards.c.CuombajjWitches.class));
|
||||
cards.add(new SetCardInfo("Daring Saboteur", 64, Rarity.UNCOMMON, mage.cards.d.DaringSaboteur.class));
|
||||
cards.add(new SetCardInfo("Dawnglade Regent", 222, Rarity.RARE, mage.cards.d.DawngladeRegent.class));
|
||||
cards.add(new SetCardInfo("Defiant Salvager", 117, Rarity.COMMON, mage.cards.d.DefiantSalvager.class));
|
||||
cards.add(new SetCardInfo("Demonic Lore", 118, Rarity.UNCOMMON, mage.cards.d.DemonicLore.class));
|
||||
cards.add(new SetCardInfo("Deranged Assistant", 65, Rarity.COMMON, mage.cards.d.DerangedAssistant.class));
|
||||
cards.add(new SetCardInfo("Derevi, Empyrial Tactician", 518, Rarity.MYTHIC, mage.cards.d.DereviEmpyrialTactician.class));
|
||||
cards.add(new SetCardInfo("Dhund Operative", 119, Rarity.COMMON, mage.cards.d.DhundOperative.class));
|
||||
cards.add(new SetCardInfo("Dispeller's Capsule", 18, Rarity.COMMON, mage.cards.d.DispellersCapsule.class));
|
||||
cards.add(new SetCardInfo("Doomed Traveler", 19, Rarity.COMMON, mage.cards.d.DoomedTraveler.class));
|
||||
cards.add(new SetCardInfo("Dragon Egg", 173, Rarity.COMMON, mage.cards.d.DragonEgg.class));
|
||||
cards.add(new SetCardInfo("Dragon Mantle", 174, Rarity.COMMON, mage.cards.d.DragonMantle.class));
|
||||
cards.add(new SetCardInfo("Dreamstone Hedron", 307, Rarity.UNCOMMON, mage.cards.d.DreamstoneHedron.class));
|
||||
cards.add(new SetCardInfo("Eligeth, Crossroads Augur", 66, Rarity.RARE, mage.cards.e.EligethCrossroadsAugur.class));
|
||||
cards.add(new SetCardInfo("Elvish Dreadlord", 121, Rarity.RARE, mage.cards.e.ElvishDreadlord.class));
|
||||
cards.add(new SetCardInfo("Elvish Visionary", 223, Rarity.COMMON, mage.cards.e.ElvishVisionary.class));
|
||||
|
@ -100,6 +121,7 @@ public final class CommanderLegends extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Entourage of Trest", 224, Rarity.COMMON, mage.cards.e.EntourageOfTrest.class));
|
||||
cards.add(new SetCardInfo("Esior, Wardwing Familiar", 67, Rarity.UNCOMMON, mage.cards.e.EsiorWardwingFamiliar.class));
|
||||
cards.add(new SetCardInfo("Exquisite Huntmaster", 122, Rarity.COMMON, mage.cards.e.ExquisiteHuntmaster.class));
|
||||
cards.add(new SetCardInfo("Eyeblight Assassin", 123, Rarity.COMMON, mage.cards.e.EyeblightAssassin.class));
|
||||
cards.add(new SetCardInfo("Eyeblight Cullers", 124, Rarity.COMMON, mage.cards.e.EyeblightCullers.class));
|
||||
cards.add(new SetCardInfo("Eyeblight Massacre", 125, Rarity.COMMON, mage.cards.e.EyeblightMassacre.class));
|
||||
cards.add(new SetCardInfo("Fact or Fiction", 396, Rarity.UNCOMMON, mage.cards.f.FactOrFiction.class));
|
||||
|
@ -107,7 +129,9 @@ public final class CommanderLegends extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Fall from Favor", 68, Rarity.COMMON, mage.cards.f.FallFromFavor.class));
|
||||
cards.add(new SetCardInfo("Falthis, Shadowcat Familiar", 126, Rarity.UNCOMMON, mage.cards.f.FalthisShadowcatFamiliar.class));
|
||||
cards.add(new SetCardInfo("Farhaven Elf", 225, Rarity.COMMON, mage.cards.f.FarhavenElf.class));
|
||||
cards.add(new SetCardInfo("Fencing Ace", 21, Rarity.UNCOMMON, mage.cards.f.FencingAce.class));
|
||||
cards.add(new SetCardInfo("Fertilid", 226, Rarity.COMMON, mage.cards.f.Fertilid.class));
|
||||
cards.add(new SetCardInfo("Fiery Cannonade", 178, Rarity.UNCOMMON, mage.cards.f.FieryCannonade.class));
|
||||
cards.add(new SetCardInfo("Filigree Familiar", 308, Rarity.COMMON, mage.cards.f.FiligreeFamiliar.class));
|
||||
cards.add(new SetCardInfo("Fire Diamond", 309, Rarity.COMMON, mage.cards.f.FireDiamond.class));
|
||||
cards.add(new SetCardInfo("First Response", 22, Rarity.UNCOMMON, mage.cards.f.FirstResponse.class));
|
||||
|
@ -115,6 +139,7 @@ public final class CommanderLegends extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Fleshbag Marauder", 128, Rarity.COMMON, mage.cards.f.FleshbagMarauder.class));
|
||||
cards.add(new SetCardInfo("Flood of Recollection", 61, Rarity.COMMON, mage.cards.f.FloodOfRecollection.class));
|
||||
cards.add(new SetCardInfo("Forceful Denial", 69, Rarity.COMMON, mage.cards.f.ForcefulDenial.class));
|
||||
cards.add(new SetCardInfo("Foundry Inspector", 310, Rarity.UNCOMMON, mage.cards.f.FoundryInspector.class));
|
||||
cards.add(new SetCardInfo("Furnace Celebration", 181, Rarity.UNCOMMON, mage.cards.f.FurnaceCelebration.class));
|
||||
cards.add(new SetCardInfo("Fyndhorn Elves", 228, Rarity.COMMON, mage.cards.f.FyndhornElves.class));
|
||||
cards.add(new SetCardInfo("Galestrike", 70, Rarity.COMMON, mage.cards.g.Galestrike.class));
|
||||
|
@ -124,14 +149,20 @@ public final class CommanderLegends extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Ghost of Ramirez DePietro", 71, Rarity.UNCOMMON, mage.cards.g.GhostOfRamirezDePietro.class));
|
||||
cards.add(new SetCardInfo("Gift of Paradise", 229, Rarity.COMMON, mage.cards.g.GiftOfParadise.class));
|
||||
cards.add(new SetCardInfo("Gilanra, Caller of Wirewood", 230, Rarity.UNCOMMON, mage.cards.g.GilanraCallerOfWirewood.class));
|
||||
cards.add(new SetCardInfo("Gilt-Leaf Winnower", 130, Rarity.UNCOMMON, mage.cards.g.GiltLeafWinnower.class));
|
||||
cards.add(new SetCardInfo("Glacian, Powerstone Engineer", 72, Rarity.UNCOMMON, mage.cards.g.GlacianPowerstoneEngineer.class));
|
||||
cards.add(new SetCardInfo("Gnostro, Voice of the Crags", 276, Rarity.RARE, mage.cards.g.GnostroVoiceOfTheCrags.class));
|
||||
cards.add(new SetCardInfo("Goblin Trailblazer", 182, Rarity.COMMON, mage.cards.g.GoblinTrailblazer.class));
|
||||
cards.add(new SetCardInfo("Golem Artisan", 311, Rarity.UNCOMMON, mage.cards.g.GolemArtisan.class));
|
||||
cards.add(new SetCardInfo("Gor Muldrak, Amphinologist", 277, Rarity.RARE, mage.cards.g.GorMuldrakAmphinologist.class));
|
||||
cards.add(new SetCardInfo("Grafted Wargear", 312, Rarity.UNCOMMON, mage.cards.g.GraftedWargear.class));
|
||||
cards.add(new SetCardInfo("Guildless Commons", 351, Rarity.UNCOMMON, mage.cards.g.GuildlessCommons.class));
|
||||
cards.add(new SetCardInfo("Halana, Kessig Ranger", 231, Rarity.UNCOMMON, mage.cards.h.HalanaKessigRanger.class));
|
||||
cards.add(new SetCardInfo("Haunted Cloak", 313, Rarity.COMMON, mage.cards.h.HauntedCloak.class));
|
||||
cards.add(new SetCardInfo("Hero's Blade", 314, Rarity.UNCOMMON, mage.cards.h.HerosBlade.class));
|
||||
cards.add(new SetCardInfo("Horizon Scholar", 73, Rarity.UNCOMMON, mage.cards.h.HorizonScholar.class));
|
||||
cards.add(new SetCardInfo("Horizon Stone", 315, Rarity.RARE, mage.cards.h.HorizonStone.class));
|
||||
cards.add(new SetCardInfo("Howling Golem", 316, Rarity.COMMON, mage.cards.h.HowlingGolem.class));
|
||||
cards.add(new SetCardInfo("Hullbreacher", 74, Rarity.RARE, mage.cards.h.Hullbreacher.class));
|
||||
cards.add(new SetCardInfo("Humble Defector", 184, Rarity.UNCOMMON, mage.cards.h.HumbleDefector.class));
|
||||
cards.add(new SetCardInfo("Hunter's Insight", 232, Rarity.UNCOMMON, mage.cards.h.HuntersInsight.class));
|
||||
|
@ -144,7 +175,10 @@ public final class CommanderLegends extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Inspiring Roar", 23, Rarity.COMMON, mage.cards.i.InspiringRoar.class));
|
||||
cards.add(new SetCardInfo("Intangible Virtue", 24, Rarity.UNCOMMON, mage.cards.i.IntangibleVirtue.class));
|
||||
cards.add(new SetCardInfo("Interpret the Signs", 75, Rarity.UNCOMMON, mage.cards.i.InterpretTheSigns.class));
|
||||
cards.add(new SetCardInfo("Iona's Judgment", 25, Rarity.COMMON, mage.cards.i.IonasJudgment.class));
|
||||
cards.add(new SetCardInfo("Ishai, Ojutai Dragonspeaker", 520, Rarity.MYTHIC, mage.cards.i.IshaiOjutaiDragonspeaker.class));
|
||||
cards.add(new SetCardInfo("Ivy Lane Denizen", 236, Rarity.COMMON, mage.cards.i.IvyLaneDenizen.class));
|
||||
cards.add(new SetCardInfo("Jalum Tome", 318, Rarity.COMMON, mage.cards.j.JalumTome.class));
|
||||
cards.add(new SetCardInfo("Jeska's Will", 187, Rarity.RARE, mage.cards.j.JeskasWill.class));
|
||||
cards.add(new SetCardInfo("Jeska, Thrice Reborn", 186, Rarity.MYTHIC, mage.cards.j.JeskaThriceReborn.class));
|
||||
cards.add(new SetCardInfo("Jeweled Lotus", 319, Rarity.MYTHIC, mage.cards.j.JeweledLotus.class));
|
||||
|
@ -152,6 +186,7 @@ public final class CommanderLegends extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Kamahl, Heart of Krosa", 237, Rarity.MYTHIC, mage.cards.k.KamahlHeartOfKrosa.class));
|
||||
cards.add(new SetCardInfo("Kangee's Lieutenant", 26, Rarity.UNCOMMON, mage.cards.k.KangeesLieutenant.class));
|
||||
cards.add(new SetCardInfo("Kangee, Sky Warden", 283, Rarity.UNCOMMON, mage.cards.k.KangeeSkyWarden.class));
|
||||
cards.add(new SetCardInfo("Karador, Ghost Chieftain", 521, Rarity.MYTHIC, mage.cards.k.KaradorGhostChieftain.class));
|
||||
cards.add(new SetCardInfo("Karametra, God of Harvests", 522, Rarity.MYTHIC, mage.cards.k.KarametraGodOfHarvests.class));
|
||||
cards.add(new SetCardInfo("Kediss, Emberclaw Familiar", 188, Rarity.UNCOMMON, mage.cards.k.KedissEmberclawFamiliar.class));
|
||||
cards.add(new SetCardInfo("Keeper of the Accord", 27, Rarity.RARE, mage.cards.k.KeeperOfTheAccord.class));
|
||||
|
@ -168,14 +203,22 @@ public final class CommanderLegends extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Kydele, Chosen of Kruphix", 524, Rarity.MYTHIC, mage.cards.k.KydeleChosenOfKruphix.class));
|
||||
cards.add(new SetCardInfo("Laboratory Drudge", 78, Rarity.RARE, mage.cards.l.LaboratoryDrudge.class));
|
||||
cards.add(new SetCardInfo("Lathiel, the Bounteous Dawn", 285, Rarity.RARE, mage.cards.l.LathielTheBounteousDawn.class));
|
||||
cards.add(new SetCardInfo("Lifecrafter's Gift", 240, Rarity.UNCOMMON, mage.cards.l.LifecraftersGift.class));
|
||||
cards.add(new SetCardInfo("Lightning-Rig Crew", 190, Rarity.UNCOMMON, mage.cards.l.LightningRigCrew.class));
|
||||
cards.add(new SetCardInfo("Livio, Oathsworn Sentinel", 31, Rarity.RARE, mage.cards.l.LivioOathswornSentinel.class));
|
||||
cards.add(new SetCardInfo("Loreseeker's Stone", 320, Rarity.UNCOMMON, mage.cards.l.LoreseekersStone.class));
|
||||
cards.add(new SetCardInfo("Ludevic, Necro-Alchemist", 525, Rarity.MYTHIC, mage.cards.l.LudevicNecroAlchemist.class));
|
||||
cards.add(new SetCardInfo("Lumengrid Gargoyle", 321, Rarity.UNCOMMON, mage.cards.l.LumengridGargoyle.class));
|
||||
cards.add(new SetCardInfo("Lys Alana Bowmaster", 241, Rarity.COMMON, mage.cards.l.LysAlanaBowmaster.class));
|
||||
cards.add(new SetCardInfo("Maalfeld Twins", 132, Rarity.COMMON, mage.cards.m.MaalfeldTwins.class));
|
||||
cards.add(new SetCardInfo("Maelstrom Colossus", 322, Rarity.COMMON, mage.cards.m.MaelstromColossus.class));
|
||||
cards.add(new SetCardInfo("Maelstrom Wanderer", 526, Rarity.MYTHIC, mage.cards.m.MaelstromWanderer.class));
|
||||
cards.add(new SetCardInfo("Magus of the Order", 242, Rarity.RARE, mage.cards.m.MagusOfTheOrder.class));
|
||||
cards.add(new SetCardInfo("Make a Stand", 32, Rarity.UNCOMMON, mage.cards.m.MakeAStand.class));
|
||||
cards.add(new SetCardInfo("Makeshift Munitions", 191, Rarity.COMMON, mage.cards.m.MakeshiftMunitions.class));
|
||||
cards.add(new SetCardInfo("Mana Confluence", 721, Rarity.MYTHIC, mage.cards.m.ManaConfluence.class));
|
||||
cards.add(new SetCardInfo("Mana Drain", 80, Rarity.MYTHIC, mage.cards.m.ManaDrain.class));
|
||||
cards.add(new SetCardInfo("Marath, Will of the Wild", 527, Rarity.MYTHIC, mage.cards.m.MarathWillOfTheWild.class));
|
||||
cards.add(new SetCardInfo("Marble Diamond", 323, Rarity.COMMON, mage.cards.m.MarbleDiamond.class));
|
||||
cards.add(new SetCardInfo("Mask of Memory", 324, Rarity.UNCOMMON, mage.cards.m.MaskOfMemory.class));
|
||||
cards.add(new SetCardInfo("Merchant Raiders", 81, Rarity.UNCOMMON, mage.cards.m.MerchantRaiders.class));
|
||||
|
@ -183,9 +226,12 @@ public final class CommanderLegends extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Meteoric Mace", 192, Rarity.UNCOMMON, mage.cards.m.MeteoricMace.class));
|
||||
cards.add(new SetCardInfo("Mindless Automaton", 326, Rarity.UNCOMMON, mage.cards.m.MindlessAutomaton.class));
|
||||
cards.add(new SetCardInfo("Mnemonic Deluge", 82, Rarity.MYTHIC, mage.cards.m.MnemonicDeluge.class));
|
||||
cards.add(new SetCardInfo("Moss Diamond", 327, Rarity.UNCOMMON, mage.cards.m.MossDiamond.class));
|
||||
cards.add(new SetCardInfo("Muldrotha, the Gravetide", 527, Rarity.MYTHIC, mage.cards.m.MuldrothaTheGravetide.class));
|
||||
cards.add(new SetCardInfo("Molder Beast", 243, Rarity.COMMON, mage.cards.m.MolderBeast.class));
|
||||
cards.add(new SetCardInfo("Monstrous Onslaught", 244, Rarity.UNCOMMON, mage.cards.m.MonstrousOnslaught.class));
|
||||
cards.add(new SetCardInfo("Moss Diamond", 327, Rarity.COMMON, mage.cards.m.MossDiamond.class));
|
||||
cards.add(new SetCardInfo("Muldrotha, the Gravetide", 528, Rarity.MYTHIC, mage.cards.m.MuldrothaTheGravetide.class));
|
||||
cards.add(new SetCardInfo("Mulldrifter", 400, Rarity.UNCOMMON, mage.cards.m.Mulldrifter.class));
|
||||
cards.add(new SetCardInfo("Murder", 134, Rarity.COMMON, mage.cards.m.Murder.class));
|
||||
cards.add(new SetCardInfo("Myriad Landscape", 487, Rarity.UNCOMMON, mage.cards.m.MyriadLandscape.class));
|
||||
cards.add(new SetCardInfo("Nadier's Nightblade", 136, Rarity.UNCOMMON, mage.cards.n.NadiersNightblade.class));
|
||||
cards.add(new SetCardInfo("Nadier, Agent of the Duskenel", 135, Rarity.UNCOMMON, mage.cards.n.NadierAgentOfTheDuskenel.class));
|
||||
|
@ -203,18 +249,28 @@ public final class CommanderLegends extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Nymris, Oona's Trickster", 288, Rarity.RARE, mage.cards.n.NymrisOonasTrickster.class));
|
||||
cards.add(new SetCardInfo("Obeka, Brute Chronologist", 289, Rarity.RARE, mage.cards.o.ObekaBruteChronologist.class));
|
||||
cards.add(new SetCardInfo("Omenspeaker", 83, Rarity.COMMON, mage.cards.o.Omenspeaker.class));
|
||||
cards.add(new SetCardInfo("Opal Palace", 352, Rarity.COMMON, mage.cards.o.OpalPalace.class));
|
||||
cards.add(new SetCardInfo("Open the Armory", 34, Rarity.UNCOMMON, mage.cards.o.OpenTheArmory.class));
|
||||
cards.add(new SetCardInfo("Ordeal of Nylea", 247, Rarity.UNCOMMON, mage.cards.o.OrdealOfNylea.class));
|
||||
cards.add(new SetCardInfo("Orzhov Advokist", 35, Rarity.UNCOMMON, mage.cards.o.OrzhovAdvokist.class));
|
||||
cards.add(new SetCardInfo("Palace Sentinels", 36, Rarity.COMMON, mage.cards.p.PalaceSentinels.class));
|
||||
cards.add(new SetCardInfo("Path of Ancestry", 353, Rarity.COMMON, mage.cards.p.PathOfAncestry.class));
|
||||
cards.add(new SetCardInfo("Patron of the Valiant", 37, Rarity.UNCOMMON, mage.cards.p.PatronOfTheValiant.class));
|
||||
cards.add(new SetCardInfo("Pennon Blade", 329, Rarity.UNCOMMON, mage.cards.p.PennonBlade.class));
|
||||
cards.add(new SetCardInfo("Perilous Myr", 330, Rarity.COMMON, mage.cards.p.PerilousMyr.class));
|
||||
cards.add(new SetCardInfo("Phyrexian Rager", 142, Rarity.COMMON, mage.cards.p.PhyrexianRager.class));
|
||||
cards.add(new SetCardInfo("Phyrexian Triniform", 331, Rarity.MYTHIC, mage.cards.p.PhyrexianTriniform.class));
|
||||
cards.add(new SetCardInfo("Pilgrim's Eye", 332, Rarity.COMMON, mage.cards.p.PilgrimsEye.class));
|
||||
cards.add(new SetCardInfo("Pirate's Cutlass", 333, Rarity.COMMON, mage.cards.p.PiratesCutlass.class));
|
||||
cards.add(new SetCardInfo("Plague Reaver", 143, Rarity.RARE, mage.cards.p.PlagueReaver.class));
|
||||
cards.add(new SetCardInfo("Port Razer", 193, Rarity.MYTHIC, mage.cards.p.PortRazer.class));
|
||||
cards.add(new SetCardInfo("Portent of Betrayal", 194, Rarity.COMMON, mage.cards.p.PortentOfBetrayal.class));
|
||||
cards.add(new SetCardInfo("Prava of the Steel Legion", 38, Rarity.UNCOMMON, mage.cards.p.PravaOfTheSteelLegion.class));
|
||||
cards.add(new SetCardInfo("Preordain", 84, Rarity.COMMON, mage.cards.p.Preordain.class));
|
||||
cards.add(new SetCardInfo("Profane Transfusion", 145, Rarity.MYTHIC, mage.cards.p.ProfaneTransfusion.class));
|
||||
cards.add(new SetCardInfo("Promise of Tomorrow", 39, Rarity.RARE, mage.cards.p.PromiseOfTomorrow.class));
|
||||
cards.add(new SetCardInfo("Prophetic Prism", 334, Rarity.COMMON, mage.cards.p.PropheticPrism.class));
|
||||
cards.add(new SetCardInfo("Prosperous Pirates", 85, Rarity.COMMON, mage.cards.p.ProsperousPirates.class));
|
||||
cards.add(new SetCardInfo("Prossh, Skyraider of Kher", 530, Rarity.MYTHIC, mage.cards.p.ProsshSkyraiderOfKher.class));
|
||||
cards.add(new SetCardInfo("Prying Eyes", 86, Rarity.COMMON, mage.cards.p.PryingEyes.class));
|
||||
cards.add(new SetCardInfo("Queen Marchesa", 531, Rarity.MYTHIC, mage.cards.q.QueenMarchesa.class));
|
||||
|
@ -228,35 +284,65 @@ public final class CommanderLegends extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Reclamation Sage", 248, Rarity.UNCOMMON, mage.cards.r.ReclamationSage.class));
|
||||
cards.add(new SetCardInfo("Rejuvenating Springs", 354, Rarity.RARE, mage.cards.r.RejuvenatingSprings.class));
|
||||
cards.add(new SetCardInfo("Reliquary Tower", 488, Rarity.UNCOMMON, mage.cards.r.ReliquaryTower.class));
|
||||
cards.add(new SetCardInfo("Reshape the Earth", 683, Rarity.MYTHIC, mage.cards.r.ReshapeTheEarth.class));
|
||||
cards.add(new SetCardInfo("Renegade Tactics", 195, Rarity.COMMON, mage.cards.r.RenegadeTactics.class));
|
||||
cards.add(new SetCardInfo("Reshape the Earth", 249, Rarity.MYTHIC, mage.cards.r.ReshapeTheEarth.class));
|
||||
cards.add(new SetCardInfo("Return to Dust", 43, Rarity.UNCOMMON, mage.cards.r.ReturnToDust.class));
|
||||
cards.add(new SetCardInfo("Revenant", 147, Rarity.UNCOMMON, mage.cards.r.Revenant.class));
|
||||
cards.add(new SetCardInfo("Reyhan, Last of the Abzan", 534, Rarity.MYTHIC, mage.cards.r.ReyhanLastOfTheAbzan.class));
|
||||
cards.add(new SetCardInfo("Rings of Brighthearth", 335, Rarity.RARE, mage.cards.r.RingsOfBrighthearth.class));
|
||||
cards.add(new SetCardInfo("Ripscale Predator", 196, Rarity.COMMON, mage.cards.r.RipscalePredator.class));
|
||||
cards.add(new SetCardInfo("Rograkh, Son of Rohgahh", 197, Rarity.UNCOMMON, mage.cards.r.RograkhSonOfRohgahh.class));
|
||||
cards.add(new SetCardInfo("Rummaging Goblin", 198, Rarity.COMMON, mage.cards.r.RummagingGoblin.class));
|
||||
cards.add(new SetCardInfo("Run Away Together", 87, Rarity.COMMON, mage.cards.r.RunAwayTogether.class));
|
||||
cards.add(new SetCardInfo("Rupture Spire", 355, Rarity.COMMON, mage.cards.r.RuptureSpire.class));
|
||||
cards.add(new SetCardInfo("Sailor of Means", 88, Rarity.COMMON, mage.cards.s.SailorOfMeans.class));
|
||||
cards.add(new SetCardInfo("Sakashima of a Thousand Faces", 89, Rarity.MYTHIC, mage.cards.s.SakashimaOfAThousandFaces.class));
|
||||
cards.add(new SetCardInfo("Sakashima's Protege", 90, Rarity.RARE, mage.cards.s.SakashimasProtege.class));
|
||||
cards.add(new SetCardInfo("Sakashima's Will", 91, Rarity.RARE, mage.cards.s.SakashimasWill.class));
|
||||
cards.add(new SetCardInfo("Sandstone Oracle", 336, Rarity.UNCOMMON, mage.cards.s.SandstoneOracle.class));
|
||||
cards.add(new SetCardInfo("Sanitarium Skeleton", 148, Rarity.COMMON, mage.cards.s.SanitariumSkeleton.class));
|
||||
cards.add(new SetCardInfo("Scaled Behemoth", 251, Rarity.UNCOMMON, mage.cards.s.ScaledBehemoth.class));
|
||||
cards.add(new SetCardInfo("Scholar of Stars", 92, Rarity.COMMON, mage.cards.s.ScholarOfStars.class));
|
||||
cards.add(new SetCardInfo("Scholar of the Ages", 93, Rarity.UNCOMMON, mage.cards.s.ScholarOfTheAges.class));
|
||||
cards.add(new SetCardInfo("Scrapdiver Serpent", 94, Rarity.COMMON, mage.cards.s.ScrapdiverSerpent.class));
|
||||
cards.add(new SetCardInfo("Scroll Rack", 337, Rarity.MYTHIC, mage.cards.s.ScrollRack.class));
|
||||
cards.add(new SetCardInfo("Scrounging Bandar", 252, Rarity.COMMON, mage.cards.s.ScroungingBandar.class));
|
||||
cards.add(new SetCardInfo("Seer's Lantern", 338, Rarity.COMMON, mage.cards.s.SeersLantern.class));
|
||||
cards.add(new SetCardInfo("Sengir, the Dark Baron", 149, Rarity.RARE, mage.cards.s.SengirTheDarkBaron.class));
|
||||
cards.add(new SetCardInfo("Sentinel Spider", 253, Rarity.COMMON, mage.cards.s.SentinelSpider.class));
|
||||
cards.add(new SetCardInfo("Seraph of Dawn", 44, Rarity.COMMON, mage.cards.s.SeraphOfDawn.class));
|
||||
cards.add(new SetCardInfo("Seraphic Greatsword", 45, Rarity.MYTHIC, mage.cards.s.SeraphicGreatsword.class));
|
||||
cards.add(new SetCardInfo("Shimmer Myr", 339, Rarity.UNCOMMON, mage.cards.s.ShimmerMyr.class));
|
||||
cards.add(new SetCardInfo("Siani, Eye of the Storm", 95, Rarity.UNCOMMON, mage.cards.s.SianiEyeOfTheStorm.class));
|
||||
cards.add(new SetCardInfo("Sidar Kondo of Jamuraa", 535, Rarity.MYTHIC, mage.cards.s.SidarKondoOfJamuraa.class));
|
||||
cards.add(new SetCardInfo("Sifter Wurm", 254, Rarity.UNCOMMON, mage.cards.s.SifterWurm.class));
|
||||
cards.add(new SetCardInfo("Silas Renn, Seeker Adept", 536, Rarity.MYTHIC, mage.cards.s.SilasRennSeekerAdept.class));
|
||||
cards.add(new SetCardInfo("Silverback Shaman", 255, Rarity.COMMON, mage.cards.s.SilverbackShaman.class));
|
||||
cards.add(new SetCardInfo("Siren Stormtamer", 96, Rarity.UNCOMMON, mage.cards.s.SirenStormtamer.class));
|
||||
cards.add(new SetCardInfo("Sisay's Ring", 340, Rarity.COMMON, mage.cards.s.SisaysRing.class));
|
||||
cards.add(new SetCardInfo("Skaab Goliath", 97, Rarity.COMMON, mage.cards.s.SkaabGoliath.class));
|
||||
cards.add(new SetCardInfo("Skilled Animator", 98, Rarity.UNCOMMON, mage.cards.s.SkilledAnimator.class));
|
||||
cards.add(new SetCardInfo("Sky Diamond", 341, Rarity.COMMON, mage.cards.s.SkyDiamond.class));
|
||||
cards.add(new SetCardInfo("Skyraker Giant", 199, Rarity.COMMON, mage.cards.s.SkyrakerGiant.class));
|
||||
cards.add(new SetCardInfo("Skywhaler's Shot", 46, Rarity.UNCOMMON, mage.cards.s.SkywhalersShot.class));
|
||||
cards.add(new SetCardInfo("Slash the Ranks", 47, Rarity.RARE, mage.cards.s.SlashTheRanks.class));
|
||||
cards.add(new SetCardInfo("Slaughter the Strong", 48, Rarity.UNCOMMON, mage.cards.s.SlaughterTheStrong.class));
|
||||
cards.add(new SetCardInfo("Slith Ascendant", 49, Rarity.COMMON, mage.cards.s.SlithAscendant.class));
|
||||
cards.add(new SetCardInfo("Soul's Fire", 200, Rarity.COMMON, mage.cards.s.SoulsFire.class));
|
||||
cards.add(new SetCardInfo("Soul's Might", 257, Rarity.COMMON, mage.cards.s.SoulsMight.class));
|
||||
cards.add(new SetCardInfo("Spark Harvest", 150, Rarity.COMMON, mage.cards.s.SparkHarvest.class));
|
||||
cards.add(new SetCardInfo("Sparktongue Dragon", 202, Rarity.COMMON, mage.cards.s.SparktongueDragon.class));
|
||||
cards.add(new SetCardInfo("Spectator Seating", 356, Rarity.RARE, mage.cards.s.SpectatorSeating.class));
|
||||
cards.add(new SetCardInfo("Spontaneous Mutation", 100, Rarity.COMMON, mage.cards.s.SpontaneousMutation.class));
|
||||
cards.add(new SetCardInfo("Squad Captain", 51, Rarity.COMMON, mage.cards.s.SquadCaptain.class));
|
||||
cards.add(new SetCardInfo("Staff of Domination", 343, Rarity.RARE, mage.cards.s.StaffOfDomination.class));
|
||||
cards.add(new SetCardInfo("Staunch Throneguard", 344, Rarity.COMMON, mage.cards.s.StaunchThroneguard.class));
|
||||
cards.add(new SetCardInfo("Stingerfling Spider", 258, Rarity.UNCOMMON, mage.cards.s.StingerflingSpider.class));
|
||||
cards.add(new SetCardInfo("Stonefury", 203, Rarity.COMMON, mage.cards.s.Stonefury.class));
|
||||
cards.add(new SetCardInfo("Strategic Planning", 101, Rarity.COMMON, mage.cards.s.StrategicPlanning.class));
|
||||
cards.add(new SetCardInfo("Strength of the Pack", 259, Rarity.UNCOMMON, mage.cards.s.StrengthOfThePack.class));
|
||||
cards.add(new SetCardInfo("Sunset Pyramid", 345, Rarity.UNCOMMON, mage.cards.s.SunsetPyramid.class));
|
||||
cards.add(new SetCardInfo("Supernatural Stamina", 151, Rarity.COMMON, mage.cards.s.SupernaturalStamina.class));
|
||||
cards.add(new SetCardInfo("Supreme Will", 102, Rarity.UNCOMMON, mage.cards.s.SupremeWill.class));
|
||||
cards.add(new SetCardInfo("Sweet-Gum Recluse", 260, Rarity.RARE, mage.cards.s.SweetGumRecluse.class));
|
||||
cards.add(new SetCardInfo("Swiftfoot Boots", 474, Rarity.UNCOMMON, mage.cards.s.SwiftfootBoots.class));
|
||||
|
@ -266,6 +352,7 @@ public final class CommanderLegends extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Terramorphic Expanse", 357, Rarity.COMMON, mage.cards.t.TerramorphicExpanse.class));
|
||||
cards.add(new SetCardInfo("Tevesh Szat, Doom of Fools", 153, Rarity.MYTHIC, mage.cards.t.TeveshSzatDoomOfFools.class));
|
||||
cards.add(new SetCardInfo("Thalisse, Reverent Medium", 291, Rarity.UNCOMMON, mage.cards.t.ThalisseReverentMedium.class));
|
||||
cards.add(new SetCardInfo("Thirst for Knowledge", 103, Rarity.UNCOMMON, mage.cards.t.ThirstForKnowledge.class));
|
||||
cards.add(new SetCardInfo("Thorn of the Black Rose", 154, Rarity.COMMON, mage.cards.t.ThornOfTheBlackRose.class));
|
||||
cards.add(new SetCardInfo("Thought Vessel", 346, Rarity.UNCOMMON, mage.cards.t.ThoughtVessel.class));
|
||||
cards.add(new SetCardInfo("Thrasios, Triton Hero", 538, Rarity.MYTHIC, mage.cards.t.ThrasiosTritonHero.class));
|
||||
|
@ -273,14 +360,18 @@ public final class CommanderLegends extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Toggo, Goblin Weaponsmith", 204, Rarity.UNCOMMON, mage.cards.t.ToggoGoblinWeaponsmith.class));
|
||||
cards.add(new SetCardInfo("Tormod, the Desecrator", 155, Rarity.UNCOMMON, mage.cards.t.TormodTheDesecrator.class));
|
||||
cards.add(new SetCardInfo("Training Center", 358, Rarity.RARE, mage.cards.t.TrainingCenter.class));
|
||||
cards.add(new SetCardInfo("Trusty Packbeast", 53, Rarity.COMMON, mage.cards.t.TrustyPackbeast.class));
|
||||
cards.add(new SetCardInfo("Tymna the Weaver", 539, Rarity.MYTHIC, mage.cards.t.TymnaTheWeaver.class));
|
||||
cards.add(new SetCardInfo("Undergrowth Stadium", 359, Rarity.RARE, mage.cards.u.UndergrowthStadium.class));
|
||||
cards.add(new SetCardInfo("Undying Rage", 205, Rarity.COMMON, mage.cards.u.UndyingRage.class));
|
||||
cards.add(new SetCardInfo("Universal Solvent", 347, Rarity.COMMON, mage.cards.u.UniversalSolvent.class));
|
||||
cards.add(new SetCardInfo("Valakut Invoker", 206, Rarity.COMMON, mage.cards.v.ValakutInvoker.class));
|
||||
cards.add(new SetCardInfo("Vampiric Tutor", 156, Rarity.MYTHIC, mage.cards.v.VampiricTutor.class));
|
||||
cards.add(new SetCardInfo("Vault of Champions", 360, Rarity.RARE, mage.cards.v.VaultOfChampions.class));
|
||||
cards.add(new SetCardInfo("Vial Smasher the Fierce", 540, Rarity.MYTHIC, mage.cards.v.VialSmasherTheFierce.class));
|
||||
cards.add(new SetCardInfo("Victimize", 157, Rarity.UNCOMMON, mage.cards.v.Victimize.class));
|
||||
cards.add(new SetCardInfo("Viscera Seer", 158, Rarity.COMMON, mage.cards.v.VisceraSeer.class));
|
||||
cards.add(new SetCardInfo("Volcanic Dragon", 207, Rarity.UNCOMMON, mage.cards.v.VolcanicDragon.class));
|
||||
cards.add(new SetCardInfo("Vow of Duty", 54, Rarity.UNCOMMON, mage.cards.v.VowOfDuty.class));
|
||||
cards.add(new SetCardInfo("Vow of Flight", 105, Rarity.UNCOMMON, mage.cards.v.VowOfFlight.class));
|
||||
cards.add(new SetCardInfo("Vow of Lightning", 209, Rarity.UNCOMMON, mage.cards.v.VowOfLightning.class));
|
||||
|
@ -291,10 +382,13 @@ public final class CommanderLegends extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Welding Sparks", 210, Rarity.COMMON, mage.cards.w.WeldingSparks.class));
|
||||
cards.add(new SetCardInfo("Wild Celebrants", 212, Rarity.COMMON, mage.cards.w.WildCelebrants.class));
|
||||
cards.add(new SetCardInfo("Wildheart Invoker", 263, Rarity.COMMON, mage.cards.w.WildheartInvoker.class));
|
||||
cards.add(new SetCardInfo("Wildsize", 264, Rarity.COMMON, mage.cards.w.Wildsize.class));
|
||||
cards.add(new SetCardInfo("Workshop Assistant", 348, Rarity.COMMON, mage.cards.w.WorkshopAssistant.class));
|
||||
cards.add(new SetCardInfo("Wrong Turn", 107, Rarity.RARE, mage.cards.w.WrongTurn.class));
|
||||
cards.add(new SetCardInfo("Xenagos, God of Revels", 541, Rarity.MYTHIC, mage.cards.x.XenagosGodOfRevels.class));
|
||||
cards.add(new SetCardInfo("Yuriko, the Tiger's Shadow", 542, Rarity.MYTHIC, mage.cards.y.YurikoTheTigersShadow.class));
|
||||
cards.add(new SetCardInfo("Zara, Renegade Recruiter", 294, Rarity.RARE, mage.cards.z.ZaraRenegadeRecruiter.class));
|
||||
cards.add(new SetCardInfo("Zedruu the Greathearted", 543, Rarity.MYTHIC, mage.cards.z.ZedruuTheGreathearted.class));
|
||||
cards.add(new SetCardInfo("Zur the Enchanter", 544, Rarity.MYTHIC, mage.cards.z.ZurTheEnchanter.class));
|
||||
}
|
||||
}
|
||||
|
|
|
@ -39301,7 +39301,11 @@ Roiling Regrowth|Zendikar Rising|390|U|{2}{G}|Instant|||Sacrifice a land. Search
|
|||
Kargan Warleader|Zendikar Rising|391|U|{1}{R}{W}|Creature - Human Warrior|3|3|Other Warriors you control get +1/+1.|
|
||||
The Prismatic Piper|Commander Legends|1|C|{5}|Legendary Creature - Shapeshifter|3|3|If The Prismatic Piper is your commander, choose a color before the game begins. The Prismatic Piper is the chosen color.$Partner|
|
||||
Akroma, Vision of Ixidor|Commander Legends|2|M|{5}{W}{W}|Legendary Creature - Angel|6|6|Flying, first strike, vigilance, trample$At the beginning of each combat, until end of turn, each other creature you control gets +1/+1 if it has flying, +1/+1 if it has first strike, and so on for double strike, deathtouch, haste, hexproof, indestructible, lifelink, menace, protection, reach, trample, vigilance, and partner.$Partner|
|
||||
Akroma's Will|Commander Legends|3|R|{3}{W}|Instant|||Choose one. If you control a commander as you cast this spell, you may choose both.$• Creatures you control gain flying, vigilance, and double strike until end of turn.$• Creatures you control gain lifelink, indestructible, and protection from all colors until end of turn.|
|
||||
Alharu, Solemn Ritualist|Commander Legends|4|U|{4}{W}|Legendary Creature - Human Monk|3|3|When Alharu, Solemn Ritualist enters the battlefield, put a +1/+1 counter on each of up to two other target creatures.$Whenever a nontoken creature you control with a +1/+1 counter on it dies, create a 1/1 white Spirit creature token with flying.$Partner|
|
||||
Ancestral Blade|Commander Legends|5|C|{1}{W}|Artifact - Equipment|||When Ancestral Blade enters the battlefield, create a 1/1 white Soldier creature token, then attach Ancestral Blade to it.$Equipped creature gets +1/+1.$Equip {1}|
|
||||
Angel of the Dawn|Commander Legends|6|C|{4}{W}|Creature - Angel|3|3|Flying$When Angel of the Dawn enters the battlefield, creatures you control get +1/+1 and gain vigilance until end of turn.|
|
||||
Angelic Gift|Commander Legends|7|C|{1}{W}|Enchantment - Aura|||Enchant creature$When Angelic Gift enters the battlefield, draw a card.$Enchanted creature has flying.|
|
||||
Anointer of Valor|Commander Legends|8|C|{5}{W}|Creature - Angel|3|5|Flying$Whenever a creature attacks, you may pay {3}. When you do, put a +1/+1 counter on that creature.|
|
||||
Archon of Coronation|Commander Legends|9|M|{4}{W}{W}|Creature - Archon|5|5|Flying$When Archon of Coronation enters the battlefield, you become the monarch.$As long as you're the monarch, damage doesn't cause you to lose life.|
|
||||
Ardenn, Intrepid Archaeologist|Commander Legends|10|U|{2}{W}|Legendary Creature - Kor Scout|2|2|At the beginning of combat on your turn, you may attach any number of Auras and Equipment you control to target permanent or player.$Partner|
|
||||
|
@ -39311,18 +39315,25 @@ Cage of Hands|Commander Legends|14|C|{2}{W}|Enchantment - Aura|||Enchant creatur
|
|||
Captain's Call|Commander Legends|15|C|{3}{W}|Sorcery|||Create three 1/1 white Soldier creature tokens.|
|
||||
Court of Grace|Commander Legends|16|R|{2}{W}{W}|Enchantment|||When Court of Grace enters the battlefield, you become the monarch.$At the beginning of your upkeep, create a 1/1 white Spirit creature token with flying. If you're the monarch, create a 4/4 white Angel creature token with flying instead.|
|
||||
Court Street Denizen|Commander Legends|17|C|{2}{W}|Creature - Human Soldier|2|2|Whenever another white creature enters the battlefield under your control, tap target creature an opponent controls.|
|
||||
Dispeller's Capsule|Commander Legends|18|C|{W}|Artifact|||{2}{W}, {T}, Sacrifice Dispeller's Capsule: Destroy target artifact or enchantment.|
|
||||
Doomed Traveler|Commander Legends|19|C|{W}|Creature - Human Soldier|1|1|When Doomed Traveler dies, create a 1/1 white Spirit creature token with flying.|
|
||||
Faith's Fetters|Commander Legends|20|U|{3}{W}|Enchantment - Aura|||Enchant permanent$When Faith's Fetters enters the battlefield, you gain 4 life.$Enchanted permanent can't attack or block, and its activated abilities can't be activated unless they're mana abilities.|
|
||||
Fencing Ace|Commander Legends|21|U|{1}{W}|Creature - Human Soldier|1|1|Double strike|
|
||||
First Response|Commander Legends|22|U|{3}{W}|Enchantment|||At the beginning of each upkeep, if you lost life last turn, create a 1/1 white Soldier creature token.|
|
||||
Inspiring Roar|Commander Legends|23|C|{3}{W}|Sorcery|||Put a +1/+1 counter on each creature you control.|
|
||||
Intangible Virtue|Commander Legends|24|U|{1}{W}|Enchantment|||Creature tokens you control get +1/+1 and have vigilance.|
|
||||
Iona's Judgment|Commander Legends|25|C|{4}{W}|Sorcery|||Exile target creature or enchantment.|
|
||||
Kangee's Lieutenant|Commander Legends|26|U|{2}{W}|Creature - Bird Soldier|1|1|Flying$Whenever Kangee's Lieutenant attacks, attacking creatures with flying get +1/+1 until end of turn.$Encore {5}{W}|
|
||||
Keeper of the Accord|Commander Legends|27|R|{3}{W}|Creature - Human Soldier|3|4|At the beginning of each opponent's end step, if that player controls more creatures than you, create a 1/1 white Soldier creature token.$At the beginning of each opponent's end step, if that player controls more lands than you, you may search your library for a basic Plains card, put it onto the battlefield tapped, then shuffle your library.|
|
||||
Keleth, Sunmane Familiar|Commander Legends|28|U|{1}{W}|Legendary Creature - Horse|1|1|Whenever a commander you control attacks, put a +1/+1 counter on it.$Partner|
|
||||
Kinsbaile Courier|Commander Legends|29|C|{2}{W}|Creature - Kithkin Soldier|2|1|When Kinsbaile Courier enters the battlefield, put a +1/+1 counter on target creature.$Encore {2}{W}|
|
||||
Kor Cartographer|Commander Legends|30|C|{3}{W}|Creature - Kor Scout|2|2|When Kor Cartographer enters the battlefield, you may search your library for a Plains card, put it onto the battlefield tapped, then shuffle your library.|
|
||||
Livio, Oathsworn Sentinel|Commander Legends|31|R|{1}{W}|Legendary Creature - Human Knight|2|2|{1}{W}: Choose another target creature. Its controller may exile it with an aegis counter on it.${2}{W}, {T}: Return all exiled cards with aegis counters on them to the battlefield under their owners' control.$Partner|
|
||||
Make a Stand|Commander Legends|32|U|{2}{W}|Instant|||Creatures you control get +1/+0 and gain indestructible until end of turn.|
|
||||
Ninth Bridge Patrol|Commander Legends|33|C|{1}{W}|Creature - Dwarf Soldier|1|1|Whenever another creature you control leaves the battlefield, put a +1/+1 counter on Ninth Bridge Patrol.|
|
||||
Open the Armory|Commander Legends|34|U|{1}{W}|Sorcery|||Search your library for an Aura or Equipment card, reveal it, and put it into your hand. Then shuffle your library.|
|
||||
Orzhov Advokist|Commander Legends|35|U|{2}{W}|Creature - Human Advisor|1|4|At the beginning of your upkeep, each player may put two +1/+1 counters on a creature they control. If a player does, creatures that player controls can't attack you or a planeswalker you control until your next turn.|
|
||||
Palace Sentinels|Commander Legends|36|C|{3}{W}|Creature - Human Soldier|2|4|When Palace Sentinels enters the battlefield, you become the monarch.|
|
||||
Patron of the Valiant|Commander Legends|37|U|{3}{W}{W}|Creature - Angel|4|4|Flying$When Patron of the Valiant enters the battlefield, put a +1/+1 counter on each creature you control with a +1/+1 counter on it.|
|
||||
Prava of the Steel Legion|Commander Legends|38|U|{2}{W}|Legendary Creature - Cat Soldier|1|4|As long as it's your turn, creature tokens you control get +1/+4.${3}{W}: Create a 1/1 white Soldier creature token.$Partner|
|
||||
Promise of Tomorrow|Commander Legends|39|R|{2}{W}|Enchantment|||Whenever a creature you control dies, exile it.$At the beginning of each end step, if you control no creatures, sacrifice Promise of Tomorrow and return all cards exiled with it to the battlefield under your control.|
|
||||
|
@ -39330,14 +39341,27 @@ Radiant, Serra Archangel|Commander Legends|40|U|{6}{W}|Legendary Creature - Ange
|
|||
Raise the Alarm|Commander Legends|41|C|{1}{W}|Instant|||Create two 1/1 white Soldier creature tokens.|
|
||||
Rebbec, Architect of Ascension|Commander Legends|42|U|{3}{W}|Legendary Creature - Human Artificer|3|4|Artifacts you control have protection from each converted mana cost among artifacts you control.$Partner|
|
||||
Return to Dust|Commander Legends|43|U|{2}{W}{W}|Instant|||Exile target artifact or enchantment. If you cast this spell during your main phase, you may exile up to one other target artifact or enchantment.|
|
||||
Seraph of Dawn|Commander Legends|44|C|{2}{W}{W}|Creature - Angel|2|4|Flying$Lifelink|
|
||||
Seraphic Greatsword|Commander Legends|45|M|{1}{W}|Artifact - Equipment|||Equipped creature gets +2/+2.$Whenever equipped creature attacks the player with the most life or tied for most life, create a 4/4 white Angel creature token with flying that's tapped and attacking that player.$Equip {4}|
|
||||
Skywhaler's Shot|Commander Legends|46|U|{2}{W}|Instant|||Destroy target creature with power 3 or greater. Scry 1.|
|
||||
Slash the Ranks|Commander Legends|47|R|{3}{W}{W}|Sorcery|||Destroy all creatures and planeswalkers except for commanders.|
|
||||
Slaughter the Strong|Commander Legends|48|U|{1}{W}{W}|Sorcery|||Each player chooses any number of creatures they control with total power 4 or less, then sacrifices all other creatures they control.|
|
||||
Slith Ascendant|Commander Legends|49|C|{1}{W}{W}|Creature - Slith|1|1|Flying$Whenever Slith Ascendant deals combat damage to a player, put a +1/+1 counter on it.|
|
||||
Soul of Eternity|Commander Legends|50|R|{5}{W}{W}|Creature - Avatar|*|*|Soul of Eternity's power and toughness are each equal to your life total.$Encore {7}{W}{W}|
|
||||
Squad Captain|Commander Legends|51|C|{4}{W}|Creature - Human Soldier|2|2|Vigilance$Squad Captain enters the battlefield with a +1/+1 counter on it for each other creature you control.|
|
||||
Triumphant Reckoning|Commander Legends|52|M|{6}{W}{W}{W}|Sorcery|||Return all artifact, enchantment, and planeswalker cards from your graveyard to the battlefield.|
|
||||
Trusty Packbeast|Commander Legends|53|C|{2}{W}|Creature - Beast|2|3|When Trusty Packbeast enters the battlefield, return target artifact card from your graveyard to your hand.|
|
||||
Vow of Duty|Commander Legends|54|U|{2}{W}|Enchantment - Aura|||Enchant creature$Enchanted creature gets +2/+2, has vigilance, and can't attack you or a planeswalker you control.|
|
||||
Amphin Mutineer|Commander Legends|55|R|{3}{U}|Creature - Salamander Pirate|3|3|When Amphin Mutineer enters the battlefield, exile up to one target non-Salamander creature. That creature's controller creates a 4/3 blue Salamander Warrior creature token.$Encore {4}{U}{U}|
|
||||
Aqueous Form|Commander Legends|56|C|{U}|Enchantment - Aura|||Enchant creature$Enchanted creature can't be blocked.$Whenever enchanted creature attacks, scry 1.|
|
||||
Aven Surveyor|Commander Legends|57|C|{3}{U}{U}|Creature - Bird Scout|2|2|Flying$When Aven Surveyor enters the battlefield, choose one —$• Put a +1/+1 counter on Aven Surveyor.$• Return target creature to its owner's hand.|
|
||||
Azure Fleet Admiral|Commander Legends|58|C|{3}{U}|Creature - Human Pirate|3|3|When Azure Fleet Admiral enters the battlefield, you become the monarch.$Azure Fleet Admiral can't be blocked by creatures the monarch controls.|
|
||||
Body of Knowledge|Commander Legends|59|R|{3}{U}{U}|Creature - Avatar|*|*|Body of Knowledge's power and toughness are each equal to the number of cards in your hand.$You have no maximum hand size.$Whenever Body of Knowledge is dealt damage, draw that many cards.|
|
||||
Brinelin, the Moon Kraken|Commander Legends|60|U|{6}{U}{U}|Legendary Creature - Kraken|6|8|When Brinelin, the Moon Kraken enters the battlefield or whenever you cast a spell with converted mana cost 6 or greater, you may return target nonland permanent to its owner's hand.$Partner|
|
||||
Flood of Recollection|Commander Legends|61|C|{U}{U}|Sorcery|||Return target instant or sorcery card from your graveyard to your hand. Exile Flood of Recollection.|
|
||||
Confiscate|Commander Legends|62|U|{4}{U}{U}|Enchantment - Aura|||Enchant permanent$You control enchanted permanent.|
|
||||
Court of Cunning|Commander Legends|63|R|{1}{U}{U}|Enchantment|||When Court of Cunning enters the battlefield, you become the monarch.$At the beginning of your upkeep, any number of target players each mill two cards. If you're the monarch, each of those players mills ten cards instead.|
|
||||
Daring Saboteur|Commander Legends|64|U|{1}{U}|Creature - Human Pirate|2|1|{2}{U}: Daring Saboteur can't be blocked this turn.$Whenever Daring Saboteur deals combat damage to a player, you may draw a card. If you do, discard a card.|
|
||||
Deranged Assistant|Commander Legends|65|C|{1}{U}|Creature - Human Wizard|1|1|{T}, Mill a card: Add {C}.|
|
||||
Eligeth, Crossroads Augur|Commander Legends|66|R|{4}{U}{U}|Legendary Creature - Sphinx|5|6|Flying$If you would scry a number of cards, draw that many cards instead.$Partner|
|
||||
Esior, Wardwing Familiar|Commander Legends|67|U|{1}{U}|Legendary Creature - Bird|1|3|Flying$Spells your opponents cast that target one or more commanders you control cost {3} more to cast.$Partner|
|
||||
|
@ -39358,36 +39382,57 @@ Merchant Raiders|Commander Legends|81|U|{3}{U}|Creature - Human Pirate|2|4|Whene
|
|||
Mnemonic Deluge|Commander Legends|82|M|{6}{U}{U}{U}|Sorcery|||Exile target instant or sorcery card from a graveyard. Copy that card three times. You may cast the copies without paying their mana costs. Exile Mnemonic Deluge.|
|
||||
Omenspeaker|Commander Legends|83|C|{1}{U}|Creature - Human Wizard|1|3|When Omenspeaker enters the battlefield, scry 2.|
|
||||
Preordain|Commander Legends|84|C|{U}|Sorcery|||Scry 2, then draw a card.|
|
||||
Prosperous Pirates|Commander Legends|85|C|{4}{U}|Creature - Human Pirate|3|4|When Prosperous Pirates enters the battlefield, create two Treasure tokens.|
|
||||
Prying Eyes|Commander Legends|86|C|{4}{U}{U}|Instant|||Draw four cards, then discard two cards.|
|
||||
Run Away Together|Commander Legends|87|C|{1}{U}|Instant|||Choose two target creatures controlled by different players. Return those creatures to their owners' hands.|
|
||||
Sailor of Means|Commander Legends|88|C|{2}{U}|Creature - Human Pirate|1|4|When Sailor of Means enters the battlefield, create a Treasure token.|
|
||||
Sakashima of a Thousand Faces|Commander Legends|89|M|{3}{U}|Legendary Creature - Human Rogue|3|1|You may have Sakashima of a Thousand Faces enter the battlefield as a copy of another creature you control, except it has Sakashima of a Thousand Faces's other abilities.$The "legend rule" doesn't apply to permanents you control.$Partner|
|
||||
Sakashima's Protege|Commander Legends|90|R|{4}{U}{U}|Creature - Shapeshifter|3|1|Flash$Cascade$You may have Sakashima's Protege enter the battlefield as a copy of any permanent that entered the battlefield this turn.|
|
||||
Sakashima's Will|Commander Legends|91|R|{3}{U}|Sorcery|||Choose one. If you control a commander as you cast this spell, you may choose both.$• Target opponent chooses a creature they control. You gain control of it.$• Choose a creature you control. Each other creautre you control becomes a copy of that creature until end of turn.|
|
||||
Scholar of Stars|Commander Legends|92|C|{3}{U}|Creature - Human Artificer|3|2|When Scholar of Stars enters the battlefield, if you control an artifact, draw a card.|
|
||||
Scholar of the Ages|Commander Legends|93|U|{5}{U}{U}|Creature - Human Wizard|3|3|When Scholar of the Ages enters the battlefield, return up to two target instant and/or sorcery cards from your graveyard to your hand.|
|
||||
Scrapdiver Serpent|Commander Legends|94|C|{5}{U}{U}|Creature - Serpent|5|5|Scrapdiver Serpent can't be blocked as long as defending player controls an artifact.|
|
||||
Siani, Eye of the Storm|Commander Legends|95|U|{3}{U}|Legendary Creature - Djinn Monk|3|2|Flying$Whenever Siani, Eye of the Storm attacks, scry X, where X is the number of attacking creatures with flying.$Partner|
|
||||
Siren Stormtamer|Commander Legends|96|U|{U}|Creature - Siren Pirate Wizard|1|1|Flying${U}, Sacrifice Siren Stormtamer: Counter target spell or ability that targets you or a creature you control.|
|
||||
Skaab Goliath|Commander Legends|97|C|{5}{U}|Creature - Zombie Giant|6|9|As an additional cost to cast this spell, exile two creature cards from your graveyard.$Trample|
|
||||
Skilled Animator|Commander Legends|98|U|{2}{U}|Creature - Human Artificer|1|3|When Skilled Animator enters the battlefield, target artifact you control becomes an artifact creature with base power and toughness 5/5 for as long as Skilled Animator remains on the battlefield.|
|
||||
Sphinx of the Second Sun|Commander Legends|99|M|{6}{U}{U}|Creature - Sphinx|6|6|Flying$At the beginning of your postcombat main phase, you get an additional beginning phase after this phase.|
|
||||
Spontaneous Mutation|Commander Legends|100|C|{U}|Enchantment - Aura|||Flash$Enchant creature$Enchanted creature gets -X/-0, where X is the number of cards in your graveyard.|
|
||||
Strategic Planning|Commander Legends|101|C|{1}{U}|Sorcery|||Look at the top three cards of your library. Put one of them into your hand and the rest into your graveyard.|
|
||||
Supreme Will|Commander Legends|102|U|{2}{U}|Instant|||Choose one —$• Counter target spell unless its controller pays {3}.$• Look at the top four cards of your library. Put one of them into your hand and the rest on the bottom of your library in any order.|
|
||||
Thirst for Knowledge|Commander Legends|103|U|{2}{U}|Instant|||Draw three cards. Then discard two cards unless you discard an artifact card.|
|
||||
Trove Tracker|Commander Legends|104|C|{2}{U}|Creature - Human Pirate|2|2|When Trove Tracker dies, draw a card.$Encore {5}{U}{U}|
|
||||
Vow of Flight|Commander Legends|105|U|{2}{U}|Enchantment - Aura|||Enchant creature$Enchanted creature gets +2/+2, has flying, and can't attack you or a planeswalker you control.|
|
||||
Warden of Evos Isle|Commander Legends|106|U|{2}{U}|Creature - Bird Wizard|2|2|Flying$Creature spells with flying you cast cost {1} less to cast.|
|
||||
Wrong Turn|Commander Legends|107|R|{2}{U}|Instant|||Target opponent gains control of target creature.|
|
||||
Armix, Filigree Thrasher|Commander Legends|108|U|{2}{B}|Legendary Artifact Creature - Golem|3|2|Whenever Armix, Filigree Thrasher attacks, you may discard a card. When you do, target creature defending player controls gets -X/-X until end of turn, where X is the number of artifacts you control plus the number of artifact cards in your graveyard.$Partner|
|
||||
Bitter Revelation|Commander Legends|109|C|{3}{B}|Sorcery|||Look at the top four cards of your library. Put two of them into your hand and the rest into your graveyard. You lose 2 life.|
|
||||
Bladebrand|Commander Legends|110|C|{1}{B}|Instant|||Target creature gains deathtouch until end of turn.$Draw a card.|
|
||||
Briarblade Adept|Commander Legends|111|C|{4}{B}|Creature - Elf Assassin|3|4|Whenever Briarblade Adept attacks, target creature an opponent controls get -1/-1 until end of turn.$Encore {3}{B}|
|
||||
Cast Down|Commander Legends|112|U|{1}{B}|Instant|||Destroy target nonlegendary creature.|
|
||||
Corpse Churn|Commander Legends|113|C|{1}{B}|Instant|||Mill three cards, then you may return a creature card from your graveyard to your hand.|
|
||||
Court of Ambition|Commander Legends|114|R|{2}{B}{B}|Enchantment|||When Court of Ambition enters the battlefield, you become the monarch.$At the beginning of your upkeep, each opponent loses 3 life unless they discard a card. If you're the monarch, instead each opponent loses 6 life unless they discard two cards.|
|
||||
Crow of Dark Tidings|Commander Legends|115|C|{2}{B}|Creature - Zombie Bird|2|1|Flying$When Crow of Dark Tidings enters the battlefield or dies, mill two cards.|
|
||||
Cuombajj Witches|Commander Legends|116|U|{B}{B}|Creature - Human Wizard|1|3|{T}: Cuombajj Witches deals 1 damage to any target and 1 damage to any target of an opponent's choice.|
|
||||
Defiant Salvager|Commander Legends|117|C|{2}{B}|Creature - Aetherborn Artificer|2|2|Sacrifice an artifact or creature: Put a +1/+1 counter on Defiant Salvager. Activate this ability only any time you could cast a sorcery.|
|
||||
Demonic Lore|Commander Legends|118|U|{2}{B}|Enchantment|||When Demonic Lore enters the battlefield, draw three cards.$At the beginning of your end step, you lose 2 life for each card in your hand.|
|
||||
Elvish Dreadlord|Commander Legends|121|R|{3}{B}{B}|Creature - Zombie Elf|3|3|Deathtouch$Whenever Elvish Dreadlord dies, non-Elf creatures get -3/-3 until end of turn.$Encore {5}{B}{B}|
|
||||
Dhund Operative|Commander Legends|119|C|{1}{B}|Creature - Human Rogue|2|2|As long as you control an artifact, Dhund Operative gets +1/+0 and has deathtouch.|
|
||||
Elvish Doomsayer|Commander Legends|120|C|{1}{B}|Creature - Elf Shaman|1|1|When Elvish Doomsayer dies, each opponent discards a card.|
|
||||
Elvish Dreadlord|Commander Legends|121|R|{3}{B}{B}|Creature - Zombie Elf|3|3|Deathtouch$When Elvish Dreadlord dies, non-Elf creatures get -3/-3 until end of turn.$Encore {5}{B}{B}|
|
||||
Exquisite Huntmaster|Commander Legends|122|C|{3}{B}|Creature - Elf Warrior|4|2|When Exquisite Huntmaster dies, create a 1/1 green Elf Warrior creature token.$Encore {4}{B}|
|
||||
Eyeblight Assassin|Commander Legends|123|C|{2}{B}|Creature - Elf Assassin|2|2|When Eyeblight Assassin enters the battlefield, target creature an opponent controls gets -1/-1 until end of turn.|
|
||||
Eyeblight Cullers|Commander Legends|124|C|{4}{B}|Creature - Elf Warrior|3|3|When Eyeblight Cullers dies, create three 1/1 green Elf Warrior creature tokens, then mill three cards.|
|
||||
Eyeblight Massacre|Commander Legends|125|C|{2}{B}{B}|Sorcery|||Non-Elf creatures get -2/-2 until end of turn.|
|
||||
Falthis, Shadowcat Familiar|Commander Legends|126|U|{2}{B}|Legendary Creature - Nightmare Cat|2|2|Commanders you control have menace and deathtouch.$Partner|
|
||||
Feast of Succession|Commander Legends|127|U|{4}{B}{B}|Sorcery|||All creatures get -4/-4 until end of turn. You become the monarch.|
|
||||
Fleshbag Marauder|Commander Legends|128|C|{2}{B}|Creature - Zombie Warrior|3|1|When Fleshbag Marauder enters the battlefield, each player sacrifices a creature.|
|
||||
Ghastly Demise|Commander Legends|129|C|{B}|Instant|||Destroy target nonblack creature if its toughness is less than or equal to the number of cards in your graveyard.|
|
||||
Gilt-Leaf Winnower|Commander Legends|130|U|{3}{B}{B}|Creature - Elf Warrior|4|3|Menace$When Gilt-Leaf Winnower enters the battlefield, you may destroy target non-Elf creature whose power and toughness aren't equal.|
|
||||
Keskit, the Flesh Sculptor|Commander Legends|131|U|{2}{B}|Legendary Creature - Human Artificer|1|3|{T}, Sacrifice three other artifacts and/or creatures: Look at the top three cards of your library. Put two of them into your hand and the other into your graveyard.$Partner|
|
||||
Nadier, Agent of the Duskenel|Commander Legends|135|U|{5}{B}|Legendary Creature - Elf Warrior|3|3|Whenever a token you control leaves the battlefield, put a +1/+1 counter on Nadier, Agent of the Duskenel.$Whenever Nadier leaves the battlefield, create a number of 1/1 green Elf Warrior creature tokens equal to its power.$Partner|
|
||||
Maalfeld Twins|Commander Legends|132|C|{5}{B}|Creature - Zombie|4|4|When Maalfeld Twins dies, create two 2/2 black Zombie creature tokens.|
|
||||
Miara, Thorn of the Glade|Commander Legends|133|U|{1}{B}|Legendary Creature - Elf Scout|1|2|Whenever Miara, Thorn of the Glade or another Elf you control dies, you may pay {1} and 1 life. If you do, draw a card.$Partner|
|
||||
Murder|Commander Legends|134|C|{1}{B}{B}|Instant|||Destroy target creature.|
|
||||
Nadier, Agent of the Duskenel|Commander Legends|135|U|{5}{B}|Legendary Creature - Elf Warrior|3|3|Whenever a token you control leaves the battlefield, put a +1/+1 counter on Nadier, Agent of the Duskenel.$When Nadier leaves the battlefield, create a number of 1/1 green Elf Warrior creature tokens equal to its power.$Partner|
|
||||
Nadier's Nightblade|Commander Legends|136|U|{2}{B}|Creature - Elf Warrior|1|3|Whenever a token you control leaves the battlefield, each opponent loses 1 life and you gain 1 life.|
|
||||
Necrotic Hex|Commander Legends|137|R|{6}{B}|Sorcery|||Each player sacrifices six creatures.$You create six tapped 2/2 black Zombie creature tokens.|
|
||||
Nightshade Harvester|Commander Legends|138|R|{3}{B}|Creature - Elf Shaman|2|2|Whenever a land enters the battlefield under an opponent's control, that player loses 1 life. Put a +1/+1 counter on Nightshade Harvester.|
|
||||
|
@ -39396,60 +39441,90 @@ Null Caller|Commander Legends|140|U|{3}{B}|Creature - Vampire Shaman|2|4|{3}{B},
|
|||
Opposition Agent|Commander Legends|141|R|{2}{B}|Creature - Human Rogue|3|2|Flash$You control your opponents while they're searching their libraries.$While an opponent is searching their library, they exile each card they find. You may play those cards for as long as they remain exiled, and you may spend mana as though it were mana of any color to cast them.|
|
||||
Phyrexian Rager|Commander Legends|142|C|{2}{B}|Creature - Horror|2|2|When Phyrexian Rager enters the battlefield, you draw a card and you lose 1 life.|
|
||||
Plague Reaver|Commander Legends|143|R|{2}{B}|Creature - Beast|6|5|At the beginning of your end step, sacrifice each other creature you control.$Discard two cards, Sacrifice Plague Reaver: Choose target opponent. Return Plague Reaver to the battlefield under that player's control at the beginning of their next upkeep.|
|
||||
Pride of the Perfect|Commander Legends|144|U|{3}{B}|Enchantment|||Elves you control get +2/+0.|
|
||||
Profane Transfusion|Commander Legends|145|M|{6}{B}{B}{B}|Sorcery|||Two target players exchange life totals. You create an X/X colorless Horror artifact creature token, where X is the difference between those players' life totals.|
|
||||
Rakshasa Debaser|Commander Legends|146|R|{4}{B}{B}|Creature - Cat Demon|6|6|Whenever Rakshasa Debaser attacks, put target creature card from defending player's graveyard onto the battlefield under your control.$Encore {6}{B}{B}|
|
||||
Revenant|Commander Legends|147|U|{4}{B}|Creature - Spirit|*|*|Flying$Revenant's power and toughness are each equal to the number of creature cards in your graveyard.|
|
||||
Sanitarium Skeleton|Commander Legends|148|C|{B}|Creature - Skeleton|1|2|{2}{B}: Return Sanitarium Skeleton from your graveyard to your hand.|
|
||||
Sengir, the Dark Baron|Commander Legends|149|R|{4}{B}{B}|Legendary Creature - Vampire Noble|4|4|Flying$Whenever another creature dies, put two +1/+1 counters on Sengir, the Dark Baron.$Whenever another player loses the game, you gain life equal to that player's life total as the turn began.$Partner|
|
||||
Spark Harvest|Commander Legends|150|C|{B}|Sorcery|||As an additional cost to cast this spell, sacrifice a creature or pay {3}{B}.$Destroy target creature or planeswalker.|
|
||||
Supernatural Stamina|Commander Legends|151|C|{B}|Instant|||Until end of turn, target creature gets +2/+0 and gains "When this creature dies, return it to the battlefield tapped under its owner's control."|
|
||||
Szat's Will|Commander Legends|152|R|{4}{B}|Instant|||Choose one. If you control a commander as you cast this spell, you may choose both.$• Each opponent sacrifices a creature they control with the greatest power.$• Exile all cards from all opponents' graveyards, then create X 0/1 black Thrull creature tokens, where X is the greatest power among creature cards exiled this way.|
|
||||
Tevesh Szat, Doom of Fools|Commander Legends|153|M|{4}{B}|Legendary Planeswalker - Szat|4|+2: Create two 0/1 black Thrull creature tokens.$+1: You may sacrifice another creature or planeswalker. If you do, draw two cards, then draw another card if the sacrificed permanent was a commander.$−10: Gain control of all commanders. Put all commanders from the command zone onto the battlefield under your control.$Tevesh Szat, Doom of Fools can be your commander.$Partner|
|
||||
Thorn of the Black Rose|Commander Legends|154|C|{3}{B}|Creature - Human Assassin|1|3|Deathtouch$When Thorn of the Black Rose enters the battlefield, you become the monarch.|
|
||||
Tormod, the Desecrator|Commander Legends|155|U|{3}{B}|Legendary Creature - Zombie Wizard|4|2|Whenever one or more cards leave your graveyard, create a tapped 2/2 black Zombie creature token.$Partner|
|
||||
Vampiric Tutor|Commander Legends|156|M|{B}|Instant|||Search your library for a card, then shuffle your library and put that card on top of it. You lose 2 life.|
|
||||
Victimize|Commander Legends|157|U|{2}{B}|Sorcery|||Choose two target creature cards in your graveyard. Sacrifice a creature. If you do, return the chosen cards to the battlefield tapped.|
|
||||
Viscera Seer|Commander Legends|158|C|{B}|Creature - Vampire Wizard|1|1|Sacrifice a creature: Scry 1.|
|
||||
Vow of Torment|Commander Legends|159|U|{2}{B}|Enchantment - Aura|||Enchant creature$Enchanted creature gets +2/+2, has menace, and can't attack you or a planeswalker you control.|
|
||||
Alena, Kessig Trapper|Commander Legends|160|U|{4}{R}|Legendary Creature - Human Scout|4|3|First strike${T}: Add an amount of {R} equal to the greatest power among creatures you control that entered the battlefield this turn.$Partner|
|
||||
Aurora Phoenix|Commander Legends|161|R|{4}{R}{R}|Creature - Phoenix|5|3|Flying$Cascade$Whenever you cast a spell with cascade, return Aurora Phoenix from your graveyard to your hand.|
|
||||
Blasphemous Act|Commander Legends|162|R|{8}{R}|Sorcery|||This spell costs {1} less to cast for each creature on the battlefield.$Blasphemous Act deals 13 damage to each creature.|
|
||||
Boarding Party|Commander Legends|163|C|{5}{R}|Creature - Human Pirate|||Haste$Cascade|
|
||||
Brazen Freebooter|Commander Legends|164|C|{3}{R}|Creature - Human Pirate|3|3|When Brazen Freebooter enters the battlefield, create a Treasure token.|
|
||||
Breeches, Brazen Plunderer|Commander Legends|165|U|{3}{R}|Legendary Creature - Goblin Pirate|3|3|Menace$Whenever one or more Pirates you control deal damage to your opponents, exile the top card of each of those opponents' libraries. You may play those cards this turn, and you may spend mana as though it were mana of any color to cast those spells.$Partner|
|
||||
Burning Anger|Commander Legends|166|U|{4}{R}|Enchantment - Aura|||Enchant creature$Enchanted creature has "{T}: This creature deals damage equal to its power to any target."|
|
||||
Champion of the Flame|Commander Legends|167|U|{1}{R}|Creature - Human Warrior|1|1|Trample$Champion of the Flame gets +2/+2 for each Aura and Equipment attached to it.|
|
||||
Coastline Marauders|Commander Legends|168|U|{2}{R}|Creature - Human Pirate|0|3|Trample$Whenever Coastline Marauders attacks, it gets +1/+0 until end of turn for each land defending player controls.$Encore {4}{R}{R}|
|
||||
Coercive Recruiter|Commander Legends|169|R|{4}{R}|Creature - Orc Pirate|4|3|Whenever Coercive Recruiter or another Pirate enters the battlefield under your control, gain control of target creature until end of turn. Untap that creature. Until end of turn, it gains haste and becomes a Pirate in addition to its other types.|
|
||||
Court of Ire|Commander Legends|170|R|{3}{R}{R}|Enchantment|||When Court of Ire enters the battlefield, you become the monarch.$At the beginning of your upkeep, Court of Ire deals 2 damage to any target. If you're the monarch, it deals 7 damage to that player or permanent instead.|
|
||||
Crimson Fleet Commodore|Commander Legends|171|C|{3}{R}|Creature - Ogre Pirate|5|2|Trample$When Crimson Fleet Commodore enters the battlefield, you become the monarch.|
|
||||
Dargo, the Shipwrecker|Commander Legends|172|U|{6}{R}|Legendary Creature - Giant Pirate|7|5|As an additional cost to cast this spell, you may sacrifice any number of artifacts and/or creatures. This spell costs {2} less to cast for each permanent sacrificed this way and {2} less to cast for each other artifact or creature you've sacrificed this turn.$Trample$Partner|
|
||||
Dragon Egg|Commander Legends|173|C|{2}{R}|Creature - Dragon Egg|0|2|Defender$When Dragon Egg dies, create a 2/2 red Dragon creature token with flying and "{R}: This creature gets +1/+0 until end of turn."|
|
||||
Dragon Mantle|Commander Legends|174|C|{R}|Enchantment - Aura|||Enchant creature$When Dragon Mantle enters the battlefield, draw a card.$Enchanted creature has "{R}: This creature gets +1/+0 until end of turn."|
|
||||
Emberwilde Captain|Commander Legends|175|R|{3}{R}|Creature - Djinn Pirate|4|2|When Emberwilde Captain enters the battlefield, you become the monarch.$Whenever an opponent attacks you while you're the monarch, Emberwilde Captain deals damage to that player equal to the number of cards in their hand.|
|
||||
Explosion of Riches|Commander Legends|176|U|{5}{R}|Sorcery|||Draw a card, then each other player may draw a card. Whenever a card is drawn this way, Explosion of Riches deals 5 damage to target opponent chosen at random from among your opponents.|
|
||||
Fathom Fleet Swordjack|Commander Legends|177|C|{3}{R}|Creature - Orc Pirate|4|3|Whenever Fathom Fleet Swordjack attacks, it deals damage to the player or planeswalker it's attacking equal to the number of artifacts you control.$Encore {5}{R}|
|
||||
Fiery Cannonade|Commander Legends|178|U|{2}{R}|Instant|||Fiery Cannonade deals 2 damage to each non-Pirate creature.|
|
||||
Flamekin Herald|Commander Legends|179|R|{2}{R}|Creature - Elemental Wizard|3|2|Commander spells you cast have cascade.|
|
||||
Frenzied Saddlebrute|Commander Legends|180|C|{4}{R}|Creature - Orc Warrior|||Haste$All creatures can attack your opponents and planeswalkers your opponents control as though those creatures had haste.|
|
||||
Furnace Celebration|Commander Legends|181|U|{1}{R}{R}|Enchantment|||Whenever you sacrifice another permanent, you may pay {2}. If you do, Furnace Celebration deals 2 damage to any target.|
|
||||
Goblin Trailblazer|Commander Legends|182|C|{1}{R}|Creature - Goblin Pirate|2|1|Menace|
|
||||
Hellkite Courser|Commander Legends|183|M|{4}{R}{R}|Creature - Dragon|6|5|Flying$When Hellkite Courser enters the battlefield, you may put a commander you own from the command zone onto the battlefield. It gains haste. Return it to the command zone at the beginning of the next end step.|
|
||||
Humble Defector|Commander Legends|184|U|{1}{R}|Creature - Human Rogue|2|1|{T}: Draw two cards. Target opponent gains control of Humble Defector. Activate this ability only during your turn.|
|
||||
Impulsive Pilferer|Commander Legends|185|C|{R}|Creature - Goblin Pirate|||When Impulsive Pilferer dies, create a Treasure token.$Encore {3}{R}|
|
||||
Jeska, Thrice Reborn|Commander Legends|186|M|{2}{R}|Legendary Planeswalker - Jeska|0|Jeska, Thrice Reborn enters the battlefield with a loyalty counter on it for each time you've cast a commander from the command zone this game.$+0: Choose target creature. Until your next turn, if that creature would deal combat damage to one of your opponents, it deals triple that damage to that player instead.$−X: Jeska, Thrice Reborn deals X damage to each of up to three targets.$Jeska, Thrice Reborn can be your commander.$Partner|
|
||||
Jeska's Will|Commander Legends|187|R|{2}{R}|Sorcery|||Choose one. If you control a commander as you cast this spell, you may choose both.$• Add {R} for each card in target opponent's hand.$• Exile the top three cards of your library. You may play them this turn.|
|
||||
Kediss, Emberclaw Familiar|Commander Legends|188|U|{1}{R}|Legendary Creature - Elemental Lizard|1|1|Whenever a commander you control deals combat damage to an opponent, it deals that much damage to each other opponent.$Partner|
|
||||
Krark, the Thumbless|Commander Legends|189|R|{1}{R}|Legendary Creature - Goblin Wizard|2|2|Whenever you cast an instant or sorcery spell, flip a coin. If you lose the flip, return that spell to its owner's hand. If you win the flip, copy that spell, and you may choose new targets for the copy.$Partner|
|
||||
Lightning-Rig Crew|Commander Legends|190|U|{2}{R}|Creature - Goblin Pirate|0|5|{T}: Lightning-Rig Crew deals 1 damage to each opponent.$Whenever you cast a Pirate spell, untap Lightning-Rig Crew.|
|
||||
Makeshift Munitions|Commander Legends|191|C|{1}{R}|Enchantment|||{1}, Sacrifice an artifact or creature: Makeshift Munitions deals 1 damage to any target.|
|
||||
Meteoric Mace|Commander Legends|192|U|{4}{R}{R}|Artifact - Equipment|||Equipped creature gets +4/+0 and has trample.$Equip {4}$Cascade|
|
||||
Port Razer|Commander Legends|193|M|{3}{R}{R}|Creature - Orc Pirate|4|4|Whenever Port Razer deals combat damage to a player, untap each creature you control. After this combat phase, there is an additional combat phase.$Port Razer can't attack a player it has already attacked this turn.|
|
||||
Portent of Betrayal|Commander Legends|194|C|{3}{R}|Sorcery|||Gain control of target creature until end of turn. Untap that creature. It gains haste until end of turn. Scry 1.|
|
||||
Renegade Tactics|Commander Legends|195|C|{R}|Sorcery|||Target creature can't block this turn.$Draw a card.|
|
||||
Ripscale Predator|Commander Legends|196|C|{4}{R}{R}|Creature - Dinosaur|6|5|Menace|
|
||||
Rograkh, Son of Rohgahh|Commander Legends|197|U|{0}|Legendary Creature - Kobold Warrior|0|1|First strike, menace, trample$Partner|
|
||||
Rummaging Goblin|Commander Legends|198|C|{2}{R}|Creature - Goblin Rogue|1|1|{T}, Discard a card: Draw a card.|
|
||||
Skyraker Giant|Commander Legends|199|C|{2}{R}{R}|Creature - Giant|4|3|Reach|
|
||||
Soul's Fire|Commander Legends|200|C|{2}{R}|Instant|||Target creature you control deals damage equal to its power to any target.|
|
||||
Soulfire Eruption|Commander Legends|201|M|{6}{R}{R}{R}|Sorcery|||Choose any amount of target creatures, planeswalkers, and/or players. For each of them, exile the top card of your library, then Soulfire Eruption deals damage equal to that card's converted mana cost to that permanent or player.. You may play the exiled cards until the end of your next turn.|
|
||||
Toggo, Goblin Weaponsmith|Commander Legends|204|U|{2}{R}|Legendary Creature - Goblin Artificer|2|2|Whenever a land enters the battlefield under your control, create an artifact equipment token named Rock wih "Equipped creature has '{1}, {T}, Sacrifice Rock: This creature deals 2 damage to any target'" and equip {1}.$Partner|
|
||||
Soulfire Eruption|Commander Legends|201|M|{6}{R}{R}{R}|Sorcery|||Choose any number of target creatures, planeswalkers, and/or players. For each of them, exile the top card of your library, then Soulfire Eruption deals damage equal to that card's converted mana cost to that permanent or player. You may play the exiled cards until the end of your next turn.|
|
||||
Sparktongue Dragon|Commander Legends|202|C|{3}{R}{R}|Creature - Dragon|3|3|Flying$When Sparktongue Dragon enters the battlefield, you may pay {2}{R}. When you do, it deals 3 damage to any target.|
|
||||
Stonefury|Commander Legends|203|C|{3}{R}{R}|Instant|||Stonefury deals damage to target creature equal to the number of lands you control.|
|
||||
Toggo, Goblin Weaponsmith|Commander Legends|204|U|{2}{R}|Legendary Creature - Goblin Artificer|2|2|Whenever a land enters the battlefield under your control, create an artifact equipment token named Rock with "Equipped creature has '{1}, {T}, Sacrifice Rock: This creature deals 2 damage to any target'" and equip {1}.$Partner|
|
||||
Undying Rage|Commander Legends|205|C|{2}{R}|Enchantment - Aura|||Enchant creature$Enchanted creature gets +2/+2 and can't block.$When Undying Rage is put into a graveyard from the battlefield, return Undying Rage to its owner's hand.|
|
||||
Valakut Invoker|Commander Legends|206|C|{2}{R}|Creature - Human Shaman|2|3|{8}: Valakut Invoker deals 3 damage to any target.|
|
||||
Volcanic Dragon|Commander Legends|207|U|{4}{R}{R}|Creature - Dragon|4|4|Flying$Haste|
|
||||
Volcanic Torrent|Commander Legends|208|U|{4}{R}|Sorcery|||Cascade$Volcanic Torrent deals X damage to each creature and planeswalker your opponents control, where X is the number of spells you've cast this turn.|
|
||||
Vow of Lightning|Commander Legends|209|U|{2}{R}|Enchantment - Aura|||Enchant creature$Enchanted creature gets +2/+2, has first strike, and can't attack you or a planeswalker you control.|
|
||||
Welding Sparks|Commander Legends|210|C|{2}{R}|Instant|||Welding Sparks deals X damage to target creature, where X is 3 plus the number of artifacts you control.|
|
||||
Wheel of Misfortune|Commander Legends|211|R|{2}{R}|Sorcery|||Each player secretly chooses a number 0 or greater, then all players reveal those numbers simultaneously and determine the highest and lowest numbers revealed this way. Wheel of Misfortune deals damage equal to the highest number to each player who chose that number. Each player who didn't choose the lowest number discards their hand, then draws seven cards.|
|
||||
Wild Celebrants|Commander Legends|212|C|{3}{R}{R}|Creature - Satyr|5|3|When Wild Celebrants enters the battlefield, you may destroy target artifact.|
|
||||
Anara, World Familiar|Commander Legends|214|U|{3}{G}|Legendary Creature - Wolf Beast|4|4|As long as it's your turn, commanders you control have indestructible.$Partner|
|
||||
Ambush Viper|Commander Legends|213|C|{1}{G}|Creature - Snake|2|1|Flash$Deathtouch|
|
||||
Anara, Wolvid Familiar|Commander Legends|214|U|{3}{G}|Legendary Creature - Wolf Beast|4|4|As long as it's your turn, commanders you control have indestructible.$Partner|
|
||||
Ancient Animus|Commander Legends|215|C|{1}{G}|Instant|||Put a +1/+1 counter on target creature you control if it's legendary. Then it fights target creature an opponent controls.|
|
||||
Annoyed Altisaur|Commander Legends|216|C|{5}{G}{G}|Creature - Dinosaur|6|5|Reach, trample$Cascade|
|
||||
Apex Devastator|Commander Legends|217|M|{8}{G}{G}|Creature - Hydra Chimera|10|10|Cascade, cascade, cascade, cascade|
|
||||
Armorcraft Judge|Commander Legends|218|U|{3}{G}|Creature - Elf Artificer|3|3|When Armorcraft Judge enters the battlefield, draw a card for each creature you control with a +1/+1 counter on it.|
|
||||
Biowaste Blob|Commander Legends|219|R|{2}{G}{G}|Creature - Ooze|0|0|Oozes you control get +1/+1.$At the beginning of your upkeep, if you control a commander, create a token that's a copy of Biowaste Blob.|
|
||||
Court of Bounty|Commander Legends|220|R|{2}{G}{G}|Enchantment|||When Court of Bounty enters the battlefield, you become the monarch.$At the beginning of your upkeep, you may put a land card from your hand onto the battlefield. If you're the monarch, instead you may put a creature or land card from your hand onto the battlefield.|
|
||||
Crushing Vines|Commander Legends|221|C|{2}{G}|Instant|||Choose one —$• Destroy target creature with flying.$• Destroy target artifact.|
|
||||
Dawnglade Regent|Commander Legends|222|R|{5}{G}{G}|Creature - Elk|8|8|When Dawnglade Regent enters the battlefield, you become the monarch.$As long as you're the monarch, permanents you control have hexproof.|
|
||||
Elvish Visionary|Commander Legends|223|C|{1}{G}|Creature - Elf Shaman|1|1|When Elvish Visionary enters the battlefield, draw a card.|
|
||||
Entourage of Trest|Commander Legends|224|C|{4}{G}|Creature - Elf Soldier|4|4|When Entourage of Trest enters the battlefield, you become the monarch.$Entourage of Trest can block an additional creature each combat as long as you're the monarch.|
|
||||
Farhaven Elf|Commander Legends|225|C|{2}{G}|Creature - Elf Druid|1|1|When Farhaven Elf enters the battlefield, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle your library.|
|
||||
Fertilid|Commander Legends|226|C|{2}{G}|Creature - Elemental|0|0|Fertilid enters the battlefield with two +1/+1 counters on it.${1}{G}, Remove a +1/+1 counter from Fertilid: Target player searches their library for a basic land card, puts it onto the battlefield tapped, then shuffles their library.|
|
||||
Fin-Clade Fugitives|Commander Legends|227|C|{5}{G}|Creature - Elf Salamander Rogue|||Fin-Clade Fugitives can't be blocked by creatures with power 2 or less.$Encore {4}{G}|
|
||||
Fyndhorn Elves|Commander Legends|228|C|{G}|Creature - Elf Druid|1|1|{T}: Add {G}.|
|
||||
Gift of Paradise|Commander Legends|229|C|{2}{G}|Enchantment - Aura|||Enchant land$When Gift of Paradise enters the battlefield, you gain 3 life.$Enchanted land has "{T}: Add two mana of any one color."|
|
||||
Gilanra, Caller of Wirewood|Commander Legends|230|U|{2}{G}|Legendary Creature - Elf Druid|1|2|{T}: Add {G}. When you spend this mana to cast a spell with converted mana cost 6 or greater, draw a card.$Partner|
|
||||
|
@ -39458,35 +39533,55 @@ Hunter's Insight|Commander Legends|232|U|{2}{G}|Instant|||Choose target creature
|
|||
Ich-Tekik, Salvage Splicer|Commander Legends|233|U|{4}{G}|Legendary Creature - Human Artificer|1|1|When Ich-Tekik, Salvage Splicer enters the battlefield, create a 3/3 colorless Golem artifact creature token.$Whenever an artifact is put into a graveyard from the battlefield, put a +1/+1 counter on Ich-Tekik and a +1/+1 counter on each Golem you control.$Partner|
|
||||
Immaculate Magistrate|Commander Legends|234|R|{3}{G}|Creature - Elf Shaman|2|2|{T}: Put a +1/+1 counter on target creature for each Elf you control.|
|
||||
Imperious Perfect|Commander Legends|235|U|{2}{G}|Creature - Elf Warrior|2|2|Other Elf creatures you control get +1/+1.${G}, {T}: Create a 1/1 green Elf Warrior creature token.|
|
||||
Ivy Lane Denizen|Commander Legends|236|C|{3}{G}|Creature - Elf Warrior|2|3|Whenever another green creature enters the battlefield under your control, put a +1/+1 counter on target creature.|
|
||||
Kamahl, Heart of Krosa|Commander Legends|237|M|{6}{G}{G}|Legendary Creature - Human Druid|5|5|At the beginning of combat on your turn, creatures you control get +3/+3 and gain trample until end of turn.${1}{G}: Until end of turn, target land you control becomes a 1/1 Elemental creature with vigilance, indestructible, and haste. It's still a land.$Partner|
|
||||
Kamahl's Will|Commander Legends|238|R|{3}{G}|Instant|||Choose one. If you control a commander as you cast this spell, you may choose both.$• Until end of turn, any number of target lands you control become 1/1 Elemental creatures with vigilance, indestructible, and haste. They're still lands.$• Choose target creature you don't control. Each creature you control deals damage equal to its power to that creature.|
|
||||
Kodama of the East Tree|Commander Legends|239|R|{4}{G}{G}|Legendary Creature - Spirit|6|6|Reach$Whenever another permanent enters the battlefield under your control, if it wasn't put onto the battlefield with this ability, you may put a permanent card with equal or lesser converted mana cost from your hand onto the battlefield.$Partner|
|
||||
Lifecrafter's Gift|Commander Legends|240|U|{3}{G}|Instant|||Put a +1/+1 counter on target creature, then put a +1/+1 counter on each creature you control with a +1/+1 counter on it.|
|
||||
Lys Alana Bowmaster|Commander Legends|241|C|{2}{G}|Creature - Elf Archer|2|2|Reach$Whenever you cast an Elf spell, you may have Lys Alana Bowmaster deal 2 damage to target creature with flying.|
|
||||
Magus of the Order|Commander Legends|242|R|{2}{G}{G}|Creature - Human Wizard|3|3|{G}, {T}, Sacrifice Magus of the Order and another green creature: Search your library for a green creature card, put it onto the battlefield, then shuffle your library.|
|
||||
Molder Beast|Commander Legends|243|C|{4}{G}|Creature - Beast|5|3|Trample$Whenever an artifact is put into a graveyard from the battlefield, Molder Beast gets +2/+0 until end of turn.|
|
||||
Monstrous Onslaught|Commander Legends|244|U|{3}{G}{G}|Sorcery|||Monstrous Onslaught deals X damage divided as you choose among any number of target creatures, where X is the greatest power among creatures you control as you cast this spell.|
|
||||
Natural Reclamation|Commander Legends|245|C|{4}{G}|Instant|||Cascade$Destroy target artifact or enchantment.|
|
||||
Numa, Joraga Chieftain|Commander Legends|246|U|{2}{G}|Legendary Creature - Elf Warrior|2|2|At the beginning of combat on your turn, you may pay {X}{X}. When you do, distribute X +1/+1 counters among any number of target Elves.$Partner|
|
||||
Ordeal of Nylea|Commander Legends|247|U|{1}{G}|Enchantment - Aura|||Enchant creature$Whenever enchanted creature attacks, put a +1/+1 counter on it. Then if it has three or more +1/+1 counters on it, sacrifice Ordeal of Nylea.$When you sacrifice Ordeal of Nylea, search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle your library.|
|
||||
Reclamation Sage|Commander Legends|248|U|{2}{G}|Creature - Elf Shaman|2|1|When Reclamation Sage enters the battlefield, you may destroy target artifact or enchantment.|
|
||||
Reshape the Earth|Commander Legends|249|M|{6}{G}{G}{G}|Sorcery|||Search your library for up to ten land cards, put them onto the battlefield tapped, then shuffle your library.|
|
||||
Rootweaver Druid|Commander Legends|250|R|{2}{G}|Creature - Elf Druid|2|1|When Rootweaver Druid enters the battlefield, each opponent may search their library for up to three basic land cards. They each put one of those cards onto the battlefield tapped under your control and the rest onto the battlefield tapped under their control. Then each player who searched their library this way shuffles it.|
|
||||
Scaled Behemoth|Commander Legends|251|U|{4}{G}{G}|Creature - Crocodile|6|7|Hexproof|
|
||||
Scrounging Bandar|Commander Legends|252|C|{1}{G}|Creature - Cat Monkey|0|0|Scrounging Bandar enters the battlefield with two +1/+1 counters on it.$At the beginning of your upkeep, you may move any number of +1/+1 counters from Scrounging Bandar onto another target creature.|
|
||||
Sentinel Spider|Commander Legends|253|C|{3}{G}{G}|Creature - Spider|4|4|Vigilance$Reach|
|
||||
Sifter Wurm|Commander Legends|254|U|{5}{G}{G}|Creature - Wurm|7|7|Trample$When Sifter Wurm enters the battlefield, scry 3, then reveal the top card of your library. You gain life equal to that card's converted mana cost.|
|
||||
Silverback Shaman|Commander Legends|255|C|{3}{G}{G}|Creature - Ape Shaman|5|4|Trample$When Silverback Shaman dies, draw a card.|
|
||||
Slurrk, All-Ingesting|Commander Legends|256|U|{5}{G}|Legendary Creature - Ooze|0|0|Slurrk, All-Ingesting enters the battlefield with five +1/+1 counters on it.$Whenever Slurrk or another creature you control dies, if it had a +1/+1 counter on it, put a +1/+1 counter on each creature you control that has a +1/+1 counter on it.$Partner|
|
||||
Soul's Might|Commander Legends|257|C|{4}{G}|Sorcery|||Put X +1/+1 counters on target creature, where X is that creature's power.|
|
||||
Stingerfling Spider|Commander Legends|258|U|{4}{G}|Creature - Spider|2|5|Reach$When Stingerfling Spider enters the battlefield, you may destroy target creature with flying.|
|
||||
Strength of the Pack|Commander Legends|259|U|{4}{G}{G}|Sorcery|||Put two +1/+1 counters on each creature you control.|
|
||||
Sweet-Gum Recluse|Commander Legends|260|R|{4}{G}{G}|Creature - Spider|0|3|Flash$Cascade$Reach$When Sweet-Gum Recluse enters the battlefield, put three +1/+1 counters on each of any number of target creatures that entered the battlefield this turn.|
|
||||
Three Visits|Commander Legends|261|U|{1}{G}|Sorcery|||Search your library for a Forest card and put that card onto the battlefield. Then shuffle your library.|
|
||||
Vow of Wildness|Commander Legends|262|U|{2}{G}|Enchantment - Aura|||Enchant creature$Enchanted creature gets +3/+3, has trample, and can't attack you or a planeswalker you control.|
|
||||
Wildheart Invoker|Commander Legends|263|C|{2}{G}{G}|Creature - Elf Shaman|4|3|{8}: Target creature gets +5/+5 and gains trample until end of turn.|
|
||||
Wildsize|Commander Legends|264|C|{2}{G}|Instant|||Target creature gets +2/+2 and gains trample until end of turn.$Draw a card.|
|
||||
Abomination of Llanowar|Commander Legends|265|U|{1}{B}{G}|Legendary Creature - Elf Horror|*|*|Vigilance; menace$Abomination of Llanowar's power and toughness are each equal to the number of Elves you control plus the number of Elf cards in your graveyard.|
|
||||
Amareth, the Lustrous|Commander Legends|266|R|{3}{G}{U}{W}|Legendary Creature - Dragon|6|6|Flying$Whenever another permanent enters the battlefield under your control, look at the top card of your library. If it shares a card type with that permanent, you may reveal that card and put it into your hand.|
|
||||
Amareth, the Lustrous|Commander Legends|266|R|{3}{G}{W}{U}|Legendary Creature - Dragon|6|6|Flying$Whenever another permanent enters the battlefield under your control, look at the top card of your library. If it shares a card type with that permanent, you may reveal that card and put it into your hand.|
|
||||
Araumi of the Dead Tide|Commander Legends|267|U|{1}{U}{B}|Legendary Creature - Merfolk Wizard|1|4|{T}, Exile cards from your graveyard equal to the number of opponents you have: Target creature card in your graveyard gains encore until end of turn. The encore cost is equal to its mana cost.|
|
||||
Archelos, Lagoon Mystic|Commander Legends|268|R|{1}{B}{G}{U}|Legendary Creature - Turtle Shaman|2|4|As long as Archelos, Lagoon Mystic is tapped, other permanents enter the battlefield tapped.$As long as Archelos is untapped, other permanents enter the battlefield untapped.|
|
||||
Averna, the Chaos Bloom|Commander Legends|269|R|{G}{U}{R}|Legendary Creature - Elemental Shaman|4|2|As you cascade, you may put a land card from among the exiled cards onto the battlefield tapped.|
|
||||
Belbe, Corrupted Observer|Commander Legends|270|R|{B}{G}|Legendary Creature - Zombie Elf|2|2|At the beginning of each player's postcombat main phase, that player adds {C}{C} for each of your opponents who lost life this turn.|
|
||||
Bell Borca, Spectral Sergeant|Commander Legends|271|R|{2}{R}{W}|Legendary Creature - Spirit Soldier|||Note the converted mana cost of each card as it's put into exile.$Bell Borca, Spectral Sergeant's power is equal to the greatest number noted for it this turn.$At the beginning of your upkeep, exile the top card of your library. You may play that card this turn.|
|
||||
Blim, Comedic Genius|Commander Legends|272|R|{2}{B}{R}|Legendary Creature - Imp|4|3|Flying$Whenever Blim, Comedic Genius deals combat damage to a player, that player gains control of target permanent you control. Then each player loses life and discards cards equal to the number of permanents they control but don't own.|
|
||||
Captain Vargus Wrath|Commander Legends|273|U|{U}{R}|Legendary Creature - Orc Pirate|1|1|Whenever Captain Vargus Wrath attacks, Pirates you control get +1/+1 until end of turn for each time you've cast a commander from the command zone this game.|
|
||||
Colfenor, the Last Yew|Commander Legends|274|R|{3}{W}{B}{G}|Legendary Creature - Treefolk Shaman|3|7|Vigilance, reach$Whenever Colfenor, the Last Yew or another creature you control dies, return up to one other target creature card with lesser toughness from your graveyard to your hand.|
|
||||
Ghen, Arcanum Weaver|Commander Legends|275|R|{R}{W}{B}|Legendary Creature - Human Wizard|2|3|{R}{W}{B}, {T}, Sacrifice an enchantment: Return target enchantment card from your graveyard to the battlefield.|
|
||||
Gnostro, Voice of the Crags|Commander Legends|276|R|{1}{U}{R}{W}|Legendary Creature - Chimera|3|3|{T}: Choose one. X is the number of spells you've cast this turn.$• Scry X.$• Gnostro, Voice of the Crags deals X damage to target creature.$• You gain X life.|
|
||||
Gor Muldrak, Amphinologist|Commander Legends|277|R|{1}{G}{U}|Legendary Creature - Human Scout|3|2|You and permanents you control have protection from Salamanders.$At the beginning of your end step, each player who controls the fewest creatures creates a 4/3 blue Salamander Warrior creature token.|
|
||||
Hamza, Guardian of Arashin|Commander Legends|278|R|{4}{G}{W}|Legendary Creature - Elephant Warrior|5|5|This spell costs {1} less to cast for each creature you control with a +1/+1 counter on it.$Creature spells you cast cost {1} less to cast for each creature you control with a +1/+1 counter on it.|
|
||||
Hans Eriksson|Commander Legends|279|R|{2}{R}{G}|Legendary Creature - Human Scout|1|4|Whenever Hans Eriksson attacks, reveal the top card of your library. If it's a creature card, put it onto the battlefield tapped and attacking defending player or a planeswalker they control. Otherwise, put that card into your hand. When you put a creature card onto the battlefield this way, it fights Hans Eriksson.|
|
||||
Imoti, Celebrant of Bounty|Commander Legends|280|U|{3}{G}{U}|Legendary Creature - Naga Druid|3|1|Cascade$Spells you cast with converted mana cost 6 or greater have cascade.|
|
||||
Jared Carthalion, True Heir|Commander Legends|281|R|{R}{G}{W}|Legendary Creature - Human Warrior|3|3|When Jared Carthalion, True Heir enters the battlefield, target opponent becomes the monarch. You can't become the monarch this turn.$If damage would be dealt to Jared Carthalion while you're the monarch, prevents that damage and put that many +1/+1 counters on it.|
|
||||
Juri, Master of the Revue|Commander Legends|282|U|{B}{R}|Legendary Creature - Human Shaman|1|1|Whenever you sacrifice a permanent, put a +1/+1 counter on Juri, Master of the Revue.$When Juri dies, it deals damage equal its power to any target.|
|
||||
Kangee, Sky Warden|Commander Legends|283|U|{3}{W}{U}|Legendary Creature - Bird Wizard|3|3|Flying, vigilance$Whenever Kangee, Sky Warden attacks, attacking creatures with flying get +2/+0 until end of turn.$Whenever Kangee blocks, blocking creatures with flying get +0/+2 until end of turn.|
|
||||
Kwain, Itinerant Meddler|Commander Legends|284|R|{W}{U}|Legendary Creature - Rabbit Wizard|1|3|{T}: Each player may draw a card, then each player who drew a card this way gains 1 life.|
|
||||
Lathiel, the Bounteous Dawn|Commander Legends|285|R|{2}{G}{W}|Legendary Creature - Unicorn|2|2|Lifelink$At the beginning of each end step, if you gained life this turn, distribute up to that many +1/+1 counters among any number of other target creatures.|
|
||||
Liesa, Shroud of Dusk|Commander Legends|286|R|{2}{W}{W}{B}|Legendary Creature - Angel|5|5|Rather than pay {2} for each previous time you've cast this spell from the command zone this game, pay 2 life that many times.$Flying, lifelink$Whenever a player casts a spell, they lose 2 life.|
|
||||
Nevinyrral, Urborg Tyrant|Commander Legends|287|R|{3}{W}{U}{B}|Legendary Creature - Zombie Wizard|3|6|Hexproof from artifacts, creatures, and enchantments$When Nevinyrral, Urborg Tyrant enters the battlefield, create a tapped 2/2 black Zombie creature token for each creature that died this turn.$When Nevinyrral dies, you may pay {1}. When you do, destroy all artifacts, creatures, and enchantments.|
|
||||
|
@ -39494,45 +39589,69 @@ Nymris, Oona's Trickster|Commander Legends|288|R|{3}{U}{B}|Legendary Creature -
|
|||
Obeka, Brute Chronologist|Commander Legends|289|R|{1}{U}{B}{R}|Legendary Creature - Ogre Wizard|3|4|{T}: The player whose turn it is may end the turn.|
|
||||
Reyav, Master Smith|Commander Legends|290|U|{R}{W}|Legendary Creature - Dwarf Artificer|2|2|Whenever an enchanted or equipped creature you control attacks, that creature gains double strike until end of turn|
|
||||
Thalisse, Reverent Medium|Commander Legends|291|U|{3}{W}{B}|Legendary Creature - Human Cleric|3|4|At the beginning of each end step, create X 1/1 white Spirit creature tokens with flying, where X is the number of tokens you created this turn.|
|
||||
Tuya Bearclaw|Commander Legends|292|U|{1}{R}{G}|Legendary Creature - Human Warrior|2|2|Whenever Tuya Bearclaw attacks, it gets +X/+X until end of turn, where X is the greatest power among other creatures you control.|
|
||||
Yurlok of Scorch Thrash|Commander Legends|293|R|{1}{B}{R}{G}|Legendary Creature - Viashino Shaman|4|4|Vigilance$A player losing unspent mana causes that player to lose that much life.${1}, {T}: Each player adds {B}{R}{G}.|
|
||||
Zara, Renegade Recruiter|Commander Legends|294|R|{3}{U}{R}|Legendary Creature - Human Pirate|4|3|Flying$Whenever Zara, Renegade Recruiter attacks, look at defending player's hand. You may put a creature card from it onto the battlefield under your control tapped and attacking that player or a planeswalker they control. Return that creature to its owner's hand at the beginning of the next end step.|
|
||||
Amorphous Axe|Commander Legends|295|C|{2}|Artifact - Equipment|||Equipped creature gets +3/+0 and is every creature type.$Equip {3}|
|
||||
Angelic Armaments|Commander Legends|296|U|{3}|Artifact - Equipment|||Equipped creature gets +2/+2, has flying, and is a white Angel in addition to its other colors and types.$Equip {4}|
|
||||
Arcane Signet|Commander Legends|297|U|{2}|Artifact|||{T}: Add one mana of any color in your commander's color identity.|
|
||||
Armillary Sphere|Commander Legends|298|C|{2}|Artifact|||{2}, {T}, Sacrifice Armillary Sphere: Search your library for up to two basic land cards, reveal them, put them into your hand, then shuffle your library.|
|
||||
Armory of Iroas|Commander Legends|299|U|{2}|Artifact - Equipment|||Whenever equipped creature attacks, put a +1/+1 counter on it.$Equip {2}|
|
||||
Bladegriff Prototype|Commander Legends|300|R|{5}|Artifact Creature - Griffin|3|2|Flying$Whenever Bladegriff Prototype deals combat damage to a player, destroy target nonland permanent of that player's choice that one of your opponents controls.|
|
||||
Brass Herald|Commander Legends|301|U|{6}|Artifact Creature - Golem|2|2|As Brass Herald enters the battlefield, choose a creature type.$When Brass Herald enters the battlefield, reveal the top four cards of your library. Put all creature cards of the chosen type revealed this way into your hand and the rest on the bottom of your library in any order.$Creatures of the chosen type get +1/+1.|
|
||||
Burnished Hart|Commander Legends|302|U|{3}|Artifact Creature - Elk|2|2|{3}, Sacrifice Burnished Hart: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle your library.|
|
||||
Charcoal Diamond|Commander Legends|303|C|{2}|Artifact|||Charcoal Diamond enters the battlefield tapped.${T}: Add {B}.|
|
||||
Codex Shredder|Commander Legends|304|U|{1}|Artifact|||{T}: Target player mills a card.${5}, {T}, Sacrifice Codex Shredder: Return target card from your graveyard to your hand.|
|
||||
Commander's Plate|Commander Legends|305|M|{1}|Artifact - Equipment|||Equipped creature gets +3/+3 and has protection from each color that's not in your commander's color identity.$Equip commander {3}$Equip {5}|
|
||||
Commander's Sphere|Commander Legends|306|C|{3}|Artifact|||{T}: Add one mana of any color in your commander's color identity.$Sacrifice Commander's Sphere: Draw a card.|
|
||||
Dreamstone Hedron|Commander Legends|307|U|{6}|Artifact|||{T}: Add {C}{C}{C}.${3}, {T}, Sacrifice Dreamstone Hedron: Draw three cards.|
|
||||
Filigree Familiar|Commander Legends|308|C|{3}|Artifact Creature - Fox|2|2|When Filigree Familiar enters the battlefield, you gain 2 life.$When Filigree Familiar dies, draw a card.|
|
||||
Fire Diamond|Commander Legends|309|C|{2}|Artifact|||Fire Diamond enters the battlefield tapped.${T}: Add {R}.|
|
||||
Foundry Inspector|Commander Legends|310|U|{3}|Artifact Creature - Construct|3|2|Artifact spells you cast cost {1} less to cast.|
|
||||
Golem Artisan|Commander Legends|311|U|{5}|Artifact Creature - Golem|3|3|{2}: Target artifact creature gets +1/+1 until end of turn.${2}: Target artifact creature gains your choice of flying, trample, or haste until end of turn.|
|
||||
Grafted Wargear|Commander Legends|312|U|{3}|Artifact - Equipment|||Equipped creature gets +3/+2.$Whenever Grafted Wargear becomes unattached from a permanent, sacrifice that permanent.$Equip {0}|
|
||||
Haunted Cloak|Commander Legends|313|C|{3}|Artifact - Equipment|||Equipped creature has vigilance, trample, and haste.$Equip {1}|
|
||||
Hero's Blade|Commander Legends|314|U|{2}|Artifact - Equipment|||Equipped creature gets +3/+2.$Whenever a legendary creature enters the battlefield under your control, you may attach Hero's Blade to it.$Equip {4}|
|
||||
Horizon Stone|Commander Legends|315|R|{5}|Artifact|||If you would lose unspent mana, that mana becomes colorless instead.|
|
||||
Howling Golem|Commander Legends|316|C|{3}|Artifact Creature - Golem|2|3|Whenever Howling Golem attacks or blocks, each player draws a card.|
|
||||
Ingenuity Engine|Commander Legends|317|U|{7}|Artifact|||Cascade${1}, {T}, Sacrifice an artifact: Return target artifact you control to its owner's hand.|
|
||||
Jalum Tome|Commander Legends|318|C|{3}|Artifact|||{2}, {T}: Draw a card, then discard a card.|
|
||||
Jeweled Lotus|Commander Legends|319|M|{0}|Artifact|||{T}, Sacrifice Jeweled Lotus: Add three mana of any one color. Spend this mana only to cast your commander.|
|
||||
Loreseeker's Stone|Commander Legends|320|U|{6}|Artifact|||{3}, {T}: Draw three cards. This ability costs {1} more to activate for each card in your hand.|
|
||||
Lumengrid Gargoyle|Commander Legends|321|U|{6}|Artifact Creature - Gargoyle|4|4|Flying|
|
||||
Maelstrom Colossus|Commander Legends|322|C|{8}|Artifact Creature - Golem|7|7|Cascade|
|
||||
Marble Diamond|Commander Legends|323|C|{2}|Artifact|||Marble Diamond enters the battlefield tapped.${T}: Add {W}.|
|
||||
Mask of Memory|Commander Legends|324|U|{2}|Artifact - Equipment|||Whenever equipped creature deals combat damage to a player, you may draw two cards. If you do, discard a card.$Equip {1}|
|
||||
Meteor Golem|Commander Legends|325|U|{7}|Artifact Creature - Golem|3|3|When Meteor Golem enters the battlefield, destroy target nonland permanent an opponent controls.|
|
||||
Mindless Automaton|Commander Legends|326|U|{4}|Artifact Creature - Construct|0|0|Mindless Automaton enters the battlefield with two +1/+1 counters on it.${1}, Discard a card: Put a +1/+1 counter on Mindless Automaton.$Remove two +1/+1 counters from Mindless Automaton: Draw a card.|
|
||||
Moss Diamond|Commander Legends|327|U|{2}|Artifact|||Moss Diamond enters the battlefield tapped.${T}: Add {G}.|
|
||||
Moss Diamond|Commander Legends|327|C|{2}|Artifact|||Moss Diamond enters the battlefield tapped.${T}: Add {G}.|
|
||||
Nevinyrral's Disk|Commander Legends|328|R|{4}|Artifact|||Nevinyrral's Disk enters the battlefield tapped.${1}, {T}: Destroy all artifacts, creatures, and enchantments.|
|
||||
Pennon Blade|Commander Legends|329|U|{3}|Artifact - Equipment|||Equipped creature gets +1/+1 for each creature you control.$Equip {4}|
|
||||
Perilous Myr|Commander Legends|330|C|{2}|Artifact Creature - Myr|1|1|When Perilous Myr dies, it deals 2 damage to any target.|
|
||||
Phyrexian Triniform|Commander Legends|331|M|{9}|Artifact Creature - Golem|9|9|When Phyrexian Triniform dies, create three 3/3 colorless Golem artifact creature tokens.$Encore {12}|
|
||||
Pilgrim's Eye|Commander Legends|332|C|{3}|Artifact Creature - Thopter|1|1|Flying$When Pilgrim's Eye enters the battlefield, you may search your library for a basic land card, reveal it, put it into your hand, then shuffle your library.|
|
||||
Pirate's Cutlass|Commander Legends|333|C|{3}|Artifact - Equipment|||When Pirate's Cutlass enters the battlefield, attach it to target Pirate you control.$Equipped creature gets +2/+1.$Equip {2}|
|
||||
Prophetic Prism|Commander Legends|334|C|{2}|Artifact|||When Prophetic Prism enters the battlefield, draw a card.${1}, {T}: Add one mana of any color.|
|
||||
Rings of Brighthearth|Commander Legends|335|R|{3}|Artifact|||Whenever you activate an ability, if it isn't a mana ability, you may pay {2}. If you do, copy that ability. You may choose new targets for the copy.|
|
||||
Sandstone Oracle|Commander Legends|336|U|{7}|Artifact Creature - Sphinx|4|4|Flying$When Sandstone Oracle enters the battlefield, choose an opponent. If that player has more cards in hand than you, draw cards equal to the difference.|
|
||||
Scroll Rack|Commander Legends|337|M|{2}|Artifact|||{1}, {T}: Exile any number of cards from your hand face down. Put that many cards from the top of your library into your hand. Then look at the exiled cards and put them on top of your library in any order.|
|
||||
Seer's Lantern|Commander Legends|338|C|{3}|Artifact|||{T}: Add {C}.${2}, {T}: Scry 1.|
|
||||
Shimmer Myr|Commander Legends|339|U|{3}|Artifact Creature - Myr|2|2|Flash$You may cast artifact spells as though they had flash.|
|
||||
Sisay's Ring|Commander Legends|340|C|{4}|Artifact|||{T}: Add {C}{C}.|
|
||||
Sky Diamond|Commander Legends|341|C|{2}|Artifact|||Sky Diamond enters the battlefield tapped.${T}: Add {U}.|
|
||||
Staff of Domination|Commander Legends|343|R|{3}|Artifact|||{1}: Untap Staff of Domination.${2}, {T}: You gain 1 life.${3}, {T}: Untap target creature.${4}, {T}: Tap target creature.${5}, {T}: Draw a card.|
|
||||
Staunch Throneguard|Commander Legends|344|C|{5}|Artifact Creature - Construct|2|5|Vigilance$When Staunch Throneguard enters the battlefield, you become the monarch.|
|
||||
Sunset Pyramid|Commander Legends|345|U|{2}|Artifact|||Sunset Pyramid enters the battlefield with three brick counters on it.${2}, {T}, Remove a brick counter from Sunset Pyramid: Draw a card.${2}, {T}: Scry 1.|
|
||||
Thought Vessel|Commander Legends|346|U|{2}|Artifact|||You have no maximum hand size.${T}: Add {C}.|
|
||||
Universal Solvent|Commander Legends|347|C|{1}|Artifact|||{7}, {T}, Sacrifice Universal Solvent: Destroy target permanent.|
|
||||
Workshop Assistant|Commander Legends|348|C|{3}|Artifact Creature - Construct|1|2|When Workshop Assistant dies, return another target artifact card from your graveyard to your hand.|
|
||||
Command Beacon|Commander Legends|349|R||Land|||{T}: Add {C}.${T}, Sacrifice Command Beacon: Put your commander into your hand from the command zone.|
|
||||
Command Tower|Commander Legends|350|C||Land|||{T}: Add one mana of any color in your commander's color identity.|
|
||||
Guildless Commons|Commander Legends|351|U||Land|||Guildless Commons enters the battlefield tapped.$When Guildless Commons enters the battlefield, return a land you control to its owner's hand.${T}: Add {C}{C}.|
|
||||
Opal Palace|Commander Legends|352|C||Land|||{T}: Add {C}.${1}, {T}: Add one mana of any color in your commander's color identity. If you spend this mana to cast your commander, it enters the battlefield with a number of additional +1/+1 counters on it equal to the number of times it's been cast from the command zone this game.|
|
||||
Path of Ancestry|Commander Legends|353|C||Land|||Path of Ancestry enters the battlefield tapped.${T}: Add one mana of any color in your commander's color identity. When that mana is spent to cast a creature spell that shares a creature type with your commander, scry 1.|
|
||||
Rejuvenating Springs|Commander Legends|354|R||Land|||Rejuvenating Springs enters the battlefield tapped unless you have two or more opponents.${T}: Add {G} or {U}.|
|
||||
Rupture Spire|Commander Legends|355|C||Land|||Rupture Spire enters the battlefield tapped.$When Rupture Spire enters the battlefield, sacrifice it unless you pay {1}.${T}: Add one mana of any color.|
|
||||
Spectator Seating|Commander Legends|356|R||Land|||Spectator Seating enters the battlefield tapped unless you have two or more opponents.${T}: Add {R} or {W}.|
|
||||
Terramorphic Expanse|Commander Legends|357|C||Land|||{T}, Sacrifice Terramorphic Expanse: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle your library.|
|
||||
Training Center|Commander Legends|358|R||Land|||Training Center enters the battlefield tapped unless you have two or more opponents.${T}: Add {U} or {R}.|
|
||||
|
@ -39560,12 +39679,14 @@ Bruse Tarl, Boorish Herder|Commander Legends|517|M|{2}{R}{W}|Legendary Creature
|
|||
Derevi, Empyrial Tactician|Commander Legends|518|M|{G}{W}{U}|Legendary Creature - Bird Wizard|2|3|Flying$Whenever Derevi, Empyrial Tactician enters the battlefield or a creature you control deals combat damage to a player, you may tap or untap target permanent.${1}{G}{W}{U}: Put Derevi onto the battlefield from the command zone.|
|
||||
Ikra Shidiqi, the Usurper|Commander Legends|519|M|{3}{B}{G}|Legendary Creature - Naga Wizard|3|7|Menace$Whenever a creature you control deals combat damage to a player, you gain life equal to that creature's toughness.$Partner|
|
||||
Ishai, Ojutai Dragonspeaker|Commander Legends|520|M|{2}{W}{U}|Legendary Creature - Bird Monk|1|1|Flying$Whenever an opponent casts a spell, put a +1/+1 counter on Ishai, Ojutai Dragonspeaker.$Partner|
|
||||
Karador, Ghost Chieftain|Commander Legends|521|M|{5}{W}{B}{G}|Legendary Creature - Centaur Spirit|3|4|This spell costs {1} less to cast for each creature card in your graveyard.$During each of your turns, you may cast a creature spell from your graveyard.|
|
||||
Karametra, God of Harvests|Commander Legends|522|M|{3}{G}{W}|Legendary Enchantment Creature - God|6|7|Indestructible$As long as your devotion to green and white is less than seven, Karametra isn't a creature.$Whenever you cast a creature spell, you may search your library for a Forest or Plains card, put it onto the battlefield tapped, then shuffle your library.|
|
||||
Kraum, Ludevic's Opus|Commander Legends|523|M|{3}{U}{R}|Legendary Creature - Zombie Horror|4|4|Flying, haste$Whenever an opponent casts their second spell each turn, draw a card.$Partner|
|
||||
Kydele, Chosen of Kruphix|Commander Legends|524|M|{2}{G}{U}|Legendary Creature - Human Wizard|2|3|{T}: Add {C} for each card you've drawn this turn.$Partner|
|
||||
Ludevic, Necro-Alchemist|Commander Legends|525|M|{1}{U}{R}|Legendary Creature - Human Wizard|1|4|At the beginning of each player's end step, that player may draw a card if a player other than you lost life this turn.$Partner|
|
||||
Maelstrom Wanderer|Commander Legends|526|M|{5}{G}{U}{R}|Legendary Creature - Elemental|7|5|Creatures you control have haste.$Cascade, cascade|
|
||||
Muldrotha, the Gravetide|Commander Legends|527|M|{3}{B}{G}{U}|Legendary Creature - Elemental Avatar|6|6|During each of your turns, you may play a land and cast a permanent spell of each permanent type from your graveyard.|
|
||||
Marath, Will of the Wild|Commander Legends|527|M|{R}{G}{W}|Legendary Creature - Elemental Beast|0|0|Marath, Will of the Wild enters the battlefield with a number of +1/+1 counters on it equal to the amount of mana spent to cast it.${X}, Remove X +1/+1 counters from Marath: Choose one —$• Put X +1/+1 counters on target creature. X can't be 0.$• Marath deals X damage to any target. X can't be 0.$• Create an X/X green Elemental creature token. X can't be 0.|
|
||||
Muldrotha, the Gravetide|Commander Legends|528|M|{3}{B}{G}{U}|Legendary Creature - Elemental Avatar|6|6|During each of your turns, you may play a land and cast a permanent spell of each permanent type from your graveyard.|
|
||||
Nekusar, the Mindrazer|Commander Legends|529|M|{2}{U}{B}{R}|Legendary Creature - Zombie Wizard|2|4|At the beginning of each player's draw step, that player draws an additional card.$Whenever an opponent draws a card, Nekusar, the Mindrazer deals 1 damage to that player.|
|
||||
Prossh, Skyraider of Kher|Commander Legends|530|M|{3}{B}{R}{G}|Legendary Creature - Dragon|5|5|When you cast this spell, create X 0/1 red Kobold creature tokens named Kobolds of Kher Keep, where X is the amount of mana spent to cast Prossh.$Flying$Sacrifice another creature: Prossh, Skyraider of Kher gets +1/+0 until end of turn.|
|
||||
Queen Marchesa|Commander Legends|531|M|{1}{R}{W}{B}|Legendary Creature - Human Assassin|3|3|Deathtouch, haste$When Queen Marchesa enters the battlefield, you become the monarch.$At the beginning of your upkeep, if an opponent is the monarch, create a 1/1 black Assassin creature token with deathtouch and haste.|
|
||||
|
@ -39580,8 +39701,7 @@ Tymna the Weaver|Commander Legends|539|M|{1}{W}{B}|Legendary Creature - Human Cl
|
|||
Vial Smasher the Fierce|Commander Legends|540|M|{1}{B}{R}|Legendary Creature - Goblin Berserker|2|3|Whenever you cast your first spell each turn, choose an opponent at random. Vial Smasher the Fierce deals damage equal to that spell's converted mana cost to that player or a planeswalker that player controls.$Partner|
|
||||
Xenagos, God of Revels|Commander Legends|541|M|{3}{R}{G}|Legendary Enchantment Creature - God|6|5|Indestructible$As long as your devotion to red and green is less than seven, Xenagos isn't a creature.$At the beginning of combat on your turn, another target creature you control gains haste and gets +X/+X until end of turn, where X is that creature's power.|
|
||||
Yuriko, the Tiger's Shadow|Commander Legends|542|M|{1}{U}{B}|Legendary Creature - Human Ninja|1|3|Commander ninjutsu {U}{B}$Whenever a Ninja you control deals combat damage to a player, reveal the top card of your library and put that card into your hand. Each opponent loses life equal to that card's converted mana cost.|
|
||||
Zedruu the Greathearted|Commander Legends|543|M|{1}{U}{R}{W}|Legendary Creature - Minotaur Monk|2|4|At the beginning of your upkeep, you gain X life and draw X cards, where X is the number of permanents you own that your opponents control.${U}{R}{W}: Target opponent gains control of target permanent you control.|
|
||||
Zur the Enchanter|Commander Legends|544|M|{1}{W}{U}{B}|Legendary Creature - Human Wizard|1|4|Flying$Whenever Zur the Enchanter attacks, you may search your library for an enchantment card with converted mana cost 3 or less and put it onto the battlefield. If you do, shuffle your library.|
|
||||
Ramos, Dragon Engine|Commander Legends|545|M|{6}|Legendary Artifact Creature - Dragon|4|4|Flying$Whenever you cast a spell, put a +1/+1 counter on Ramos, Dragon Engine for each of that spell's colors.$Remove five +1/+1 counters from Ramos: Add {W}{W}{U}{U}{B}{B}{R}{R}{G}{G}. Activate this ability only once each turn.|
|
||||
Akroma's Will|Commander Legends|615|R|{3}{W}|Instant|||Choose one. If you control a commander as you cast this spell, you may choose both.$• Creatures you control gain flying, vigilance, and double strike until end of turn.$• Creatures you control gain lifelink, indestructible, and protection from all colors until end of turn.|
|
||||
Reshape the Earth|Commander Legends|683|M|{6}{G}{G}{G}|Sorcery|||Search your library for up to ten land cards, put them onto the battlefield tapped, then shuffle your library.|
|
||||
Mana Confluence|Commander Legends|721|M||Land|||{T}, Pay 1 life: Add one mana of any color.|
|
||||
|
|
Loading…
Reference in a new issue