mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
updated C19 spoiler and reprints
This commit is contained in:
parent
59954c80df
commit
61a30ad593
2 changed files with 100 additions and 0 deletions
|
@ -19,62 +19,111 @@ public final class Commander2019Edition extends ExpansionSet {
|
|||
super("Commander 2019 Edition", "C19", ExpansionSet.buildDate(2019, 8, 23), SetType.SUPPLEMENTAL);
|
||||
this.blockName = "Command Zone";
|
||||
|
||||
cards.add(new SetCardInfo("Ainok Survivalist", 156, Rarity.COMMON, mage.cards.a.AinokSurvivalist.class));
|
||||
cards.add(new SetCardInfo("Anje Falkenrath", 37, Rarity.MYTHIC, mage.cards.a.AnjeFalkenrath.class));
|
||||
cards.add(new SetCardInfo("Anje's Ravager", 22, Rarity.RARE, mage.cards.a.AnjesRavager.class));
|
||||
cards.add(new SetCardInfo("Apex Altisaur", 31, Rarity.RARE, mage.cards.a.ApexAltisaur.class));
|
||||
cards.add(new SetCardInfo("Ash Barrens", 227, Rarity.COMMON, mage.cards.a.AshBarrens.class));
|
||||
cards.add(new SetCardInfo("Backdraft Hellkite", 23, Rarity.RARE, mage.cards.b.BackdraftHellkite.class));
|
||||
cards.add(new SetCardInfo("Bane of the Living", 104, Rarity.RARE, mage.cards.b.BaneOfTheLiving.class));
|
||||
cards.add(new SetCardInfo("Biomass Mutation", 187, Rarity.RARE, mage.cards.b.BiomassMutation.class));
|
||||
cards.add(new SetCardInfo("Bojuka Bog", 232, Rarity.COMMON, mage.cards.b.BojukaBog.class));
|
||||
cards.add(new SetCardInfo("Bounty of the Luxa", 189, Rarity.RARE, mage.cards.b.BountyOfTheLuxa.class));
|
||||
cards.add(new SetCardInfo("Chromeshell Crab", 81, Rarity.RARE, mage.cards.c.ChromeshellCrab.class));
|
||||
cards.add(new SetCardInfo("Cinder Glade", 236, Rarity.RARE, mage.cards.c.CinderGlade.class));
|
||||
cards.add(new SetCardInfo("Clever Impersonator", 82, Rarity.MYTHIC, mage.cards.c.CleverImpersonator.class));
|
||||
cards.add(new SetCardInfo("Command Tower", 237, Rarity.COMMON, mage.cards.c.CommandTower.class));
|
||||
cards.add(new SetCardInfo("Cultivate", 159, Rarity.COMMON, mage.cards.c.Cultivate.class));
|
||||
cards.add(new SetCardInfo("Darkwater Catacombs", 238, Rarity.RARE, mage.cards.d.DarkwaterCatacombs.class));
|
||||
cards.add(new SetCardInfo("Deathmist Raptor", 160, Rarity.MYTHIC, mage.cards.d.DeathmistRaptor.class));
|
||||
cards.add(new SetCardInfo("Den Protector", 161, Rarity.RARE, mage.cards.d.DenProtector.class));
|
||||
cards.add(new SetCardInfo("Dimir Aqueduct", 239, Rarity.UNCOMMON, mage.cards.d.DimirAqueduct.class));
|
||||
cards.add(new SetCardInfo("Dockside Extortionist", 24, Rarity.RARE, mage.cards.d.DocksideExtortionist.class));
|
||||
cards.add(new SetCardInfo("Echoing Truth", 84, Rarity.COMMON, mage.cards.e.EchoingTruth.class));
|
||||
cards.add(new SetCardInfo("Evolving Wilds", 241, Rarity.COMMON, mage.cards.e.EvolvingWilds.class));
|
||||
cards.add(new SetCardInfo("Explore", 164, Rarity.COMMON, mage.cards.e.Explore.class));
|
||||
cards.add(new SetCardInfo("Faithless Looting", 140, Rarity.COMMON, mage.cards.f.FaithlessLooting.class));
|
||||
cards.add(new SetCardInfo("Farseek", 165, Rarity.COMMON, mage.cards.f.Farseek.class));
|
||||
cards.add(new SetCardInfo("Forest", 300, Rarity.LAND, mage.cards.basiclands.Forest.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Forgotten Cave", 243, Rarity.UNCOMMON, mage.cards.f.ForgottenCave.class));
|
||||
cards.add(new SetCardInfo("Gerrard, Weatherlight Hero", 41, Rarity.RARE, mage.cards.g.GerrardWeatherlightHero.class));
|
||||
cards.add(new SetCardInfo("Ghastly Conscription", 115, Rarity.MYTHIC, mage.cards.g.GhastlyConscription.class));
|
||||
cards.add(new SetCardInfo("Ghired's Belligerence", 25, Rarity.RARE, mage.cards.g.GhiredsBelligerence.class));
|
||||
cards.add(new SetCardInfo("Ghired, Conclave Exile", 42, Rarity.MYTHIC, mage.cards.g.GhiredConclaveExile.class));
|
||||
cards.add(new SetCardInfo("Ghostly Prison", 64, Rarity.UNCOMMON, mage.cards.g.GhostlyPrison.class));
|
||||
cards.add(new SetCardInfo("Golgari Guildgate", 247, Rarity.COMMON, mage.cards.g.GolgariGuildgate.class));
|
||||
cards.add(new SetCardInfo("Golgari Rot Farm", 248, Rarity.UNCOMMON, mage.cards.g.GolgariRotFarm.class));
|
||||
cards.add(new SetCardInfo("Great Oak Guardian", 170, Rarity.UNCOMMON, mage.cards.g.GreatOakGuardian.class));
|
||||
cards.add(new SetCardInfo("Grim Haruspex", 118, Rarity.RARE, mage.cards.g.GrimHaruspex.class));
|
||||
cards.add(new SetCardInfo("Grismold, the Dreadsower", 44, Rarity.RARE, mage.cards.g.GrismoldTheDreadsower.class));
|
||||
cards.add(new SetCardInfo("Hex", 120, Rarity.RARE, mage.cards.h.Hex.class));
|
||||
cards.add(new SetCardInfo("Hooded Hydra", 172, Rarity.MYTHIC, mage.cards.h.HoodedHydra.class));
|
||||
cards.add(new SetCardInfo("Icefeather Aven", 194, Rarity.UNCOMMON, mage.cards.i.IcefeatherAven.class));
|
||||
cards.add(new SetCardInfo("Ignite the Future", 27, Rarity.RARE, mage.cards.i.IgniteTheFuture.class));
|
||||
cards.add(new SetCardInfo("Island", 291, Rarity.LAND, mage.cards.basiclands.Island.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Ixidron", 87, Rarity.RARE, mage.cards.i.Ixidron.class));
|
||||
cards.add(new SetCardInfo("Jungle Hollow", 254, Rarity.COMMON, mage.cards.j.JungleHollow.class));
|
||||
cards.add(new SetCardInfo("Kadena's Silencer", 8, Rarity.RARE, mage.cards.k.KadenasSilencer.class));
|
||||
cards.add(new SetCardInfo("Kadena, Slinking Sorcerer", 45, Rarity.MYTHIC, mage.cards.k.KadenaSlinkingSorcerer.class));
|
||||
cards.add(new SetCardInfo("Kheru Spellsnatcher", 89, Rarity.RARE, mage.cards.k.KheruSpellsnatcher.class));
|
||||
cards.add(new SetCardInfo("Leadership Vacuum", 9, Rarity.UNCOMMON, mage.cards.l.LeadershipVacuum.class));
|
||||
cards.add(new SetCardInfo("Llanowar Wastes", 258, Rarity.RARE, mage.cards.l.LlanowarWastes.class));
|
||||
cards.add(new SetCardInfo("Mountain", 297, Rarity.LAND, mage.cards.basiclands.Mountain.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Myriad Landscape", 261, Rarity.UNCOMMON, mage.cards.m.MyriadLandscape.class));
|
||||
cards.add(new SetCardInfo("Mystic Retrieval", 90, Rarity.UNCOMMON, mage.cards.m.MysticRetrieval.class));
|
||||
cards.add(new SetCardInfo("Nantuko Vigilante", 174, Rarity.COMMON, mage.cards.n.NantukoVigilante.class));
|
||||
cards.add(new SetCardInfo("Opulent Palace", 264, Rarity.UNCOMMON, mage.cards.o.OpulentPalace.class));
|
||||
cards.add(new SetCardInfo("Overwhelming Stampede", 175, Rarity.RARE, mage.cards.o.OverwhelmingStampede.class));
|
||||
cards.add(new SetCardInfo("Plains", 288, Rarity.LAND, mage.cards.basiclands.Plains.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Prairie Stream", 265, Rarity.RARE, mage.cards.p.PrairieStream.class));
|
||||
cards.add(new SetCardInfo("Pramikon, Sky Rampart", 47, Rarity.MYTHIC, mage.cards.p.PramikonSkyRampart.class));
|
||||
cards.add(new SetCardInfo("Prismatic Strands", 69, Rarity.COMMON, mage.cards.p.PrismaticStrands.class));
|
||||
cards.add(new SetCardInfo("Putrefy", 197, Rarity.UNCOMMON, mage.cards.p.Putrefy.class));
|
||||
cards.add(new SetCardInfo("Ral Zarek", 198, Rarity.MYTHIC, mage.cards.r.RalZarek.class));
|
||||
cards.add(new SetCardInfo("Reality Shift", 92, Rarity.UNCOMMON, mage.cards.r.RealityShift.class));
|
||||
cards.add(new SetCardInfo("Reliquary Tower", 268, Rarity.UNCOMMON, mage.cards.r.ReliquaryTower.class));
|
||||
cards.add(new SetCardInfo("River Kelpie", 93, Rarity.RARE, mage.cards.r.RiverKelpie.class));
|
||||
cards.add(new SetCardInfo("Runic Repetition", 94, Rarity.UNCOMMON, mage.cards.r.RunicRepetition.class));
|
||||
cards.add(new SetCardInfo("Sagu Mauler", 200, Rarity.RARE, mage.cards.s.SaguMauler.class));
|
||||
cards.add(new SetCardInfo("Sakura-Tribe Elder", 177, Rarity.COMMON, mage.cards.s.SakuraTribeElder.class));
|
||||
cards.add(new SetCardInfo("Sanctum of Eternity", 59, Rarity.RARE, mage.cards.s.SanctumOfEternity.class));
|
||||
cards.add(new SetCardInfo("Scaretiller", 57, Rarity.COMMON, mage.cards.s.Scaretiller.class));
|
||||
cards.add(new SetCardInfo("Scroll of Fate", 58, Rarity.RARE, mage.cards.s.ScrollOfFate.class));
|
||||
cards.add(new SetCardInfo("Secret Plans", 201, Rarity.UNCOMMON, mage.cards.s.SecretPlans.class));
|
||||
cards.add(new SetCardInfo("Secrets of the Dead", 95, Rarity.UNCOMMON, mage.cards.s.SecretsOfTheDead.class));
|
||||
cards.add(new SetCardInfo("Seedborn Muse", 179, Rarity.RARE, mage.cards.s.SeedbornMuse.class));
|
||||
cards.add(new SetCardInfo("Sevinne's Reclamation", 5, Rarity.RARE, mage.cards.s.SevinnesReclamation.class));
|
||||
cards.add(new SetCardInfo("Sevinne, the Chronoclasm", 49, Rarity.MYTHIC, mage.cards.s.SevinneTheChronoclasm.class));
|
||||
cards.add(new SetCardInfo("Shrine of the Forsaken Gods", 273, Rarity.RARE, mage.cards.s.ShrineOfTheForsakenGods.class));
|
||||
cards.add(new SetCardInfo("Silumgar Assassin", 128, Rarity.RARE, mage.cards.s.SilumgarAssassin.class));
|
||||
cards.add(new SetCardInfo("Simic Growth Chamber", 274, Rarity.UNCOMMON, mage.cards.s.SimicGrowthChamber.class));
|
||||
cards.add(new SetCardInfo("Simic Guildgate", 275, Rarity.COMMON, mage.cards.s.SimicGuildgate.class));
|
||||
cards.add(new SetCardInfo("Skinthinner", 129, Rarity.COMMON, mage.cards.s.Skinthinner.class));
|
||||
cards.add(new SetCardInfo("Sol Ring", 221, Rarity.UNCOMMON, mage.cards.s.SolRing.class));
|
||||
cards.add(new SetCardInfo("Storm Herd", 75, Rarity.RARE, mage.cards.s.StormHerd.class));
|
||||
cards.add(new SetCardInfo("Stratus Dancer", 96, Rarity.RARE, mage.cards.s.StratusDancer.class));
|
||||
cards.add(new SetCardInfo("Strionic Resonator", 224, Rarity.RARE, mage.cards.s.StrionicResonator.class));
|
||||
cards.add(new SetCardInfo("Sultai Charm", 202, Rarity.UNCOMMON, mage.cards.s.SultaiCharm.class));
|
||||
cards.add(new SetCardInfo("Sungrass Prairie", 277, Rarity.RARE, mage.cards.s.SungrassPrairie.class));
|
||||
cards.add(new SetCardInfo("Sunken Hollow", 278, Rarity.RARE, mage.cards.s.SunkenHollow.class));
|
||||
cards.add(new SetCardInfo("Swamp", 294, Rarity.LAND, mage.cards.basiclands.Swamp.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Temple of the False God", 280, Rarity.UNCOMMON, mage.cards.t.TempleOfTheFalseGod.class));
|
||||
cards.add(new SetCardInfo("Tempt with Discovery", 183, Rarity.RARE, mage.cards.t.TemptWithDiscovery.class));
|
||||
cards.add(new SetCardInfo("Terramorphic Expanse", 281, Rarity.COMMON, mage.cards.t.TerramorphicExpanse.class));
|
||||
cards.add(new SetCardInfo("Tezzeret's Gambit", 98, Rarity.UNCOMMON, mage.cards.t.TezzeretsGambit.class));
|
||||
cards.add(new SetCardInfo("Thalia's Geistcaller", 7, Rarity.RARE, mage.cards.t.ThaliasGeistcaller.class));
|
||||
cards.add(new SetCardInfo("Thelonite Hermit", 184, Rarity.RARE, mage.cards.t.TheloniteHermit.class));
|
||||
cards.add(new SetCardInfo("Thespian's Stage", 282, Rarity.RARE, mage.cards.t.ThespiansStage.class));
|
||||
cards.add(new SetCardInfo("Thornwood Falls", 283, Rarity.COMMON, mage.cards.t.ThornwoodFalls.class));
|
||||
cards.add(new SetCardInfo("Thousand Winds", 100, Rarity.RARE, mage.cards.t.ThousandWinds.class));
|
||||
cards.add(new SetCardInfo("Thran Dynamo", 223, Rarity.UNCOMMON, mage.cards.t.ThranDynamo.class));
|
||||
cards.add(new SetCardInfo("Trail of Mystery", 186, Rarity.RARE, mage.cards.t.TrailOfMystery.class));
|
||||
cards.add(new SetCardInfo("Urban Evolution", 205, Rarity.UNCOMMON, mage.cards.u.UrbanEvolution.class));
|
||||
cards.add(new SetCardInfo("Vesuvan Shapeshifter", 101, Rarity.RARE, mage.cards.v.VesuvanShapeshifter.class));
|
||||
cards.add(new SetCardInfo("Volrath, the Shapestealer", 51, Rarity.MYTHIC, mage.cards.v.VolrathTheShapestealer.class));
|
||||
cards.add(new SetCardInfo("Vraska the Unseen", 207, Rarity.MYTHIC, mage.cards.v.VraskaTheUnseen.class));
|
||||
cards.add(new SetCardInfo("Willbender", 102, Rarity.UNCOMMON, mage.cards.w.Willbender.class));
|
||||
cards.add(new SetCardInfo("Woodland Stream", 286, Rarity.COMMON, mage.cards.w.WoodlandStream.class));
|
||||
cards.add(new SetCardInfo("Yavimaya Coast", 287, Rarity.RARE, mage.cards.y.YavimayaCoast.class));
|
||||
}
|
||||
}
|
||||
|
|
|
@ -35715,7 +35715,9 @@ Dockside Extortionist|Commander 2019|24|R|{1}{R}|Creature - Goblin Pirate|1|2|Wh
|
|||
Ghired's Belligerence|Commander 2019|25|R|{X}{R}{R}|Sorcery|||Ghired's Belligerence deals X damage divided as you choose among any number of target creatures. Whenever a creature dealt damage this way dies this turn, populate.|
|
||||
Ignite the Future|Commander 2019|27|R|{3}{R}|Sorcery|||Exile the top three cards of your library. Until the end of your next turn, you may play those cards. If this spell was cast from a graveyard, you may play cards this way without paying their mana costs.$Flashback {7}{R}|
|
||||
Apex Altisaur|Commander 2019|31|R|{7}{G}{G}|Creature - Dinosaur|10|10|When Apex Altisaur enters the battlefield, it fights up to one target creature you don't control.$Enrage — Whenever Apex Altisaur is dealt damage, it fights up to one target creature you don't control.|
|
||||
Road of Return|Commander 2019|34|R|{G}{G}|Sorcery|||Choose one —$• Return target permanent card from your graveyard to your hand.$• Return your commander into your hand from the command zone.$Entwine {2}|
|
||||
Anje Falkenrath|Commander 2019|37|M|{1}{B}{R}|Legendary Creature - Vampire|1|3|Haste${T}, Discard a card: Draw a card.$Whenever you discard a card, if it has madness, untap Anje Falkenrath.|
|
||||
Elsha of the Infinite|Commander 2019|40|M|{2}{U}{R}{W}|Legendary Creature - Djinn Monk|3|3|Prowess$You may look at the top card of your library any time.$You may cast the top card of your library if it's a noncreature, nonland card, and you may cast it as though it had flash.|
|
||||
Gerrard, Weatherlight Hero|Commander 2019|41|R|{2}{R}{W}|Legendary Creature - Human Soldier|3|3|First strike$When Gerrard, Weatherlight Hero dies, exile it and return to the battlefield all artifact and creature cards in your graveyard that were put there from the battlefield this turn.|
|
||||
Ghired, Conclave Exile|Commander 2019|42|M|{2}{R}{G}{W}|Legendary Creature - Human Shaman|2|5|When Ghired, Conclave Exile enters the battlefield, create a 4/4 green Rhino creature token with trample.$Whenever Ghired attacks, populate. The token enters the battlefield tapped and attacking.|
|
||||
Grismold, the Dreadsower|Commander 2019|44|R|{1}{B}{G}|Legendary Creature - Troll Shaman|3|3|Trample$At the beginning of your end step, each player creates a 1/1 green Plant creature token.$Whenever a creature token dies, put a +1/+1 counter on Grismold, the Dreadsower.|
|
||||
|
@ -35731,35 +35733,84 @@ Scroll of Fate|Commander 2019|58|R|{3}|Artifact|||{T}: Manifest a card from your
|
|||
Sanctum of Eternity|Commander 2019|59|R||Land|||{T}: Add {C}.${2}, {T}: Return target commander you own from the battlefield to your hand. Activate this ability only during your turn.|
|
||||
Ghostly Prison|Commander 2019|64|U|{2}{W}|Enchantment|||Creatures can't attack you unless their controller pays {2} for each creature they control that's attacking you.|
|
||||
Prismatic Strands|Commander 2019|69|C|{2}{W}|Instant|||Prevent all damage that sources of the color of your choice would deal this turn.$Flashback—Tap an untapped white creature you control.|
|
||||
Storm Herd|Commander 2019|75|R|{8}{W}{W}|Sorcery|||Create X 1/1 white Pegasus creature tokens with flying, where X is your life total.|
|
||||
Chromeshell Crab|Commander 2019|81|R|{4}{U}|Creature - Crab Beast|3|3|Morph {4}{U}$When Chromeshell Crab is turned face up, you may exchange control of target creature you control and target creature an opponent controls.|
|
||||
Clever Impersonator|Commander 2019|82|M|{2}{U}{U}|Creature - Shapeshifter|0|0|You may have Clever Impersonator enter the battlefield as a copy of any nonland permanent on the battlefield.|
|
||||
Echoing Truth|Commander 2019|84|C|{1}{U}|Instant|||Return target nonland permanent and all other permanents with the same name as that permanent to their owners' hands.|
|
||||
Ixidron|Commander 2019|87|R|{3}{U}{U}|Creature - Illusion|*|*|As Ixidron enters the battlefield, turn all other nontoken creatures face down.$Ixidron's power and toughness are each equal to the number of face-down creatures on the battlefield.|
|
||||
Kheru Spellsnatcher|Commander 2019|89|R|{3}{U}|Creature - Naga Wizard|3|3|Morph {4}{U}{U}$When Kheru Spellsnatcher is turned face up, counter target spell. If that spell is countered this way, exile it instead of putting it into its owner's graveyard. You may cast that card without paying its mana cost for as long as it remains exiled.|
|
||||
Mystic Retrieval|Commander 2019|90|U|{3}{U}|Sorcery|||Return target instant or sorcery card from your graveyard to your hand.$Flashback {2}{R}|
|
||||
Reality Shift|Commander 2019|92|U|{1}{U}|Instant|||Exile target creature. Its controller manifests the top card of their library.|
|
||||
River Kelpie|Commander 2019|93|R|{3}{U}{U}|Creature - Beast|3|3|Whenever River Kelpie or another permanent enters the battlefield from a graveyard, draw a card.$Whenever a player casts a spell from a graveyard, draw a card.$Persist|
|
||||
Runic Repetition|Commander 2019|94|U|{2}{U}|Sorcery|||Return target exiled card with flashback you own to your hand.|
|
||||
Secrets of the Dead|Commander 2019|95|U|{2}{U}|Enchantment|||Whenever you cast a spell from your graveyard, draw a card.|
|
||||
Stratus Dancer|Commander 2019|96|R|{1}{U}|Creature - Djinn Monk|2|1|Flying$Megamorph {1}{U}$When Stratus Dancer is turned face up, counter target instant or sorcery spell.|
|
||||
Tezzeret's Gambit|Commander 2019|98|U|{3}{U/P}|Sorcery|||({U/P} can be paid with either {U} or 2 life.)$Draw two cards, then proliferate.|
|
||||
Thousand Winds|Commander 2019|100|R|{4}{U}{U}|Creature - Elemental|5|6|Flying$Morph {5}{U}{U}$When Thousand Winds is turned face up, return all other tapped creatures to their owners' hands.|
|
||||
Vesuvan Shapeshifter|Commander 2019|101|R|{3}{U}{U}|Creature - Shapeshifter|0|0|As Vesuvan Shapeshifter enters the battlefield or is turned face up, you may choose another creature on the battlefield. If you do, until Vesuvan Shapeshifter is turned face down, it becomes a copy of that creature, except it has "At the beginning of your upkeep, you may turn this creature face down."$Morph {1}{U}|
|
||||
Willbender|Commander 2019|102|U|{1}{U}|Creature - Human Wizard|1|2|Morph {1}{U}$When Willbender is turned face up, change the target of target spell or ability with a single target.|
|
||||
Bane of the Living|Commander 2019|104|R|{2}{B}{B}|Creature - Insect|4|3|Morph {X}{B}{B}$When Bane of the Living is turned face up, all creatures get -X/-X until end of turn.|
|
||||
Ghastly Conscription|Commander 2019|115|M|{5}{B}{B}|Sorcery|||Exile all creature cards from target player's graveyard in a face-down pile, shuffle that pile, then manifest those cards.|
|
||||
Grim Haruspex|Commander 2019|118|R|{2}{B}|Creature - Human Wizard|3|2|Morph {B}$Whenever another nontoken creature you control dies, draw a card.|
|
||||
Hex|Commander 2019|120|R|{4}{B}{B}|Sorcery|||Destroy six target creatures.|
|
||||
Silumgar Assassin|Commander 2019|128|R|{1}{B}|Creature - Human Assassin|2|1|Creatures with power greater than Silumgar Assassin's power can't block it.$Megamorph {2}{B}$When Silumgar Assassin is turned face up, destroy target creature with power 3 or less an opponent controls.|
|
||||
Skinthinner|Commander 2019|129|C|{1}{B}|Creature - Zombie|2|1|Morph {3}{B}{B}$When Skinthinner is turned face up, destroy target nonblack creature. It can't be regenerated.|
|
||||
Faithless Looting|Commander 2019|140|C|{R}|Sorcery|||Draw two cards, then discard two cards.$Flashback {2}{R}|
|
||||
Ainok Survivalist|Commander 2019|156|C|{1}{G}|Creature - Hound Shaman|2|1|Megamorph {1}{G}$When Ainok Survivalist is turned face up, destroy target artifact or enchantment an opponent controls.|
|
||||
Cultivate|Commander 2019|159|C|{2}{G}|Sorcery|||Search your library for up to two basic land cards, reveal those cards, and put one onto the battlefield tapped and the other into your hand. Then shuffle your library.|
|
||||
Deathmist Raptor|Commander 2019|160|M|{1}{G}{G}|Creature - Dinosaur Beast|3|3|Deathtouch$Whenever a permanent you control is turned face up, you may return Deathmist Raptor from your graveyard to the battlefield face up or face down.$Megamorph {4}{G}|
|
||||
Den Protector|Commander 2019|161|R|{1}{G}|Creature - Human Warrior|2|1|Creatures with power less than Den Protector's power can't block it.$Megamorph {1}{G}$When Den Protector is turned face up, return target card from your graveyard to your hand.|
|
||||
Explore|Commander 2019|164|C|{1}{G}|Sorcery|||You may play an additional land this turn.$Draw a card.|
|
||||
Farseek|Commander 2019|165|C|{1}{G}|Sorcery|||Search your library for a Plains, Island, Swamp, or Mountain card and put it onto the battlefield tapped. Then shuffle your library.|
|
||||
Great Oak Guardian|Commander 2019|170|U|{5}{G}|Creature - Treefolk|4|5|Flash$Reach$When Great Oak Guardian enters the battlefield, creatures target player controls get +2/+2 until end of turn. Untap them.|
|
||||
Hooded Hydra|Commander 2019|172|M|{X}{G}{G}|Creature - Snake Hydra|0|0|Hooded Hydra enters the battlefield with X +1/+1 counters on it.$When Hooded Hydra dies, create a 1/1 green Snake creature token for each +1/+1 counter on it.$Morph {3}{G}{G}$As Hooded Hydra is turned face up, put five +1/+1 counters on it.|
|
||||
Nantuko Vigilante|Commander 2019|174|C|{3}{G}|Creature - Insect Druid Mutant|3|2|Morph {1}{G}$When Nantuko Vigilante is turned face up, destroy target artifact or enchantment.|
|
||||
Overwhelming Stampede|Commander 2019|175|R|{3}{G}{G}|Sorcery|||Until end of turn, creatures you control gain trample and get +X/+X, where X is the greatest power among creatures you control.|
|
||||
Sakura-Tribe Elder|Commander 2019|177|C|{1}{G}|Creature - Snake Shaman|1|1|Sacrifice Sakura-Tribe Elder: Search your library for a basic land card, put that card onto the battlefield tapped, then shuffle your library.|
|
||||
Seedborn Muse|Commander 2019|179|R|{3}{G}{G}|Creature - Spirit|2|4|Untap all permanents you control during each other player's untap step.|
|
||||
Tempt with Discovery|Commander 2019|183|R|{3}{G}|Sorcery|||Tempting offer — Search your library for a land card and put it onto the battlefield. Each opponent may search their library for a land card and put it onto the battlefield. For each opponent who searches a library this way, search your library for a land card and put it onto the battlefield. Then each player who searched a library this way shuffles it.|
|
||||
Thelonite Hermit|Commander 2019|184|R|{3}{G}|Creature - Elf Shaman|1|1|Saproling creatures get +1/+1.$Morph {3}{G}{G}$When Thelonite Hermit is turned face up, create four 1/1 green Saproling creature tokens.|
|
||||
Trail of Mystery|Commander 2019|186|R|{1}{G}|Enchantment|||Whenever a face-down creature enters the battlefield under your control, you may search your library for a basic land card, reveal it, put it into your hand, then shuffle your library.$Whenever a permanent you control is turned face up, if it's a creature, it gets +2/+2 until end of turn.|
|
||||
Biomass Mutation|Commander 2019|187|R|{X}{G/U}{G/U}|Instant|||Creatures you control have base power and toughness X/X until end of turn.|
|
||||
Bounty of the Luxa|Commander 2019|189|R|{2}{G}{U}|Enchantment|||At the beginning of your precombat main phase, remove all flood counters from Bounty of the Luxa. If no counters were removed this way, put a flood counter on Bounty of the Luxa and draw a card. Otherwise, add {C}{G}{U}.|
|
||||
Icefeather Aven|Commander 2019|194|U|{G}{U}|Creature - Bird Shaman|2|2|Flying$Morph {1}{G}{U}$When Icefeather Aven is turned face up, you may return another target creature to its owner's hand.|
|
||||
Putrefy|Commander 2019|197|U|{1}{B}{G}|Instant|||Destroy target artifact or creature. It can't be regenerated.|
|
||||
Ral Zarek|Commander 2019|198|M|{2}{U}{R}|Legendary Planeswalker - Ral|4|+1: Tap target permanent, then untap another target permanent.$−2: Ral Zarek deals 3 damage to any target.$−7: Flip five coins. Take an extra turn after this one for each coin that comes up heads.|
|
||||
Sagu Mauler|Commander 2019|200|R|{4}{G}{U}|Creature - Beast|6|6|Trample, hexproof$Morph {3}{G}{U}|
|
||||
Secret Plans|Commander 2019|201|U|{G}{U}|Enchantment|||Face-down creatures you control get +0/+1.$Whenever a permanent you control is turned face up, draw a card.|
|
||||
Sultai Charm|Commander 2019|202|U|{B}{G}{U}|Instant|||Choose one —$• Destroy target monocolored creature.$• Destroy target artifact or enchantment.$• Draw two cards, then discard a card.|
|
||||
Urban Evolution|Commander 2019|205|U|{3}{G}{U}|Sorcery|||Draw three cards. You may play an additional land this turn.|
|
||||
Vraska the Unseen|Commander 2019|207|M|{3}{B}{G}|Legendary Planeswalker - Vraska|5|+1: Until your next turn, whenever a creature deals combat damage to Vraska the Unseen, destroy that creature.$−3: Destroy target nonland permanent.$−7: Create three 1/1 black Assassin creature tokens with "Whenever this creature deals combat damage to a player, that player loses the game."|
|
||||
Sol Ring|Commander 2019|221|U|{1}|Artifact|||{T}: Add {C}{C}.|
|
||||
Thran Dynamo|Commander 2019|223|U|{4}|Artifact|||{T}: Add {C}{C}{C}.|
|
||||
Strionic Resonator|Commander 2019|224|R|{2}|Artifact|||{2}, {T}: Copy target triggered ability you control. You may choose new targets for the copy.|
|
||||
Ash Barrens|Commander 2019|227|C||Land|||{T}: Add {C}.$Basic landcycling {1}|
|
||||
Bojuka Bog|Commander 2019|232|C||Land|||Bojuka Bog enters the battlefield tapped.$When Bojuka Bog enters the battlefield, exile all cards from target player's graveyard.${T}: Add {B}.|
|
||||
Cinder Glade|Commander 2019|236|R||Land - Mountain Forest|||({T}: Add {R} or {G}.)$Cinder Glade enters the battlefield tapped unless you control two or more basic lands.|
|
||||
Command Tower|Commander 2019|237|C||Land|||{T}: Add one mana of any color in your commander's color identity.|
|
||||
Darkwater Catacombs|Commander 2019|238|R||Land|||{1}, {T}: Add {U}{B}.|
|
||||
Dimir Aqueduct|Commander 2019|239|U||Land|||Dimir Aqueduct enters the battlefield tapped.$When Dimir Aqueduct enters the battlefield, return a land you control to its owner's hand.${T}: Add {U}{B}.|
|
||||
Evolving Wilds|Commander 2019|241|C||Land|||{T}, Sacrifice Evolving Wilds: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle your library.|
|
||||
Forgotten Cave|Commander 2019|243|U||Land|||Forgotten Cave enters the battlefield tapped.${T}: Add {R}.$Cycling {R}|
|
||||
Golgari Guildgate|Commander 2019|247|C||Land - Gate|||Golgari Guildgate enters the battlefield tapped.${T}: Add {B} or {G}.|
|
||||
Golgari Rot Farm|Commander 2019|248|U||Land|||Golgari Rot Farm enters the battlefield tapped.$When Golgari Rot Farm enters the battlefield, return a land you control to its owner's hand.${T}: Add {B}{G}.|
|
||||
Jungle Hollow|Commander 2019|254|C||Land|||Jungle Hollow enters the battlefield tapped.$When Jungle Hollow enters the battlefield, you gain 1 life.${T}: Add {B} or {G}.|
|
||||
Llanowar Wastes|Commander 2019|258|R||Land|||{T}: Add {C}.${T}: Add {B} or {G}. Llanowar Wastes deals 1 damage to you.|
|
||||
Myriad Landscape|Commander 2019|261|U||Land|||Myriad Landscape enters the battlefield tapped.${T}: Add {C}.${2}, {T}, Sacrifice Myriad Landscape: Search your library for up to two basic land cards that share a land type, put them onto the battlefield tapped, then shuffle your library.|
|
||||
Opulent Palace|Commander 2019|264|U||Land|||Opulent Palace enters the battlefield tapped.${T}: Add {B}, {G}, or {U}.|
|
||||
Prairie Stream|Commander 2019|265|R||Land - Plains Island|||({T}: Add {W} or {U}.)$Prairie Stream enters the battlefield tapped unless you control two or more basic lands.|
|
||||
Reliquary Tower|Commander 2019|268|U||Land|||You have no maximum hand size.${T}: Add {C}.|
|
||||
Shrine of the Forsaken Gods|Commander 2019|273|R||Land|||{T}: Add {C}.${T}: Add {C}{C}. Spend this mana only to cast colorless spells. Activate this ability only if you control seven or more lands.|
|
||||
Simic Growth Chamber|Commander 2019|274|U||Land|||Simic Growth Chamber enters the battlefield tapped.$When Simic Growth Chamber enters the battlefield, return a land you control to its owner's hand.${T}: Add {G}{U}.|
|
||||
Simic Guildgate|Commander 2019|275|C||Land - Gate|||Simic Guildgate enters the battlefield tapped.${T}: Add {G} or {U}.|
|
||||
Sungrass Prairie|Commander 2019|277|R||Land|||{1}, {T}: Add {G}{W}.|
|
||||
Sunken Hollow|Commander 2019|278|R||Land - Island Swamp|||({T}: Add {U} or {B}.)$Sunken Hollow enters the battlefield tapped unless you control two or more basic lands.|
|
||||
Temple of the False God|Commander 2019|280|U||Land|||{T}: Add {C}{C}. Activate this ability only if you control five or more lands.|
|
||||
Terramorphic Expanse|Commander 2019|281|C||Land|||{T}, Sacrifice Terramorphic Expanse: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle your library.|
|
||||
Thespian's Stage|Commander 2019|282|R||Land|||{T}: Add {C}.${2}, {T}: Thespian's Stage becomes a copy of target land, except it has this ability.|
|
||||
Thornwood Falls|Commander 2019|283|C||Land|||Thornwood Falls enters the battlefield tapped.$When Thornwood Falls enters the battlefield, you gain 1 life.${T}: Add {G} or {U}.|
|
||||
Woodland Stream|Commander 2019|286|C||Land|||Woodland Stream enters the battlefield tapped.${T}: Add {G} or {U}.|
|
||||
Yavimaya Coast|Commander 2019|287|R||Land|||{T}: Add {C}.${T}: Add {G} or {U}. Yavimaya Coast deals 1 damage to you.|
|
||||
Plains|Commander 2019|288|C||Basic Land - Plains|||({T}: Add {W}.)|
|
||||
Island|Commander 2019|291|C||Basic Land - Island|||({T}: Add {U}.)|
|
||||
Swamp|Commander 2019|294|C||Basic Land - Swamp|||({T}: Add {B}.)|
|
||||
|
|
Loading…
Reference in a new issue