[C21] updated spoiler and reprints

This commit is contained in:
Evan Kranzler 2021-04-09 22:43:18 -04:00
parent e79f69829a
commit f32c4eb110
2 changed files with 108 additions and 3 deletions

View file

@ -26,9 +26,12 @@ public final class Commander2021Edition extends ExpansionSet {
cards.add(new SetCardInfo("Ancient Den", 276, Rarity.COMMON, mage.cards.a.AncientDen.class));
cards.add(new SetCardInfo("Angel of the Ruins", 11, Rarity.RARE, mage.cards.a.AngelOfTheRuins.class));
cards.add(new SetCardInfo("Apex of Power", 158, Rarity.MYTHIC, mage.cards.a.ApexOfPower.class));
cards.add(new SetCardInfo("Arashi, the Sky Asunder", 185, Rarity.RARE, mage.cards.a.ArashiTheSkyAsunder.class));
cards.add(new SetCardInfo("Arcane Signet", 234, Rarity.COMMON, mage.cards.a.ArcaneSignet.class));
cards.add(new SetCardInfo("Archaeomancer's Map", 12, Rarity.RARE, mage.cards.a.ArchaeomancersMap.class));
cards.add(new SetCardInfo("Audacious Reshapers", 47, Rarity.RARE, mage.cards.a.AudaciousReshapers.class));
cards.add(new SetCardInfo("Beast Within", 186, Rarity.UNCOMMON, mage.cards.b.BeastWithin.class));
cards.add(new SetCardInfo("Biomass Mutation", 209, Rarity.RARE, mage.cards.b.BiomassMutation.class));
cards.add(new SetCardInfo("Blasphemous Act", 159, Rarity.RARE, mage.cards.b.BlasphemousAct.class));
cards.add(new SetCardInfo("Blighted Cataract", 279, Rarity.UNCOMMON, mage.cards.b.BlightedCataract.class));
cards.add(new SetCardInfo("Boros Charm", 210, Rarity.UNCOMMON, mage.cards.b.BorosCharm.class));
@ -40,18 +43,23 @@ public final class Commander2021Edition extends ExpansionSet {
cards.add(new SetCardInfo("Burnished Hart", 238, Rarity.UNCOMMON, mage.cards.b.BurnishedHart.class));
cards.add(new SetCardInfo("Call the Skybreaker", 211, Rarity.RARE, mage.cards.c.CallTheSkybreaker.class));
cards.add(new SetCardInfo("Chain Reaction", 161, Rarity.RARE, mage.cards.c.ChainReaction.class));
cards.add(new SetCardInfo("Champion of Wits", 116, Rarity.RARE, mage.cards.c.ChampionOfWits.class));
cards.add(new SetCardInfo("Charmbreaker Devils", 162, Rarity.RARE, mage.cards.c.CharmbreakerDevils.class));
cards.add(new SetCardInfo("Cleansing Nova", 86, Rarity.RARE, mage.cards.c.CleansingNova.class));
cards.add(new SetCardInfo("Coiling Oracle", 212, Rarity.COMMON, mage.cards.c.CoilingOracle.class));
cards.add(new SetCardInfo("Combustible Gearhulk", 163, Rarity.MYTHIC, mage.cards.c.CombustibleGearhulk.class));
cards.add(new SetCardInfo("Commander's Sphere", 239, Rarity.COMMON, mage.cards.c.CommandersSphere.class));
cards.add(new SetCardInfo("Crackling Drake", 213, Rarity.UNCOMMON, mage.cards.c.CracklingDrake.class));
cards.add(new SetCardInfo("Crafty Cutpurse", 117, Rarity.RARE, mage.cards.c.CraftyCutpurse.class));
cards.add(new SetCardInfo("Curiosity Crafter", 24, Rarity.RARE, mage.cards.c.CuriosityCrafter.class));
cards.add(new SetCardInfo("Curse of the Swine", 118, Rarity.RARE, mage.cards.c.CurseOfTheSwine.class));
cards.add(new SetCardInfo("Daretti, Scrap Savant", 164, Rarity.MYTHIC, mage.cards.d.DarettiScrapSavant.class));
cards.add(new SetCardInfo("Darksteel Citadel", 285, Rarity.UNCOMMON, mage.cards.d.DarksteelCitadel.class));
cards.add(new SetCardInfo("Darksteel Mutation", 87, Rarity.UNCOMMON, mage.cards.d.DarksteelMutation.class));
cards.add(new SetCardInfo("Deekah, Fractal Theorist", 26, Rarity.RARE, mage.cards.d.DeekahFractalTheorist.class));
cards.add(new SetCardInfo("Desert of the Fervent", 286, Rarity.COMMON, mage.cards.d.DesertOfTheFervent.class));
cards.add(new SetCardInfo("Desert of the Mindful", 287, Rarity.COMMON, mage.cards.d.DesertOfTheMindful.class));
cards.add(new SetCardInfo("Desolation Twin", 82, Rarity.RARE, mage.cards.d.DesolationTwin.class));
cards.add(new SetCardInfo("Dig Through Time", 119, Rarity.RARE, mage.cards.d.DigThroughTime.class));
cards.add(new SetCardInfo("Digsite Engineer", 15, Rarity.RARE, mage.cards.d.DigsiteEngineer.class));
cards.add(new SetCardInfo("Diluvian Primordial", 120, Rarity.RARE, mage.cards.d.DiluvianPrimordial.class));
@ -63,51 +71,78 @@ public final class Commander2021Edition extends ExpansionSet {
cards.add(new SetCardInfo("Erratic Cyclops", 166, Rarity.RARE, mage.cards.e.ErraticCyclops.class));
cards.add(new SetCardInfo("Etali, Primal Storm", 167, Rarity.RARE, mage.cards.e.EtaliPrimalStorm.class));
cards.add(new SetCardInfo("Excavation Technique", 16, Rarity.RARE, mage.cards.e.ExcavationTechnique.class));
cards.add(new SetCardInfo("Ezuri's Predation", 188, Rarity.RARE, mage.cards.e.EzurisPredation.class));
cards.add(new SetCardInfo("Faithless Looting", 168, Rarity.COMMON, mage.cards.f.FaithlessLooting.class));
cards.add(new SetCardInfo("Feldon of the Third Path", 169, Rarity.MYTHIC, mage.cards.f.FeldonOfTheThirdPath.class));
cards.add(new SetCardInfo("Fiery Encore", 51, Rarity.RARE, mage.cards.f.FieryEncore.class));
cards.add(new SetCardInfo("Fiery Fall", 170, Rarity.COMMON, mage.cards.f.FieryFall.class));
cards.add(new SetCardInfo("Forgotten Ancient", 137, Rarity.RARE, mage.cards.f.ForgottenAncient.class));
cards.add(new SetCardInfo("Garruk, Primal Hunter", 190, Rarity.MYTHIC, mage.cards.g.GarrukPrimalHunter.class));
cards.add(new SetCardInfo("Great Furnace", 292, Rarity.COMMON, mage.cards.g.GreatFurnace.class));
cards.add(new SetCardInfo("Guardian Augmenter", 62, Rarity.RARE, mage.cards.g.GuardianAugmenter.class));
cards.add(new SetCardInfo("Hedron Archive", 244, Rarity.UNCOMMON, mage.cards.h.HedronArchive.class));
cards.add(new SetCardInfo("Hellkite Igniter", 171, Rarity.RARE, mage.cards.h.HellkiteIgniter.class));
cards.add(new SetCardInfo("Hellkite Tyrant", 172, Rarity.MYTHIC, mage.cards.h.HellkiteTyrant.class));
cards.add(new SetCardInfo("Hoard-Smelter Dragon", 173, Rarity.RARE, mage.cards.h.HoardSmelterDragon.class));
cards.add(new SetCardInfo("Hornet Nest", 192, Rarity.RARE, mage.cards.h.HornetNest.class));
cards.add(new SetCardInfo("Hornet Queen", 193, Rarity.RARE, mage.cards.h.HornetQueen.class));
cards.add(new SetCardInfo("Humble Defector", 174, Rarity.UNCOMMON, mage.cards.h.HumbleDefector.class));
cards.add(new SetCardInfo("Hydra Broodmaster", 194, Rarity.RARE, mage.cards.h.HydraBroodmaster.class));
cards.add(new SetCardInfo("Ichor Wellspring", 245, Rarity.COMMON, mage.cards.i.IchorWellspring.class));
cards.add(new SetCardInfo("Idol of Oblivion", 246, Rarity.RARE, mage.cards.i.IdolOfOblivion.class));
cards.add(new SetCardInfo("Incarnation Technique", 41, Rarity.RARE, mage.cards.i.IncarnationTechnique.class));
cards.add(new SetCardInfo("Incubation Druid", 195, Rarity.RARE, mage.cards.i.IncubationDruid.class));
cards.add(new SetCardInfo("Inferno Project", 52, Rarity.RARE, mage.cards.i.InfernoProject.class));
cards.add(new SetCardInfo("Inspiring Refrain", 27, Rarity.RARE, mage.cards.i.InspiringRefrain.class));
cards.add(new SetCardInfo("Izzet Boilerworks", 294, Rarity.UNCOMMON, mage.cards.i.IzzetBoilerworks.class));
cards.add(new SetCardInfo("Izzet Signet", 247, Rarity.UNCOMMON, mage.cards.i.IzzetSignet.class));
cards.add(new SetCardInfo("Jaya Ballard", 175, Rarity.MYTHIC, mage.cards.j.JayaBallard.class));
cards.add(new SetCardInfo("Jor Kadeen, the Prevailer", 220, Rarity.RARE, mage.cards.j.JorKadeenThePrevailer.class));
cards.add(new SetCardInfo("Kaseto, Orochi Archmage", 221, Rarity.MYTHIC, mage.cards.k.KasetoOrochiArchmage.class));
cards.add(new SetCardInfo("Kazandu Tuskcaller", 196, Rarity.RARE, mage.cards.k.KazanduTuskcaller.class));
cards.add(new SetCardInfo("Key to the City", 248, Rarity.RARE, mage.cards.k.KeyToTheCity.class));
cards.add(new SetCardInfo("Kodama's Reach", 197, Rarity.COMMON, mage.cards.k.KodamasReach.class));
cards.add(new SetCardInfo("Krosan Grip", 198, Rarity.UNCOMMON, mage.cards.k.KrosanGrip.class));
cards.add(new SetCardInfo("Living Lore", 121, Rarity.UNCOMMON, mage.cards.l.LivingLore.class));
cards.add(new SetCardInfo("Llanowar Reborn", 296, Rarity.UNCOMMON, mage.cards.l.LlanowarReborn.class));
cards.add(new SetCardInfo("Lumbering Falls", 299, Rarity.RARE, mage.cards.l.LumberingFalls.class));
cards.add(new SetCardInfo("Mage-Ring Network", 300, Rarity.UNCOMMON, mage.cards.m.MageRingNetwork.class));
cards.add(new SetCardInfo("Mana Geyser", 176, Rarity.COMMON, mage.cards.m.ManaGeyser.class));
cards.add(new SetCardInfo("Managorger Hydra", 199, Rarity.RARE, mage.cards.m.ManagorgerHydra.class));
cards.add(new SetCardInfo("Master Biomancer", 224, Rarity.MYTHIC, mage.cards.m.MasterBiomancer.class));
cards.add(new SetCardInfo("Memorial to Genius", 301, Rarity.UNCOMMON, mage.cards.m.MemorialToGenius.class));
cards.add(new SetCardInfo("Metallurgic Summonings", 122, Rarity.MYTHIC, mage.cards.m.MetallurgicSummonings.class));
cards.add(new SetCardInfo("Meteor Golem", 250, Rarity.UNCOMMON, mage.cards.m.MeteorGolem.class));
cards.add(new SetCardInfo("Mind Stone", 251, Rarity.COMMON, mage.cards.m.MindStone.class));
cards.add(new SetCardInfo("Mind Stone", 251, Rarity.UNCOMMON, mage.cards.m.MindStone.class));
cards.add(new SetCardInfo("Mind's Desire", 123, Rarity.RARE, mage.cards.m.MindsDesire.class));
cards.add(new SetCardInfo("Monologue Tax", 19, Rarity.RARE, mage.cards.m.MonologueTax.class));
cards.add(new SetCardInfo("Mosswort Bridge", 303, Rarity.RARE, mage.cards.m.MosswortBridge.class));
cards.add(new SetCardInfo("Myr Battlesphere", 253, Rarity.RARE, mage.cards.m.MyrBattlesphere.class));
cards.add(new SetCardInfo("Naru Meha, Master Wizard", 124, Rarity.MYTHIC, mage.cards.n.NaruMehaMasterWizard.class));
cards.add(new SetCardInfo("Nissa's Expedition", 200, Rarity.UNCOMMON, mage.cards.n.NissasExpedition.class));
cards.add(new SetCardInfo("Novijen, Heart of Progress", 305, Rarity.UNCOMMON, mage.cards.n.NovijenHeartOfProgress.class));
cards.add(new SetCardInfo("Octavia, Living Thesis", 29, Rarity.RARE, mage.cards.o.OctaviaLivingThesis.class));
cards.add(new SetCardInfo("Oran-Rief, the Vastwood", 307, Rarity.RARE, mage.cards.o.OranRiefTheVastwood.class));
cards.add(new SetCardInfo("Oversimplify", 72, Rarity.RARE, mage.cards.o.Oversimplify.class));
cards.add(new SetCardInfo("Paradox Zone", 64, Rarity.RARE, mage.cards.p.ParadoxZone.class));
cards.add(new SetCardInfo("Perplexing Test", 30, Rarity.RARE, mage.cards.p.PerplexingTest.class));
cards.add(new SetCardInfo("Phyrexia's Core", 309, Rarity.UNCOMMON, mage.cards.p.PhyrexiasCore.class));
cards.add(new SetCardInfo("Pia Nalaar", 177, Rarity.RARE, mage.cards.p.PiaNalaar.class));
cards.add(new SetCardInfo("Pilgrim's Eye", 257, Rarity.COMMON, mage.cards.p.PilgrimsEye.class));
cards.add(new SetCardInfo("Plaxcaster Frogling", 226, Rarity.UNCOMMON, mage.cards.p.PlaxcasterFrogling.class));
cards.add(new SetCardInfo("Ponder", 125, Rarity.COMMON, mage.cards.p.Ponder.class));
cards.add(new SetCardInfo("Primal Empathy", 227, Rarity.UNCOMMON, mage.cards.p.PrimalEmpathy.class));
cards.add(new SetCardInfo("Pyromancer's Goggles", 259, Rarity.MYTHIC, mage.cards.p.PyromancersGoggles.class));
cards.add(new SetCardInfo("Quicksmith Genius", 178, Rarity.UNCOMMON, mage.cards.q.QuicksmithGenius.class));
cards.add(new SetCardInfo("Rampaging Baloths", 203, Rarity.RARE, mage.cards.r.RampagingBaloths.class));
cards.add(new SetCardInfo("Rapid Hybridization", 126, Rarity.UNCOMMON, mage.cards.r.RapidHybridization.class));
cards.add(new SetCardInfo("Reef Worm", 127, Rarity.RARE, mage.cards.r.ReefWorm.class));
cards.add(new SetCardInfo("Reinterpret", 73, Rarity.RARE, mage.cards.r.Reinterpret.class));
cards.add(new SetCardInfo("Reliquary Tower", 311, Rarity.UNCOMMON, mage.cards.r.ReliquaryTower.class));
cards.add(new SetCardInfo("Replication Technique", 31, Rarity.RARE, mage.cards.r.ReplicationTechnique.class));
cards.add(new SetCardInfo("Return of the Wildspeaker", 205, Rarity.RARE, mage.cards.r.ReturnOfTheWildspeaker.class));
cards.add(new SetCardInfo("Return to Dust", 100, Rarity.UNCOMMON, mage.cards.r.ReturnToDust.class));
cards.add(new SetCardInfo("Rite of Replication", 128, Rarity.RARE, mage.cards.r.RiteOfReplication.class));
cards.add(new SetCardInfo("Rousing Refrain", 56, Rarity.RARE, mage.cards.r.RousingRefrain.class));
cards.add(new SetCardInfo("Rout", 101, Rarity.RARE, mage.cards.r.Rout.class));
cards.add(new SetCardInfo("Sanctum Gargoyle", 102, Rarity.COMMON, mage.cards.s.SanctumGargoyle.class));
@ -117,11 +152,15 @@ public final class Commander2021Edition extends ExpansionSet {
cards.add(new SetCardInfo("Seething Song", 179, Rarity.COMMON, mage.cards.s.SeethingSong.class));
cards.add(new SetCardInfo("Sequence Engine", 67, Rarity.RARE, mage.cards.s.SequenceEngine.class));
cards.add(new SetCardInfo("Serum Visions", 129, Rarity.UNCOMMON, mage.cards.s.SerumVisions.class));
cards.add(new SetCardInfo("Shamanic Revelation", 206, Rarity.RARE, mage.cards.s.ShamanicRevelation.class));
cards.add(new SetCardInfo("Shivan Reef", 316, Rarity.RARE, mage.cards.s.ShivanReef.class));
cards.add(new SetCardInfo("Simic Growth Chamber", 317, Rarity.UNCOMMON, mage.cards.s.SimicGrowthChamber.class));
cards.add(new SetCardInfo("Simic Signet", 262, Rarity.COMMON, mage.cards.s.SimicSignet.class));
cards.add(new SetCardInfo("Slayers' Stronghold", 318, Rarity.RARE, mage.cards.s.SlayersStronghold.class));
cards.add(new SetCardInfo("Sol Ring", 263, Rarity.UNCOMMON, mage.cards.s.SolRing.class));
cards.add(new SetCardInfo("Solemn Simulacrum", 264, Rarity.RARE, mage.cards.s.SolemnSimulacrum.class));
cards.add(new SetCardInfo("Spawning Kraken", 33, Rarity.RARE, mage.cards.s.SpawningKraken.class));
cards.add(new SetCardInfo("Spitting Image", 229, Rarity.RARE, mage.cards.s.SpittingImage.class));
cards.add(new SetCardInfo("Steel Hellkite", 266, Rarity.RARE, mage.cards.s.SteelHellkite.class));
cards.add(new SetCardInfo("Steel Overseer", 267, Rarity.RARE, mage.cards.s.SteelOverseer.class));
cards.add(new SetCardInfo("Sun Titan", 106, Rarity.MYTHIC, mage.cards.s.SunTitan.class));
@ -131,15 +170,20 @@ public final class Commander2021Edition extends ExpansionSet {
cards.add(new SetCardInfo("Talisman of Creativity", 269, Rarity.UNCOMMON, mage.cards.t.TalismanOfCreativity.class));
cards.add(new SetCardInfo("Talrand, Sky Summoner", 131, Rarity.RARE, mage.cards.t.TalrandSkySummoner.class));
cards.add(new SetCardInfo("Temple of Epiphany", 322, Rarity.RARE, mage.cards.t.TempleOfEpiphany.class));
cards.add(new SetCardInfo("Temple of Mystery", 324, Rarity.RARE, mage.cards.t.TempleOfMystery.class));
cards.add(new SetCardInfo("Temple of Triumph", 327, Rarity.RARE, mage.cards.t.TempleOfTriumph.class));
cards.add(new SetCardInfo("Terastodon", 207, Rarity.RARE, mage.cards.t.Terastodon.class));
cards.add(new SetCardInfo("Thopter Engineer", 181, Rarity.UNCOMMON, mage.cards.t.ThopterEngineer.class));
cards.add(new SetCardInfo("Thousand-Year Elixir", 271, Rarity.RARE, mage.cards.t.ThousandYearElixir.class));
cards.add(new SetCardInfo("Tranquil Thicket", 408, Rarity.UNCOMMON, mage.cards.t.TranquilThicket.class));
cards.add(new SetCardInfo("Traumatic Visions", 132, Rarity.COMMON, mage.cards.t.TraumaticVisions.class));
cards.add(new SetCardInfo("Treasure Cruise", 133, Rarity.COMMON, mage.cards.t.TreasureCruise.class));
cards.add(new SetCardInfo("Trygon Predator", 231, Rarity.UNCOMMON, mage.cards.t.TrygonPredator.class));
cards.add(new SetCardInfo("Unstable Obelisk", 272, Rarity.UNCOMMON, mage.cards.u.UnstableObelisk.class));
cards.add(new SetCardInfo("Veyran, Voice of Duality", 3, Rarity.MYTHIC, mage.cards.v.VeyranVoiceOfDuality.class));
cards.add(new SetCardInfo("Volcanic Vision", 182, Rarity.RARE, mage.cards.v.VolcanicVision.class));
cards.add(new SetCardInfo("Wildfire Devils", 183, Rarity.RARE, mage.cards.w.WildfireDevils.class));
cards.add(new SetCardInfo("Willowdusk, Essence Seer", 6, Rarity.MYTHIC, mage.cards.w.WillowduskEssenceSeer.class));
cards.add(new SetCardInfo("Yavimaya Coast", 409, Rarity.RARE, mage.cards.y.YavimayaCoast.class));
}
}

View file

@ -40590,7 +40590,7 @@ Clever Lumimancer|Strixhaven: School of Mages|10|U|{W}|Creature - Human Wizard|0
Combat Professor|Strixhaven: School of Mages|11|C|{3}{W}|Creature - Bird Cleric|2|3|Flying$At the beginning of combat on your turn, target creature you control gets +1/+0 and gains vigilance until end of turn.|
Defend the Campus|Strixhaven: School of Mages|12|C|{3}{W}|Instant|||Choose one —$• Creatures you control get +1/+1 until end of turn.$• Destroy target creature with power 4 or greater.|
Detention Vortex|Strixhaven: School of Mages|13|U|{W}|Enchantment - Aura|||Enchant nonland permanent$Enchanted permanent can't attack or block, and its activated abilities can't be activated.${3}: Destroy Detention Vortex. Only your opponents may activate this ability and only as a sorcery.|
Devastating Mastery|Strixhaven: School of Mages|14|R|{2}{W}{W}{W}{W}|Sorcery|||You may pay {2}{W}{W} rather than pay this spell's mana cost.$If the {2}{W}{W} cost was paid, an opponent choses up to two nonland permanents they control and returns them to their owner's hand.$Destroy all nonland permanents.|
Devastating Mastery|Strixhaven: School of Mages|14|R|{2}{W}{W}{W}{W}|Sorcery|||You may pay {2}{W}{W} rather than pay this spell's mana cost.$If the {2}{W}{W} cost was paid, an opponent chooses up to two nonland permanents they control and returns them to their owner's hand.$Destroy all nonland permanents.|
Dueling Coach|Strixhaven: School of Mages|15|U|{3}{W}|Creature - Human Monk|2|2|When Dueling Coach enters the battlefield, put a +1/+1 counter on target creature.${4}{W}, {T}: Put a +1/+1 counter on each creature you control with a +1/+1 counter on it.|
Eager First-Year|Strixhaven: School of Mages|16|C|{1}{W}|Creature - Human Wizard|2|2|Magecraft — Whenever you cast or copy an instant or sorcery spell, Eager First-Year gets +1/+0 until end of turn.|
Elite Spellbinder|Strixhaven: School of Mages|17|R|{2}{W}|Creature - Human Cleric|3|1|Flying$When Elite Spellbinder enters the battlefield, look at target opponent's hand. You may exile a nonland card from it. For as long as that card remains exiled, its owner may play it. A spell cast this way costs {2} more to cast.|
@ -40876,6 +40876,7 @@ Breena, the Demagogue|Commander 2021|1|M|{1}{W}{B}|Legendary Creature - Bird War
Felisa, Fang of Silverquill|Commander 2021|2|M|{2}{W}{B}|Legendary Creature - Vampire Wizard|3|2|Flying$Mentor$Whenever a nontoken creature you control dies, if it had counters on it, create X tapped 2/1 white and black Inkling creature tokens with flying, where X is the number of counters it had on it.|
Veyran, Voice of Duality|Commander 2021|3|M|{1}{U}{R}|Legendary Creature - Efreet Wizard|2|2|Magecraft — Whenever you cast or copy an instant or sorcery spell, Veyran, Voice of Duality gets +1/+1 until end of turn.$If you casting or copying an instant or sorcery spell causes a triggered ability of a permanent you control to trigger, that ability triggers an additional time.|
Zaffai, Thunder Conductor|Commander 2021|4|M|{2}{U}{R}|Legendary Creature - Human Shaman|1|4|Magecraft — Whenever you cast or copy an instant or sorcery spell, scry 1. If that spell's mana value is 5 or greater, create a 4/4 blue and red Elemental creature token. If that spell's mana value is 10 or greater, Zaffai, Thunder Conductor deals 10 damage to an opponent chosen at random.|
Gyome, Master Chef|Commander 2021|5|M|{2}{B}{G}|Legendary Creature - Troll Warlock|5|3|Trample$At the beginning of your end step, create a number of Food tokens equal to the number of nontoken creatures you had enter the battlefield under your control this turn.${1}, Sacrifice a Food: Target creature gains indestructible until end of turn. Tap it.|
Willowdusk, Essence Seer|Commander 2021|6|M|{1}{B}{G}|Legendary Creature - Dryad Druid|3|3|{1}, {T}: Choose another target creature. Put a number of +1/+1 counters on it equal to the amount of life you gained this turn or the amount of life you lost this turn, whichever is greater. Activate only as a sorcery.|
Alibou, Ancient Witness|Commander 2021|7|M|{3}{R}{W}|Legendary Artifact Creature - Golem|4|5|Other artifact creatures you control have haste.$Whenever one or more artifact creatures you control attack, Alibou, Ancient Witness deals X damage to any target and you scry X, where X is the number of tapped artifacts you control.|
Osgir, the Reconstructor|Commander 2021|8|M|{2}{R}{W}|Legendary Creature - Giant Artificer|4|4|Vigilance${1}, Sacrifice an artifact: Target creature you control gets +2/+0 until end of turn.${X}, {T}, Exile an artifact with mana value X from your graveyard: Create two tokens that are copies of the exiled card. Activate only as a sorcery.|
@ -40906,12 +40907,17 @@ Sly Instigator|Commander 2021|32|R|{3}{U}|Creature - Human Wizard|2|4|{U}, {T}:
Spawning Kraken|Commander 2021|33|R|{5}{U}|Creature - Kraken|6|6|Whenever a Kraken, Leviathan, Octopus, or Serpent you control deals combat damage to a player, create a 9/9 blue Kraken creature token.|
Theoretical Duplication|Commander 2021|34|R|{2}{U}|Instant|||Whenever a nontoken creature enters the battlefield under an opponent's control this turn, create a token that's a copy of that creature.|
Author of Shadows|Commander 2021|35|R|{4}{B}|Creature - Shade Warlock|3|3|When Author of Shadows enters the battlefield, exile all cards from all opponents' graveyards. Choose a nonland card exiled this way. You may cast that card for as long as it remains exiled, and you may spend mana as though it were mana of any color to cast that spell.|
Blight Mound|Commander 2021|36|R|{2}{B}|Enchantment|||Attacking Pests you control get +1/+0 and have menace.$Whenever a nontoken creature you control dies, create a 1/1 black and green Pest creature token with "When this creature dies, you gain 1 life."|
Bold Plagiarist|Commander 2021|37|R|{3}{B}|Creature - Vampire Rogue|2|2|Flash$Whenever an opponent puts one or more counters on a creature they control, they put the same number and kind of counters on Bold Plagiarist.|
Cunning Rhetoric|Commander 2021|38|R|{2}{B}|Enchantment|||Whenever an opponent attacks you and/or one or more planeswalkers you control, exile the top card of that player's library. You may play that card for as long as it remains exiled, and you may spend mana as though it were mana of any color to cast it.|
Essence Pulse|Commander 2021|39|R|{3}{B}|Sorcery|||You gain 2 life. Each creature gets -X/-X until end of turn, where X is the amount of life you gained this turn.|
Fain, the Broker|Commander 2021|40|R|{2}{B}|Legendary Creature - Human Warlock|3|3|{T}, Sacrifice a creature: Put two +1/+1 counters on target creature.${T}, Remove a counter from a creature you control: Create a Treasure token.${T}, Sacrifice an artifact: Create a 2/1 white and black Inkling creature token with flying.${3}{B}: Untap Fain, the Broker.|
Incarnation Technique|Commander 2021|41|R|{4}{B}|Sorcery|||Demonstrate$Mill five cards, then return a creature card from your graveyard to the battlefield.|
Keen Duelist|Commander 2021|42|R|{1}{B}|Creature - Human Wizard|2|2|At the beginning of your upkeep, you and target opponent each reveal the top card of your library. You each lose life equal to the mana value of the card revealed by the other player. You each put the card you revealed into your hand.|
Marshland Bloodcaster|Commander 2021|43|R|{4}{B}|Creature - Vampire Warlock|3|5|Flying${1}{B}, {T}: Rather than pay the mana cost of the next spell you cast this turn, you may pay life equal to that spell's mana value.|
Stinging Study|Commander 2021|44|R|{4}{B}|Instant|||You draw X cards and you lose X life, where X is the mana value of a commander you own on the battlefield or in the command zone.|
Tivash, Gloom Summoner|Commander 2021|45|R|{4}{B}|Legendary Creature - Human Warlock|4|4|Lifelink$At the beginning of your end step, if you gained life this turn, you may pay X life, where X is the amount of life you gained this turn. If you do, create an X/X black Demon creature token with flying.|
Veinwitch Coven|Commander 2021|46|R|{2}{B}|Creature - Vampire Warlock|3|3|Menance$Whenever you gain life, you pay {B}. If you do, return target creature card from your graveyard to your hand.|
Audacious Reshapers|Commander 2021|47|R|{2}{R}|Creature - Human Artificer|3|3|{T}, Sacrifice an artifact: Reveal cards from the top of your library until you reveal an artifact card. Put that card onto the battlefield and the rest on the bottom of your library in a random order. Audacious Reshapers deals damage to you equal to the number of cards revealed this way.|
Battlemage's Bracers|Commander 2021|48|R|{2}{R}|Artifact - Equipment|||Equipped creature has haste.$Whenever an ability of equipped creature is activated, if it isn't a mana ability, you may pay {1}. If you do, copy that ability. You may choose new targets for the copy.$Equip {2}|
Creative Technique|Commander 2021|49|R|{4}{R}|Sorcery|||Demonstrate$Shuffle your library, then reveal cards from the top of it until you reveal a nonland card. Exile that card and put the rest on the bottom of your library in a random order. You may cast the exiled card without paying its mana cost.|
@ -40924,20 +40930,30 @@ Rionya, Fire Dancer|Commander 2021|55|R|{3}{R}{R}|Legendary Creature - Human Wiz
Rousing Refrain|Commander 2021|56|R|{3}{R}{R}|Sorcery|||Add {R} for each card in target opponent's hand. Until end of turn, you don't lose this mana as steps and phases end. Exile Rousing Refrain with three time counters on it.$Suspend 3—{1}{R}|
Ruin Grinder|Commander 2021|57|R|{5}{R}|Artifact Creature - Construct|7|4|Menace$When Ruin Grinder dies, each player may discard their hand and draw seven cards.$Mountaincycling {2}|
Surge to Victory|Commander 2021|58|R|{4}{R}{R}|Sorcery|||Exile target instant or sorcery card from your graveyard. Creatures you control get +X/+0 until end of turn, where X is that card's mana value.$Whenever a creature you control deals combat damage to a player this turn, copy the exiled card. You may cast the copy without paying its mana cost.|
Blossoming Bogbeast|Commander 2021|59|R|{4}{G}|Creature - Beast|3|3|Whenever attacks, you gain 2 life. Then creatures you control gain trample and get +X/+X until end of turn, where X is the amount of life you gained this turn.|
Ezzaroot Channeler|Commander 2021|60|R|{5}{G}|Creature - Treefolk Druid|4|6|Reach$Creature spells you cast cost {X} less to cast, where X is the amount of life you gained this turn.${T}: You gain 2 life.|
Fractal Harness|Commander 2021|61|R|{X}{2}{G}|Artifact - Equipment|||When Fractal Harness enters the battlefield, create a 0/0 green and blue Fractal creature token. Put X +1/+1 counters on it and attach Fractal Harness to it.$Whenever equipped creature attacks, double the number of +1/+1 counters on it.$Equip {2}|
Guardian Augmenter|Commander 2021|62|R|{2}{G}|Creature - Troll Wizard|2|2|Flash$Commander creatures you control get +2/+2.$Commanders you control have hexproof.|
Healing Technique|Commander 2021|63|R|{3}{G}|Sorcery|||Demonstrate$Return target card from your graveyard to your hand. You gain life equal to that card's mana value. Exile Healing Technique.|
Paradox Zone|Commander 2021|64|R|{4}{G}|Enchantment|||Paradox Zone enters the battlefield with a growth counter on it.$At the beginning of your end step, double the number of growth counters on Paradox Zone. Then create a 0/0 blue and green Fractal creature token. Put X +1/+1 counters on it, where X is the number of growth counters on Paradox Zone.|
Pest Infestation|Commander 2021|65|R|{X}{X}{G}|Sorcery|||Destroy up to X target artifacts and/or enchantments. Create twice X 1/1 black and green Pest creature tokens with "When this creature dies, you gain 1 life."|
Ruxa, Patient Professor|Commander 2021|66|R|{2}{G}{G}|Legendary Creature - Bear Druid|4|4|Whenever Ruxa, Patient Professor enters the battlefield or attacks, return target creature card with no abilities from your graveyard to your hand.$Creatures you control with no abilities get +1/+1.$You may have creatures you control with no abilities assign their combat damage as though they weren't blocked.|
Sequence Engine|Commander 2021|67|R|{2}{G}|Artifact|||{X}, {T}: Exile target creature card with mana value X from a graveyard. Create a 0/0 green and blue Fractal creature token. Put X +1/+1 counters on it. Activate only as a sorcery.|
Sproutback Trudge|Commander 2021|68|R|{7}{G}{G}|Creature - Fungus Beast|9|7|This spell costs {X} less to cast, where X is the amount of life you gained this turn.$Trample$At the beginning of your end step, if you gained life this turn, you may cast Sproutback Trudge from your graveyard.|
Trudge Garden|Commander 2021|69|R|{2}{G}|Enchantment|||Whenever you gain life, you may pay {2}. If you do, create a 4/4 green Fungus Beast creature token with trample.|
Yedora, Grave Gardener|Commander 2021|70|R|{4}{G}|Legendary Creature - Treefolk Druid|5|5|Whenever another nontoken creature you control dies, you may return it to the battlefield face down under its owner's control. It's a Forest land.|
Inkshield|Commander 2021|71|R|{3}{W}{B}|Instant|||Prevent all combat damage that would be dealt to you this turn. For each 1 damage prevented this way, create a 2/1 white and black Inkling creature token with flying.|
Oversimplify|Commander 2021|72|R|{3}{G}{U}|Sorcery|||Exile all creatures. Each player creates a 0/0 green and blue Fractal creature token and puts a number of +1/+1 counters on it equal to the total power of creatures they controlled that were exiled this way.|
Reinterpret|Commander 2021|73|R|{2}{U}{R}|Instant|||Counter target spell. You may cast a spell with an equal or lesser mana value from your hand without paying its mana cost.|
Revival Experiment|Commander 2021|74|R|{4}{B}{G}|Sorcery|||For each permanent type, return up to one card of that type from your graveyard to the battlefield. You lose 3 life for each card returned this way. Exile Revival Experiment.|
Wake the Past|Commander 2021|75|R|{5}{R}{W}|Sorcery|||Return all artifact cards from your graveyard to the battlefield. They gain haste until end of turn.|
Elementalist's Palette|Commander 2021|76|R|{3}|Artifact|||Whenever you cast a spell with {X} in its mana cost, put two charge counters on Elementalist's Palette.${T}: Add one mana of any color.${T}: Add {C} for each charge counter on Elementalist's Palette. Spend this mana only on costs that contain {X}.|
Geometric Nexus|Commander 2021|77|R|{2}|Artifact|||Whenever a player casts an instant or sorcery spell, put a number of charge counters on Geometric Nexus equal to that spell's mana value.${6}, {T}, Remove all charge counters from Geometric Nexus: Create a 0/0 green and blue Fractal creature token. Put X +1/+1 counters on it, where X is the number of charge counters removed this way.|
Tempting Contract|Commander 2021|78|R|{4}|Artifact|||At the beginning of your upkeep, each opponent may create a Treasure token. For each opponent who does, you create a Treasure token.|
Triplicate Titan|Commander 2021|79|R|{9}|Artifact Creature - Golem|9|9|Flying, vigilance, trample$When Triplicate Titan dies, create a 3/3 colorless Golem artifact creature token with flying, a 3/3 colorless Golem artifact creature token with vigilance, and a 3/3 colorless Golem artifact creature token with trample.|
Study Hall|Commander 2021|80|C||Land|||{T}: Add {C}.${1}, {T}: Add one mana of any color. When you spend this mana to cast your commander, scry X, where X is the number of times it's been cast from the command zone this game.|
Witch's Clinic|Commander 2021|81|R||Land|||{T}: Add {C}.${2}, {T}: Target commander gains lifelink until end of turn.|
Desolation Twin|Commander 2021|82|R|{10}|Creature - Eldrazi|10|10|When you cast this spell, create a 10/10 colorless Eldrazi creature token.|
Cleansing Nova|Commander 2021|86|R|{3}{W}{W}|Sorcery|||Choose one —$• Destroy all creatures.$• Destroy all artifacts and enchantments.|
Darksteel Mutation|Commander 2021|87|U|{1}{W}|Enchantment - Aura|||Enchant creature$Enchanted creature is an Insect artifact creature with base power and toughness 0/1 and has indestructible, and it loses all other abilities, card types, and creature types.|
Dispatch|Commander 2021|88|U|{W}|Instant|||Tap target creature.$Metalcraft — If you control three or more artifacts, exile that creature.|
@ -40949,6 +40965,9 @@ Sun Titan|Commander 2021|106|M|{4}{W}{W}|Creature - Giant|6|6|Vigilance$Whenever
Aether Gale|Commander 2021|113|R|{3}{U}{U}|Sorcery|||Return six target nonland permanents to their owners' hands.|
Aetherspouts|Commander 2021|114|R|{3}{U}{U}|Instant|||For each attacking creature, its owner puts it on the top or bottom of their library.|
Brainstorm|Commander 2021|115|C|{U}|Instant|||Draw three cards, then put two cards from your hand on top of your library in any order.|
Champion of Wits|Commander 2021|116|R|{2}{U}|Creature - Naga Wizard|2|1|When Champion of Wits enters the battlefield, you may draw cards equal to its power. If you do, discard two cards.$Eternalize {5}{U}{U}|
Crafty Cutpurse|Commander 2021|117|R|{3}{U}|Creature - Human Pirate|2|2|Flash$When Crafty Cutpurse enters the battlefield, each token that would be created under an opponent's control this turn is created under your control instead.|
Curse of the Swine|Commander 2021|118|R|{X}{U}{U}|Sorcery|||Exile X target creatures. For each creature exiled this way, its controller creates a 2/2 green Boar creature token.|
Dig Through Time|Commander 2021|119|R|{6}{U}{U}|Instant|||Delve$Look at the top seven cards of your library. Put two of them into your hand and the rest on the bottom of your library in any order.|
Diluvian Primordial|Commander 2021|120|R|{5}{U}{U}|Creature - Avatar|5|5|Flying$When Diluvian Primordial enters the battlefield, for each opponent, you may cast up to one target instant or sorcery card from that player's graveyard without paying its mana cost. If a spell cast this way would be put into a graveyard this turn, exile it instead.|
Living Lore|Commander 2021|121|U|{3}{U}|Creature - Avatar|*|*|As Living Lore enters the battlefield, exile an instant or sorcery card from your graveyard.$Living Lore's power and toughness are each equal to the exiled card's converted mana cost.$Whenever Living Lore deals combat damage, you may sacrifice it. If you do, you may cast the exiled card without paying its mana cost.|
@ -40956,11 +40975,15 @@ Metallurgic Summonings|Commander 2021|122|M|{3}{U}{U}|Enchantment|||Whenever you
Mind's Desire|Commander 2021|123|R|{4}{U}{U}|Sorcery|||Shuffle your library. Then exile the top card of your library. Until end of turn, you may play that card without paying its mana cost.$Storm|
Naru Meha, Master Wizard|Commander 2021|124|M|{2}{U}{U}|Legendary Creature - Human Wizard|3|3|Flash$When Naru Meha, Master Wizard enters the battlefield, copy target instant or sorcery spell you control. You may choose new targets for the copy.$Other Wizards you control get +1/+1.|
Ponder|Commander 2021|125|C|{U}|Sorcery|||Look at the top three cards of your library, then put them back in any order. You may shuffle your library.$Draw a card.|
Rapid Hybridization|Commander 2021|126|U|{U}|Instant|||Destroy target creature. It can't be regenerated. That creature's controller creates a 3/3 green Frog Lizard creature token.|
Reef Worm|Commander 2021|127|R|{3}{U}|Creature - Worm|0|1|When Reef Worm dies, create a 3/3 blue Fish creature token with "When this creature dies, create a 6/6 blue Whale creature token with 'When this creature dies, create a 9/9 blue Kraken creature token.'"|
Rite of Replication|Commander 2021|128|R|{2}{U}{U}|Sorcery|||Kicker {5}$Create a token that's a copy of target creature. If this spell was kicked, create five of those tokens instead.|
Serum Visions|Commander 2021|129|U|{U}|Sorcery|||Draw a card. Scry 2.|
Swarm Intelligence|Commander 2021|130|R|{6}{U}|Enchantment|||Whenever you cast an instant or sorcery spell, you may copy that spell. You may choose new targets for the copy.|
Talrand, Sky Summoner|Commander 2021|131|R|{2}{U}{U}|Legendary Creature - Merfolk Wizard|2|2|Whenever you cast an instant or sorcery spell, create a 2/2 blue Drake creature token with flying.|
Traumatic Visions|Commander 2021|132|C|{3}{U}{U}|Instant|||Counter target spell.$Basic landcycling {1}{U}|
Treasure Cruise|Commander 2021|133|C|{7}{U}|Sorcery|||Delve$Draw three cards.|
Forgotten Ancient|Commander 2021|137|R|{3}{G}|Creature - Elemental|0|3|Whenever a player casts a spell, you may put a +1/+1 counter on Forgotten Ancient.$At the beginning of your upkeep, you may move any number of +1/+1 counters from Forgotten Ancient onto other creatures.|
Apex of Power|Commander 2021|158|M|{7}{R}{R}{R}|Sorcery|||Exile the top seven cards of your library. Until end of turn, you may cast spells from among them.$If this spell was cast from your hand, add ten mana of any one color.|
Blasphemous Act|Commander 2021|159|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.|
Brass's Bounty|Commander 2021|160|R|{6}{R}|Sorcery|||For each land you control, create a Treasure token.|
@ -40987,11 +41010,38 @@ Sunbird's Invocation|Commander 2021|180|R|{5}{R}|Enchantment|||Whenever you cast
Thopter Engineer|Commander 2021|181|U|{2}{R}|Creature - Human Artificer|1|3|When Thopter Engineer enters the battlefield, create a 1/1 colorless Thopter artifact creature token with flying.$Artifact creatures you control have haste.|
Volcanic Vision|Commander 2021|182|R|{5}{R}{R}|Sorcery|||Return target instant or sorcery card from your graveyard to your hand. Volcanic Vision deals damage equal to that card's converted mana cost to each creature your opponents control. Exile Volcanic Vision.|
Wildfire Devils|Commander 2021|183|R|{3}{R}|Creature - Devil|4|2|When Wildfire Devils enters the battlefield and at the beginning of your upkeep, choose a player at random. That player exiles an instant or sorcery card from their graveyard. Copy that card. You may cast the copy without paying its mana cost.|
Arashi, the Sky Asunder|Commander 2021|185|R|{3}{G}{G}|Legendary Creature - Spirit|5|5|{X}{G}, {T}: Arashi, the Sky Asunder deals X damage to target creature with flying.$Channel — {X}{G}{G}, Discard Arashi: Arashi deals X damage to each creature with flying.|
Beast Within|Commander 2021|186|U|{2}{G}|Instant|||Destroy target permanent. Its controller creates a 3/3 green Beast creature token.|
Ezuri's Predation|Commander 2021|188|R|{5}{G}{G}{G}|Sorcery|||For each creature your opponents control, create a 4/4 green Beast creature token. Each of those Beasts fights a different one of those creatures.|
Garruk, Primal Hunter|Commander 2021|190|M|{2}{G}{G}{G}|Legendary Planeswalker - Garruk|3|+1: Create a 3/3 green Beast creature token.$3: Draw cards equal to the greatest power among creatures you control.$6: Create a 6/6 green Wurm creature token for each land you control.|
Hornet Nest|Commander 2021|192|R|{2}{G}|Creature - Insect|0|2|Defender$Whenever Hornet Nest is dealt damage, create that many 1/1 green Insect creature tokens with flying and deathtouch.|
Hornet Queen|Commander 2021|193|R|{4}{G}{G}{G}|Creature - Insect|2|2|Flying$Deathtouch$When Hornet Queen enters the battlefield, create four 1/1 green Insect creature tokens with flying and deathtouch.|
Hydra Broodmaster|Commander 2021|194|R|{4}{G}{G}|Creature - Hydra|7|7|{X}{X}{G}: Monstrosity X.$When Hydra Broodmaster becomes monstrous, create X X/X green Hydra creature tokens.|
Incubation Druid|Commander 2021|195|R|{1}{G}|Creature - Elf Druid|0|2|{T}: Add one mana of any type that a land you control could produce. If Incubation Druid has a +1/+1 counter on it, add three mana of that type instead.${3}{G}{G}: Adapt 3.|
Kazandu Tuskcaller|Commander 2021|196|R|{1}{G}|Creature - Human Shaman|1|1|Level up {1}{G}$LEVEL 2-5$1/1${T}: Create a 3/3 green Elephant creature token.$LEVEL 6+$1/1${T}: Create two 3/3 green Elephant creature tokens.|
Kodama's Reach|Commander 2021|197|C|{2}{G}|Sorcery - Arcane|||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.|
Krosan Grip|Commander 2021|198|U|{2}{G}|Instant|||Split second$Destroy target artifact or enchantment.|
Managorger Hydra|Commander 2021|199|R|{2}{G}|Creature - Hydra|1|1|Trample$Whenever a player casts a spell, put a +1/+1 counter on Managorger Hydra.|
Nissa's Expedition|Commander 2021|200|U|{4}{G}|Sorcery|||Convoke$Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle your library.|
Rampaging Baloths|Commander 2021|203|R|{4}{G}{G}|Creature - Beast|6|6|Trample$Landfall — Whenever a land enters the battlefield under your control, you may create a 4/4 green Beast creature token.|
Return of the Wildspeaker|Commander 2021|205|R|{4}{G}|Instant|||Choose one —$• Draw cards equal to the greatest power among non-Human creatures you control.$• Non-Human creatures you control get +3/+3 until end of turn.|
Shamanic Revelation|Commander 2021|206|R|{3}{G}{G}|Sorcery|||Draw a card for each creature you control.$Ferocious — You gain 4 life for each creature you control with power 4 or greater.|
Terastodon|Commander 2021|207|R|{6}{G}{G}|Creature - Elephant|9|9|When Terastodon enters the battlefield, you may destroy up to three target noncreature permanents. For each permanent put into a graveyard this way, its controller creates a 3/3 green Elephant creature token.|
Biomass Mutation|Commander 2021|209|R|{X}{G/U}{G/U}|Instant|||Creatures you control have base power and toughness X/X until end of turn.|
Boros Charm|Commander 2021|210|U|{R}{W}|Instant|||Choose one —$• Boros Charm deals 4 damage to target player or planeswalker.$• Permanents you control gain indestructible until end of turn.$• Target creature gains double strike until end of turn.|
Call the Skybreaker|Commander 2021|211|R|{5}{U/R}{U/R}|Sorcery|||Create a 5/5 blue and red Elemental creature token with flying.$Retrace|
Coiling Oracle|Commander 2021|212|C|{G}{U}|Creature - Snake Elf Druid|1|1|When Coiling Oracle enters the battlefield, reveal the top card of your library. If it's a land card, put it onto the battlefield. Otherwise, put that card into your hand.|
Crackling Drake|Commander 2021|213|U|{U}{U}{R}{R}|Creature - Drake|*|4|Flying$Crackling Drake's power is equal to the total number of instant and sorcery cards you own in exile and in your graveyard.$When Crackling Drake enters the battlefield, draw a card.|
Epic Experiment|Commander 2021|216|M|{X}{U}{R}|Sorcery|||Exile the top X cards of your library. You may cast instant and sorcery spells with converted mana cost X or less from among them without paying their mana costs. Then put all cards exiled this way that weren't cast into your graveyard.|
Incongruity|Commander 2021|219|U|{1}{G}{U}|Instant|||Exile target creature. That creature's controller creates a 3/3 green Frog Lizard creature token.|
Incubation|Commander 2021|219|U|{G/U}|Sorcery|||Look at the top five cards of your library. You may reveal a creature card from among them and put it into your hand. Put the rest on the bottom of your library in a random order.|
Jor Kadeen, the Prevailer|Commander 2021|220|R|{3}{R}{W}|Legendary Creature - Human Warrior|5|4|First strike$Metalcraft — Creatures you control get +3/+0 as long as you control three or more artifacts.|
Kaseto, Orochi Archmage|Commander 2021|221|M|{1}{G}{U}|Legendary Creature - Snake Wizard|2|2|{G}{U}: Target creature can't be blocked this turn. If that creature is a Snake, it gets +2/+2 until end of turn.|
Master Biomancer|Commander 2021|224|M|{2}{G}{U}|Creature - Elf Wizard|2|4|Each other creature you control enters the battlefield with a number of additional +1/+1 counters on it equal to Master Biomancer's power and as a Mutant in addition to its other types.|
Plaxcaster Frogling|Commander 2021|226|U|{1}{G}{U}|Creature - Frog Mutant|0|0|Graft 3${2}: Target creature with a +1/+1 counter on it gains shroud until end of turn.|
Primal Empathy|Commander 2021|227|U|{1}{G}{U}|Enchantment|||At the beginning of your upkeep, draw a card if you control a creature with the greatest power among creatures on the battlefield. Otherwise, put a +1/+1 counter on a creature you control.|
Spitting Image|Commander 2021|229|R|{4}{G/U}{G/U}|Sorcery|||Create a token that's a copy of target creature.$Retrace|
Trygon Predator|Commander 2021|231|U|{1}{G}{U}|Creature - Beast|2|3|Flying$Whenever Trygon Predator deals combat damage to a player, you may destroy target artifact or enchantment that player controls.|
Arcane Signet|Commander 2021|234|C|{2}|Artifact|||{T}: Add one mana of any color in your commander's color identity.|
Boros Locket|Commander 2021|236|C|{3}|Artifact|||{T}: Add {R} or {W}.${R/W}{R/W}{R/W}{R/W}, {T}, Sacrifice Boros Locket: Draw two cards.|
Bosh, Iron Golem|Commander 2021|237|R|{8}|Legendary Artifact Creature - Golem|6|7|Trample${3}{R}, Sacrifice an artifact: Bosh, Iron Golem deals damage equal to the sacrificed artifact's converted mana cost to any target.|
@ -41000,15 +41050,17 @@ Commander's Sphere|Commander 2021|239|C|{3}|Artifact|||{T}: Add one mana of any
Duplicant|Commander 2021|242|R|{6}|Artifact Creature - Shapeshifter|2|4|Imprint — When Duplicant enters the battlefield, you may exile target nontoken creature.$As long as a card exiled with Duplicant is a creature card, Duplicant has the power, toughness, and creature types of the last creature card exiled with Duplicant. It's still a Shapeshifter.|
Hedron Archive|Commander 2021|244|U|{4}|Artifact|||{T}: Add {C}{C}.${2}, {T}, Sacrifice Hedron Archive: Draw two cards.|
Ichor Wellspring|Commander 2021|245|C|{2}|Artifact|||When Ichor Wellspring enters the battlefield or is put into a graveyard from the battlefield, draw a card.|
Idol of Oblivion|Commander 2021|246|R|{2}|Artifact|||{T}: Draw a card. Activate this ability only if you created a token this turn.${8}, {T}, Sacrifice Idol of Oblivion: Create a 10/10 colorless Eldrazi creature token.|
Izzet Signet|Commander 2021|247|U|{2}|Artifact|||{1}, {T}: Add {U}{R}.|
Key to the City|Commander 2021|248|R|{2}|Artifact|||{T}, Discard a card: Up to one target creature can't be blocked this turn.$Whenever Key to the City becomes untapped, you may pay {2}. If you do, draw a card.|
Meteor Golem|Commander 2021|250|U|{7}|Artifact Creature - Golem|3|3|When Meteor Golem enters the battlefield, destroy target nonland permanent an opponent controls.|
Mind Stone|Commander 2021|251|C|{2}|Artifact|||{T}: Add {C}.${1}, {T}, Sacrifice Mind Stone: Draw a card.|
Mind Stone|Commander 2021|251|U|{2}|Artifact|||{T}: Add {C}.${1}, {T}, Sacrifice Mind Stone: Draw a card.|
Myr Battlesphere|Commander 2021|253|R|{7}|Artifact Creature - Myr Construct|4|7|When Myr Battlesphere enters the battlefield, create four 1/1 colorless Myr artifact creature tokens.$Whenever Myr Battlesphere attacks, you may tap X untapped Myr you control. If you do, Myr Battlesphere gets +X/+0 until end of turn and deals X damage to the player or planeswalker it's attacking.|
Pilgrim's Eye|Commander 2021|257|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.|
Pyromancer's Goggles|Commander 2021|259|M|{5}|Legendary Artifact|||{T}: Add {R}. When that mana is spent to cast a red instant or sorcery spell, copy that spell and you may choose new targets for the copy.|
Scrap Trawler|Commander 2021|260|R|{3}|Artifact Creature - Construct|3|2|Whenever Scrap Trawler or another artifact you control is put into a graveyard from the battlefield, return to your hand target artifact card in your graveyard with lesser converted mana cost.|
Sculpting Steel|Commander 2021|261|R|{3}|Artifact|||You may have Sculpting Steel enter the battlefield as a copy of any artifact on the battlefield.|
Simic Signet|Commander 2021|262|C|{2}|Artifact|||{1}, {T}: Add {G}{U}.|
Sol Ring|Commander 2021|263|U|{1}|Artifact|||{T}: Add {C}{C}.|
Solemn Simulacrum|Commander 2021|264|R|{4}|Artifact Creature - Golem|2|2|When Solemn Simulacrum enters the battlefield, you may search your library for a basic land card, put that card onto the battlefield tapped, then shuffle your library.$When Solemn Simulacrum dies, you may draw a card.|
Steel Hellkite|Commander 2021|266|R|{6}|Artifact Creature - Dragon|5|5|Flying${2}: Steel Hellkite gets +1/+0 until end of turn.${X}: Destroy each nonland permanent with converted mana cost X whose controller was dealt combat damage by Steel Hellkite this turn. Activate this ability only once each turn.|
@ -41023,13 +41075,22 @@ Desert of the Fervent|Commander 2021|286|C||Land - Desert|||Desert of the Ferven
Desert of the Mindful|Commander 2021|287|C||Land - Desert|||Desert of the Mindful enters the battlefield tapped.${T}: Add {U}.$Cycling {1}{U}|
Great Furnace|Commander 2021|292|C||Artifact Land|||{T}: Add {R}.|
Izzet Boilerworks|Commander 2021|294|U||Land|||Izzet Boilerworks enters the battlefield tapped.$When Izzet Boilerworks enters the battlefield, return a land you control to its owner's hand.${T}: Add {U}{R}.|
Llanowar Reborn|Commander 2021|296|U||Land|||Llanowar Reborn enters the battlefield tapped.${T}: Add {G}.$Graft 1|
Lumbering Falls|Commander 2021|299|R||Land|||Lumbering Falls enters the battlefield tapped.${T}: Add {G} or {U}.${2}{G}{U}: Lumbering Falls becomes a 3/3 green and blue Elemental creature with hexproof until end of turn. It's still a land.|
Mage-Ring Network|Commander 2021|300|U||Land|||{T}: Add {C}.${1}, {T}: Put a storage counter on Mage-Ring Network.${T}, Remove any number of storage counters from Mage-Ring Network: Add {C} for each storage counter removed this way.|
Memorial to Genius|Commander 2021|301|U||Land|||Memorial to Genius enters the battlefield tapped.${T}: Add {U}.${4}{U}, {T}, Sacrifice Memorial to Genius: Draw two cards.|
Mosswort Bridge|Commander 2021|303|R||Land|||Hideaway${T}: Add {G}.${G}, {T}: You may play the exiled card without paying its mana cost if creatures you control have total power 10 or greater.|
Novijen, Heart of Progress|Commander 2021|305|U||Land|||{T}: Add {C}.${G}{U}, {T}: Put a +1/+1 counter on each creature that entered the battlefield this turn.|
Oran-Rief, the Vastwood|Commander 2021|307|R||Land|||Oran-Rief, the Vastwood enters the battlefield tapped.${T}: Add {G}.${T}: Put a +1/+1 counter on each green creature that entered the battlefield this turn.|
Phyrexia's Core|Commander 2021|309|U||Land|||{T}: Add {C}.${1}, {T}, Sacrifice an artifact: You gain 1 life.|
Reliquary Tower|Commander 2021|311|U||Land|||You have no maximum hand size.${T}: Add {C}.|
Scavenger Grounds|Commander 2021|314|R||Land - Desert|||{T}: Add {C}.${2}, {T}, Sacrifice a Desert: Exile all cards from all graveyards.|
Shivan Reef|Commander 2021|316|R||Land|||{T}: Add {C}.${T}: Add {U} or {R}. Shivan Reef deals 1 damage to you.|
Simic Growth Chamber|Commander 2021|317|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}.|
Slayers' Stronghold|Commander 2021|318|R||Land|||{T}: Add {C}.${R}{W}, {T}: Target creature gets +2/+0 and gains vigilance and haste until end of turn.|
Sunhome, Fortress of the Legion|Commander 2021|319|U||Land|||{T}: Add {C}.${2}{R}{W}, {T}: Target creature gains double strike until end of turn.|
Temple of Epiphany|Commander 2021|322|R||Land|||Temple of Epiphany enters the battlefield tapped.$When Temple of Epiphany enters the battlefield, scry 1.${T}: Add {U} or {R}.|
Temple of Mystery|Commander 2021|324|R||Land|||Temple of Mystery enters the battlefield tapped.$When Temple of Mystery enters the battlefield, scry 1.${T}: Add {G} or {U}.|
Temple of Triumph|Commander 2021|327|R||Land|||Temple of Triumph enters the battlefield tapped.$When Temple of Triumph enters the battlefield, scry 1.${T}: Add {R} or {W}.|
Tranquil Thicket|Commander 2021|408|U||Land|||Tranquil Thicket enters the battlefield tapped.${T}: Add {G}.$Cycling {G}|
Yavimaya Coast|Commander 2021|409|R||Land|||{T}: Add {C}.${T}: Add {G} or {U}. Yavimaya Coast deals 1 damage to you.|