mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
[BRC] updated spoiler
This commit is contained in:
parent
a351fcd980
commit
68fcea67b7
2 changed files with 300 additions and 0 deletions
|
@ -19,13 +19,154 @@ public final class TheBrothersWarCommander extends ExpansionSet {
|
|||
super("The Brothers' War Commander", "BRC", ExpansionSet.buildDate(2022, 11, 18), SetType.SUPPLEMENTAL);
|
||||
this.hasBasicLands = false;
|
||||
|
||||
cards.add(new SetCardInfo("Abrade", 111, Rarity.UNCOMMON, mage.cards.a.Abrade.class));
|
||||
cards.add(new SetCardInfo("Alela, Artful Provocateur", 119, Rarity.MYTHIC, mage.cards.a.AlelaArtfulProvocateur.class));
|
||||
cards.add(new SetCardInfo("Ancient Den", 172, Rarity.COMMON, mage.cards.a.AncientDen.class));
|
||||
cards.add(new SetCardInfo("Angel of the Ruins", 68, Rarity.RARE, mage.cards.a.AngelOfTheRuins.class));
|
||||
cards.add(new SetCardInfo("Arcane Sanctum", 173, Rarity.UNCOMMON, mage.cards.a.ArcaneSanctum.class));
|
||||
cards.add(new SetCardInfo("Arcane Signet", 132, Rarity.COMMON, mage.cards.a.ArcaneSignet.class));
|
||||
cards.add(new SetCardInfo("Armix, Filigree Thrasher", 103, Rarity.UNCOMMON, mage.cards.a.ArmixFiligreeThrasher.class));
|
||||
cards.add(new SetCardInfo("Ash Barrens", 174, Rarity.COMMON, mage.cards.a.AshBarrens.class));
|
||||
cards.add(new SetCardInfo("Audacious Reshapers", 112, Rarity.RARE, mage.cards.a.AudaciousReshapers.class));
|
||||
cards.add(new SetCardInfo("Austere Command", 69, Rarity.RARE, mage.cards.a.AustereCommand.class));
|
||||
cards.add(new SetCardInfo("Azorius Chancery", 175, Rarity.UNCOMMON, mage.cards.a.AzoriusChancery.class));
|
||||
cards.add(new SetCardInfo("Azorius Signet", 133, Rarity.UNCOMMON, mage.cards.a.AzoriusSignet.class));
|
||||
cards.add(new SetCardInfo("Baleful Strix", 120, Rarity.RARE, mage.cards.b.BalefulStrix.class));
|
||||
cards.add(new SetCardInfo("Bedevil", 121, Rarity.RARE, mage.cards.b.Bedevil.class));
|
||||
cards.add(new SetCardInfo("Bident of Thassa", 80, Rarity.RARE, mage.cards.b.BidentOfThassa.class));
|
||||
cards.add(new SetCardInfo("Blasphemous Act", 113, Rarity.RARE, mage.cards.b.BlasphemousAct.class));
|
||||
cards.add(new SetCardInfo("Bojuka Bog", 176, Rarity.COMMON, mage.cards.b.BojukaBog.class));
|
||||
cards.add(new SetCardInfo("Bronze Guardian", 70, Rarity.RARE, mage.cards.b.BronzeGuardian.class));
|
||||
cards.add(new SetCardInfo("Brudiclad, Telchor Engineer", 122, Rarity.RARE, mage.cards.b.BrudicladTelchorEngineer.class));
|
||||
cards.add(new SetCardInfo("Buried Ruin", 177, Rarity.UNCOMMON, mage.cards.b.BuriedRuin.class));
|
||||
cards.add(new SetCardInfo("Chaos Warp", 114, Rarity.RARE, mage.cards.c.ChaosWarp.class));
|
||||
cards.add(new SetCardInfo("Chief of the Foundry", 134, Rarity.UNCOMMON, mage.cards.c.ChiefOfTheFoundry.class));
|
||||
cards.add(new SetCardInfo("Chrome Courier", 123, Rarity.COMMON, mage.cards.c.ChromeCourier.class));
|
||||
cards.add(new SetCardInfo("Command Tower", 178, Rarity.COMMON, mage.cards.c.CommandTower.class));
|
||||
cards.add(new SetCardInfo("Commander's Sphere", 135, Rarity.COMMON, mage.cards.c.CommandersSphere.class));
|
||||
cards.add(new SetCardInfo("Cranial Plating", 136, Rarity.UNCOMMON, mage.cards.c.CranialPlating.class));
|
||||
cards.add(new SetCardInfo("Crumbling Necropolis", 179, Rarity.UNCOMMON, mage.cards.c.CrumblingNecropolis.class));
|
||||
cards.add(new SetCardInfo("Cursed Mirror", 115, Rarity.RARE, mage.cards.c.CursedMirror.class));
|
||||
cards.add(new SetCardInfo("Darksteel Citadel", 180, Rarity.UNCOMMON, mage.cards.d.DarksteelCitadel.class));
|
||||
cards.add(new SetCardInfo("Darksteel Juggernaut", 137, Rarity.RARE, mage.cards.d.DarksteelJuggernaut.class));
|
||||
cards.add(new SetCardInfo("Darkwater Catacombs", 181, Rarity.RARE, mage.cards.d.DarkwaterCatacombs.class));
|
||||
cards.add(new SetCardInfo("Despark", 124, Rarity.UNCOMMON, mage.cards.d.Despark.class));
|
||||
cards.add(new SetCardInfo("Digsite Engineer", 71, Rarity.RARE, mage.cards.d.DigsiteEngineer.class));
|
||||
cards.add(new SetCardInfo("Dimir Aqueduct", 182, Rarity.UNCOMMON, mage.cards.d.DimirAqueduct.class));
|
||||
cards.add(new SetCardInfo("Dimir Signet", 138, Rarity.COMMON, mage.cards.d.DimirSignet.class));
|
||||
cards.add(new SetCardInfo("Dreamstone Hedron", 139, Rarity.UNCOMMON, mage.cards.d.DreamstoneHedron.class));
|
||||
cards.add(new SetCardInfo("Drossforge Bridge", 183, Rarity.COMMON, mage.cards.d.DrossforgeBridge.class));
|
||||
cards.add(new SetCardInfo("Emry, Lurker of the Loch", 81, Rarity.RARE, mage.cards.e.EmryLurkerOfTheLoch.class));
|
||||
cards.add(new SetCardInfo("Etched Champion", 140, Rarity.RARE, mage.cards.e.EtchedChampion.class));
|
||||
cards.add(new SetCardInfo("Etherium Sculptor", 82, Rarity.COMMON, mage.cards.e.EtheriumSculptor.class));
|
||||
cards.add(new SetCardInfo("Ethersworn Adjudicator", 83, Rarity.MYTHIC, mage.cards.e.EtherswornAdjudicator.class));
|
||||
cards.add(new SetCardInfo("Evolving Wilds", 184, Rarity.COMMON, mage.cards.e.EvolvingWilds.class));
|
||||
cards.add(new SetCardInfo("Executioner's Capsule", 104, Rarity.COMMON, mage.cards.e.ExecutionersCapsule.class));
|
||||
cards.add(new SetCardInfo("Exotic Orchard", 185, Rarity.RARE, mage.cards.e.ExoticOrchard.class));
|
||||
cards.add(new SetCardInfo("Expressive Iteration", 125, Rarity.UNCOMMON, mage.cards.e.ExpressiveIteration.class));
|
||||
cards.add(new SetCardInfo("Fact or Fiction", 84, Rarity.UNCOMMON, mage.cards.f.FactOrFiction.class));
|
||||
cards.add(new SetCardInfo("Fain, the Broker", 105, Rarity.RARE, mage.cards.f.FainTheBroker.class));
|
||||
cards.add(new SetCardInfo("Faithless Looting", 116, Rarity.COMMON, mage.cards.f.FaithlessLooting.class));
|
||||
cards.add(new SetCardInfo("Feed the Swarm", 106, Rarity.COMMON, mage.cards.f.FeedTheSwarm.class));
|
||||
cards.add(new SetCardInfo("Fellwar Stone", 141, Rarity.UNCOMMON, mage.cards.f.FellwarStone.class));
|
||||
cards.add(new SetCardInfo("Filigree Attendant", 85, Rarity.UNCOMMON, mage.cards.f.FiligreeAttendant.class));
|
||||
cards.add(new SetCardInfo("Geth, Lord of the Vault", 107, Rarity.MYTHIC, mage.cards.g.GethLordOfTheVault.class));
|
||||
cards.add(new SetCardInfo("Goldmire Bridge", 186, Rarity.COMMON, mage.cards.g.GoldmireBridge.class));
|
||||
cards.add(new SetCardInfo("Great Furnace", 187, Rarity.COMMON, mage.cards.g.GreatFurnace.class));
|
||||
cards.add(new SetCardInfo("Hedron Archive", 142, Rarity.UNCOMMON, mage.cards.h.HedronArchive.class));
|
||||
cards.add(new SetCardInfo("Hellkite Igniter", 117, Rarity.RARE, mage.cards.h.HellkiteIgniter.class));
|
||||
cards.add(new SetCardInfo("Herald of Anguish", 108, Rarity.MYTHIC, mage.cards.h.HeraldOfAnguish.class));
|
||||
cards.add(new SetCardInfo("Ichor Wellspring", 143, Rarity.UNCOMMON, mage.cards.i.IchorWellspring.class));
|
||||
cards.add(new SetCardInfo("Idol of Oblivion", 144, Rarity.RARE, mage.cards.i.IdolOfOblivion.class));
|
||||
cards.add(new SetCardInfo("Indomitable Archangel", 72, Rarity.MYTHIC, mage.cards.i.IndomitableArchangel.class));
|
||||
cards.add(new SetCardInfo("Island", 31, Rarity.LAND, mage.cards.basiclands.Island.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Izzet Boilerworks", 188, Rarity.UNCOMMON, mage.cards.i.IzzetBoilerworks.class));
|
||||
cards.add(new SetCardInfo("Jhoira, Weatherlight Captain", 126, Rarity.MYTHIC, mage.cards.j.JhoiraWeatherlightCaptain.class));
|
||||
cards.add(new SetCardInfo("Liquimetal Torque", 145, Rarity.UNCOMMON, mage.cards.l.LiquimetalTorque.class));
|
||||
cards.add(new SetCardInfo("Lithoform Engine", 146, Rarity.MYTHIC, mage.cards.l.LithoformEngine.class));
|
||||
cards.add(new SetCardInfo("Losheel, Clockwork Scholar", 73, Rarity.RARE, mage.cards.l.LosheelClockworkScholar.class));
|
||||
cards.add(new SetCardInfo("Marionette Master", 109, Rarity.RARE, mage.cards.m.MarionetteMaster.class));
|
||||
cards.add(new SetCardInfo("Master Transmuter", 87, Rarity.RARE, mage.cards.m.MasterTransmuter.class));
|
||||
cards.add(new SetCardInfo("Master of Etherium", 86, Rarity.RARE, mage.cards.m.MasterOfEtherium.class));
|
||||
cards.add(new SetCardInfo("Metalwork Colossus", 147, Rarity.RARE, mage.cards.m.MetalworkColossus.class));
|
||||
cards.add(new SetCardInfo("Mind Stone", 148, Rarity.COMMON, mage.cards.m.MindStone.class));
|
||||
cards.add(new SetCardInfo("Mirrorworks", 149, Rarity.RARE, mage.cards.m.Mirrorworks.class));
|
||||
cards.add(new SetCardInfo("Mishra, Eminent One", 1, Rarity.MYTHIC, mage.cards.m.MishraEminentOne.class));
|
||||
cards.add(new SetCardInfo("Mistvault Bridge", 189, Rarity.COMMON, mage.cards.m.MistvaultBridge.class));
|
||||
cards.add(new SetCardInfo("Mnemonic Sphere", 88, Rarity.COMMON, mage.cards.m.MnemonicSphere.class));
|
||||
cards.add(new SetCardInfo("Mountain", 35, Rarity.LAND, mage.cards.basiclands.Mountain.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Muzzio, Visionary Architect", 89, Rarity.MYTHIC, mage.cards.m.MuzzioVisionaryArchitect.class));
|
||||
cards.add(new SetCardInfo("Mycosynth Wellspring", 150, Rarity.COMMON, mage.cards.m.MycosynthWellspring.class));
|
||||
cards.add(new SetCardInfo("Myr Battlesphere", 151, Rarity.RARE, mage.cards.m.MyrBattlesphere.class));
|
||||
cards.add(new SetCardInfo("Myriad Landscape", 192, Rarity.UNCOMMON, mage.cards.m.MyriadLandscape.class));
|
||||
cards.add(new SetCardInfo("Nihil Spellbomb", 152, Rarity.COMMON, mage.cards.n.NihilSpellbomb.class));
|
||||
cards.add(new SetCardInfo("Noxious Gearhulk", 110, Rarity.MYTHIC, mage.cards.n.NoxiousGearhulk.class));
|
||||
cards.add(new SetCardInfo("Oblivion Stone", 153, Rarity.RARE, mage.cards.o.OblivionStone.class));
|
||||
cards.add(new SetCardInfo("One with the Machine", 90, Rarity.RARE, mage.cards.o.OneWithTheMachine.class));
|
||||
cards.add(new SetCardInfo("Oni-Cult Anvil", 127, Rarity.UNCOMMON, mage.cards.o.OniCultAnvil.class));
|
||||
cards.add(new SetCardInfo("Orzhov Basilica", 191, Rarity.UNCOMMON, mage.cards.o.OrzhovBasilica.class));
|
||||
cards.add(new SetCardInfo("Orzhov Signet", 154, Rarity.COMMON, mage.cards.o.OrzhovSignet.class));
|
||||
cards.add(new SetCardInfo("Padeem, Consul of Innovation", 91, Rarity.RARE, mage.cards.p.PadeemConsulOfInnovation.class));
|
||||
cards.add(new SetCardInfo("Phyrexian Rebirth", 74, Rarity.RARE, mage.cards.p.PhyrexianRebirth.class));
|
||||
cards.add(new SetCardInfo("Plains", 29, Rarity.LAND, mage.cards.basiclands.Plains.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Prairie Stream", 193, Rarity.RARE, mage.cards.p.PrairieStream.class));
|
||||
cards.add(new SetCardInfo("Preordain", 92, Rarity.COMMON, mage.cards.p.Preordain.class));
|
||||
cards.add(new SetCardInfo("Prophetic Prism", 155, Rarity.COMMON, mage.cards.p.PropheticPrism.class));
|
||||
cards.add(new SetCardInfo("Rakdos Carnarium", 194, Rarity.UNCOMMON, mage.cards.r.RakdosCarnarium.class));
|
||||
cards.add(new SetCardInfo("Rakdos Signet", 156, Rarity.UNCOMMON, mage.cards.r.RakdosSignet.class));
|
||||
cards.add(new SetCardInfo("Razortide Bridge", 195, Rarity.COMMON, mage.cards.r.RazortideBridge.class));
|
||||
cards.add(new SetCardInfo("Relic of Progenitus", 157, Rarity.UNCOMMON, mage.cards.r.RelicOfProgenitus.class));
|
||||
cards.add(new SetCardInfo("Reliquary Tower", 196, Rarity.UNCOMMON, mage.cards.r.ReliquaryTower.class));
|
||||
cards.add(new SetCardInfo("River of Tears", 197, Rarity.RARE, mage.cards.r.RiverOfTears.class));
|
||||
cards.add(new SetCardInfo("Sai, Master Thopterist", 93, Rarity.RARE, mage.cards.s.SaiMasterThopterist.class));
|
||||
cards.add(new SetCardInfo("Seat of the Synod", 198, Rarity.COMMON, mage.cards.s.SeatOfTheSynod.class));
|
||||
cards.add(new SetCardInfo("Servo Schematic", 158, Rarity.UNCOMMON, mage.cards.s.ServoSchematic.class));
|
||||
cards.add(new SetCardInfo("Shadowblood Ridge", 199, Rarity.RARE, mage.cards.s.ShadowbloodRidge.class));
|
||||
cards.add(new SetCardInfo("Sharding Sphinx", 94, Rarity.RARE, mage.cards.s.ShardingSphinx.class));
|
||||
cards.add(new SetCardInfo("Sharuum the Hegemon", 128, Rarity.RARE, mage.cards.s.SharuumTheHegemon.class));
|
||||
cards.add(new SetCardInfo("Shimmer Dragon", 95, Rarity.RARE, mage.cards.s.ShimmerDragon.class));
|
||||
cards.add(new SetCardInfo("Silas Renn, Seeker Adept", 129, Rarity.MYTHIC, mage.cards.s.SilasRennSeekerAdept.class));
|
||||
cards.add(new SetCardInfo("Silverbluff Bridge", 200, Rarity.COMMON, mage.cards.s.SilverbluffBridge.class));
|
||||
cards.add(new SetCardInfo("Skullclamp", 159, Rarity.UNCOMMON, mage.cards.s.Skullclamp.class));
|
||||
cards.add(new SetCardInfo("Skycloud Expanse", 201, Rarity.RARE, mage.cards.s.SkycloudExpanse.class));
|
||||
cards.add(new SetCardInfo("Slobad, Goblin Tinkerer", 118, Rarity.RARE, mage.cards.s.SlobadGoblinTinkerer.class));
|
||||
cards.add(new SetCardInfo("Smoldering Marsh", 202, Rarity.RARE, mage.cards.s.SmolderingMarsh.class));
|
||||
cards.add(new SetCardInfo("Sol Ring", 160, Rarity.UNCOMMON, mage.cards.s.SolRing.class));
|
||||
cards.add(new SetCardInfo("Solemn Simulacrum", 161, Rarity.RARE, mage.cards.s.SolemnSimulacrum.class));
|
||||
cards.add(new SetCardInfo("Sphinx's Revelation", 130, Rarity.MYTHIC, mage.cards.s.SphinxsRevelation.class));
|
||||
cards.add(new SetCardInfo("Spine of Ish Sah", 162, Rarity.RARE, mage.cards.s.SpineOfIshSah.class));
|
||||
cards.add(new SetCardInfo("Spire of Industry", 203, Rarity.RARE, mage.cards.s.SpireOfIndustry.class));
|
||||
cards.add(new SetCardInfo("Steel Hellkite", 163, Rarity.RARE, mage.cards.s.SteelHellkite.class));
|
||||
cards.add(new SetCardInfo("Steel Overseer", 164, Rarity.RARE, mage.cards.s.SteelOverseer.class));
|
||||
cards.add(new SetCardInfo("Strionic Resonator", 165, Rarity.RARE, mage.cards.s.StrionicResonator.class));
|
||||
cards.add(new SetCardInfo("Sunken Hollow", 204, Rarity.RARE, mage.cards.s.SunkenHollow.class));
|
||||
cards.add(new SetCardInfo("Swamp", 33, Rarity.LAND, mage.cards.basiclands.Swamp.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Swiftfoot Boots", 166, Rarity.UNCOMMON, mage.cards.s.SwiftfootBoots.class));
|
||||
cards.add(new SetCardInfo("Swords to Plowshares", 75, Rarity.UNCOMMON, mage.cards.s.SwordsToPlowshares.class));
|
||||
cards.add(new SetCardInfo("Tempered Steel", 76, Rarity.RARE, mage.cards.t.TemperedSteel.class));
|
||||
cards.add(new SetCardInfo("Temple of Deceit", 205, Rarity.RARE, mage.cards.t.TempleOfDeceit.class));
|
||||
cards.add(new SetCardInfo("Temple of Enlightenment", 206, Rarity.RARE, mage.cards.t.TempleOfEnlightenment.class));
|
||||
cards.add(new SetCardInfo("Temple of Epiphany", 207, Rarity.RARE, mage.cards.t.TempleOfEpiphany.class));
|
||||
cards.add(new SetCardInfo("Temple of Malice", 208, Rarity.RARE, mage.cards.t.TempleOfMalice.class));
|
||||
cards.add(new SetCardInfo("Temple of Silence", 209, Rarity.RARE, mage.cards.t.TempleOfSilence.class));
|
||||
cards.add(new SetCardInfo("Terramorphic Expanse", 210, Rarity.COMMON, mage.cards.t.TerramorphicExpanse.class));
|
||||
cards.add(new SetCardInfo("Teshar, Ancestor's Apostle", 77, Rarity.RARE, mage.cards.t.TesharAncestorsApostle.class));
|
||||
cards.add(new SetCardInfo("Thirst for Knowledge", 96, Rarity.UNCOMMON, mage.cards.t.ThirstForKnowledge.class));
|
||||
cards.add(new SetCardInfo("Thopter Spy Network", 97, Rarity.RARE, mage.cards.t.ThopterSpyNetwork.class));
|
||||
cards.add(new SetCardInfo("Thought Monitor", 98, Rarity.RARE, mage.cards.t.ThoughtMonitor.class));
|
||||
cards.add(new SetCardInfo("Thought Vessel", 167, Rarity.UNCOMMON, mage.cards.t.ThoughtVessel.class));
|
||||
cards.add(new SetCardInfo("Thoughtcast", 99, Rarity.COMMON, mage.cards.t.Thoughtcast.class));
|
||||
cards.add(new SetCardInfo("Thran Dynamo", 168, Rarity.UNCOMMON, mage.cards.t.ThranDynamo.class));
|
||||
cards.add(new SetCardInfo("Trading Post", 169, Rarity.RARE, mage.cards.t.TradingPost.class));
|
||||
cards.add(new SetCardInfo("Traxos, Scourge of Kroog", 170, Rarity.RARE, mage.cards.t.TraxosScourgeOfKroog.class));
|
||||
cards.add(new SetCardInfo("Unbreakable Formation", 78, Rarity.RARE, mage.cards.u.UnbreakableFormation.class));
|
||||
cards.add(new SetCardInfo("Urza's Ruinous Blast", 79, Rarity.RARE, mage.cards.u.UrzasRuinousBlast.class));
|
||||
cards.add(new SetCardInfo("Urza, Chief Artificer", 2, Rarity.MYTHIC, mage.cards.u.UrzaChiefArtificer.class));
|
||||
cards.add(new SetCardInfo("Vault of Whispers", 211, Rarity.COMMON, mage.cards.v.VaultOfWhispers.class));
|
||||
cards.add(new SetCardInfo("Vedalken Humiliator", 100, Rarity.RARE, mage.cards.v.VedalkenHumiliator.class));
|
||||
cards.add(new SetCardInfo("Vindicate", 131, Rarity.RARE, mage.cards.v.Vindicate.class));
|
||||
cards.add(new SetCardInfo("Wayfarer's Bauble", 171, Rarity.COMMON, mage.cards.w.WayfarersBauble.class));
|
||||
cards.add(new SetCardInfo("Whirler Rogue", 101, Rarity.UNCOMMON, mage.cards.w.WhirlerRogue.class));
|
||||
cards.add(new SetCardInfo("Workshop Elders", 102, Rarity.RARE, mage.cards.w.WorkshopElders.class));
|
||||
}
|
||||
}
|
||||
|
|
|
@ -46248,12 +46248,171 @@ Mountain|The Brothers' War|284|C||Basic Land - Mountain|||({T}: Add {R}.)|
|
|||
Forest|The Brothers' War|286|C||Basic Land - Forest|||({T}: Add {G}.)|
|
||||
Mishra, Eminent One|The Brothers' War Commander|1|M|{2}{U}{B}{R}|Legendary Creature - Human Artificer|5|4|At the beginning of combat on your turn, create a token that's a copy of target noncreature artifact you control, except its name is Mishra's Warform and it's a 4/4 Construct artifact creature in addition to its other types. It gains haste until end of turn. Sacrifice it at the beginning of the next end step.|
|
||||
Urza, Chief Artificer|The Brothers' War Commander|2|M|{3}{W}{U}{B}|Legendary Creature - Human Artificer|4|5|Affinity for artifact creatures$Artifact creatures you control have menace.$At the beginning of your end step, create a 0/0 colorless Construct artifact creature token with "This creature gets +1/+1 for each artifact you control."|
|
||||
Tawnos, Solemn Survivor|The Brothers' War Commander|3|M|{1}{U}|Legendary Creature - Human Artificer|1|3|{2}, {T}: Create a token that's a copy of up to one target artifact token you control. Mill two cards.${1}{W}{U}{B}, {T}: Sacrifice two artifact tokens, Exile an artifact or creature card from a graveyard: Create a token that's a copy of the exiled card, except it's an artifact in addition to its other types. Activate only as a sorcery.|
|
||||
Ashnod the Uncaring|The Brothers' War Commander|4|M|{2}{U}{B}{R}|Legendary Creature - Human Artificer|1|4|Deathtouch$Whenever you activate an ability of an artifact or creature that isn't a mana ability, if one or more permanents were sacrificed to activate it, you may copy that ability. You may choose new targets for the copy.|
|
||||
Sanwell, Avenger Ace|The Brothers' War Commander|5|R|{1}{W}|Legendary Creature - Human Pilot|3|1|As long as an artifact creature you control is attacking, prevent all damage that would be dealt to Sanwell, Avenger Ace.$Whenever Sanwell becomes tapped, exile the top six cards of your library. You may cast a Vehicle or artifact creature spell from among them. Then put the rest on the bottom of your library in a random order.|
|
||||
Scholar of New Horizons|The Brothers' War Commander|6|R|{1}{W}|Creature - Human Scout|1|1|Scholar of New Horizons enters the battlefield with a +1/+1 counter on it.${T}, Remove a counter from a permanent you control: Search your library for a Plains card and reveal it. If an opponent controls more lands than you, you may put that card onto the battlefield tapped. If you don't put the card onto the battlefield, put it into your hand. Then shuffle.|
|
||||
Glint Raker|The Brothers' War Commander|7|R|{3}{U}|Creature - Drake|1|3|Flying$Glint Raker gets +X/+0, where X is the highest mana value among artifacts you control.$Whenever Glint Raker deals combat damage to a player, you may reveal that many cards from the top of your library. Put an artifact card revealed this way into your hand and the rest into your graveyard.|
|
||||
March of Progress|The Brothers' War Commander|8|R|{2}{U}|Sorcery|||Choose target artifact creature you control. For each creature chosen this way, create a token that's a copy of it.$Overload {6}{U}|
|
||||
Terisiare's Devastation|The Brothers' War Commander|9|R|{X}{2}{B}{B}|Sorcery|||You lose X life and create X tapped Powerstone tokens. Then all creatures get -1/-1 until end of turn for each artifact you control.|
|
||||
Wire Surgeons|The Brothers' War Commander|10|R|{4}{B}{B}|Creature - Human Artificer|6|5|Fear$Each artifact creature card in your graveyard has encore. Its encore cost is equal to its mana cost.|
|
||||
Wreck Hunter|The Brothers' War Commander|11|R|{B}{B}|Creature - Human Artificer|2|2|Flash$When Wreck Hunter enters the battlefield, choose target player. You create a tapped Powerstone token for each nonland card in that player's graveyard that was put there from the battlefield this turn.|
|
||||
Blast-Furnace Hellkite|The Brothers' War Commander|12|R|{7}{R}{R}|Creature - Dragon|5|5|Goblin offering|
|
||||
Farid, Enterprising Salvager|The Brothers' War Commander|13|R|{2}{R}|Legendary Creature - Human Soldier|3|3|Whenever a nontoken artifact you control is put into a graveyard from the battlefield, create a colorless artifact token named Scrap.${1}{R}, Sacrifice an artifact: Choose one --$* Put a +1/+1 counter on Farid. It gains haste until end of turn.$* Goad target creature.$* Discard a card, then draw a card.|
|
||||
Hexavus|The Brothers' War Commander|14|R|{6}|Artifact Creature - Construct|0|0|Flying$Hexavus enters the battlefield with six +1/+1 counters on it.${1}, Remove a +1/+1 counter from Hexavus: Put a flying counter on another target creature.${1}, Remove a counter from another creature you control: Put a +1/+1 counter on.|
|
||||
Kayla's Music Box|The Brothers' War Commander|15|R|{2}|Legendary Artifact|||{W}, {T}: Look at the top card of your library, then exile it face down.${T}: Until end of turn, you may play cards you own exiled with Kayla's Music Box.|
|
||||
Machine God's Effigy|The Brothers' War Commander|16|R|{4}|Artifact|||You may have Machine God's Effigy enter the battlefield as a copy of any creature on the battlefield, except it's an artifact and it has "{T}: Add {U}."${T}: Add {U}.|
|
||||
Scavenged Brawler|The Brothers' War Commander|17|R|{6}|Artifact Creature - Construct|4|4|Flying, vigilance, trample, lifelink${5}, Exile Scavenged Brawler from your graveyard: Choose target creature. Put four +1/+1 counters s, a flying counter, a vigilance counter, a trample counter, and a lifelink counter on that creature. Activate only as a sorcery.|
|
||||
Smelting Vat|The Brothers' War Commander|18|R|{4}|Artifact|||{1}, {T}, Sacrifice another artifact: Reveal the top eight cards of your library. Put up to two noncreature artifact cards with total mana value less than or equal to the sacrificed artifact's mana value from among them onto the battlefield, and the rest on the bottom of your library in a random order.|
|
||||
Thopter Shop|The Brothers' War Commander|19|R|{3}|Artifact|||Whenever one or more artifact creatures you control die, draw a card. This ability triggers only once each turn.${2}{W}, {T}: Create a 1/1 colorless Thopter artifact creature token with flying.|
|
||||
Wondrous Crucible|The Brothers' War Commander|20|R|{7}|Artifact|||Permanents you control have ward {2}.$At the beginning of your end step, mill two cards, then exile a nonland card at random from your graveyard. Copy it. You may cast the copy without paying its mana cost.|
|
||||
Plains|The Brothers' War Commander|29|C||Basic Land - Plains|||({T}: Add {W}.)|
|
||||
Island|The Brothers' War Commander|31|C||Basic Land - Island|||({T}: Add {U}.)|
|
||||
Swamp|The Brothers' War Commander|33|C||Basic Land - Swamp|||({T}: Add {B}.)|
|
||||
Mountain|The Brothers' War Commander|35|C||Basic Land - Mountain|||({T}: Add {R}.)|
|
||||
Angel of the Ruins|The Brothers' War Commander|68|R|{5}{W}{W}|Artifact Creature - Angel|5|7|Flying$When Angel of the Ruins enters the battlefield, exile up to two target artifacts and/or enchantments.$Plainscycling {2}|
|
||||
Austere Command|The Brothers' War Commander|69|R|{4}{W}{W}|Sorcery|||Choose two --$* Destroy all artifacts.$* Destroy all enchantments.$* Destroy all creatures with mana value 3 or less.$* Destroy all creatures with mana value 4 or greater.|
|
||||
Bronze Guardian|The Brothers' War Commander|70|R|{4}{W}|Artifact Creature - Golem|*|5|Double strike$Ward {2}$Other artifacts you control have ward {2}.$Bronze Guardian's power is equal to the number of artifacts you control.|
|
||||
Digsite Engineer|The Brothers' War Commander|71|R|{2}{W}|Creature - Dwarf Artificer|3|3|Whenever you cast an artifact spell, you may pay {2}. If you do, create a 0/0 colorless Construct artifact creature token with "This creature gets +1/+1 for each artifact you control."|
|
||||
Indomitable Archangel|The Brothers' War Commander|72|M|{2}{W}{W}|Creature - Angel|4|4|Flying$Metalcraft -- Artifacts you control have shroud as long as you control three or more artifacts.|
|
||||
Losheel, Clockwork Scholar|The Brothers' War Commander|73|R|{2}{W}|Legendary Creature - Elephant Artificer|2|4|Prevent all combat damage that would be dealt to attacking artifact creatures you control.$Whenever one or more artifact creatures enter the battlefield under your control, draw a card. This ability triggers only once each turn.|
|
||||
Phyrexian Rebirth|The Brothers' War Commander|74|R|{4}{W}{W}|Sorcery|||Destroy all creatures, then create an X/X colorless Phyrexian Horror artifact creature token, where X is the number of creatures destroyed this way.|
|
||||
Swords to Plowshares|The Brothers' War Commander|75|U|{W}|Instant|||Exile target creature. Its controller gains life equal to its power.|
|
||||
Tempered Steel|The Brothers' War Commander|76|R|{1}{W}{W}|Enchantment|||Artifact creatures you control get +2/+2.|
|
||||
Teshar, Ancestor's Apostle|The Brothers' War Commander|77|R|{3}{W}|Legendary Creature - Bird Cleric|2|2|Flying$Whenever you cast a historic spell, return target creature card with mana value 3 or less from your graveyard to the battlefield.|
|
||||
Unbreakable Formation|The Brothers' War Commander|78|R|{2}{W}|Instant|||Creatures you control gain indestructible until end of turn.$Addendum -- If you cast this spell during your main phase, put a +1/+1 counter on each of those creatures and they gain vigilance until end of turn.|
|
||||
Urza's Ruinous Blast|The Brothers' War Commander|79|R|{4}{W}|Legendary Sorcery|||(You may cast a legendary sorcery only if you control a legendary creature or planeswalker.)$Exile all nonland permanents that aren't legendary.|
|
||||
Bident of Thassa|The Brothers' War Commander|80|R|{2}{U}{U}|Legendary Enchantment Artifact|||Whenever a creature you control deals combat damage to a player, you may draw a card.${1}{U}, {T}: Creatures your opponents control attack this turn if able.|
|
||||
Emry, Lurker of the Loch|The Brothers' War Commander|81|R|{2}{U}|Legendary Creature - Merfolk Wizard|1|2|This spell costs {1} less to cast for each artifact you control.$When Emry, Lurker of the Loch enters the battlefield, mill four cards.${T}: Choose target artifact card in your graveyard. You may cast that card this turn.|
|
||||
Etherium Sculptor|The Brothers' War Commander|82|C|{1}{U}|Artifact Creature - Vedalken Artificer|1|2|Artifact spells you cast cost {1} less to cast.|
|
||||
Ethersworn Adjudicator|The Brothers' War Commander|83|M|{4}{U}|Artifact Creature - Vedalken Knight|4|4|Flying${1}{W}{B}, {T}: Destroy target creature or enchantment.${2}{U}: Untap Ethersworn Adjudicator.|
|
||||
Fact or Fiction|The Brothers' War Commander|84|U|{3}{U}|Instant|||Reveal the top five cards of your library. An opponent separates those cards into two piles. Put one pile into your hand and the other into your graveyard.|
|
||||
Filigree Attendant|The Brothers' War Commander|85|U|{2}{U}{U}|Artifact Creature - Homunculus|*|3|Flying$Filigree Attendant's power is equal to the number of artifacts you control.|
|
||||
Master of Etherium|The Brothers' War Commander|86|R|{2}{U}|Artifact Creature - Vedalken Wizard|*|*|Master of Etherium's power and toughness are each equal to the number of artifacts you control.$Other artifact creatures you control get +1/+1.|
|
||||
Master Transmuter|The Brothers' War Commander|87|R|{3}{U}|Artifact Creature - Human Artificer|1|2|{U}, {T}, Return an artifact you control to its owner's hand: You may put an artifact card from your hand onto the battlefield.|
|
||||
Mnemonic Sphere|The Brothers' War Commander|88|C|{1}{U}|Artifact|||{1}{U}, Sacrifice Mnemonic Sphere: Draw two cards.$Channel -- {U}, Discard Mnemonic Sphere: Draw a card.|
|
||||
Muzzio, Visionary Architect|The Brothers' War Commander|89|M|{1}{U}{U}|Legendary Creature - Human Artificer|1|3|{3}{U}, {T}: Look at the top X cards of your library, where X is the highest mana value among artifacts you control. You may put an artifact card from among them onto the battlefield. Put the rest on the bottom of your library in any order.|
|
||||
One with the Machine|The Brothers' War Commander|90|R|{3}{U}|Sorcery|||Draw cards equal to the highest mana value among artifacts you control.|
|
||||
Padeem, Consul of Innovation|The Brothers' War Commander|91|R|{3}{U}|Legendary Creature - Vedalken Artificer|1|4|Artifacts you control have hexproof.$At the beginning of your upkeep, if you control the artifact with the highest mana value or tied for the highest mana value, draw a card.|
|
||||
Preordain|The Brothers' War Commander|92|C|{U}|Sorcery|||Scry 2, then draw a card.|
|
||||
Sai, Master Thopterist|The Brothers' War Commander|93|R|{2}{U}|Legendary Creature - Human Artificer|1|4|Whenever you cast an artifact spell, create a 1/1 colorless Thopter artifact creature token with flying.${1}{U}, Sacrifice two artifacts: Draw a card.|
|
||||
Sharding Sphinx|The Brothers' War Commander|94|R|{4}{U}{U}|Artifact Creature - Sphinx|4|4|Flying$Whenever an artifact creature you control deals combat damage to a player, you may create a 1/1 blue Thopter artifact creature token with flying.|
|
||||
Shimmer Dragon|The Brothers' War Commander|95|R|{4}{U}{U}|Creature - Dragon|5|6|Flying$As long as you control four or more artifacts, Shimmer Dragon has hexproof.$Tap two untapped artifacts you control: Draw a card.|
|
||||
Thirst for Knowledge|The Brothers' War Commander|96|U|{2}{U}|Instant|||Draw three cards. Then discard two cards unless you discard an artifact card.|
|
||||
Thopter Spy Network|The Brothers' War Commander|97|R|{2}{U}{U}|Enchantment|||At the beginning of your upkeep, if you control an artifact, create a 1/1 colorless Thopter artifact creature token with flying.$Whenever one or more artifact creatures you control deal combat damage to a player, draw a card.|
|
||||
Thought Monitor|The Brothers' War Commander|98|R|{6}{U}|Artifact Creature - Construct|2|2|Affinity for artifacts$Flying$When Thought Monitor enters the battlefield, draw two cards.|
|
||||
Thoughtcast|The Brothers' War Commander|99|C|{4}{U}|Sorcery|||Affinity for artifacts$Draw two cards.|
|
||||
Vedalken Humiliator|The Brothers' War Commander|100|R|{3}{U}|Creature - Vedalken Wizard|3|4|Metalcraft -- Whenever Vedalken Humiliator attacks, if you control three or more artifacts, creatures your opponents control lose all abilities and have base power and toughness 1/1 until end of turn.|
|
||||
Whirler Rogue|The Brothers' War Commander|101|U|{2}{U}{U}|Creature - Human Rogue Artificer|2|2|When Whirler Rogue enters the battlefield, create two 1/1 colorless Thopter artifact creature tokens with flying.$Tap two untapped artifacts you control: Target creature can't be blocked this turn.|
|
||||
Workshop Elders|The Brothers' War Commander|102|R|{6}{U}|Creature - Human Artificer|4|4|Artifact creatures you control have flying.$At the beginning of combat on your turn, you may have target noncreature artifact you control become a 0/0 artifact creature. If you do, put four +1/+1 counters on it.|
|
||||
Armix, Filigree Thrasher|The Brothers' War Commander|103|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|
|
||||
Executioner's Capsule|The Brothers' War Commander|104|C|{B}|Artifact|||{1}{B}, {T}, Sacrifice Executioner's Capsule: Destroy target nonblack creature.|
|
||||
Fain, the Broker|The Brothers' War Commander|105|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.|
|
||||
Feed the Swarm|The Brothers' War Commander|106|C|{1}{B}|Sorcery|||Destroy target creature or enchantment an opponent controls. You lose life equal to that permanent's mana value.|
|
||||
Geth, Lord of the Vault|The Brothers' War Commander|107|M|{4}{B}{B}|Legendary Creature - Phyrexian Zombie|5|5|Intimidate${X}{B}: Put target artifact or creature card with mana value X from an opponent's graveyard onto the battlefield under your control tapped. Then that player mills X cards.|
|
||||
Herald of Anguish|The Brothers' War Commander|108|M|{5}{B}{B}|Creature - Demon|5|5|Improvise$Flying$At the beginning of your end step, each opponent discards a card.${1}{B}, Sacrifice an artifact: Target creature gets -2/-2 until end of turn.|
|
||||
Marionette Master|The Brothers' War Commander|109|R|{4}{B}{B}|Creature - Human Artificer|1|3|Fabricate 3$Whenever an artifact you control is put into a graveyard from the battlefield, target opponent loses life equal to Marionette Master's power.|
|
||||
Noxious Gearhulk|The Brothers' War Commander|110|M|{4}{B}{B}|Artifact Creature - Construct|5|4|Menace$When Noxious Gearhulk enters the battlefield, you may destroy another target creature. If a creature is destroyed this way, you gain life equal to its toughness.|
|
||||
Abrade|The Brothers' War Commander|111|U|{1}{R}|Instant|||Choose one --$* Abrade deals 3 damage to target creature.$* Destroy target artifact.|
|
||||
Audacious Reshapers|The Brothers' War Commander|112|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.|
|
||||
Blasphemous Act|The Brothers' War Commander|113|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.|
|
||||
Chaos Warp|The Brothers' War Commander|114|R|{2}{R}|Instant|||The owner of target permanent shuffles it into their library, then reveals the top card of their library. If it's a permanent card, they put it onto the battlefield.|
|
||||
Cursed Mirror|The Brothers' War Commander|115|R|{2}{R}|Artifact|||{T}: Add {R}.$As Cursed Mirror enters the battlefield, you may have it become a copy of any creature on the battlefield until end of turn, except it has haste.|
|
||||
Faithless Looting|The Brothers' War Commander|116|C|{R}|Sorcery|||Draw two cards, then discard two cards.$Flashback {2}{R}|
|
||||
Hellkite Igniter|The Brothers' War Commander|117|R|{5}{R}{R}|Creature - Dragon|5|5|Flying, haste${1}{R}: Hellkite Igniter gets +X/+0 until end of turn, where X is the number of artifacts you control.|
|
||||
Slobad, Goblin Tinkerer|The Brothers' War Commander|118|R|{1}{R}|Legendary Creature - Goblin Artificer|1|2|Sacrifice an artifact: Target artifact gains indestructible until end of turn.|
|
||||
Alela, Artful Provocateur|The Brothers' War Commander|119|M|{1}{W}{U}{B}|Legendary Creature - Faerie Warlock|2|3|Flying, deathtouch, lifelink$Other creatures you control with flying get +1/+0.$Whenever you cast an artifact or enchantment spell, create a 1/1 blue Faerie creature token with flying.|
|
||||
Baleful Strix|The Brothers' War Commander|120|R|{U}{B}|Artifact Creature - Bird|1|1|Flying, deathtouch$When Baleful Strix enters the battlefield, draw a card.|
|
||||
Bedevil|The Brothers' War Commander|121|R|{B}{B}{R}|Instant|||Destroy target artifact, creature, or planeswalker.|
|
||||
Brudiclad, Telchor Engineer|The Brothers' War Commander|122|R|{4}{U}{R}|Legendary Artifact Creature - Phyrexian Artificer|4|4|Creature tokens you control have haste.$At the beginning of combat on your turn, create a 2/1 blue Phyrexian Myr artifact creature token. Then you may choose a token you control. If you do, each other token you control becomes a copy of that token.|
|
||||
Chrome Courier|The Brothers' War Commander|123|C|{1}{W}{U}|Artifact Creature - Thopter|1|1|Flying$When Chrome Courier enters the battlefield, reveal the top two cards of your library. Put one of them into your hand and the other into your graveyard. If you put an artifact card into your hand this way, you gain 3 life.|
|
||||
Despark|The Brothers' War Commander|124|U|{W}{B}|Instant|||Exile target permanent with mana value 4 or greater.|
|
||||
Expressive Iteration|The Brothers' War Commander|125|U|{U}{R}|Sorcery|||Look at the top three cards of your library. Put one of them into your hand, put one of them on the bottom of your library, and exile one of them. You may play the exiled card this turn.|
|
||||
Jhoira, Weatherlight Captain|The Brothers' War Commander|126|M|{2}{U}{R}|Legendary Creature - Human Artificer|3|3|Whenever you cast a historic spell, draw a card.|
|
||||
Oni-Cult Anvil|The Brothers' War Commander|127|U|{B}{R}|Artifact|||Whenever one or more artifacts you control leave the battlefield during your turn, create a 1/1 colorless Construct artifact creature token. This ability triggers only once each turn.${T}, Sacrifice an artifact: Oni-Cult Anvil deals 1 damage to each opponent. You gain 1 life.|
|
||||
Sharuum the Hegemon|The Brothers' War Commander|128|R|{3}{W}{U}{B}|Legendary Artifact Creature - Sphinx|5|5|Flying$When Sharuum the Hegemon enters the battlefield, you may return target artifact card from your graveyard to the battlefield.|
|
||||
Silas Renn, Seeker Adept|The Brothers' War Commander|129|M|{1}{U}{B}|Legendary Artifact Creature - Human|2|2|Deathtouch$Whenever Silas Renn, Seeker Adept deals combat damage to a player, choose target artifact card in your graveyard. You may cast that card this turn.$Partner|
|
||||
Sphinx's Revelation|The Brothers' War Commander|130|M|{X}{W}{U}{U}|Instant|||You gain X life and draw X cards.|
|
||||
Vindicate|The Brothers' War Commander|131|R|{1}{W}{B}|Sorcery|||Destroy target permanent.|
|
||||
Arcane Signet|The Brothers' War Commander|132|C|{2}|Artifact|||{T}: Add one mana of any color in your commander's color identity.|
|
||||
Azorius Signet|The Brothers' War Commander|133|U|{2}|Artifact|||{1}, {T}: Add {W}{U}.|
|
||||
Chief of the Foundry|The Brothers' War Commander|134|U|{3}|Artifact Creature - Construct|2|3|Other artifact creatures you control get +1/+1.|
|
||||
Commander's Sphere|The Brothers' War Commander|135|C|{3}|Artifact|||{T}: Add one mana of any color in your commander's color identity.$Sacrifice Commander's Sphere: Draw a card.|
|
||||
Cranial Plating|The Brothers' War Commander|136|U|{2}|Artifact - Equipment|||Equipped creature gets +1/+0 for each artifact you control.${B}{B}: Attach Cranial Plating to target creature you control.$Equip {1}|
|
||||
Darksteel Juggernaut|The Brothers' War Commander|137|R|{5}|Artifact Creature - Juggernaut|*|*|Indestructible$Darksteel Juggernaut's power and toughness are each equal to the number of artifacts you control.$Darksteel Juggernaut attacks each combat if able.|
|
||||
Dimir Signet|The Brothers' War Commander|138|C|{2}|Artifact|||{1}, {T}: Add {U}{B}.|
|
||||
Dreamstone Hedron|The Brothers' War Commander|139|U|{6}|Artifact|||{T}: Add {C}{C}{C}.${3}, {T}, Sacrifice Dreamstone Hedron: Draw three cards.|
|
||||
Etched Champion|The Brothers' War Commander|140|R|{3}|Artifact Creature - Soldier|2|2|Metalcraft -- Etched Champion has protection from all colors as long as you control three or more artifacts.|
|
||||
Fellwar Stone|The Brothers' War Commander|141|U|{2}|Artifact|||{T}: Add one mana of any color that a land an opponent controls could produce.|
|
||||
Hedron Archive|The Brothers' War Commander|142|U|{4}|Artifact|||{T}: Add {C}{C}.${2}, {T}, Sacrifice Hedron Archive: Draw two cards.|
|
||||
Ichor Wellspring|The Brothers' War Commander|143|U|{2}|Artifact|||When Ichor Wellspring enters the battlefield or is put into a graveyard from the battlefield, draw a card.|
|
||||
Idol of Oblivion|The Brothers' War Commander|144|R|{2}|Artifact|||{T}: Draw a card. Activate only if you created a token this turn.${8}, {T}, Sacrifice Idol of Oblivion: Create a 10/10 colorless Eldrazi creature token.|
|
||||
Liquimetal Torque|The Brothers' War Commander|145|U|{2}|Artifact|||{T}: Add {C}.${T}: Target nonland permanent becomes an artifact in addition to its other types until end of turn.|
|
||||
Lithoform Engine|The Brothers' War Commander|146|M|{4}|Legendary Artifact|||{2}, {T}: Copy target activated or triggered ability you control. You may choose new targets for the copy.${3}, {T}: Copy target instant or sorcery spell you control. You may choose new targets for the copy.${4}, {T}: Copy target permanent spell you control.|
|
||||
Metalwork Colossus|The Brothers' War Commander|147|R|{11}|Artifact Creature - Construct|10|10|This spell costs {X} less to cast, where X is the total mana value of noncreature artifacts you control.$Sacrifice two artifacts: Return Metalwork Colossus from your graveyard to your hand.|
|
||||
Mind Stone|The Brothers' War Commander|148|C|{2}|Artifact|||{T}: Add {C}.${1}, {T}, Sacrifice Mind Stone: Draw a card.|
|
||||
Mirrorworks|The Brothers' War Commander|149|R|{5}|Artifact|||Whenever another nontoken artifact enters the battlefield under your control, you may pay {2}. If you do, create a token that's a copy of that artifact.|
|
||||
Mycosynth Wellspring|The Brothers' War Commander|150|C|{2}|Artifact|||When Mycosynth Wellspring enters the battlefield or is put into a graveyard from the battlefield, you may search your library for a basic land card, reveal it, put it into your hand, then shuffle.|
|
||||
Myr Battlesphere|The Brothers' War Commander|151|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.|
|
||||
Nihil Spellbomb|The Brothers' War Commander|152|C|{1}|Artifact|||{T}, Sacrifice Nihil Spellbomb: Exile target player's graveyard.$When Nihil Spellbomb is put into a graveyard from the battlefield, you may pay {B}. If you do, draw a card.|
|
||||
Oblivion Stone|The Brothers' War Commander|153|R|{3}|Artifact|||{4}, {T}: Put a fate counter on target permanent.${5}, {T}, Sacrifice Oblivion Stone: Destroy each nonland permanent without a fate counter on it, then remove all fate counters from all permanents.|
|
||||
Orzhov Signet|The Brothers' War Commander|154|C|{2}|Artifact|||{1}, {T}: Add {W}{B}.|
|
||||
Prophetic Prism|The Brothers' War Commander|155|C|{2}|Artifact|||When Prophetic Prism enters the battlefield, draw a card.${1}, {T}: Add one mana of any color.|
|
||||
Rakdos Signet|The Brothers' War Commander|156|U|{2}|Artifact|||{1}, {T}: Add {B}{R}.|
|
||||
Relic of Progenitus|The Brothers' War Commander|157|U|{1}|Artifact|||{T}: Target player exiles a card from their graveyard.${1}, Exile Relic of Progenitus: Exile all graveyards. Draw a card.|
|
||||
Servo Schematic|The Brothers' War Commander|158|U|{2}|Artifact|||When Servo Schematic enters the battlefield or is put into a graveyard from the battlefield, create a 1/1 colorless Servo artifact creature token.|
|
||||
Skullclamp|The Brothers' War Commander|159|U|{1}|Artifact - Equipment|||Equipped creature gets +1/-1.$Whenever equipped creature dies, draw two cards.$Equip {1}|
|
||||
Sol Ring|The Brothers' War Commander|160|U|{1}|Artifact|||{T}: Add {C}{C}.|
|
||||
Solemn Simulacrum|The Brothers' War Commander|161|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.$When Solemn Simulacrum dies, you may draw a card.|
|
||||
Spine of Ish Sah|The Brothers' War Commander|162|R|{7}|Artifact|||When Spine of Ish Sah enters the battlefield, destroy target permanent.$When Spine of Ish Sah is put into a graveyard from the battlefield, return Spine of Ish Sah to its owner's hand.|
|
||||
Steel Hellkite|The Brothers' War Commander|163|R|{6}|Artifact Creature - Dragon|5|5|Flying${2}: Steel Hellkite gets +1/+0 until end of turn.${X}: Destroy each nonland permanent with mana value X whose controller was dealt combat damage by Steel Hellkite this turn. Activate only once each turn.|
|
||||
Steel Overseer|The Brothers' War Commander|164|R|{2}|Artifact Creature - Construct|1|1|{T}: Put a +1/+1 counter on each artifact creature you control.|
|
||||
Strionic Resonator|The Brothers' War Commander|165|R|{2}|Artifact|||{2}, {T}: Copy target triggered ability you control. You may choose new targets for the copy.|
|
||||
Swiftfoot Boots|The Brothers' War Commander|166|U|{2}|Artifact - Equipment|||Equipped creature has hexproof and haste.$Equip {1}|
|
||||
Thought Vessel|The Brothers' War Commander|167|U|{2}|Artifact|||You have no maximum hand size.${T}: Add {C}.|
|
||||
Thran Dynamo|The Brothers' War Commander|168|U|{4}|Artifact|||{T}: Add {C}{C}{C}.|
|
||||
Trading Post|The Brothers' War Commander|169|R|{4}|Artifact|||{1}, {T}, Discard a card: You gain 4 life.${1}, {T}, Pay 1 life: Create a 0/1 white Goat creature token.${1}, {T}, Sacrifice a creature: Return target artifact card from your graveyard to your hand.${1}, {T}, Sacrifice an artifact: Draw a card.|
|
||||
Traxos, Scourge of Kroog|The Brothers' War Commander|170|R|{4}|Legendary Artifact Creature - Construct|7|7|Trample$Traxos, Scourge of Kroog enters the battlefield tapped and doesn't untap during your untap step.$Whenever you cast a historic spell, untap Traxos.|
|
||||
Wayfarer's Bauble|The Brothers' War Commander|171|C|{1}|Artifact|||{2}, {T}, Sacrifice Wayfarer's Bauble: Search your library for a basic land card, put that card onto the battlefield tapped, then shuffle.|
|
||||
Ancient Den|The Brothers' War Commander|172|C||Artifact Land|||{T}: Add {W}.|
|
||||
Arcane Sanctum|The Brothers' War Commander|173|U||Land|||Arcane Sanctum enters the battlefield tapped.${T}: Add {W}, {U}, or {B}.|
|
||||
Ash Barrens|The Brothers' War Commander|174|C||Land|||{T}: Add {C}.$Basic landcycling {1}|
|
||||
Azorius Chancery|The Brothers' War Commander|175|U||Land|||Azorius Chancery enters the battlefield tapped.$When Azorius Chancery enters the battlefield, return a land you control to its owner's hand.${T}: Add {W}{U}.|
|
||||
Bojuka Bog|The Brothers' War Commander|176|C||Land|||Bojuka Bog enters the battlefield tapped.$When Bojuka Bog enters the battlefield, exile target player's graveyard.${T}: Add {B}.|
|
||||
Buried Ruin|The Brothers' War Commander|177|U||Land|||{T}: Add {C}.${2}, {T}, Sacrifice Buried Ruin: Return target artifact card from your graveyard to your hand.|
|
||||
Command Tower|The Brothers' War Commander|178|C||Land|||{T}: Add one mana of any color in your commander's color identity.|
|
||||
Crumbling Necropolis|The Brothers' War Commander|179|U||Land|||Crumbling Necropolis enters the battlefield tapped.${T}: Add {U}, {B}, or {R}.|
|
||||
Darksteel Citadel|The Brothers' War Commander|180|U||Artifact Land|||Indestructible${T}: Add {C}.|
|
||||
Darkwater Catacombs|The Brothers' War Commander|181|R||Land|||{1}, {T}: Add {U}{B}.|
|
||||
Dimir Aqueduct|The Brothers' War Commander|182|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}.|
|
||||
Drossforge Bridge|The Brothers' War Commander|183|C||Artifact Land|||Drossforge Bridge enters the battlefield tapped.$Indestructible${T}: Add {B} or {R}.|
|
||||
Evolving Wilds|The Brothers' War Commander|184|C||Land|||{T}, Sacrifice Evolving Wilds: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle.|
|
||||
Exotic Orchard|The Brothers' War Commander|185|R||Land|||{T}: Add one mana of any color that a land an opponent controls could produce.|
|
||||
Goldmire Bridge|The Brothers' War Commander|186|C||Artifact Land|||Goldmire Bridge enters the battlefield tapped.$Indestructible${T}: Add {W} or {B}.|
|
||||
Great Furnace|The Brothers' War Commander|187|C||Artifact Land|||{T}: Add {R}.|
|
||||
Izzet Boilerworks|The Brothers' War Commander|188|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}.|
|
||||
Mistvault Bridge|The Brothers' War Commander|189|C||Artifact Land|||Mistvault Bridge enters the battlefield tapped.$Indestructible${T}: Add {U} or {B}.|
|
||||
Orzhov Basilica|The Brothers' War Commander|191|U||Land|||Orzhov Basilica enters the battlefield tapped.$When Orzhov Basilica enters the battlefield, return a land you control to its owner's hand.${T}: Add {W}{B}.|
|
||||
Myriad Landscape|The Brothers' War Commander|192|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.|
|
||||
Prairie Stream|The Brothers' War Commander|193|R||Land - Plains Island|||({T}: Add {W} or {U}.)$Prairie Stream enters the battlefield tapped unless you control two or more basic lands.|
|
||||
Rakdos Carnarium|The Brothers' War Commander|194|U||Land|||Rakdos Carnarium enters the battlefield tapped.$When Rakdos Carnarium enters the battlefield, return a land you control to its owner's hand.${T}: Add {B}{R}.|
|
||||
Razortide Bridge|The Brothers' War Commander|195|C||Artifact Land|||Razortide Bridge enters the battlefield tapped.$Indestructible${T}: Add {W} or {U}.|
|
||||
Reliquary Tower|The Brothers' War Commander|196|U||Land|||You have no maximum hand size.${T}: Add {C}.|
|
||||
River of Tears|The Brothers' War Commander|197|R||Land|||{T}: Add {U}. If you played a land this turn, add {B} instead.|
|
||||
Seat of the Synod|The Brothers' War Commander|198|C||Artifact Land|||{T}: Add {U}.|
|
||||
Shadowblood Ridge|The Brothers' War Commander|199|R||Land|||{1}, {T}: Add {B}{R}.|
|
||||
Silverbluff Bridge|The Brothers' War Commander|200|C||Artifact Land|||Silverbluff Bridge enters the battlefield tapped.$Indestructible${T}: Add {U} or {R}.|
|
||||
Skycloud Expanse|The Brothers' War Commander|201|R||Land|||{1}, {T}: Add {W}{U}.|
|
||||
Smoldering Marsh|The Brothers' War Commander|202|R||Land - Swamp Mountain|||({T}: Add {B} or {R}.)$Smoldering Marsh enters the battlefield tapped unless you control two or more basic lands.|
|
||||
Spire of Industry|The Brothers' War Commander|203|R||Land|||{T}: Add {C}.${T}, Pay 1 life: Add one mana of any color. Activate only if you control an artifact.|
|
||||
Sunken Hollow|The Brothers' War Commander|204|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 Deceit|The Brothers' War Commander|205|R||Land|||Temple of Deceit enters the battlefield tapped.$When Temple of Deceit enters the battlefield, scry 1.${T}: Add {U} or {B}.|
|
||||
Temple of Enlightenment|The Brothers' War Commander|206|R||Land|||Temple of Enlightenment enters the battlefield tapped.$When Temple of Enlightenment enters the battlefield, scry 1.${T}: Add {W} or {U}.|
|
||||
Temple of Epiphany|The Brothers' War Commander|207|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 Malice|The Brothers' War Commander|208|R||Land|||Temple of Malice enters the battlefield tapped.$When Temple of Malice enters the battlefield, scry 1.${T}: Add {B} or {R}.|
|
||||
Temple of Silence|The Brothers' War Commander|209|R||Land|||Temple of Silence enters the battlefield tapped.$When Temple of Silence enters the battlefield, scry 1.${T}: Add {W} or {B}.|
|
||||
Terramorphic Expanse|The Brothers' War Commander|210|C||Land|||{T}, Sacrifice Terramorphic Expanse: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle.|
|
||||
Vault of Whispers|The Brothers' War Commander|211|C||Artifact Land|||{T}: Add {B}.|
|
||||
Prowl, Stoic Strategist|Transformers|1|M|{3}{W}|Legendary Artifact Creature - Robot|3|3|More Than Meets the Eye {2}{W}$Whenever Prowl attacks, exile up to one other target tapped creature or Vehicle. For as long as that card remains exiled, its owner may play it.$Whenever a player plays a card exiled with Prowl, you may draw a card and convert Prowl.|
|
||||
Prowl, Pursuit Vehicle|Transformers|1|M||Legendary Artifact - Vehicle|2|3|Living metal$Whenever another creature or Vehicle enters the battlefield under your control, put a +1/+1 counter on Prowl. If this is the second time this ability has resolved this turn, convert Prowl.|
|
||||
Ratchet, Field Medic|Transformers|2|M|{2}{W}|Legendary Artifact Creature - Robot|2|4|More Than Meets the Eye {1}{W}$Lifelink$Whenever you gain life, you may convert Ratchet. When you do, return target artifact card with mana value less than or equal to the amount of life you gained this turn from your graveyard to the battlefield tapped.|
|
||||
|
|
Loading…
Reference in a new issue