mirror of
https://github.com/correl/mage.git
synced 2025-03-07 20:53:18 -10:00
[C17] Updated mtg-cards-data.txt and added reprinted cards. [XLN]Updated mtg-cards-data.txt with official spoiler data and added reprinted cards.
This commit is contained in:
parent
4fd8cff41e
commit
68014f522d
3 changed files with 714 additions and 188 deletions
|
@ -1,105 +1,356 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets;
|
||||
|
||||
import mage.cards.ExpansionSet;
|
||||
import mage.constants.Rarity;
|
||||
import mage.constants.SetType;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class Commander2017 extends ExpansionSet {
|
||||
|
||||
private static final Commander2017 instance = new Commander2017();
|
||||
|
||||
public static Commander2017 getInstance() {
|
||||
return instance;
|
||||
}
|
||||
|
||||
private Commander2017() {
|
||||
super("Commander 2017 Edition", "C17", ExpansionSet.buildDate(2017, 8, 25), SetType.SUPPLEMENTAL);
|
||||
this.blockName = "Command Zone";
|
||||
|
||||
cards.add(new SetCardInfo("Alms Collector", 1, Rarity.RARE, mage.cards.a.AlmsCollector.class));
|
||||
cards.add(new SetCardInfo("Arahbo, Roar of the World", 35, Rarity.MYTHIC, mage.cards.a.ArahboRoarOfTheWorld.class));
|
||||
cards.add(new SetCardInfo("Balan, Wandering Knight", 2, Rarity.RARE, mage.cards.b.BalanWanderingKnight.class));
|
||||
cards.add(new SetCardInfo("Bloodforged Battle-Axe", 50, Rarity.RARE, mage.cards.b.BloodforgedBattleAxe.class));
|
||||
cards.add(new SetCardInfo("Bloodline Necromancer", 14, Rarity.UNCOMMON, mage.cards.b.BloodlineNecromancer.class));
|
||||
cards.add(new SetCardInfo("Bloodsworn Steward", 22, Rarity.RARE, mage.cards.b.BloodswornSteward.class));
|
||||
cards.add(new SetCardInfo("Boneyard Scourge", 15, Rarity.RARE, mage.cards.b.BoneyardScourge.class));
|
||||
cards.add(new SetCardInfo("Crimson Honor Guard", 23, Rarity.RARE, mage.cards.c.CrimsonHonorGuard.class));
|
||||
cards.add(new SetCardInfo("Curse of Bounty", 30, Rarity.UNCOMMON, mage.cards.c.CurseOfBounty.class));
|
||||
cards.add(new SetCardInfo("Curse of Disturbance", 16, Rarity.UNCOMMON, mage.cards.c.CurseOfDisturbance.class));
|
||||
cards.add(new SetCardInfo("Curse of Opulence", 24, Rarity.UNCOMMON, mage.cards.c.CurseOfOpulence.class));
|
||||
cards.add(new SetCardInfo("Curse of Verbosity", 9, Rarity.UNCOMMON, mage.cards.c.CurseOfVerbosity.class));
|
||||
cards.add(new SetCardInfo("Curse of Vitality", 3, Rarity.UNCOMMON, mage.cards.c.CurseOfVitality.class));
|
||||
cards.add(new SetCardInfo("Disrupt Decorum", 25, Rarity.RARE, mage.cards.d.DisruptDecorum.class));
|
||||
cards.add(new SetCardInfo("Edgar Markov", 36, Rarity.MYTHIC, mage.cards.e.EdgarMarkov.class));
|
||||
cards.add(new SetCardInfo("Fortunate Few", 4, Rarity.RARE, mage.cards.f.FortunateFew.class));
|
||||
cards.add(new SetCardInfo("Fractured Identity", 37, Rarity.RARE, mage.cards.f.FracturedIdentity.class));
|
||||
cards.add(new SetCardInfo("Galecaster Colossus", 10, Rarity.RARE, mage.cards.g.GalecasterColossus.class));
|
||||
cards.add(new SetCardInfo("Hammer of Nazahn", 51, Rarity.RARE, mage.cards.h.HammerOfNazahn.class));
|
||||
cards.add(new SetCardInfo("Herald's Horn", 53, Rarity.UNCOMMON, mage.cards.h.HeraldsHorn.class));
|
||||
cards.add(new SetCardInfo("Heirloom Blade", 52, Rarity.UNCOMMON, mage.cards.h.HeirloomBlade.class));
|
||||
cards.add(new SetCardInfo("Hungry Lynx", 31, Rarity.RARE, mage.cards.h.HungryLynx.class));
|
||||
cards.add(new SetCardInfo("Inalla, Archmage Ritualist", 38, Rarity.MYTHIC, mage.cards.i.InallaArchmageRitualist.class));
|
||||
cards.add(new SetCardInfo("Izzet Chemister", 26, Rarity.RARE, mage.cards.i.IzzetChemister.class));
|
||||
cards.add(new SetCardInfo("Kess, Dissident Mage", 39, Rarity.MYTHIC, mage.cards.k.KessDissidentMage.class));
|
||||
cards.add(new SetCardInfo("Kheru Mind-Eater", 17, Rarity.RARE, mage.cards.k.KheruMindEater.class));
|
||||
cards.add(new SetCardInfo("Kindred Boon", 5, Rarity.RARE, mage.cards.k.KindredBoon.class));
|
||||
cards.add(new SetCardInfo("Kindred Charge", 27, Rarity.RARE, mage.cards.k.KindredCharge.class));
|
||||
cards.add(new SetCardInfo("Kindred Discovery", 11, Rarity.RARE, mage.cards.k.KindredDiscovery.class));
|
||||
cards.add(new SetCardInfo("Kindred Dominance", 18, Rarity.RARE, mage.cards.k.KindredDominance.class));
|
||||
cards.add(new SetCardInfo("Kindred Summons", 32, Rarity.RARE, mage.cards.k.KindredSummons.class));
|
||||
cards.add(new SetCardInfo("Licia, Sanguine Tribune", 40, Rarity.MYTHIC, mage.cards.l.LiciaSanguineTribune.class));
|
||||
cards.add(new SetCardInfo("Magus of the Mind", 12, Rarity.RARE, mage.cards.m.MagusOfTheMind.class));
|
||||
cards.add(new SetCardInfo("Mairsil, the Pretender", 41, Rarity.MYTHIC, mage.cards.m.MairsilThePretender.class));
|
||||
cards.add(new SetCardInfo("Mathas, Fiend Seeker", 42, Rarity.MYTHIC, mage.cards.m.MathasFiendSeeker.class));
|
||||
cards.add(new SetCardInfo("Mirri, Weatherlight Duelist", 43, Rarity.MYTHIC, mage.cards.m.MirriWeatherlightDuelist.class));
|
||||
cards.add(new SetCardInfo("Mirror of the Forebears", 54, Rarity.UNCOMMON, mage.cards.m.MirrorOfTheForebears.class));
|
||||
cards.add(new SetCardInfo("Nazahn, Revered Bladesmith", 44, Rarity.MYTHIC, mage.cards.n.NazahnReveredBladesmith.class));
|
||||
cards.add(new SetCardInfo("O-Kagachi, Vengeful Kami", 45, Rarity.MYTHIC, mage.cards.o.OKagachiVengefulKami.class));
|
||||
cards.add(new SetCardInfo("Path of Ancestry", 56, Rarity.COMMON, mage.cards.p.PathOfAncestry.class));
|
||||
cards.add(new SetCardInfo("Patron of the Vein", 20, Rarity.RARE, mage.cards.p.PatronOfTheVein.class));
|
||||
cards.add(new SetCardInfo("Portal Mage", 13, Rarity.RARE, mage.cards.p.PortalMage.class));
|
||||
cards.add(new SetCardInfo("Qasali Slingers", 33, Rarity.RARE, mage.cards.q.QasaliSlingers.class));
|
||||
cards.add(new SetCardInfo("Ramos, Dragon Engine", 55, Rarity.MYTHIC, mage.cards.r.RamosDragonEngine.class));
|
||||
cards.add(new SetCardInfo("Scalelord Reckoner", 6, Rarity.RARE, mage.cards.s.ScalelordReckoner.class));
|
||||
cards.add(new SetCardInfo("Shifting Shadow", 28, Rarity.RARE, mage.cards.s.ShiftingShadow.class));
|
||||
cards.add(new SetCardInfo("Taigam, Ojutai Master", 46, Rarity.MYTHIC, mage.cards.t.TaigamOjutaiMaster.class));
|
||||
cards.add(new SetCardInfo("Taigam, Sidisi's Hand", 47, Rarity.RARE, mage.cards.t.TaigamSidisisHand.class));
|
||||
cards.add(new SetCardInfo("Teferi's Protection", 8, Rarity.RARE, mage.cards.t.TeferisProtection.class));
|
||||
cards.add(new SetCardInfo("Territorial Hellkite", 29, Rarity.RARE, mage.cards.t.TerritorialHellkite.class));
|
||||
cards.add(new SetCardInfo("The Ur-Dragon", 48, Rarity.MYTHIC, mage.cards.t.TheUrDragon.class));
|
||||
cards.add(new SetCardInfo("Traverse the Outlands", 34, Rarity.RARE, mage.cards.t.TraverseTheOutlands.class));
|
||||
cards.add(new SetCardInfo("Vindictive Lich", 21, Rarity.RARE, mage.cards.v.VindictiveLich.class));
|
||||
cards.add(new SetCardInfo("Wasitora, Nekoru Queen", 49, Rarity.MYTHIC, mage.cards.w.WasitoraNekoruQueen.class));
|
||||
}
|
||||
}
|
||||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets;
|
||||
|
||||
import mage.cards.ExpansionSet;
|
||||
import mage.constants.Rarity;
|
||||
import mage.constants.SetType;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class Commander2017 extends ExpansionSet {
|
||||
|
||||
private static final Commander2017 instance = new Commander2017();
|
||||
|
||||
public static Commander2017 getInstance() {
|
||||
return instance;
|
||||
}
|
||||
|
||||
private Commander2017() {
|
||||
super("Commander 2017 Edition", "C17", ExpansionSet.buildDate(2017, 8, 25), SetType.SUPPLEMENTAL);
|
||||
this.blockName = "Command Zone";
|
||||
|
||||
cards.add(new SetCardInfo("Abundance", 145, Rarity.RARE, mage.cards.a.Abundance.class));
|
||||
cards.add(new SetCardInfo("Akoum Refuge", 233, Rarity.UNCOMMON, mage.cards.a.AkoumRefuge.class));
|
||||
cards.add(new SetCardInfo("Alms Collector", 1, Rarity.RARE, mage.cards.a.AlmsCollector.class));
|
||||
cards.add(new SetCardInfo("Ambition's Cost", 95, Rarity.UNCOMMON, mage.cards.a.AmbitionsCost.class));
|
||||
cards.add(new SetCardInfo("Anowon, the Ruin Sage", 96, Rarity.RARE, mage.cards.a.AnowonTheRuinSage.class));
|
||||
cards.add(new SetCardInfo("Apprentice Necromancer", 97, Rarity.RARE, mage.cards.a.ApprenticeNecromancer.class));
|
||||
cards.add(new SetCardInfo("Arahbo, Roar of the World", 35, Rarity.MYTHIC, mage.cards.a.ArahboRoarOfTheWorld.class));
|
||||
cards.add(new SetCardInfo("Arcane Sanctum", 234, Rarity.UNCOMMON, mage.cards.a.ArcaneSanctum.class));
|
||||
cards.add(new SetCardInfo("Arcanis the Omnipotent", 80, Rarity.RARE, mage.cards.a.ArcanisTheOmnipotent.class));
|
||||
cards.add(new SetCardInfo("Archaeomancer", 81, Rarity.COMMON, mage.cards.a.Archaeomancer.class));
|
||||
cards.add(new SetCardInfo("Argentum Armor", 202, Rarity.RARE, mage.cards.a.ArgentumArmor.class));
|
||||
cards.add(new SetCardInfo("Armillary Sphere", 203, Rarity.COMMON, mage.cards.a.ArmillarySphere.class));
|
||||
cards.add(new SetCardInfo("Atarka, World Render", 161, Rarity.RARE, mage.cards.a.AtarkaWorldRender.class));
|
||||
cards.add(new SetCardInfo("Azami, Lady of Scrolls", 82, Rarity.RARE, mage.cards.a.AzamiLadyOfScrolls.class));
|
||||
cards.add(new SetCardInfo("Balan, Wandering Knight", 2, Rarity.RARE, mage.cards.b.BalanWanderingKnight.class));
|
||||
cards.add(new SetCardInfo("Behemoth Sledge", 162, Rarity.UNCOMMON, mage.cards.b.BehemothSledge.class));
|
||||
cards.add(new SetCardInfo("Black Market", 98, Rarity.RARE, mage.cards.b.BlackMarket.class));
|
||||
cards.add(new SetCardInfo("Blade of the Bloodchief", 204, Rarity.RARE, mage.cards.b.BladeOfTheBloodchief.class));
|
||||
cards.add(new SetCardInfo("Bladewing the Risen", 163, Rarity.RARE, mage.cards.b.BladewingTheRisen.class));
|
||||
cards.add(new SetCardInfo("Blighted Woodland", 235, Rarity.UNCOMMON, mage.cards.b.BlightedWoodland.class));
|
||||
cards.add(new SetCardInfo("Blind Obedience", 57, Rarity.RARE, mage.cards.b.BlindObedience.class));
|
||||
cards.add(new SetCardInfo("Blood Artist", 99, Rarity.UNCOMMON, mage.cards.b.BloodArtist.class));
|
||||
cards.add(new SetCardInfo("Blood Baron of Vizkopa", 164, Rarity.MYTHIC, mage.cards.b.BloodBaronOfVizkopa.class));
|
||||
cards.add(new SetCardInfo("Blood Tribute", 100, Rarity.RARE, mage.cards.b.BloodTribute.class));
|
||||
cards.add(new SetCardInfo("Bloodfell Caves", 236, Rarity.COMMON, mage.cards.b.BloodfellCaves.class));
|
||||
cards.add(new SetCardInfo("Bloodforged Battle-Axe", 50, Rarity.RARE, mage.cards.b.BloodforgedBattleAxe.class));
|
||||
cards.add(new SetCardInfo("Bloodhusk Ritualist", 101, Rarity.UNCOMMON, mage.cards.b.BloodhuskRitualist.class));
|
||||
cards.add(new SetCardInfo("Bloodline Necromancer", 14, Rarity.UNCOMMON, mage.cards.b.BloodlineNecromancer.class));
|
||||
cards.add(new SetCardInfo("Bloodsworn Steward", 22, Rarity.RARE, mage.cards.b.BloodswornSteward.class));
|
||||
cards.add(new SetCardInfo("Blossoming Sands", 237, Rarity.COMMON, mage.cards.b.BlossomingSands.class));
|
||||
cards.add(new SetCardInfo("Body Double", 83, Rarity.RARE, mage.cards.b.BodyDouble.class));
|
||||
cards.add(new SetCardInfo("Bojuka Bog", 238, Rarity.COMMON, mage.cards.b.BojukaBog.class));
|
||||
cards.add(new SetCardInfo("Boneyard Scourge", 15, Rarity.RARE, mage.cards.b.BoneyardScourge.class));
|
||||
cards.add(new SetCardInfo("Boros Garrison", 239, Rarity.COMMON, mage.cards.b.BorosGarrison.class));
|
||||
cards.add(new SetCardInfo("Boros Guildgate", 240, Rarity.COMMON, mage.cards.b.BorosGuildgate.class));
|
||||
cards.add(new SetCardInfo("Boros Signet", 205, Rarity.UNCOMMON, mage.cards.b.BorosSignet.class));
|
||||
cards.add(new SetCardInfo("Broodmate Dragon", 165, Rarity.RARE, mage.cards.b.BroodmateDragon.class));
|
||||
cards.add(new SetCardInfo("Butcher of Malakir", 103, Rarity.RARE, mage.cards.b.ButcherOfMalakir.class));
|
||||
cards.add(new SetCardInfo("Captivating Vampire", 104, Rarity.RARE, mage.cards.c.CaptivatingVampire.class));
|
||||
cards.add(new SetCardInfo("Cauldron Dance", 166, Rarity.UNCOMMON, mage.cards.c.CauldronDance.class));
|
||||
cards.add(new SetCardInfo("Chaos Warp", 131, Rarity.RARE, mage.cards.c.ChaosWarp.class));
|
||||
cards.add(new SetCardInfo("Cinder Barrens", 241, Rarity.UNCOMMON, mage.cards.c.CinderBarrens.class));
|
||||
cards.add(new SetCardInfo("Clone Legion", 84, Rarity.MYTHIC, mage.cards.c.CloneLegion.class));
|
||||
cards.add(new SetCardInfo("Comet Storm", 132, Rarity.MYTHIC, mage.cards.c.CometStorm.class));
|
||||
cards.add(new SetCardInfo("Command Tower", 242, Rarity.COMMON, mage.cards.c.CommandTower.class));
|
||||
cards.add(new SetCardInfo("Commander's Sphere", 206, Rarity.COMMON, mage.cards.c.CommandersSphere.class));
|
||||
cards.add(new SetCardInfo("Condemn", 58, Rarity.UNCOMMON, mage.cards.c.Condemn.class));
|
||||
cards.add(new SetCardInfo("Consuming Vapors", 105, Rarity.RARE, mage.cards.c.ConsumingVapors.class));
|
||||
cards.add(new SetCardInfo("Corpse Augur", 106, Rarity.UNCOMMON, mage.cards.c.CorpseAugur.class));
|
||||
cards.add(new SetCardInfo("Crackling Doom", 167, Rarity.RARE, mage.cards.c.CracklingDoom.class));
|
||||
cards.add(new SetCardInfo("Crimson Honor Guard", 23, Rarity.RARE, mage.cards.c.CrimsonHonorGuard.class));
|
||||
cards.add(new SetCardInfo("Crosis's Charm", 169, Rarity.UNCOMMON, mage.cards.c.CrosissCharm.class));
|
||||
cards.add(new SetCardInfo("Crosis, the Purger", 168, Rarity.RARE, mage.cards.c.CrosisThePurger.class));
|
||||
cards.add(new SetCardInfo("Crucible of Fire", 133, Rarity.RARE, mage.cards.c.CrucibleOfFire.class));
|
||||
cards.add(new SetCardInfo("Crucible of the Spirit Dragon", 243, Rarity.RARE, mage.cards.c.CrucibleOfTheSpiritDragon.class));
|
||||
cards.add(new SetCardInfo("Crumbling Necropolis", 244, Rarity.UNCOMMON, mage.cards.c.CrumblingNecropolis.class));
|
||||
cards.add(new SetCardInfo("Crushing Vines", 146, Rarity.COMMON, mage.cards.c.CrushingVines.class));
|
||||
cards.add(new SetCardInfo("Crux of Fate", 107, Rarity.RARE, mage.cards.c.CruxOfFate.class));
|
||||
cards.add(new SetCardInfo("Cultivate", 147, Rarity.COMMON, mage.cards.c.Cultivate.class));
|
||||
cards.add(new SetCardInfo("Curse of Bounty", 30, Rarity.UNCOMMON, mage.cards.c.CurseOfBounty.class));
|
||||
cards.add(new SetCardInfo("Curse of Disturbance", 16, Rarity.UNCOMMON, mage.cards.c.CurseOfDisturbance.class));
|
||||
cards.add(new SetCardInfo("Curse of Opulence", 24, Rarity.UNCOMMON, mage.cards.c.CurseOfOpulence.class));
|
||||
cards.add(new SetCardInfo("Curse of Verbosity", 9, Rarity.UNCOMMON, mage.cards.c.CurseOfVerbosity.class));
|
||||
cards.add(new SetCardInfo("Curse of Vitality", 3, Rarity.UNCOMMON, mage.cards.c.CurseOfVitality.class));
|
||||
cards.add(new SetCardInfo("Damnable Pact", 108, Rarity.RARE, mage.cards.d.DamnablePact.class));
|
||||
cards.add(new SetCardInfo("Darksteel Ingot", 207, Rarity.UNCOMMON, mage.cards.d.DarksteelIngot.class));
|
||||
cards.add(new SetCardInfo("Deathbringer Regent", 110, Rarity.RARE, mage.cards.d.DeathbringerRegent.class));
|
||||
cards.add(new SetCardInfo("Decree of Pain", 111, Rarity.RARE, mage.cards.d.DecreeOfPain.class));
|
||||
cards.add(new SetCardInfo("Dimir Aqueduct", 245, Rarity.UNCOMMON, mage.cards.d.DimirAqueduct.class));
|
||||
cards.add(new SetCardInfo("Dismal Backwater", 246, Rarity.COMMON, mage.cards.d.DismalBackwater.class));
|
||||
cards.add(new SetCardInfo("Disrupt Decorum", 25, Rarity.RARE, mage.cards.d.DisruptDecorum.class));
|
||||
cards.add(new SetCardInfo("Divine Reckoning", 59, Rarity.RARE, mage.cards.d.DivineReckoning.class));
|
||||
cards.add(new SetCardInfo("Door of Destinies", 208, Rarity.RARE, mage.cards.d.DoorOfDestinies.class));
|
||||
cards.add(new SetCardInfo("Dragon Tempest", 134, Rarity.RARE, mage.cards.d.DragonTempest.class));
|
||||
cards.add(new SetCardInfo("Dragonlord's Servant", 135, Rarity.UNCOMMON, mage.cards.d.DragonlordsServant.class));
|
||||
cards.add(new SetCardInfo("Dragonspeaker Shaman", 136, Rarity.UNCOMMON, mage.cards.d.DragonspeakerShaman.class));
|
||||
cards.add(new SetCardInfo("Drana, Kalastria Bloodchief", 112, Rarity.RARE, mage.cards.d.DranaKalastriaBloodchief.class));
|
||||
cards.add(new SetCardInfo("Dreamstone Hedron", 209, Rarity.UNCOMMON, mage.cards.d.DreamstoneHedron.class));
|
||||
cards.add(new SetCardInfo("Dromoka, the Eternal", 170, Rarity.RARE, mage.cards.d.DromokaTheEternal.class));
|
||||
cards.add(new SetCardInfo("Earthquake", 137, Rarity.RARE, mage.cards.e.Earthquake.class));
|
||||
cards.add(new SetCardInfo("Edgar Markov", 36, Rarity.MYTHIC, mage.cards.e.EdgarMarkov.class));
|
||||
cards.add(new SetCardInfo("Elemental Bond", 148, Rarity.UNCOMMON, mage.cards.e.ElementalBond.class));
|
||||
cards.add(new SetCardInfo("Elfhame Palace", 247, Rarity.UNCOMMON, mage.cards.e.ElfhamePalace.class));
|
||||
cards.add(new SetCardInfo("Etherium-Horn Sorcerer", 171, Rarity.RARE, mage.cards.e.EtheriumHornSorcerer.class));
|
||||
cards.add(new SetCardInfo("Evolving Wilds", 248, Rarity.COMMON, mage.cards.e.EvolvingWilds.class));
|
||||
cards.add(new SetCardInfo("Exotic Orchard", 249, Rarity.RARE, mage.cards.e.ExoticOrchard.class));
|
||||
cards.add(new SetCardInfo("Falkenrath Noble", 113, Rarity.COMMON, mage.cards.f.FalkenrathNoble.class));
|
||||
cards.add(new SetCardInfo("Farseek", 149, Rarity.COMMON, mage.cards.f.Farseek.class));
|
||||
cards.add(new SetCardInfo("Fell the Mighty", 60, Rarity.RARE, mage.cards.f.FellTheMighty.class));
|
||||
cards.add(new SetCardInfo("Fellwar Stone", 210, Rarity.UNCOMMON, mage.cards.f.FellwarStone.class));
|
||||
cards.add(new SetCardInfo("Fist of Suns", 211, Rarity.RARE, mage.cards.f.FistOfSuns.class));
|
||||
cards.add(new SetCardInfo("Fleecemane Lion", 172, Rarity.RARE, mage.cards.f.FleecemaneLion.class));
|
||||
cards.add(new SetCardInfo("Forest", 307, Rarity.LAND, mage.cards.basiclands.Forest.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Forest", 308, Rarity.LAND, mage.cards.basiclands.Forest.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Forest", 309, Rarity.LAND, mage.cards.basiclands.Forest.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Forsaken Sanctuary", 250, Rarity.UNCOMMON, mage.cards.f.ForsakenSanctuary.class));
|
||||
cards.add(new SetCardInfo("Fortunate Few", 4, Rarity.RARE, mage.cards.f.FortunateFew.class));
|
||||
cards.add(new SetCardInfo("Fractured Identity", 37, Rarity.RARE, mage.cards.f.FracturedIdentity.class));
|
||||
cards.add(new SetCardInfo("Frontier Bivouac", 251, Rarity.UNCOMMON, mage.cards.f.FrontierBivouac.class));
|
||||
cards.add(new SetCardInfo("Frontier Siege", 150, Rarity.RARE, mage.cards.f.FrontierSiege.class));
|
||||
cards.add(new SetCardInfo("Galecaster Colossus", 10, Rarity.RARE, mage.cards.g.GalecasterColossus.class));
|
||||
cards.add(new SetCardInfo("Go for the Throat", 114, Rarity.UNCOMMON, mage.cards.g.GoForTheThroat.class));
|
||||
cards.add(new SetCardInfo("Grappling Hook", 212, Rarity.RARE, mage.cards.g.GrapplingHook.class));
|
||||
cards.add(new SetCardInfo("Grasslands", 252, Rarity.UNCOMMON, mage.cards.g.Grasslands.class));
|
||||
cards.add(new SetCardInfo("Graypelt Refuge", 253, Rarity.UNCOMMON, mage.cards.g.GraypeltRefuge.class));
|
||||
cards.add(new SetCardInfo("Grixis Panorama", 254, Rarity.COMMON, mage.cards.g.GrixisPanorama.class));
|
||||
cards.add(new SetCardInfo("Hammer of Nazahn", 51, Rarity.RARE, mage.cards.h.HammerOfNazahn.class));
|
||||
cards.add(new SetCardInfo("Harbinger of the Tides", 85, Rarity.RARE, mage.cards.h.HarbingerOfTheTides.class));
|
||||
cards.add(new SetCardInfo("Harmonize", 151, Rarity.UNCOMMON, mage.cards.h.Harmonize.class));
|
||||
cards.add(new SetCardInfo("Haven of the Spirit Dragon", 255, Rarity.RARE, mage.cards.h.HavenOfTheSpiritDragon.class));
|
||||
cards.add(new SetCardInfo("Havengul Lich", 173, Rarity.MYTHIC, mage.cards.h.HavengulLich.class));
|
||||
cards.add(new SetCardInfo("Hedron Archive", 213, Rarity.UNCOMMON, mage.cards.h.HedronArchive.class));
|
||||
cards.add(new SetCardInfo("Hellkite Charger", 138, Rarity.RARE, mage.cards.h.HellkiteCharger.class));
|
||||
cards.add(new SetCardInfo("Herald's Horn", 53, Rarity.UNCOMMON, mage.cards.h.HeraldsHorn.class));
|
||||
cards.add(new SetCardInfo("Heirloom Blade", 52, Rarity.UNCOMMON, mage.cards.h.HeirloomBlade.class));
|
||||
cards.add(new SetCardInfo("Hero's Blade", 214, Rarity.UNCOMMON, mage.cards.h.HerosBlade.class));
|
||||
cards.add(new SetCardInfo("Hungry Lynx", 31, Rarity.RARE, mage.cards.h.HungryLynx.class));
|
||||
cards.add(new SetCardInfo("Hunter's Prowess", 152, Rarity.RARE, mage.cards.h.HuntersProwess.class));
|
||||
cards.add(new SetCardInfo("Inalla, Archmage Ritualist", 38, Rarity.MYTHIC, mage.cards.i.InallaArchmageRitualist.class));
|
||||
cards.add(new SetCardInfo("Intet, the Dreamer", 174, Rarity.RARE, mage.cards.i.IntetTheDreamer.class));
|
||||
cards.add(new SetCardInfo("Into the Roil", 86, Rarity.COMMON, mage.cards.i.IntoTheRoil.class));
|
||||
cards.add(new SetCardInfo("Island", 298, Rarity.LAND, mage.cards.basiclands.Island.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Island", 299, Rarity.LAND, mage.cards.basiclands.Island.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Island", 300, Rarity.LAND, mage.cards.basiclands.Island.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Izzet Boilerworks", 256, Rarity.UNCOMMON, mage.cards.i.IzzetBoilerworks.class));
|
||||
cards.add(new SetCardInfo("Izzet Chemister", 26, Rarity.RARE, mage.cards.i.IzzetChemister.class));
|
||||
cards.add(new SetCardInfo("Izzet Chronarch", 175, Rarity.COMMON, mage.cards.i.IzzetChronarch.class));
|
||||
cards.add(new SetCardInfo("Jareth, Leonine Titan", 61, Rarity.RARE, mage.cards.j.JarethLeonineTitan.class));
|
||||
cards.add(new SetCardInfo("Jazal Goldmane", 62, Rarity.MYTHIC, mage.cards.j.JazalGoldmane.class));
|
||||
cards.add(new SetCardInfo("Jedit Ojanen of Efrava", 153, Rarity.RARE, mage.cards.j.JeditOjanenOfEfrava.class));
|
||||
cards.add(new SetCardInfo("Jungle Shrine", 257, Rarity.UNCOMMON, mage.cards.j.JungleShrine.class));
|
||||
cards.add(new SetCardInfo("Jwar Isle Refuge", 258, Rarity.UNCOMMON, mage.cards.j.JwarIsleRefuge.class));
|
||||
cards.add(new SetCardInfo("Kabira Crossroads", 259, Rarity.COMMON, mage.cards.k.KabiraCrossroads.class));
|
||||
cards.add(new SetCardInfo("Kemba, Kha Regent", 63, Rarity.RARE, mage.cards.k.KembaKhaRegent.class));
|
||||
cards.add(new SetCardInfo("Kess, Dissident Mage", 39, Rarity.MYTHIC, mage.cards.k.KessDissidentMage.class));
|
||||
cards.add(new SetCardInfo("Kheru Mind-Eater", 17, Rarity.RARE, mage.cards.k.KheruMindEater.class));
|
||||
cards.add(new SetCardInfo("Kindred Boon", 5, Rarity.RARE, mage.cards.k.KindredBoon.class));
|
||||
cards.add(new SetCardInfo("Kindred Charge", 27, Rarity.RARE, mage.cards.k.KindredCharge.class));
|
||||
cards.add(new SetCardInfo("Kindred Discovery", 11, Rarity.RARE, mage.cards.k.KindredDiscovery.class));
|
||||
cards.add(new SetCardInfo("Kindred Dominance", 18, Rarity.RARE, mage.cards.k.KindredDominance.class));
|
||||
cards.add(new SetCardInfo("Kindred Summons", 32, Rarity.RARE, mage.cards.k.KindredSummons.class));
|
||||
cards.add(new SetCardInfo("Kodama's Reach", 154, Rarity.COMMON, mage.cards.k.KodamasReach.class));
|
||||
cards.add(new SetCardInfo("Kolaghan, the Storm's Fury", 176, Rarity.RARE, mage.cards.k.KolaghanTheStormsFury.class));
|
||||
cards.add(new SetCardInfo("Krosan Verge", 260, Rarity.UNCOMMON, mage.cards.k.KrosanVerge.class));
|
||||
cards.add(new SetCardInfo("Leonin Arbiter", 64, Rarity.RARE, mage.cards.l.LeoninArbiter.class));
|
||||
cards.add(new SetCardInfo("Leonin Relic-Warder", 65, Rarity.UNCOMMON, mage.cards.l.LeoninRelicWarder.class));
|
||||
cards.add(new SetCardInfo("Leonin Shikari", 66, Rarity.RARE, mage.cards.l.LeoninShikari.class));
|
||||
cards.add(new SetCardInfo("Licia, Sanguine Tribune", 40, Rarity.MYTHIC, mage.cards.l.LiciaSanguineTribune.class));
|
||||
cards.add(new SetCardInfo("Lightning Greaves", 215, Rarity.UNCOMMON, mage.cards.l.LightningGreaves.class));
|
||||
cards.add(new SetCardInfo("Loxodon Warhammer", 216, Rarity.UNCOMMON, mage.cards.l.LoxodonWarhammer.class));
|
||||
cards.add(new SetCardInfo("Magus of the Abyss", 115, Rarity.RARE, mage.cards.m.MagusOfTheAbyss.class));
|
||||
cards.add(new SetCardInfo("Magus of the Mind", 12, Rarity.RARE, mage.cards.m.MagusOfTheMind.class));
|
||||
cards.add(new SetCardInfo("Mairsil, the Pretender", 41, Rarity.MYTHIC, mage.cards.m.MairsilThePretender.class));
|
||||
cards.add(new SetCardInfo("Malakir Bloodwitch", 116, Rarity.RARE, mage.cards.m.MalakirBloodwitch.class));
|
||||
cards.add(new SetCardInfo("Marchesa, the Black Rose", 177, Rarity.MYTHIC, mage.cards.m.MarchesaTheBlackRose.class));
|
||||
cards.add(new SetCardInfo("Mathas, Fiend Seeker", 42, Rarity.MYTHIC, mage.cards.m.MathasFiendSeeker.class));
|
||||
cards.add(new SetCardInfo("Memory Plunder", 178, Rarity.RARE, mage.cards.m.MemoryPlunder.class));
|
||||
cards.add(new SetCardInfo("Merchant of Secrets", 87, Rarity.COMMON, mage.cards.m.MerchantOfSecrets.class));
|
||||
cards.add(new SetCardInfo("Merciless Eviction", 179, Rarity.RARE, mage.cards.m.MercilessEviction.class));
|
||||
cards.add(new SetCardInfo("Mercurial Chemister", 180, Rarity.RARE, mage.cards.m.MercurialChemister.class));
|
||||
cards.add(new SetCardInfo("Mirari's Wake", 181, Rarity.MYTHIC, mage.cards.m.MirarisWake.class));
|
||||
cards.add(new SetCardInfo("Mirri, Weatherlight Duelist", 43, Rarity.MYTHIC, mage.cards.m.MirriWeatherlightDuelist.class));
|
||||
cards.add(new SetCardInfo("Mirror of the Forebears", 54, Rarity.UNCOMMON, mage.cards.m.MirrorOfTheForebears.class));
|
||||
cards.add(new SetCardInfo("Monastery Siege", 88, Rarity.RARE, mage.cards.m.MonasterySiege.class));
|
||||
cards.add(new SetCardInfo("Mortify", 182, Rarity.UNCOMMON, mage.cards.m.Mortify.class));
|
||||
cards.add(new SetCardInfo("Mosswort Bridge", 261, Rarity.RARE, mage.cards.m.MosswortBridge.class));
|
||||
cards.add(new SetCardInfo("Mountain", 304, Rarity.LAND, mage.cards.basiclands.Mountain.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Mountain", 305, Rarity.LAND, mage.cards.basiclands.Mountain.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Mountain", 306, Rarity.LAND, mage.cards.basiclands.Mountain.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Myriad Landscape", 262, Rarity.UNCOMMON, mage.cards.m.MyriadLandscape.class));
|
||||
cards.add(new SetCardInfo("Mystic Monastery", 263, Rarity.UNCOMMON, mage.cards.m.MysticMonastery.class));
|
||||
cards.add(new SetCardInfo("Mystifying Maze", 264, Rarity.RARE, mage.cards.m.MystifyingMaze.class));
|
||||
cards.add(new SetCardInfo("Nazahn, Revered Bladesmith", 44, Rarity.MYTHIC, mage.cards.n.NazahnReveredBladesmith.class));
|
||||
cards.add(new SetCardInfo("Necromantic Selection", 117, Rarity.RARE, mage.cards.n.NecromanticSelection.class));
|
||||
cards.add(new SetCardInfo("Nevinyrral's Disk", 217, Rarity.RARE, mage.cards.n.NevinyrralsDisk.class));
|
||||
cards.add(new SetCardInfo("Nihil Spellbomb", 218, Rarity.COMMON, mage.cards.n.NihilSpellbomb.class));
|
||||
cards.add(new SetCardInfo("Nin, the Pain Artist", 183, Rarity.RARE, mage.cards.n.NinThePainArtist.class));
|
||||
cards.add(new SetCardInfo("Nissa's Pilgrimage", 155, Rarity.COMMON, mage.cards.n.NissasPilgrimage.class));
|
||||
cards.add(new SetCardInfo("Niv-Mizzet, Dracogenius", 184, Rarity.RARE, mage.cards.n.NivMizzetDracogenius.class));
|
||||
cards.add(new SetCardInfo("Niv-Mizzet, the Firemind", 185, Rarity.RARE, mage.cards.n.NivMizzetTheFiremind.class));
|
||||
cards.add(new SetCardInfo("Nivix Guildmage", 186, Rarity.UNCOMMON, mage.cards.n.NivixGuildmage.class));
|
||||
cards.add(new SetCardInfo("Nomad Outpost", 265, Rarity.UNCOMMON, mage.cards.n.NomadOutpost.class));
|
||||
cards.add(new SetCardInfo("O-Kagachi, Vengeful Kami", 45, Rarity.MYTHIC, mage.cards.o.OKagachiVengefulKami.class));
|
||||
cards.add(new SetCardInfo("Ojutai, Soul of Winter", 187, Rarity.RARE, mage.cards.o.OjutaiSoulOfWinter.class));
|
||||
cards.add(new SetCardInfo("Opal Palace", 266, Rarity.COMMON, mage.cards.o.OpalPalace.class));
|
||||
cards.add(new SetCardInfo("Opportunity", 89, Rarity.UNCOMMON, mage.cards.o.Opportunity.class));
|
||||
cards.add(new SetCardInfo("Opulent Palace", 267, Rarity.UNCOMMON, mage.cards.o.OpulentPalace.class));
|
||||
cards.add(new SetCardInfo("Orator of Ojutai", 67, Rarity.UNCOMMON, mage.cards.o.OratorOfOjutai.class));
|
||||
cards.add(new SetCardInfo("Oreskos Explorer", 68, Rarity.UNCOMMON, mage.cards.o.OreskosExplorer.class));
|
||||
cards.add(new SetCardInfo("Orzhov Basilica", 268, Rarity.COMMON, mage.cards.o.OrzhovBasilica.class));
|
||||
cards.add(new SetCardInfo("Orzhov Guildgate", 269, Rarity.COMMON, mage.cards.o.OrzhovGuildgate.class));
|
||||
cards.add(new SetCardInfo("Orzhov Signet", 219, Rarity.UNCOMMON, mage.cards.o.OrzhovSignet.class));
|
||||
cards.add(new SetCardInfo("Outpost Siege", 139, Rarity.RARE, mage.cards.o.OutpostSiege.class));
|
||||
cards.add(new SetCardInfo("Painful Truths", 118, Rarity.RARE, mage.cards.p.PainfulTruths.class));
|
||||
cards.add(new SetCardInfo("Palace Siege", 119, Rarity.RARE, mage.cards.p.PalaceSiege.class));
|
||||
cards.add(new SetCardInfo("Path of Ancestry", 56, Rarity.COMMON, mage.cards.p.PathOfAncestry.class));
|
||||
cards.add(new SetCardInfo("Patron of the Vein", 20, Rarity.RARE, mage.cards.p.PatronOfTheVein.class));
|
||||
cards.add(new SetCardInfo("Pawn of Ulamog", 120, Rarity.UNCOMMON, mage.cards.p.PawnOfUlamog.class));
|
||||
cards.add(new SetCardInfo("Phantom Nishoba", 188, Rarity.RARE, mage.cards.p.PhantomNishoba.class));
|
||||
cards.add(new SetCardInfo("Plains", 295, Rarity.LAND, mage.cards.basiclands.Plains.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Plains", 296, Rarity.LAND, mage.cards.basiclands.Plains.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Plains", 297, Rarity.LAND, mage.cards.basiclands.Plains.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Polymorphist's Jest", 90, Rarity.RARE, mage.cards.p.PolymorphistsJest.class));
|
||||
cards.add(new SetCardInfo("Portal Mage", 13, Rarity.RARE, mage.cards.p.PortalMage.class));
|
||||
cards.add(new SetCardInfo("Puppeteer Clique", 121, Rarity.RARE, mage.cards.p.PuppeteerClique.class));
|
||||
cards.add(new SetCardInfo("Qasali Pridemage", 189, Rarity.COMMON, mage.cards.q.QasaliPridemage.class));
|
||||
cards.add(new SetCardInfo("Qasali Slingers", 33, Rarity.RARE, mage.cards.q.QasaliSlingers.class));
|
||||
cards.add(new SetCardInfo("Quietus Spike", 220, Rarity.RARE, mage.cards.q.QuietusSpike.class));
|
||||
cards.add(new SetCardInfo("Rain of Thorns", 156, Rarity.UNCOMMON, mage.cards.r.RainOfThorns.class));
|
||||
cards.add(new SetCardInfo("Rakdos Carnarium", 270, Rarity.COMMON, mage.cards.r.RakdosCarnarium.class));
|
||||
cards.add(new SetCardInfo("Rakdos Charm", 190, Rarity.UNCOMMON, mage.cards.r.RakdosCharm.class));
|
||||
cards.add(new SetCardInfo("Rakdos Guildgate", 271, Rarity.COMMON, mage.cards.r.RakdosGuildgate.class));
|
||||
cards.add(new SetCardInfo("Rakdos Signet", 221, Rarity.UNCOMMON, mage.cards.r.RakdosSignet.class));
|
||||
cards.add(new SetCardInfo("Rakish Heir", 140, Rarity.UNCOMMON, mage.cards.r.RakishHeir.class));
|
||||
cards.add(new SetCardInfo("Raksha Golden Cub", 69, Rarity.RARE, mage.cards.r.RakshaGoldenCub.class));
|
||||
cards.add(new SetCardInfo("Ramos, Dragon Engine", 55, Rarity.MYTHIC, mage.cards.r.RamosDragonEngine.class));
|
||||
cards.add(new SetCardInfo("Read the Bones", 122, Rarity.COMMON, mage.cards.r.ReadTheBones.class));
|
||||
cards.add(new SetCardInfo("Reality Shift", 91, Rarity.UNCOMMON, mage.cards.r.RealityShift.class));
|
||||
cards.add(new SetCardInfo("Relic Crush", 157, Rarity.UNCOMMON, mage.cards.r.RelicCrush.class));
|
||||
cards.add(new SetCardInfo("Return to Dust", 70, Rarity.UNCOMMON, mage.cards.r.ReturnToDust.class));
|
||||
cards.add(new SetCardInfo("Rogue's Passage", 272, Rarity.UNCOMMON, mage.cards.r.RoguesPassage.class));
|
||||
cards.add(new SetCardInfo("Rout", 71, Rarity.RARE, mage.cards.r.Rout.class));
|
||||
cards.add(new SetCardInfo("Ryusei, the Falling Star", 141, Rarity.MYTHIC, mage.cards.r.RyuseiTheFallingStar.class));
|
||||
cards.add(new SetCardInfo("Saltcrusted Steppe", 273, Rarity.UNCOMMON, mage.cards.s.SaltcrustedSteppe.class));
|
||||
cards.add(new SetCardInfo("Sandsteppe Citadel", 274, Rarity.UNCOMMON, mage.cards.s.SandsteppeCitadel.class));
|
||||
cards.add(new SetCardInfo("Sangromancer", 123, Rarity.RARE, mage.cards.s.Sangromancer.class));
|
||||
cards.add(new SetCardInfo("Sanguine Bond", 124, Rarity.RARE, mage.cards.s.SanguineBond.class));
|
||||
cards.add(new SetCardInfo("Savage Lands", 275, Rarity.UNCOMMON, mage.cards.s.SavageLands.class));
|
||||
cards.add(new SetCardInfo("Savage Ventmaw", 191, Rarity.UNCOMMON, mage.cards.s.SavageVentmaw.class));
|
||||
cards.add(new SetCardInfo("Scalelord Reckoner", 6, Rarity.RARE, mage.cards.s.ScalelordReckoner.class));
|
||||
cards.add(new SetCardInfo("Scion of the Ur-Dragon", 192, Rarity.RARE, mage.cards.s.ScionOfTheUrDragon.class));
|
||||
cards.add(new SetCardInfo("Scoured Barrens", 276, Rarity.COMMON, mage.cards.s.ScouredBarrens.class));
|
||||
cards.add(new SetCardInfo("Scourge of Valkas", 142, Rarity.MYTHIC, mage.cards.s.ScourgeOfValkas.class));
|
||||
cards.add(new SetCardInfo("Sea Gate Oracle", 92, Rarity.COMMON, mage.cards.s.SeaGateOracle.class));
|
||||
cards.add(new SetCardInfo("Seaside Citadel", 277, Rarity.UNCOMMON, mage.cards.s.SeasideCitadel.class));
|
||||
cards.add(new SetCardInfo("Secluded Steppe", 278, Rarity.COMMON, mage.cards.s.SecludedSteppe.class));
|
||||
cards.add(new SetCardInfo("Seht's Tiger", 72, Rarity.RARE, mage.cards.s.SehtsTiger.class));
|
||||
cards.add(new SetCardInfo("Selesnya Guildgate", 279, Rarity.COMMON, mage.cards.s.SelesnyaGuildgate.class));
|
||||
cards.add(new SetCardInfo("Selesnya Sanctuary", 280, Rarity.COMMON, mage.cards.s.SelesnyaSanctuary.class));
|
||||
cards.add(new SetCardInfo("Serendib Sorcerer", 93, Rarity.RARE, mage.cards.s.SerendibSorcerer.class));
|
||||
cards.add(new SetCardInfo("Shadowmage Infiltrator", 193, Rarity.RARE, mage.cards.s.ShadowmageInfiltrator.class));
|
||||
cards.add(new SetCardInfo("Shifting Shadow", 28, Rarity.RARE, mage.cards.s.ShiftingShadow.class));
|
||||
cards.add(new SetCardInfo("Silumgar's Command", 195, Rarity.RARE, mage.cards.s.SilumgarsCommand.class));
|
||||
cards.add(new SetCardInfo("Silumgar, the Drifting Death", 194, Rarity.RARE, mage.cards.s.SilumgarTheDriftingDeath.class));
|
||||
cards.add(new SetCardInfo("Skeletal Scrying", 125, Rarity.UNCOMMON, mage.cards.s.SkeletalScrying.class));
|
||||
cards.add(new SetCardInfo("Skeletal Vampire", 126, Rarity.RARE, mage.cards.s.SkeletalVampire.class));
|
||||
cards.add(new SetCardInfo("Skullclamp", 222, Rarity.UNCOMMON, mage.cards.s.Skullclamp.class));
|
||||
cards.add(new SetCardInfo("Sol Ring", 223, Rarity.UNCOMMON, mage.cards.s.SolRing.class));
|
||||
cards.add(new SetCardInfo("Soul's Majesty", 158, Rarity.RARE, mage.cards.s.SoulsMajesty.class));
|
||||
cards.add(new SetCardInfo("Spellbound Dragon", 196, Rarity.RARE, mage.cards.s.SpellboundDragon.class));
|
||||
cards.add(new SetCardInfo("Spelltwine", 94, Rarity.RARE, mage.cards.s.Spelltwine.class));
|
||||
cards.add(new SetCardInfo("Spirit of the Hearth", 73, Rarity.RARE, mage.cards.s.SpiritOfTheHearth.class));
|
||||
cards.add(new SetCardInfo("Staff of Nin", 224, Rarity.RARE, mage.cards.s.StaffOfNin.class));
|
||||
cards.add(new SetCardInfo("Steel Hellkite", 225, Rarity.RARE, mage.cards.s.SteelHellkite.class));
|
||||
cards.add(new SetCardInfo("Stirring Wildwood", 281, Rarity.RARE, mage.cards.s.StirringWildwood.class));
|
||||
cards.add(new SetCardInfo("Stone Quarry", 282, Rarity.UNCOMMON, mage.cards.s.StoneQuarry.class));
|
||||
cards.add(new SetCardInfo("Stromkirk Captain", 197, Rarity.UNCOMMON, mage.cards.s.StromkirkCaptain.class));
|
||||
cards.add(new SetCardInfo("Sunscorch Regent", 74, Rarity.RARE, mage.cards.s.SunscorchRegent.class));
|
||||
cards.add(new SetCardInfo("Sunspear Shikari", 75, Rarity.COMMON, mage.cards.s.SunspearShikari.class));
|
||||
cards.add(new SetCardInfo("Swamp", 301, Rarity.LAND, mage.cards.basiclands.Swamp.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Swamp", 302, Rarity.LAND, mage.cards.basiclands.Swamp.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Swamp", 303, Rarity.LAND, mage.cards.basiclands.Swamp.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Swiftfoot Boots", 226, Rarity.UNCOMMON, mage.cards.s.SwiftfootBoots.class));
|
||||
cards.add(new SetCardInfo("Swiftwater Cliffs", 283, Rarity.COMMON, mage.cards.s.SwiftwaterCliffs.class));
|
||||
cards.add(new SetCardInfo("Sword of Vengeance", 228, Rarity.RARE, mage.cards.s.SwordOfVengeance.class));
|
||||
cards.add(new SetCardInfo("Sword of the Animist", 227, Rarity.RARE, mage.cards.s.SwordOfTheAnimist.class));
|
||||
cards.add(new SetCardInfo("Swords to Plowshares", 76, Rarity.UNCOMMON, mage.cards.s.SwordsToPlowshares.class));
|
||||
cards.add(new SetCardInfo("Syphon Mind", 127, Rarity.COMMON, mage.cards.s.SyphonMind.class));
|
||||
cards.add(new SetCardInfo("Taigam, Ojutai Master", 46, Rarity.MYTHIC, mage.cards.t.TaigamOjutaiMaster.class));
|
||||
cards.add(new SetCardInfo("Taigam, Sidisi's Hand", 47, Rarity.RARE, mage.cards.t.TaigamSidisisHand.class));
|
||||
cards.add(new SetCardInfo("Taj-Nar Swordsmith", 77, Rarity.UNCOMMON, mage.cards.t.TajNarSwordsmith.class));
|
||||
cards.add(new SetCardInfo("Teferi's Protection", 8, Rarity.RARE, mage.cards.t.TeferisProtection.class));
|
||||
cards.add(new SetCardInfo("Temple of the False God", 284, Rarity.UNCOMMON, mage.cards.t.TempleOfTheFalseGod.class));
|
||||
cards.add(new SetCardInfo("Temur Sabertooth", 159, Rarity.UNCOMMON, mage.cards.t.TemurSabertooth.class));
|
||||
cards.add(new SetCardInfo("Teneb, the Harvester", 198, Rarity.RARE, mage.cards.t.TenebTheHarvester.class));
|
||||
cards.add(new SetCardInfo("Terminate", 199, Rarity.UNCOMMON, mage.cards.t.Terminate.class));
|
||||
cards.add(new SetCardInfo("Terramorphic Expanse", 285, Rarity.COMMON, mage.cards.t.TerramorphicExpanse.class));
|
||||
cards.add(new SetCardInfo("Territorial Hellkite", 29, Rarity.RARE, mage.cards.t.TerritorialHellkite.class));
|
||||
cards.add(new SetCardInfo("The Ur-Dragon", 48, Rarity.MYTHIC, mage.cards.t.TheUrDragon.class));
|
||||
cards.add(new SetCardInfo("Tithe Drinker", 200, Rarity.COMMON, mage.cards.t.TitheDrinker.class));
|
||||
cards.add(new SetCardInfo("Tranquil Expanse", 286, Rarity.UNCOMMON, mage.cards.t.TranquilExpanse.class));
|
||||
cards.add(new SetCardInfo("Tranquil Thicket", 287, Rarity.COMMON, mage.cards.t.TranquilThicket.class));
|
||||
cards.add(new SetCardInfo("Traverse the Outlands", 34, Rarity.RARE, mage.cards.t.TraverseTheOutlands.class));
|
||||
cards.add(new SetCardInfo("Tyrant's Familiar", 143, Rarity.RARE, mage.cards.t.TyrantsFamiliar.class));
|
||||
cards.add(new SetCardInfo("Underworld Connections", 128, Rarity.RARE, mage.cards.u.UnderworldConnections.class));
|
||||
cards.add(new SetCardInfo("Unstable Obelisk", 229, Rarity.UNCOMMON, mage.cards.u.UnstableObelisk.class));
|
||||
cards.add(new SetCardInfo("Urborg Volcano", 288, Rarity.UNCOMMON, mage.cards.u.UrborgVolcano.class));
|
||||
cards.add(new SetCardInfo("Utvara Hellkite", 144, Rarity.MYTHIC, mage.cards.u.UtvaraHellkite.class));
|
||||
cards.add(new SetCardInfo("Vampire Nighthawk", 129, Rarity.UNCOMMON, mage.cards.v.VampireNighthawk.class));
|
||||
cards.add(new SetCardInfo("Vein Drinker", 130, Rarity.RARE, mage.cards.v.VeinDrinker.class));
|
||||
cards.add(new SetCardInfo("Vela the Night-Clad", 201, Rarity.MYTHIC, mage.cards.v.VelaTheNightClad.class));
|
||||
cards.add(new SetCardInfo("Vindictive Lich", 21, Rarity.RARE, mage.cards.v.VindictiveLich.class));
|
||||
cards.add(new SetCardInfo("Vivid Crag", 289, Rarity.UNCOMMON, mage.cards.v.VividCrag.class));
|
||||
cards.add(new SetCardInfo("Vivid Creek", 290, Rarity.UNCOMMON, mage.cards.v.VividCreek.class));
|
||||
cards.add(new SetCardInfo("Vivid Grove", 291, Rarity.UNCOMMON, mage.cards.v.VividGrove.class));
|
||||
cards.add(new SetCardInfo("Vivid Marsh", 292, Rarity.UNCOMMON, mage.cards.v.VividMarsh.class));
|
||||
cards.add(new SetCardInfo("Vivid Meadow", 293, Rarity.UNCOMMON, mage.cards.v.VividMeadow.class));
|
||||
cards.add(new SetCardInfo("Wasitora, Nekoru Queen", 49, Rarity.MYTHIC, mage.cards.w.WasitoraNekoruQueen.class));
|
||||
cards.add(new SetCardInfo("Wayfarer's Bauble", 230, Rarity.COMMON, mage.cards.w.WayfarersBauble.class));
|
||||
cards.add(new SetCardInfo("Well of Lost Dreams", 231, Rarity.RARE, mage.cards.w.WellOfLostDreams.class));
|
||||
cards.add(new SetCardInfo("White Sun's Zenith", 78, Rarity.RARE, mage.cards.w.WhiteSunsZenith.class));
|
||||
cards.add(new SetCardInfo("Wind-Scarred Crag", 294, Rarity.COMMON, mage.cards.w.WindScarredCrag.class));
|
||||
cards.add(new SetCardInfo("Wing Shards", 79, Rarity.UNCOMMON, mage.cards.w.WingShards.class));
|
||||
cards.add(new SetCardInfo("Worn Powerstone", 232, Rarity.UNCOMMON, mage.cards.w.WornPowerstone.class));
|
||||
cards.add(new SetCardInfo("Zendikar Resurgent", 160, Rarity.RARE, mage.cards.z.ZendikarResurgent.class));
|
||||
}
|
||||
}
|
||||
|
|
|
@ -31,6 +31,11 @@ public class Ixalan extends ExpansionSet {
|
|||
this.numBoosterUncommon = 3;
|
||||
this.numBoosterRare = 1;
|
||||
this.ratioBoosterMythic = 8;
|
||||
cards.add(new SetCardInfo("Dragonskull Summit", 252, Rarity.RARE, mage.cards.d.DragonskullSummit.class));
|
||||
cards.add(new SetCardInfo("Drowned Catacomb", 253, Rarity.RARE, mage.cards.d.DrownedCatacomb.class));
|
||||
cards.add(new SetCardInfo("Glacial Fortress", 255, Rarity.RARE, mage.cards.g.GlacialFortress.class));
|
||||
cards.add(new SetCardInfo("Rootbound Crag", 256, Rarity.RARE, mage.cards.r.RootboundCrag.class));
|
||||
cards.add(new SetCardInfo("Sunpetal Grove", 257, Rarity.RARE, mage.cards.s.SunpetalGrove.class));
|
||||
cards.add(new SetCardInfo("Verdant Sun's Avatar", 410, Rarity.RARE, mage.cards.v.VerdantSunsAvatar.class));
|
||||
cards.add(new SetCardInfo("Vraska's Contempt", 210, Rarity.RARE, mage.cards.v.VraskasContempt.class));
|
||||
cards.add(new SetCardInfo("Waker of the Wilds", 415, Rarity.RARE, mage.cards.w.WakerOfTheWilds.class));
|
||||
|
|
|
@ -31685,61 +31685,314 @@ Forest|Planechase Anthology|154|L||Basic Land - Forest||||
|
|||
Forest|Planechase Anthology|155|L||Basic Land - Forest||||
|
||||
Forest|Planechase Anthology|156|L||Basic Land - Forest||||
|
||||
Alms Collector|Commander 2017|1|R|{3}{W}|Creature - Cat Cleric|3|4|Flash$If an opponent would draw two or more cards, instead you and that player each draw a card.|
|
||||
Arahbo, Roar of the World|Commander 2017|35|M|{3}{G}{W}|Legendary Creature - Cat Avatar|5|5|Eminence — At the beginning of combat on your turn, if Arahbo, Roar of the World is in the command zone or on the battlefield, another target Cat you control gets +3/+3 until end of turn.$Whenever another Cat you control attacks, you may pay {1}{G}{W}. If you do, it gains trample and gets +X/+X until end of turn, where X is its power.|
|
||||
Balan, Wandering Knight|Commander 2017|2|R|{2}{W}{W}|Legendary Creature - Cat Knight|3|3|First strike$Balan, Wandering Knight has double strike as long as two or more Equipment are attached to it.$1W: Attach all Equipment you control to Balan.|
|
||||
Bloodforged War Axe|Commander 2017|50|R|{1}|Artifact - Equipment|||Equipped creature gets +2/+0.$Whenever equipped creature deals combat damage to a player, create a token that's a copy of Bloodforged War Axe.$Equip 2|
|
||||
Bloodline Necromancer|Commander 2017|14|U|{4}{B}|Creature - Vampire Wizard|3|2|Lifelink$When Bloodline Necromancer enters the battlefield, you may return target Vampire or Wizard creature card from your graveyard to the battlefield.|
|
||||
Bloodsworn Steward|Commander 2017|22|R|{2}{R}{R}|Creature - Vampire Knight|4|4|Flying$Commander creatures you control get +2/+2 and have haste.|
|
||||
Boneyard Scourge|Commander 2017|15|R|{2}{B}{B}|Creature - Zombie Dragon|4|3|Flying$Whenever a Dragon you control dies while Boneyard Scourge is in your graveyard, you may pay 1B. If you do, return Boneyard Scourge from your graveyard to the battlefield.|
|
||||
Crimson Honor Guard|Commander 2017|23|R|{3}{R}{R}|Creature - Vampire Knight|4|5|Trample$At the beginning of each player's end step, Crimson Honor Guard deals 4 damage to that player unless he or she controls a commander.|
|
||||
Curse of Bounty|Commander 2017|30|U|{1}{G}|Enchantment - Aura Curse|||Enchant player$Whenever enchanted player is attacked, untap all nonland permanents you control. Each opponent attacking that player untaps all nonland permanents he or she controls.|
|
||||
Curse of Disturbance|Commander 2017|16|U|{2}{B}|Enchantment - Aura Curse|||Enchant player$Whenever enchanted player is attacked, create a 2/2 black Zombie creature token. Each opponent attacking that player does the same.|
|
||||
Curse of Opulence|Commander 2017|24|U|{R}|Enchantment - Aura Curse|||Enchant player$Whenever enchanted player is attacked, create a colorless artifact token named Gold. It has "sacrifice this artifact: Add one mana of any color to your mana pool." Each opponent attacking that player does the same.|
|
||||
Curse of Verbosity|Commander 2017|9|U|{2}{U}|Enchantment - Aura Curse|||Enchant player$Whenever enchanted player is attacked, draw a card. Each opponent attacking that player does the same.|
|
||||
Curse of Vitality|Commander 2017|3|U|{2}{W}|Enchantment - Aura Curse|||Enchant player$Whenever enchanted player is attacked, you gain 2 life. Each opponent attacking that player does the same.|
|
||||
Disrupt Decorum|Commander 2017|25|R|{2}{R}{R}|Sorcery|||Goad all creatures you don't control.$(Until your next turn, those creatures attack each combat if able and attack a player other than you if able.)|
|
||||
Edgar Markov|Commander 2017|36|M|{3}{R}{W}{B}|Legendary Creature - Vampire Knight|4|4|Eminence - Whenever you cast another Vampire spell, if Edgar Markov is in the command zone or on the battlefield, create a 1/1 black Vampire creature token.$First strike, haste$Whenever Edgar Markov attacks, put a +1/+1 counter on each Vampire you control.|
|
||||
Fortunate Few|Commander 2017|4|R|{3}{W}{W}|Sorcery|||Choose a nonland permanent you don't control, then each other player chooses a nonland permanent he or she doesn't control that hasn't been chosen this way. Destroy all other nonland permanents.|
|
||||
Fractured Identity|Commander 2017|37|R|{3}{W}{U}|Sorcery|||Exile target nonland permanent. Each player other than its controller creates a token that's a copy of it.|
|
||||
Galecaster Colossus|Commander 2017|10|R|{5}{U}{U}|Creature - Giant Wizard|5|6|Tap an untapped Wizard you control: Return target non-land permanent you don't control to its owner's hand.|
|
||||
Hammer of Nazahn|Commander 2017|51|R|{4}|Legendary Artifact - Equipment|||Whenever Hammer of Nazahn or another Equipment enters the battlefield under your control, you may attach that Equipment to target creature you control.$Equipped creature gets +2/+0 and has indestructible.$Equip 4|
|
||||
Heirloom Blade|Commander 2017|52|U|{3}|Artifact - Equipment|||Equipped creature gets +3/+1.$Whenever equipped creature dies, you may reveal cards from the top of your library until you reveal a creature card that shares a creature type with it. Put that card into your hand and the rest on the bottom of your library in a random order.$Equip 1|
|
||||
Herald's Horn|Commander 2017|53|U|{3}|Artifact|||When Herald's Horn enters the battlefield, choose a creature type.$Creature spells you cast of the chosen type cost 1 less.$At the beginning of your upkeep, look at the top card of your library. If it's a creature card of the chosen type, you may reveal it and put it into your hand.|
|
||||
Hungry Lynx|Commander 2017|31|R|{1}{G}|Creature - Cat|2|2|Cats you control have protection from Rats. (They can't be blocked, targeted, or dealt damage by Rats.)$At the beginning of your end step, target opponent creates a 1/1 black Rat creature token with deathtouch.$Whenever a Rat dies, put a +1/+1 counter on each Cat you control.|
|
||||
Inalla, Archmage Ritualist|Commander 2017|38|M|{2}{U}{B}{R}|Legendary Creature - Human Wizard|4|5|Eminence - Whenever another nontoken Wizard enters the battlefield under your control, if Inalla, Archmage Ritualist is in the command zone or on the battlefield, you may pay {1}. If you do, create a token that's a copy of that Wizard. The token gains haste. Exile it at the beginning of the next end step.$Tap five untapped Wizards you control: Target player loses 7 life.|
|
||||
Izzet Chemister|Commander 2017|26|R|{2}{R}|Creature - Goblin Chemister|1|3|Haste$R, T: Exile target instant or sorcery card from your graveyard.$1R, T: Sacrifice Izzet Chemister: Cast any number of cards exiled with Izzet Chemister without paying their mana costs.|
|
||||
Kess, Dissident Mage|Commander 2017|39|M|{1}{U}{B}{R}|Legendary Creature - Human Wizard|3|4|Flying$During each of your turns, you may cast an instant or sorcery card from your graveyard. If a card cast this way would be put into your graveyard this turn, exile it instead.|
|
||||
Kheru Mind-Eater|Commander 2017|17|R|{2}{B}|Creature - Vampire|1|3|Menace$Whenever Kheru Mind-Eater deals combat damage to a player, that player exiles a card from his or her hand face down.$You may look at and play cards exiled with Kheru Mind-Eater.|
|
||||
Kindred Boon|Commander 2017|5|R|{2}{W}{W}|Enchantment|||When Kindred Boon enters the battlefield choose a creature type.$1W: Put a divinity counter on target creature you control with the chosen type.$All creatures you control with a divinity counter become indestructible.|
|
||||
Kindred Charge|Commander 2017|27|R|{4}{R}{R}|Sorcery|||Choose a creature type. For each creature you control of the chosen type, create a token that's a copy of that creature. Those tokens gain haste. Exile them at the beginning of the next end step.|
|
||||
Scalelord Reckoner|Commander 2017|6|R|{5}{W}{W}|Creature - Dragon|4|4|Flying$Whenever a Dragon you control becomes the target of a spell or ability an opponent controls, destroy target nonland permanent that player controls.|
|
||||
Stalking Leonin|Commander 2017|7|R|{2}{W}|Creature - Cat Archer|3|3|When Stalking Leonin enters the battlefield, secretly choose an opponent.$Reveal the player you chose: Exile target creature that's attacking you if it's controlled by the chosen player. Activate this ability only once.|
|
||||
Teferi's Protection|Commander 2017|8|R|{2}{W}|Instant|||Until your next turn, your life total can't change, and you have protection from everything. All permanents you control phase out. (While they're phased out, they're treated as though they don't exist. They phase in before you untap during your untap step.)$Exile Teferi's Protection.|
|
||||
Curse of Verbosity|Commander 2017|9|U|{2}{U}|Enchantment - Aura Curse|||Enchant player$Whenever enchanted player is attacked, draw a card. Each opponent attacking that player does the same.|
|
||||
Galecaster Colossus|Commander 2017|10|R|{5}{U}{U}|Creature - Giant Wizard|5|6|Tap an untapped Wizard you control: Return target non-land permanent you don't control to its owner's hand.|
|
||||
Kindred Discovery|Commander 2017|11|R|{3}{U}{U}|Enchantment|||As Kindred Discovery enters the battlefield, choose a creature type.$Whenever a creature you control of the chose type enters the battlefield or attacks, draw a card.|
|
||||
Kindred Dominance|Commander 2017|18|R|{5}{B}{B}|Sorcery|||Choose a creature type. Destroy all creatures that are not the chosen type.|
|
||||
Kindred Summons|Commander 2017|32|R|{5}{G}{G}|Instant|||Choose a creature type. Reveal the top card card of your library until you reveal X creatures of the chosen type, where X is the number of creatures you control of the chosen type, and place them onto the battlefield. Shuffle the other revealed cards into your library.|
|
||||
Licia, Sanguine Tribune|Commander 2017|40|M|{5}{R}{W}{B}|Legendary Creature - Vampire Soldier|4|4|Licia, Sanguine Tribune costs 1 less to cast for each 1 life you gained this turn.$First strike, lifelink$Pay 5 life: Put three +1/+1 counters on Licia. Activate this ability only on your turn and only once each turn.|
|
||||
Magus of the Mind|Commander 2017|12|R|{4}{U}{U}|Creature - Human Wizard|4|5|U, T: Sacrifice Magus of the Mind: Shuffle your library, then exile the top X cards, where X is one plus the number of spells cast this turn. Until end of turn, you may play cards exiled this way without paying their mana costs.|
|
||||
Portal Mage|Commander 2017|13|R|{2}{U}|Creature - Human Wizard|2|2|Flash$If Portal Mage enters the battlefield during the declare attackers step, you may reselect the player or planeswalker that the target attacking creature attacks.|
|
||||
Bloodline Necromancer|Commander 2017|14|U|{4}{B}|Creature - Vampire Wizard|3|2|Lifelink$When Bloodline Necromancer enters the battlefield, you may return target Vampire or Wizard creature card from your graveyard to the battlefield.|
|
||||
Boneyard Scourge|Commander 2017|15|R|{2}{B}{B}|Creature - Zombie Dragon|4|3|Flying$Whenever a Dragon you control dies while Boneyard Scourge is in your graveyard, you may pay 1B. If you do, return Boneyard Scourge from your graveyard to the battlefield.|
|
||||
Curse of Disturbance|Commander 2017|16|U|{2}{B}|Enchantment - Aura Curse|||Enchant player$Whenever enchanted player is attacked, create a 2/2 black Zombie creature token. Each opponent attacking that player does the same.|
|
||||
Kheru Mind-Eater|Commander 2017|17|R|{2}{B}|Creature - Vampire|1|3|Menace$Whenever Kheru Mind-Eater deals combat damage to a player, that player exiles a card from his or her hand face down.$You may look at and play cards exiled with Kheru Mind-Eater.|
|
||||
Kindred Dominance|Commander 2017|18|R|{5}{B}{B}|Sorcery|||Choose a creature type. Destroy all creatures that are not the chosen type.|
|
||||
New Blood|Commander 2017|19|R|{2}{B}{B}|Sorcery|||As an additional cost to cast New Blood, tap an untapped Vampire you control.$Gain control of target creature. Change the text of that creature by replacing all instances of one creature type with Vampire.|
|
||||
Patron of the Vein|Commander 2017|20|R|{4}{B}{B}|Creature - Vampire Shaman|4|4|Flying$When Patron of the Vein enters the battlefield, destroy target creature an opponent controls.$Whenever a creature an opponent controls dies, exile it and put a +1/+1 counter on each Vampire you control.|
|
||||
Vindictive Lich|Commander 2017|21|R|{3}{B}|Creature - Zombie Wizard|4|1|When Vindictive Lich dies, choose one or more. Each mode must target a different player.$*Target opponent sacrifices a creature.$*Target opponent discards two cards.$*Target opponent loses 5 life.|
|
||||
Bloodsworn Steward|Commander 2017|22|R|{2}{R}{R}|Creature - Vampire Knight|4|4|Flying$Commander creatures you control get +2/+2 and have haste.|
|
||||
Crimson Honor Guard|Commander 2017|23|R|{3}{R}{R}|Creature - Vampire Knight|4|5|Trample$At the beginning of each player's end step, Crimson Honor Guard deals 4 damage to that player unless he or she controls a commander.|
|
||||
Curse of Opulence|Commander 2017|24|U|{R}|Enchantment - Aura Curse|||Enchant player$Whenever enchanted player is attacked, create a colorless artifact token named Gold. It has "sacrifice this artifact: Add one mana of any color to your mana pool." Each opponent attacking that player does the same.|
|
||||
Disrupt Decorum|Commander 2017|25|R|{2}{R}{R}|Sorcery|||Goad all creatures you don't control.$(Until your next turn, those creatures attack each combat if able and attack a player other than you if able.)|
|
||||
Izzet Chemister|Commander 2017|26|R|{2}{R}|Creature - Goblin Chemister|1|3|Haste$R, T: Exile target instant or sorcery card from your graveyard.$1R, T: Sacrifice Izzet Chemister: Cast any number of cards exiled with Izzet Chemister without paying their mana costs.|
|
||||
Kindred Charge|Commander 2017|27|R|{4}{R}{R}|Sorcery|||Choose a creature type. For each creature you control of the chosen type, create a token that's a copy of that creature. Those tokens gain haste. Exile them at the beginning of the next end step.|
|
||||
Shifting Shadow|Commander 2017|28|R|{2}{R}|Enchantment - Aura|||Enchant creature$Enchanted creature has haste and "At the beginning of your upkeep, destroy this creature. Reveal cards from the top of your library until you reveal a creature card. Put that card onto the battlefield and attach Shifting Shadow to it, then put all other cards revealed this way on the bottom of your library in a random order."|
|
||||
Territorial Hellkite|Commander 2017|29|R|{2}{R}{R}|Creature - Dragon|6|5|Flying, haste$At the beginning of combat on your turn, choose an opponent at random that Territorial Hellkite didn't attack during your last combat. Territorial Hellkite attacks that player this combat if able. If you can't choose an opponent this way, tap Territorial Hellkite.|
|
||||
Curse of Bounty|Commander 2017|30|U|{1}{G}|Enchantment - Aura Curse|||Enchant player$Whenever enchanted player is attacked, untap all nonland permanents you control. Each opponent attacking that player untaps all nonland permanents he or she controls.|
|
||||
Hungry Lynx|Commander 2017|31|R|{1}{G}|Creature - Cat|2|2|Cats you control have protection from Rats. (They can't be blocked, targeted, or dealt damage by Rats.)$At the beginning of your end step, target opponent creates a 1/1 black Rat creature token with deathtouch.$Whenever a Rat dies, put a +1/+1 counter on each Cat you control.|
|
||||
Kindred Summons|Commander 2017|32|R|{5}{G}{G}|Instant|||Choose a creature type. Reveal the top card card of your library until you reveal X creatures of the chosen type, where X is the number of creatures you control of the chosen type, and place them onto the battlefield. Shuffle the other revealed cards into your library.|
|
||||
Qasali Slingers|Commander 2017|33|R|{4}{G}|Creature - Cat Warrior|3|5|Reach$Whenever Qasali Slingers or another Cat enters the battlefield under your control, you may destroy target artifact or enchantment.|
|
||||
Traverse the Outlands|Commander 2017|34|R|{4}{G}|Sorcery|||Search your library for up to X basic land cards, where X is the greatest power among creatures you control. Put those cards onto the battlefield tapped, then shuffle your library.|
|
||||
Arahbo, Roar of the World|Commander 2017|35|M|{3}{G}{W}|Legendary Creature - Cat Avatar|5|5|Eminence — At the beginning of combat on your turn, if Arahbo, Roar of the World is in the command zone or on the battlefield, another target Cat you control gets +3/+3 until end of turn.$Whenever another Cat you control attacks, you may pay {1}{G}{W}. If you do, it gains trample and gets +X/+X until end of turn, where X is its power.|
|
||||
Edgar Markov|Commander 2017|36|M|{3}{R}{W}{B}|Legendary Creature - Vampire Knight|4|4|Eminence - Whenever you cast another Vampire spell, if Edgar Markov is in the command zone or on the battlefield, create a 1/1 black Vampire creature token.$First strike, haste$Whenever Edgar Markov attacks, put a +1/+1 counter on each Vampire you control.|
|
||||
Fractured Identity|Commander 2017|37|R|{3}{W}{U}|Sorcery|||Exile target nonland permanent. Each player other than its controller creates a token that's a copy of it.|
|
||||
Inalla, Archmage Ritualist|Commander 2017|38|M|{2}{U}{B}{R}|Legendary Creature - Human Wizard|4|5|Eminence - Whenever another nontoken Wizard enters the battlefield under your control, if Inalla, Archmage Ritualist is in the command zone or on the battlefield, you may pay {1}. If you do, create a token that's a copy of that Wizard. The token gains haste. Exile it at the beginning of the next end step.$Tap five untapped Wizards you control: Target player loses 7 life.|
|
||||
Kess, Dissident Mage|Commander 2017|39|M|{1}{U}{B}{R}|Legendary Creature - Human Wizard|3|4|Flying$During each of your turns, you may cast an instant or sorcery card from your graveyard. If a card cast this way would be put into your graveyard this turn, exile it instead.|
|
||||
Licia, Sanguine Tribune|Commander 2017|40|M|{5}{R}{W}{B}|Legendary Creature - Vampire Soldier|4|4|Licia, Sanguine Tribune costs 1 less to cast for each 1 life you gained this turn.$First strike, lifelink$Pay 5 life: Put three +1/+1 counters on Licia. Activate this ability only on your turn and only once each turn.|
|
||||
Mairsil, the Pretender|Commander 2017|41|M|{1}{U}{B}{R}|Legendary Creature - Human Wizard|4|4|When Mairsil, the Pretender enters the battlefield, you may exile an artifact or creature card from your hand or graveyard and put a cage counter on it.$Mairsil, the Pretender has all activated abilities of all cards you own in exile with cage counters on them. You may activate each of those abilities only once each turn.|
|
||||
Mathas, Fiend Seeker|Commander 2017|42|M|{R}{W}{B}|Legendary Creature - Vampire|3|3|Menace$At the beginning of your end step, put a bounty counter on target creature an opponent controls. For as long as that creature has a bounty counter on it, it has "When this creature dies, each opponent draws a card and gains 2 life."|
|
||||
Mirri, Weatherlight Duelist|Commander 2017|43|M|{1}{G}{W}|Legendary Creature - Cat Warrior|3|2|First Strike$Whenever Mirri, Weatherlight Duelist attacks, each opponent can't block with more than one creature this combat.$As long as Mirri, Weatherlight Duelist is tapped, no more than one creature can attack you each combat.|
|
||||
Mirror of the Forebears|Commander 2017|54|U|{2}|Artifact|||As Mirror of the Forebears enters the battlefield, choose a creature type.$1: Until end of turn, Mirror of the Forebears becomes a copy of target creature you control of the chosen type, except it's an artifact in addition to its other types.|
|
||||
Nazahn, Revered Bladesmith|Commander 2017|44|M|{4}{G}{W}|Legendary Creature - Cat Artificer|5|4|When Nazahn, Revered Bladesmith enters the battlefield, search your library for an Equipment card and reveal it. If you reveal a card named Hammer of Nazahn this way, put it onto the battlefield. Otherwise, put that card into your hand. Then shuffle your library.$Whenever an equipped creature you control attacks, you may tap target creature defending player controls.|
|
||||
New Blood|Commander 2017|19|R|{2}{B}{B}|Sorcery|||As an additional cost to cast New Blood, tap an untapped Vampire you control.$Gain control of target creature. Change the text of that creature by replacing all instances of one creature type with Vampire.|
|
||||
O-Kagachi, Vengeful Kami|Commander 2017|45|M|{1}{W}{U}{B}{R}{G}|Legendary Creature - Dragon Spirit|6|6|Flying, Trample$Whenever O-Kagachi, Vengeful Kami deals combat damage to a player, if that player attacked you during his or her last turn, exile target nonland permanent that player controls|
|
||||
Path of Ancestry|Commander 2017|56|C||Land|||Path of Ancestry enters the battlefield tapped.$T: Add to your mana pool one mana of any color in your commander's color identity. When that mana is spent to cast a creature spell that shares a creature type with your commander, scry 1.|
|
||||
Patron of the Vein|Commander 2017|20|R|{4}{B}{B}|Creature - Vampire Shaman|4|4|Flying$When Patron of the Vein enters the battlefield, destroy target creature an opponent controls.$Whenever a creature an opponent controls dies, exile it and put a +1/+1 counter on each Vampire you control.|
|
||||
Portal Mage|Commander 2017|13|R|{2}{U}|Creature - Human Wizard|2|2|Flash$If Portal Mage enters the battlefield during the declare attackers step, you may reselect the player or planeswalker that the target attacking creature attacks.|
|
||||
Qasali Slingers|Commander 2017|33|R|{4}{G}|Creature - Cat Warrior|3|5|Reach$Whenever Qasali Slingers or another Cat enters the battlefield under your control, you may destroy target artifact or enchantment.|
|
||||
Ramos, Dragon Engine|Commander 2017|55|M|{6}|Legendary Artifact Creature - Dragon|4|4|Flying$Whenever you cast a spell, put a +1/+1 counter on Ramos, Dragon Engine for each of that spell's colors. Remove five +1/+1 counters from Ramos: Add {W}{W}{U}{U}{B}{B}{R}{R}{G}{G} to your mana pool. Activate this ability only once each turn.|
|
||||
Scalelord Reckoner|Commander 2017|6|R|{5}{W}{W}|Creature - Dragon|4|4|Flying$Whenever a Dragon you control becomes the target of a spell or ability an opponent controls, destroy target nonland permanent that player controls.|
|
||||
Shifting Shadow|Commander 2017|28|R|{2}{R}|Enchantment - Aura|||Enchant creature$Enchanted creature has haste and "At the beginning of your upkeep, destroy this creature. Reveal cards from the top of your library until you reveal a creature card. Put that card onto the battlefield and attach Shifting Shadow to it, then put all other cards revealed this way on the bottom of your library in a random order."|
|
||||
Stalking Leonin|Commander 2017|7|R|{2}{W}|Creature - Cat Archer|3|3|When Stalking Leonin enters the battlefield, secretly choose an opponent.$Reveal the player you chose: Exile target creature that's attacking you if it's controlled by the chosen player. Activate this ability only once.|
|
||||
Taigam, Ojutai Master|Commander 2017|46|R|{2}{W}{U}|Legendary Creature - Human Monk|3|4|Instant, sorcery, and Dragon spells you control can't be countered by spells or abilities.$Whenever you cast an instant or sorcery spell from your hand, if Taigam, Ojutai Master attacked this turn, that spell gains rebound. <i>(Exile the spell as it resolves. At the beginning of your next upkeep, you may cast that card from exile without paying its mana cost.)</i>|
|
||||
Taigam, Sidisi's Hand|Commander 2017|47|R|{3}{U}{B}|Legendary Creature - Human Wizard|3|4|Skip your draw step.$At the beginning of your upkeep, look at the top three cards of your library. Put one of them into your hand and the rest into your graveyard.$B, T, Exile X cards from your graveyard: Target creature gets -X/-X until end of turn.|
|
||||
Teferi's Protection|Commander 2017|8|R|{2}{W}|Instant|||Until your next turn, your life total can't change, and you have protection from everything. All permanents you control phase out. (While they're phased out, they're treated as though they don't exist. They phase in before you untap during your untap step.)$Exile Teferi's Protection.|
|
||||
Territorial Hellkite|Commander 2017|29|R|{2}{R}{R}|Creature - Dragon|6|5|Flying, haste$At the beginning of combat on your turn, choose an opponent at random that Territorial Hellkite didn't attack during your last combat. Territorial Hellkite attacks that player this combat if able. If you can't choose an opponent this way, tap Territorial Hellkite.|
|
||||
The Ur-Dragon|Commander 2017|48|M|{4}{W}{U}{B}{R}{G}|Legendary Creature - Dragon Avatar|10|10|<i>Eminence</i> - As long as The Ur-Dragon is in the command zone or on the battlefield, other Dragon spells you cast cost {1} less to cast.$Flying$Whenever one or more Dragons you control attack, draw that many cards, then you may put a permanent card from your hand onto the battlefield|
|
||||
Traverse the Outlands|Commander 2017|34|R|{4}{G}|Sorcery|||Search your library for up to X basic land cards, where X is the greatest power among creatures you control. Put those cards onto the battlefield tapped, then shuffle your library.|
|
||||
Vindictive Lich|Commander 2017|21|R|{3}{B}|Creature - Zombie Wizard|4|1|When Vindictive Lich dies, choose one or more. Each mode must target a different player.$*Target opponent sacrifices a creature.$*Target opponent discards two cards.$*Target opponent loses 5 life.|
|
||||
Wasitora, Nekoru Queen|Commander 2017|49|M|{2}{B}{R}{G}|Legendary Creature - Cat Dragon|5|4|Flying, trample$Whenever Wasitora, Nekoru Queen deals combat damage to a player, that player sacrifices a creature. If the player can't, you create a 3/3 black, red, and green Cat Dragon creature token with flying|
|
||||
Bloodforged War Axe|Commander 2017|50|R|{1}|Artifact - Equipment|||Equipped creature gets +2/+0.$Whenever equipped creature deals combat damage to a player, create a token that's a copy of Bloodforged War Axe.$Equip 2|
|
||||
Hammer of Nazahn|Commander 2017|51|R|{4}|Legendary Artifact - Equipment|||Whenever Hammer of Nazahn or another Equipment enters the battlefield under your control, you may attach that Equipment to target creature you control.$Equipped creature gets +2/+0 and has indestructible.$Equip 4|
|
||||
Heirloom Blade|Commander 2017|52|U|{3}|Artifact - Equipment|||Equipped creature gets +3/+1.$Whenever equipped creature dies, you may reveal cards from the top of your library until you reveal a creature card that shares a creature type with it. Put that card into your hand and the rest on the bottom of your library in a random order.$Equip 1|
|
||||
Herald's Horn|Commander 2017|53|U|{3}|Artifact|||When Herald's Horn enters the battlefield, choose a creature type.$Creature spells you cast of the chosen type cost 1 less.$At the beginning of your upkeep, look at the top card of your library. If it's a creature card of the chosen type, you may reveal it and put it into your hand.|
|
||||
Mirror of the Forebears|Commander 2017|54|U|{2}|Artifact|||As Mirror of the Forebears enters the battlefield, choose a creature type.$1: Until end of turn, Mirror of the Forebears becomes a copy of target creature you control of the chosen type, except it's an artifact in addition to its other types.|
|
||||
Ramos, Dragon Engine|Commander 2017|55|M|{6}|Legendary Artifact Creature - Dragon|4|4|Flying$Whenever you cast a spell, put a +1/+1 counter on Ramos, Dragon Engine for each of that spell's colors. Remove five +1/+1 counters from Ramos: Add {W}{W}{U}{U}{B}{B}{R}{R}{G}{G} to your mana pool. Activate this ability only once each turn.|
|
||||
Path of Ancestry|Commander 2017|56|C||Land|||Path of Ancestry enters the battlefield tapped.$T: Add to your mana pool one mana of any color in your commander's color identity. When that mana is spent to cast a creature spell that shares a creature type with your commander, scry 1.|
|
||||
Blind Obedience|Commander 2017|57|R|{1}{W}|Enchantment|||Extort$Artifacts and creatures your opponents control enter the battlefield tapped.|
|
||||
Condemn|Commander 2017|58|U|{W}|Instant|||Put target attacking creature on the bottom of its owner's library. Its controller gains life equal to its toughness.|
|
||||
Divine Reckoning|Commander 2017|59|R|{2}{W}{W}|Sorcery|||Each player chooses a creature he or she controls. Destroy the rest.$Flashback {5}{W}{W}|
|
||||
Fell the Mighty|Commander 2017|60|R|{4}{W}|Sorcery|||Destroy all creatures with power greater than target creature's power.|
|
||||
Jareth, Leonine Titan|Commander 2017|61|R|{3}{W}{W}{W}|Legendary Creature - Cat Giant|4|7|Whenever Jareth, Leonine Titan blocks, it gets +7/+7 until end of turn.${W}: Jareth gains protection from the color of your choice until end of turn.|
|
||||
Jazal Goldmane|Commander 2017|62|M|{2}{W}{W}|Legendary Creature - Cat Warrior|4|4|First strike${3}{W}{W}: Attacking creatures you control get +X/+X until end of turn, where X is the number of attacking creatures.|
|
||||
Kemba, Kha Regent|Commander 2017|63|R|{1}{W}{W}|Legendary Creature - Cat Cleric|2|4|At the beginning of your upkeep, create a 2/2 white Cat creature token for each Equipment attached to Kemba, Kha Regent.|
|
||||
Leonin Arbiter|Commander 2017|64|R|{1}{W}|Creature - Cat Cleric|2|2|Players can't search libraries. Any player may pay {2} for that player to ignore this effect until end of turn.|
|
||||
Leonin Relic-Warder|Commander 2017|65|U|{W}{W}|Creature - Cat Cleric|2|2|When Leonin Relic-Warder enters the battlefield, you may exile target artifact or enchantment.$When Leonin Relic-Warder leaves the battlefield, return the exiled card to the battlefield under its owner's control.|
|
||||
Leonin Shikari|Commander 2017|66|R|{1}{W}|Creature - Cat Soldier|2|2|You may activate equip abilities any time you could cast an instant.|
|
||||
Orator of Ojutai|Commander 2017|67|U|{1}{W}|Creature - Bird Monk|0|4|As an additional cost to cast Orator of Ojutai, you may reveal a Dragon card from your hand.$Defender, flying$When Orator of Ojutai enters the battlefield, if you revealed a Dragon card or controlled a Dragon as you cast Orator of Ojutai, draw a card.|
|
||||
Oreskos Explorer|Commander 2017|68|U|{1}{W}|Creature Cat Scout|2|2|When Oreskos Explorer enters the battlefield, search your library for up to X Plains cards, where X is the number of players who control more lands than you. Reveal those cards, put them into your hand, then shuffle your library.|
|
||||
Raksha Golden Cub|Commander 2017|69|R|{5}{W}{W}|Legendary Creature - Cat Soldier|3|4|Vigilance$As long as Raksha Golden Cub is equipped, Cat creatures you control get +2/+2 and have double strike.|
|
||||
Return to Dust|Commander 2017|70|U|{2}{W}{W}|Instant|||Exile target artifact or enchantment. If you cast this spell during your main phase, you may exile up to one other target artifact or enchantment.|
|
||||
Rout|Commander 2017|71|R|{3}{W}{W}|Sorcery|||You may cast Rout as though it had flash if you pay {2} more to cast it.$Destroy all creatures. They can't be regenerated.|
|
||||
Seht's Tiger|Commander 2017|72|R|{2}{W}{W}|Creature - Cat|3|3|Flash$When Seht's Tiger enters the battlefield, you gain protection from the color of your choice until end of turn.|
|
||||
Spirit of the Hearth|Commander 2017|73|R|{4}{W}{W}|Creature - Cat Spirit|4|5|Flying$You have hexproof.|
|
||||
Sunscorch Regent|Commander 2017|74|R|{3}{W}{W}|Creature - Dragon|4|3|Flying$Whenever an opponent casts a spell, put a +1/+1 counter on Sunscorch Regent and you gain 1 life.|
|
||||
Sunspear Shikari|Commander 2017|75|C|{1}{W}|Creature - Cat Soldier|2|2|As long as Sunspear Shikari is equipped, it has first strike and lifelink.|
|
||||
Swords to Plowshares|Commander 2017|76|U|{W}|Instant|||Exile target creature. Its controller gains life equal to its power.|
|
||||
Taj-Nar Swordsmith|Commander 2017|77|U|{3}{W}|Creature - Cat Soldier|2|3|When Tar-Naj Swordsmith enters the battlefield, you may pay {X}. If you do, search your library for an Equipment card with converted mana cost X or less and put that card onto the battlefield. Then shuffle your library.|
|
||||
White Sun's Zenith|Commander 2017|78|R|{X}{W}{W}{W}|Instant|||Create X 2/2 white Cat creature tokens. Shuffle White Sun's Zenith into its owner's library.|
|
||||
Wing Shards|Commander 2017|79|U|{1}{W}{W}|Instant|||Target player sacrifices an attacking creature.$Storm|
|
||||
Arcanis the Omnipotent|Commander 2017|80|R|{3}{U}{U}{U}|Legendary Creature - Wizard|3|4|{T}: Draw three cards.${2}{U}{U}: Return Arcanis the Omnipotent to its owner's hand.|
|
||||
Archaeomancer|Commander 2017|81|C|{2}{U}{U}|Creature - Human Wizard|1|2|When Archaeomancer enters the battlefield, return target instant or sorcery card from your graveyard to your hand.|
|
||||
Azami, Lady of Scrolls|Commander 2017|82|R|{2}{U}{U}{U}|Legendary Creature - Human Wizard|0|2|Tap an untapped Wizard you control: Draw a card.|
|
||||
Body Double|Commander 2017|83|R|{4}{U}|Creature - Shapeshifter|0|0|You may have Body Double enter the battlefield as a copy of any creature card in a graveyard.|
|
||||
Clone Legion|Commander 2017|84|M|{7}{U}{U}|Sorcery|||For each creature target player controls, create a token that's a copy of that creature.|
|
||||
Harbinger of the Tides|Commander 2017|85|R|{U}{U}|Creature - Merfolk Wizard|2|2|You may cast Harbinger of the Tides as though it had flash if you pay {2} more to cast it.$When Harbinger of the Tides enters the battlefield, you may return target tapped creature an opponent controls to its owner's hand.|
|
||||
Into the Roil|Commander 2017|86|C|{1}{U}|Instant|||Kicker {1}{U}$Return target nonland permanent to its owner's hand. If Into the Roil was kicked, draw a card.|
|
||||
Merchant of Secrets|Commander 2017|87|C|{2}{U}|Creature - Human Wizard|1|1|When Merchant of Secrets enters the battlefield, draw a card.|
|
||||
Monastery Siege|Commander 2017|88|R|{2}{U}|Enchantment|||As Monastery Siege enters the battlefield, choose Khans or Dragons.$Khans — At the beginning of your draw step, draw an additional card, then discard a card.$Dragons — Spells your opponents cast that target you or a permanent you control cost {2} more to cast.|
|
||||
Opportunity|Commander 2017|89|U|{4}{U}{U}|Instant|||Target player draws four cards.|
|
||||
Polymorphist's Jest|Commander 2017|90|R|{1}{U}{U}|Instant|||Until end of turn, each creature target player controls loses all abilities and becomes a blue Frog with base power and toughness 1/1.|
|
||||
Reality Shift|Commander 2017|91|U|{1}{U}|Instant|||Exile target creature. Its controller manifests the top card of his or her library.|
|
||||
Sea Gate Oracle|Commander 2017|92|C|{2}{U}|Creature - Human Wizard|1|3|When Sea Gate Oracle enters the battlefield, look at the top two cards of your library. Put one of them into your hand and the other on the bottom of your library.|
|
||||
Serendib Sorcerer|Commander 2017|93|R|{1}{U}{U}|Creature - Human Wizard|1|1|{T}: Target creature other than Serendib Sorcerer has base power and toughness 0/2 until end of turn.|
|
||||
Spelltwine|Commander 2017|94|R|{5}{U}|Sorcery|||Exile target instant or sorcery card from your graveyard and target instant or sorcery card from an opponent's graveyard. Copy those cards. Cast the copies if able without paying their mana costs. Exile Spelltwine.|
|
||||
Ambition's Cost|Commander 2017|95|U|{3}{B}|Sorcery|||You draw three cards and you lose 3 life.|
|
||||
Anowon, the Ruin Sage|Commander 2017|96|R|{3}{B}{B}|Legendary Creature - Vampire Shaman|4|3|At the beginning of your upkeep, each player sacrifices a non-Vampire creature.|
|
||||
Apprentice Necromancer|Commander 2017|97|R|{1}{B}|Creature - Zombie Wizard|1|1|{B}, {T}, Sacrifice Apprentice Necromancer: Return target creature card from your graveyard to the battlefield. That creature gains haste. At the beginning of the next end step, sacrifice it.|
|
||||
Black Market|Commander 2017|98|R|{3}{B}{B}|Enchantment|||Whenever a creature dies, put a charge counter on Black Market.$At the beginning of your precombat main phase, add {B} to your mana pool for each charge counter on Black Market.|
|
||||
Blood Artist|Commander 2017|99|U|{1}{B}|Creature - Vampire|0|1|Whenever Blood Artist or another creature dies, target player loses 1 life and you gain 1 life.|
|
||||
Blood Tribute|Commander 2017|100|R|{4}{B}{B}|Sorcery|||Kicker — Tap an untapped Vampire you control.$Target opponent loses half his or her life, rounded up. If Blood Tribute was kicked, you gain life equal to the life lost this way.|
|
||||
Bloodhusk Ritualist|Commander 2017|101|U|{2}{B}|Creature - Vampire Shaman|2|2|Multikicker {B}$When Bloodhusk Ritualist enters the battlefield, target opponent discards a card for each time it was kicked.|
|
||||
Bloodlost of Vaasgoth|Commander 2017|102|M|{3}{B}{B}|Creature - Vampire Warrior|3|3|Bloodthirst 3$Flying$Whenever you cast a Vampire creature spell, it gains bloodthirst 3.|
|
||||
Butcher of Malakir|Commander 2017|103|R|{5}{B}{B}|Creature - Vampire Warrior|5|4|Flying$Whenever Butcher of Malakir or another creature you control dies, each opponent sacrifices a creature.|
|
||||
Captivating Vampire|Commander 2017|104|R|{1}{B}{B}|Creature - Vampire|2|2|Other Vampire creature you control get +1/+1.$Tap five untapped Vampires you control: Gain control of target creature. It becomes a Vampire in addition to its other types.|
|
||||
Consuming Vapors|Commander 2017|105|R|{3}{B}|Sorcery|||Target player sacrifices a creature. You gain life equal to that creature's toughness.$Rebound|
|
||||
Corpse Augur|Commander 2017|106|U|{3}{B}|Creature - Zombie Wizard|4|2|When Corpse Augur dies, you draw X cards and you lose X life, where X is the number of creature cards in target player's graveyard.|
|
||||
Crux of Fate|Commander 2017|107|R|{3}{B}{B}|Sorcery|||Choose one — Destroy all Dragon creatures; or Destroy all non-Dragon creatures.|
|
||||
Damnable Pact|Commander 2017|108|R|{X}{B}{B}|Sorcery|||Target player draws X cards and loses X life.|
|
||||
Dark Imposter|Commander 2017|109|R|{2}{B}|Creature - Vampire Assassin|2|2|{4}{B}{B}: Exile target creature an put a +1/+1 counter on Dark Imposter.$Dark Imposter has all activated abilities of all creatures exiled with it.|
|
||||
Deathbringer Regent|Commander 2017|110|R|{5}{B}{B}|Creature - Dragon|5|6|Flying$When Deathbringer Regent enters the battlefield, if you cast it from your hand and there are five or more other creatures on the battlefield, destroy all other creatures.|
|
||||
Decree of Pain|Commander 2017|111|R|{6}{B}{B}|Sorcery|||Destroy all creatures. They can't be regenerated. Draw a card for each creature destroyed this way.$Cycling {3}{B}{B}$When you cycle Decree of Pain, all creatures get -2/-2 until end of turn.|
|
||||
Drana, Kalastria Bloodchief|Commander 2017|112|R|{3}{B}{B}|Legendary Creature - Vampire Shaman|4|4|Flying${X}{B}{B}: Target creature gets -0/-X until end of turn and Drana, Kalastria Bloodchief gets +X/+0 until end of turn.|
|
||||
Falkenrath Noble|Commander 2017|113|C|{3}{B}|Creature - Vampire|2|2|Flying$Whenever Falkenrath Noble or another creature dies, target player loses 1 life and you gain 1 life.|
|
||||
Go for the Throat|Commander 2017|114|U|{1}{B}|Instant|||Destroy target nonartifact creatures.|
|
||||
Magus of the Abyss|Commander 2017|115|R|{3}{B}|Creature - Human Wizard|4|3|At the beginning of each player's upkeep, destroy target nonartifact creature that player controls of his or her choice. It can't be regenerated.|
|
||||
Malakir Bloodwitch|Commander 2017|116|R|{3}{B}{B}|Creature - Vampire Shaman|4|4|Flying, protection from white$When Malakir Bloodwitch enters the battlefield, each opponent loses life equal to the number of Vampires you control. You gain life equal to the life lost this way.|
|
||||
Necromantic Selection|Commander 2017|117|R|{4}{B}{B}{B}|Sorcery|||Destroy all creatures, then return a creature card put into a graveyard this way to the battlefield under you control. It's a black Zombie in addition to its other colors and types. Exile Necromantic Selection.|
|
||||
Painful Truths|Commander 2017|118|R|{2}{B}|Sorcery|||<i>Converge</i> — You draw X cards an you lose X life, where X is the number of colors of mana spent to cast Painful Truths.|
|
||||
Palace Siege|Commander 2017|119|R|{3}{B}{B}|Enchantment|||As Palace Siege enters the battlefield, choose Khans or Dragons.$Khans — At the beginning of your upkeep, return target creature card from your graveyard to your hand.$Dragons — At the beginning of your upkeep, each opponent loses 2 life and you gain 2 life.|
|
||||
Pawn of Ulamog|Commander 2017|120|U|{1}{B}{B}|Creature - Vampire Shaman|2|2|Whenever Pawn of Ulamog or another nontoken creature you control dies, you may creatue a 0/1 colorless Eldrazi Spawn creature token. It has "Sacrifice this creature: Add {C} to your mana pool."|
|
||||
Puppeteer Clique|Commander 2017|121|R|{3}{B}{B}|Creature - Faerie Wizard|3|2|Flying$When Puppeteer Clique enters the battlefield, put target creature card from an opponent's graveyard onto the battlefield under your control. It gains haste. At the beginning of your next end step, exile it.$Persist|
|
||||
Read the Bones|Commander 2017|122|C|{2}{B}|Sorcery|||Srcy 2, then draw two cards. You lose 2 life.|
|
||||
Sangromancer|Commander 2017|123|R|{2}{B}{B}|Creature - Vampire Shaman|3|3|Flying$Whenever a creature an opponent controls dies, you may gain 3 life.$Whenever an opponent discards a card, you may gain 3 life.|
|
||||
Sanguine Bond|Commander 2017|124|R|{3}{B}{B}|Enchantment|||Whenever you gain life, target opponent loses that much life.|
|
||||
Skeletal Scrying|Commander 2017|125|U|{X}{B}|Instant|||As an additional cost to cast Skeletal Scrying, exile X cards from your graveyard.$You draw X cards and you lose X life.|
|
||||
Skeletal Vampire|Commander 2017|126|R|{4}{B}{B}|Creature - Vampire Skeleton|3|3|Flying$When Skeletal Vampire enters the battlefield, create two 1/1 black Bat creature tokens with flying.${3}{B}{B}, Sacrifice a Bat: Create two 1/1 black Bat creature tokens with flying.$Sacrifice a Bat: Regenerate Skeletal Vampire.|
|
||||
Syphon Mind|Commander 2017|127|C|{3}{B}|Sorcery|||Each other players discards a card. You draw a card for each card discarded this way.|
|
||||
Underworld Connections|Commander 2017|128|R|{1}{B}{B}|Enchantment - Aura|||Enchant land$Enchanted land has "{T}, Pay 1 life: Draw a card."|
|
||||
Vampire Nighthawk|Commander 2017|129|U|{1}{B}{B}|Creature - Vampire Shaman|2|3|Flying, deathtouch, lifelink|
|
||||
Vein Drinker|Commander 2017|130|R|{4}{B}{B}|Creature - Vampire|4|4|Flying${R}, {T}: Vein Drinker deals damage equal to its power to target creature. That creature deals damage equal to its power to Vein Drinker.$Whenever a creature dealt damage by Vein Drinker this turn dies, put a +1/+1 counter on Vein Drinker.|
|
||||
Chaos Warp|Commander 2017|131|R|{2}{R}|Instant|||The owner of target permanent shuffles it into his or her library, then reveals the top card of his or her library. If it's a permanent card, he or she puts it onto the battlefield.|
|
||||
Comet Storm|Commander 2017|132|M|{X}{R}{R}|Instant|||Multikicker {1}$Choose target creature or player, then choose another target creature or player for each time Comet Storm was kicked. Comet Storm deals X damage to each of them.|
|
||||
Crucible of Fire|Commander 2017|133|R|{3}{R}|Enchantment|||Dragon creatures you control get +3/+3.|
|
||||
Dragon Tempest|Commander 2017|134|R|{1}{R}|Enchantment|||Whenever a creature with flying enters the battlefield under your control, it gains haste until end of turn.$Whenever a Dragon enters the battlefield under your control, it deals X damage to target creature or player, where X is the number of Dragons you control.|
|
||||
Dragonlord's Servant|Commander 2017|135|U|{1}{R}|Creature - Goblin Shaman|1|3|Dragon spells you cast cost {1} less to cast.|
|
||||
Dragonspeaker Shaman|Commander 2017|136|U|{1}{R}{R}|Creature - Human Barbarian Shaman|2|2|Dragon spells you cast cost {2} less to cast.|
|
||||
Earthquake|Commander 2017|137|R|{X}{R}|Sorcery|||Earthquake deals X damage to each creature without flying and each player.|
|
||||
Hellkite Charger|Commander 2017|138|R|{4}{R}{R}|Creature - Dragon|5|5|Flying, haste$Whenever Hellkite Charger attacks, you may pay {5}{R}{R}. If you do, untap all attacking creatures and after this phase, there is an additional combat phase.|
|
||||
Outpost Siege|Commander 2017|139|R|{3}{R}|Enchantment|||As Outpost Siege enters the battlefield, choose Khans or Dragons.$Khans — At the beginning of your upkeep, exile the top card of your library. Until end of turn, you may play that card.$Dragons — Whenever a creature you control leaves the battlefield, Outpost Siege deals 1 damage to target creature or player.|
|
||||
Rakish Heir|Commander 2017|140|U|{2}{R}|Creature - Vampire|2|2|Whenever a Vampire you control deals combat damage to player, put a +1/+1 counter on it.|
|
||||
Ryusei, the Falling Star|Commander 2017|141|M|{5}{R}|Legendary Creature - Dragon Spirit|5|5|Flying$When Ryusei, the Falling Star dies, it deals 5 damage to each creature without flying.|
|
||||
Scourge of Valkas|Commander 2017|142|M|{2}{R}{R}{R}|Creature - Dragon|4|4|Flying$Whenever Scourge of Valkas or another Dragon enters the battlefield under your control, it deals X damage to target creature or player, where X is the number of Dragons you control.${R}: Scourge of Valkas gets +1/+0 until end of turn.|
|
||||
Tyrant's Familiar|Commander 2017|143|R|{5}{R}{R}|Creature - Dragon|5|5|Flying, haste$<i>Lieutenant</i> — As long as you control your commander, Tyrant's Familiar gets +2/+2 and has "Whenever Tyrant's Familiar attacks, it deals 7 damage to target creature defending player controls."|
|
||||
Utvara Hellkite|Commander 2017|144|M|{6}{R}{R}|Creature - Dragon|6|6|Flying$Whenever a Dragon you control attacks, create a 6/6 red Dragon creature token with flying.|
|
||||
Abundance|Commander 2017|145|R|{2}{G}{G}|Enchantment|||If you would draw a card, you may instead choose land or nonland and reveal cards from the top of your library until you reveal a card of the chosen kind. Put that card into your hand and put all other cards revealed this way on the bottom of your library in any order.|
|
||||
Crushing Vines|Commander 2017|146|C|{2}{G}|Instant|||Choose one — Destroy target creature with flying. Destroy target artifact.|
|
||||
Cultivate|Commander 2017|147|C|{2}{G}|Sorcery|||Search your library for up to two basic land cards, reveal those cards, and put one onto the battlefield tapped and the other into your hand. Then shuffle your library.|
|
||||
Elemental Bond|Commander 2017|148|U|{2}{G}|Enchantment|||Whenever a creature with power 3 or greater enters the battlefield under your control, draw a card.|
|
||||
Farseek|Commander 2017|149|C|{1}{G}|Sorcery|||Search your library for a Plains, Island, Swamp or Mountain card and put it onto the battlefield tapped. Then shuffle your library.|
|
||||
Frontier Siege|Commander 2017|150|R|{3}{G}|Enchantment|||As Frontier Siege enters the battlefield, choose Khans or Dragons.$Khans — At the beginning of each of your main phases, add {G}{G} to your mana pool.$Dragons — Whenever a creature with flying enters the battlefield under your control, you may have it fight target creature you don't control.|
|
||||
Harmonize|Commander 2017|151|U|{2}{G}{G}|Sorcery|||Draw three cards.|
|
||||
Hunter's Prowess|Commander 2017|152|R|{4}{G}|Sorcery|||Until end of turn, target creature gets +3/+3 and gain trample and "Whenever this creature deals combat damage to a player, draw that many cards."|
|
||||
Jedit Ojanen of Efrava|Commander 2017|153|R|{3}{G}{G}{G}|Legendary Creature - Cat Warrior|5|5|Forestwalk$Whenever Jedit Ojanen of Efrava attacks or blocks, create a 2/2 green Cat Warrior creature token with forestwalk.|
|
||||
Kodama's Reach|Commander 2017|154|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.|
|
||||
Nissa's Pilgrimage|Commander 2017|155|C|{2}{G}|Sorcery|||Search your library for up to two basic Forest cards, reveal those cards, and put one onto the battlefield tapped and the rest into your hand. Then shuffle your library.$<i>Spell mastery</i> — If there are two or mroe instant and/or sorcery cards in your graveyard, search your library for up to three basic Forest cards instead of two.|
|
||||
Rain of Thorns|Commander 2017|156|U|{4}{G}{G}|Sorcery|||Choose one or more — Destroy target artifact. Destroy target enchantment. Destroy target land.|
|
||||
Relic Crush|Commander 2017|157|U|{4}{G}|Instant|||Destroy artifact or enchantment and up to one other target artifact or enchantment.|
|
||||
Soul's Majesty|Commander 2017|158|R|{4}{G}|Sorcery|||Draw cards equal to the power of target creature you control.|
|
||||
Temur Sabertooth|Commander 2017|159|U|{2}{G}{G}|Creature - Cat|4|3|{1}{G}: You may return another creature you control to its owner's hand. If you do, Temur Sabertooth gains indestructible until end of turn.|
|
||||
Zendikar Resurgent|Commander 2017|160|R|{5}{G}{G}|Enchantment|||Whenever you tap a land for mana, add one mana to your mana pool of any type that land produced.$Whenever you cast a creature spell, draw a card.|
|
||||
Atarka, World Render|Commander 2017|161|R|{5}{R}{G}|Legendary Creature - Dragon|6|4|Flying, trample$Whenever a Dragon you control attacks, it gains double strike until end of turn.|
|
||||
Behemoth Sledge|Commander 2017|162|U|{1}{G}{W}|Artifact - Equipment|||Equipped creature gets +2/+2 and has lifelink and trample.$Equip {3}|
|
||||
Bladewing the Risen|Commander 2017|163|R|{3}{B}{B}{R}{R}|Legendary Creature - Zombie Dragon|4|4|Flying$When Bladewing the Risen enters the battlefield, you may return target Dragon permanent card from your graveyard to the battlefield.${B}{R}: Dragon creatures get +1/+1 until end of turn.|
|
||||
Blood Baron of Vizkopa|Commander 2017|164|M|{3}{W}{B}|Creature - Vampire|4|4|Lifelink, protection from white and from black$As long as you have 30 or more life and an opponent has 10 or less life, Blood Baron of Vizkopa gets +6/+6 and has flying.|
|
||||
Broodmate Dragon|Commander 2017|165|R|{3}{B}{R}{G}|Creature - Dragon|4|4|Flying$When Broodmate Dragon enters the battlefield, create a 4/4 red Dragon creature token with flying.|
|
||||
Cauldron Dance|Commander 2017|166|U|{4}{B}{R}|Instant|||Cast Cauldron Dance only during combat.$Return target creature card from your graveyard to the battlefield. That creature gains haste. Return it to your hand at the beginning of the next end step.$You may put a creature card from your hand onto the battlefield. That creature gains haste. Its controller sacrifices it at the beginning of the next end step.|
|
||||
Crackling Doom|Commander 2017|167|R|{R}{W}{B}|Instant|||Crackling Doom deals 2 damage to each opponent. Each opponent sacrifices a creature with the greatest power among creatures he or she controls.|
|
||||
Crosis, the Purger|Commander 2017|168|R|{3}{U}{B}{R}|Legendary Creature - Dragon|6|6|Flying$Whenever Crosis, the Purger deals combat damage to a player, you pay {2}{B}. If you do, choose a color, then that player reveals his or her hand and discards all cards of that color.|
|
||||
Crosis's Charm|Commander 2017|169|U|{U}{B}{R}|Instant|||Choose one — Return target permanent to its owner's hand. Destroy target nonblack creature. It can't be regenerated. Destroy target artifact.|
|
||||
Dromoka, the Eternal|Commander 2017|170|R|{3}{G}{W}|Legendary Creature - Dragon|5|5|Flying$Whenever a Dragon you control attacks, bolster 2.|
|
||||
Etherium-Horn Sorcerer|Commander 2017|171|R|{4}{U}{R}|Artifact Creature - Minotaur Wizard|3|6|{1}{U}{R}: Return Etherium-Horn Sorcerer to its owner's hand.$Cascade|
|
||||
Fleecemane Lion|Commander 2017|172|R|{G}{W}|Creature - Cat|3|3|{3}{G}{W}: Monstrosity 1.$As long as Fleecemane Lion is monstrous, it has hexproof and indestructible.|
|
||||
Havengul Lich|Commander 2017|173|M|{3}{U}{B}|Creature - Zombie Wizard|4|4|{1}: You may cast target creature card in a graveyard this turn. When you cast that card this turn, Havengul Lich gains all activated abilities of that card until end of turn.|
|
||||
Intet, the Dreamer|Commander 2017|174|R|{3}{U}{R}{G}|Legendary Creature - Dragon|6|6|Flying$Whenever Intet, the Dreamer deals combat damage to a player, you may pay {2}{U}. If you do, exile the top card of your library face down. You may look at that card for as long as it remains exiled. You may play that card without paying its mana cost for as long as Intet remains on the battlefield.|
|
||||
Izzet Chronarch|Commander 2017|175|C|{3}{U}{R}|Creature - Human Wizard|2|2|When Izzet Chronarch enters the battlefield, return target instant or sorcery card from your graveyard to your hand.|
|
||||
Kolaghan, the Storm's Fury|Commander 2017|176|R|{3}{B}{R}|Legendary Creature - Dragon|4|5|Flying$Whenever a Dragon you control attacks, creature you control get +1/+0 until end of turn.$Dash {3}{B}{R}|
|
||||
Marchesa, the Black Rose|Commander 2017|177|M|{1}{U}{B}{R}|Legendary Creature - Human Wizard|3|3|Dethrone$Other creatures you control have dethrone.$Whenever a creature you control with +1/+1 counter on it dies, return that card to the battlefield under your control at the beginning of the next end step.|
|
||||
Memory Plunder|Commander 2017|178|R|{UB}{UB}{UB}{UB}|Instant|||You may cast target instant or sorcery card from an opponent's graveyard without paying its mana cost.|
|
||||
Merciless Eviction|Commander 2017|179|R|{4}{W}{B}|Sorcery|||Choose one — Exile all artifacts. Exile all creatures. Exile all enchantments. Exile all planeswalkers.|
|
||||
Mercurial Chemister|Commander 2017|180|R|{3}{U}{R}|Creature - Human Wizard|2|3|{U}, {T}: Draw two cards.${R}, {T}, Discard a card: Mercurial Chemister deals damage to target creature equal to the discarded card's converted mana cost.|
|
||||
Mirari's Wake|Commander 2017|181|M|{3}{G}{W}|Enchantment|||Creatures you control get +1/+1.$Whenever you tap a land for mana, add one amana to your mana pool of any type that land produced.|
|
||||
Mortify|Commander 2017|182|U|{1}{W}{B}|Instant|||Destroy target creature or enchantment.|
|
||||
Nin, the Pain Artist|Commander 2017|183|R|{U}{R}|Legendary Creature - Vedalken Wizard|1|1|{X}{U}{R}, {T}: Nin, the Pain Artist deals X damage to target creature. That creature's controller draws X cards.|
|
||||
Niv-Mizzet, Dracogenius|Commander 2017|184|R|{2}{U}{U}{R}{R}|Legendary Creature - Dragon Wizard|5|5|Flying$Whenever Niv-Mizzet, Dracogenius deals damage to a player, you may draw a card.${U}{R}: Niv-Mizzet, Dracogenius deals 1 damage to target creature or player.|
|
||||
Niv-Mizzet, the Firemind|Commander 2017|185|R|{2}{U}{U}{R}{R}|Legendary Creature - Dragon Wizard|4|4|Flying$Whenever you draw a card, Niv-Mizzet, the Firemind deals 1 damage to target creature or player.${T}: Draw a card.|
|
||||
Nivix Guildmage|Commander 2017|186|U|{U}{R}|Creature - Human Wizard|2|2|{1}{U}{R}: Draw a card, then discard a card.${2}{U}{R}: Copy target instant or sorcery spell you control. You may choose new targets for the copy.|
|
||||
Ojutai, Soul of Winter|Commander 2017|187|R|{5}{W}{U}|Legendary Creature - Dragon|5|6|Flying, vigilance$Whenever a Dragon you control attacks, tap target nonland permanent an opponent controls. That permanent doesn't untap during its controller's next untap step.|
|
||||
Phantom Nishoba|Commander 2017|188|R|{5}{G}{W}|Creature - Cat Beast Spirit|0|0|Trample$Phantom Nishoba enters the battlefield with seven +1/+1 counters on it.$Whenever Phantom Nishoba deals damage, you gain that much life.$If damage would be dealt to Phantom Nishoba, prevent that damage. Remove a +1/+1 counter from Phantom Nishoba.|
|
||||
Qasali Pridemage|Commander 2017|189|C|{G}{W}|Creature - Cat Wizard|2|2|Exalted${1}, Sacrifice Qasali Pridemage: Destroy target artifact or enchantment.|
|
||||
Rakdos Charm|Commander 2017|190|U|{B}{R}|Instant|||Choose one — Exile all cards from target player's graveyard. Destroy target artifact. Each creature deals 1 damage to its controller.|
|
||||
Savage Ventmaw|Commander 2017|191|U|{4}{R}{G}|Creature - Dragon|4|4|Flying$Whenever Savage Ventmaw attacks, add {R}{R}{R}{G}{G}{G} to your mana pool. Until end of turn, this mana doesn't empty from your mana pool as steps and phases end.|
|
||||
Scion of the Ur-Dragon|Commander 2017|192|R|{W}{U}{B}{R}{G}|Legendary Creature - Dragon Avatar|4|4|Flying${2}: Search your library from a Dragon permanent card and put it into your graveyard. If you do, Scion of the Ur-Dragon becomes a copy of that card until end of turn. Then shuffle your library.|
|
||||
Shadowmage Infiltrator|Commander 2017|193|R|{1}{U}{B}|Creature - Human Wizard|1|3|Fear$Whenever Shadowmage Infiltrator deals combat damage to a player, you may draw a card.|
|
||||
Silumgar, the Drifting Death|Commander 2017|194|R|{4}{U}{B}|Legendary Creature - Dragon|3|7|Flying, hexproof$Whenever a Dragon you control attacks, creatures defending player controls get -1/-1 until end of turn.|
|
||||
Silumgar's Command|Commander 2017|195|R|{3}{U}{B}|Instant|||Choose two — Counter target noncreature spell. Return target permanent to its owner's hand. Target creature gets -3/-3 until end of turn. Destroy target planeswalker.|
|
||||
Spellbound Dragon|Commander 2017|196|R|{3}{U}{R}|Creature - Dragon|3|5|Flying$Whenever Spellbound Dragon attacks, draw a card, then discard a card. Spellbound Dragon gets +X/+0 until end of turn, where X is the discarded card's converted mana cost.|
|
||||
Stromkirk Captain|Commander 2017|197|U|{1}{B}{R}|Creature - Vampire Soldier|2|2|First strike$Other Vampire creatures you control get +1/+1 and have first strike.|
|
||||
Teneb, the Harvester|Commander 2017|198|R|{3}{B}{G}{W}|Legendary Creature - Dragon|6|6|Flying$Whenever Teneb, the Harvester deals combat damage to a player, you may pay {2}{B}. If you do, put target creature card from a graveyard onto the battlefield under your control.|
|
||||
Terminate|Commander 2017|199|U|{B}{R}|Instant|||Destroy target creature. It can't be regenerated.|
|
||||
Tithe Drinker|Commander 2017|200|C|{W}{B}|Creature - Vampire|2|1|Lifelink$Extort|
|
||||
Vela the Night-Clad|Commander 2017|201|M|{4}{U}{B}|Legendary Creature - Human Wizard|4|4|Intimidate$Other creatures you control have intimidate.$Whenever Vela the Night-Clade or another creature you control leaves the battlefield, each opponent loses 1 life.|
|
||||
Argentum Armor|Commander 2017|202|R|{6}|Artifact - Equipment|||Equipped creature gets +6/+6.$Whenever equipped creature attacks, destroy target permanent.$Equip {6}|
|
||||
Armillary Sphere|Commander 2017|203|C|{2}|Artifact|||{2}, Sacrifice Armillary Sphere: Search your library for up to two basic land cards, reveal them, and put them into your hand. Then shuffle your library.|
|
||||
Blade of the Bloodchief|Commander 2017|204|R|{1}|Artifact - Equipment|||Whenever a creature dies, put a +1/+1 counter on equipped creature. If equipped creature is a Vampire, put two +1/+1 counter on it instead.|
|
||||
Boros Signet|Commander 2017|205|U|{2}|Artifact|||{1}, {T}: Add {R}{W} to your mana pool.|
|
||||
Commander's Sphere|Commander 2017|206|C|{3}|Artifact|||{T}: Add to your mana pool one mana of any color in your commander's color identity.$Sacirifice Commander's Sphere: Draw a card.|
|
||||
Darksteel Ingot|Commander 2017|207|U|{3}|Artifact|||Indestructible${T}: Add one mana of any color to your mana pool.|
|
||||
Door of Destinies|Commander 2017|208|R|{4}|Artifact|||As Door of Destinies enters the battlefield, choose a creature type.$Whenever you cast a spell of the chosen type, put a charge counter on Door of Destinies.$Creatures you control of the chosen type get +1/+1 for each charge counter on Door of Destinies.|
|
||||
Dreamstone Hedron|Commander 2017|209|U|{6}|Artifact|||{T}: Add {C}{C}{C} to your mana pool.${3}, {T}, Sacrifice Dreamstone Hedron: Draw three cards.|
|
||||
Fellwar Stone|Commander 2017|210|U|{2}|Artifact|||{T}: Add to your mana pool one mana of any color that a land an opponent controls could produce.|
|
||||
Fist of Suns|Commander 2017|211|R|{3}|Artifact|||You may pay {W}{U}{B}{R}{G} rather than pay the mana cost for spells you cast.|
|
||||
Grappling Hook|Commander 2017|212|R|{4}|Artifact - Equipment|||Equipped creature has double strike.$Whenever equipped creature attacks, you may have target creature block it this turn if able.$Equip {4}|
|
||||
Hedron Archive|Commander 2017|213|U|{4}|Artifact|||{T}: Add {C}{C} to your mana pool.${2}, {T}, Sacrifice Hedron Archive: Draw two cards.|
|
||||
Hero's Blade|Commander 2017|214|U|{2}|Artifact - Equipment|||Equipped creature gets +3/+2.$Whenever a legendary creature enters the battlefield under your control, you may attach Hero's Blade to it.$Equip {4}|
|
||||
Lightning Greaves|Commander 2017|215|U|{2}|Artifact - Equipment|||Equipped creature has haste and shroud.$Equip {0}|
|
||||
Loxodon Warhammer|Commander 2017|216|U|{3}|Artifact - Equipment|||Equipped creature gets +3/+0 and has trample and lifelink.$Equip {3}|
|
||||
Nevinyrral's Disk|Commander 2017|217|R|{4}|Artifact|||Nevinyrral's Disk enters the battlefield tapped.${1}, {T}: Destroy all artifacts, creatures, and enchantments.|
|
||||
Nihil Spellbomb|Commander 2017|218|C|{1}|Artifact|||{T}, Sacrifice Nihil Spellbomb: Exile all cards from 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.|
|
||||
Orzhov Signet|Commander 2017|219|U|{2}|Artifact|||{1}, {T}: Add {W}{B} to your mana pool.|
|
||||
Quietus Spike|Commander 2017|220|R|{3}|Artifact - Equipment|||Equipped creature has deathtouch.$Whenever equipped creature deals combat damage to a player, that player loses half his or her life, rounded up.$Equip {3}|
|
||||
Rakdos Signet|Commander 2017|221|U|{2}|Artifact|||{1}, {T}: Add {B}{R} to your mana pool.|
|
||||
Skullclamp|Commander 2017|222|U|{1}|Artifact - Equipment|||Equipped creature get +1/-1.$Whenever equipped creature dies, draw two cards.$Equip {1}|
|
||||
Sol Ring|Commander 2017|223|U|{1}|Artifact|||{T}: Add {C}{C} to your mana pool.|
|
||||
Staff of Nin|Commander 2017|224|R|{6}|Artifact|||At the beginning of your upkeep, draw a card.${T}: Staff of Nin deals 1 damage to target creature or player.|
|
||||
Steel Hellkite|Commander 2017|225|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 damage by Steel Hellkite this turn. Activate this ability only once each turn.|
|
||||
Swiftfoot Boots|Commander 2017|226|U|{2}|Artifact - Equipment|||Equipped creature has hexproof and haste.$Equip {1}|
|
||||
Sword of the Animist|Commander 2017|227|R|{2}|Artifact - Equipment|||Equipped creature gets +1/+1.$Whenever equipped creature attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle your library.$Equip {2}|
|
||||
Sword of Vengeance|Commander 2017|228|R|{3}|Artifact - Equipment|||Equipped creature gets +2/+0 and has first strike, vigilance, trample, and haste.$Equip {3}|
|
||||
Unstable Obelisk|Commander 2017|229|U|{3}|Artifact|||{T}: Add {C} to your mana pool.${7}, {T}, Sacrifice Unstable Obelisk: Destroy target permanent.|
|
||||
Wayfarer's Bauble|Commander 2017|230|C|{1}|Artifact|||{2}, Sacrifice Wayfarer's Bauble: Search your library for a basic land card and put that card onto the battlefield tapped. Then shuffle your library.|
|
||||
Well of Lost Dreams|Commander 2017|231|R|{4}|Artifact|||Whenever you gain life, you may pay {X}, where X is less than or equal to the amount of life you gained. If you do, draw X cards.|
|
||||
Worn Powerstone|Commander 2017|232|U|{3}|Artifact|||Worn Powerstone enters the battlefield tapped.${T}: Add {C}{C} to your mana pool.|
|
||||
Akoum Refuge|Commander 2017|233|U||Land|||Akoum Refuge enters the battlefield tapped.$When Akoum Refuge enters the battlefield, you gain 1 life.${T}: Add {B} or {R} to your mana pool.|
|
||||
Arcane Sanctum|Commander 2017|234|U||Land|||Arcane Sanctum enters the battlefield tapped.${T}: Add {W}, {U}, or {B} to your mana pool.|
|
||||
Blighted Woodland|Commander 2017|235|U||Land|||{T}: Add {C} to your mana pool.${3}{G}, {T}, Sacrifice Blighted Woodland: Search your library for up to two basic land cards and put them onto the battlefield tapped. Then shuffle your library.|
|
||||
Bloodfell Caves|Commander 2017|236|C||Land|||Bloodfell Caves enters the battlefield tapped.$When Bloodfell Caves enters the battlefield, you gain 1 life.${T}: Add {B} or {R} to your mana pool.|
|
||||
Blossoming Sands|Commander 2017|237|C||Land|||Blossoming Sands enters the battlefield tapped.$When Blossoming Snads enters the battlefield, you gain 1 life.${T}: Add {G} or {W} to your mana pool.|
|
||||
Bojuka Bog|Commander 2017|238|C||Land|||Bojuka Bog enters the battlefield tapped.$When Bojuka Bog enters the battlefield, exile all cards from target player's graveyard.${T}: Add {B} to your mana pool.|
|
||||
Boros Garrison|Commander 2017|239|C||Land|||Boros Garrison enters the battlefield tapped.$When Boros Garrison enters the battlefield, return a land you control to its owner's hand.${T}: Add {R}{W} to your mana pool.|
|
||||
Boros Guildgate|Commander 2017|240|C||Land - Gate|||Boros Guildgate enters the battlefield tapped.${T}: Add {R} or {W} to your mana pool.|
|
||||
Cinder Barrens|Commander 2017|241|U||Land|||Cinder Barrens enters the battlefield tapped.${T}: Add {B} or {R} to your mana pool.|
|
||||
Command Tower|Commander 2017|242|C||Land|||{T}: Add to your mana pool one mana of any color in your commander's color identity.|
|
||||
Crucible of the Spirit Dragon|Commander 2017|243|R||Land|||{T}: Add {C} to your mana pool.${1}, {T}: Put a storage counter on Crucible of the Spirit Dragon.${T}, Remove X storage counters from Crucible of the Spirit Dragon: Add X mana in any combination of colors to your mana pool. Spend this mana only to cast Dragon spells or activate abilities of Dragons.|
|
||||
Crumbling Necropolis|Commander 2017|244|U||Land|||Crumbling Necropolis enters the battlefield tapped.${T}: Add {U}, {B}, or {R} to your mana pool.|
|
||||
Dimir Aqueduct|Commander 2017|245|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} to your mana pool.|
|
||||
Dismal Backwater|Commander 2017|246|C||Land|||Dismal Backwater enters the battlefield tapped.$When Dismal Backwater enters the battlefield, you gain 1 life.${T}: Add {U} or {B} to your mana pool.|
|
||||
Elfhame Palace|Commander 2017|247|U||Land|||Elfhame Palace enters the battlefield tapped.${T}: Add {G} or {W} to your mana pool.|
|
||||
Evolving Wilds|Commander 2017|248|C||Land|||{T}, Sacrifice Evolving Wilds: Search your library for a basic land card and put it onto the battlefield tapped. Then shuffle your library.|
|
||||
Exotic Orchard|Commander 2017|249|R||Land|||{T}: Add to your mana pool one mana of any color that a land an opponent controls could produce.|
|
||||
Forsaken Sanctuary|Commander 2017|250|U||Land|||Forsaken Sanctuary enters the battlefield tapped.${T}: Add {W} or {B} to your mana pool.|
|
||||
Frontier Bivouac|Commander 2017|251|U||Land|||Frontier Bivouac enters the battlefield tapped.${T}: Add {G}, {U}, or {R} to your mana pool.|
|
||||
Grasslands|Commander 2017|252|U||Land|||Grasslands enters the battlefield tapped.${T}, Sacrifice Grasslands: Search your library for a Forest or Plains card and put it onto the battlefield. Then shuffle your library.|
|
||||
Graypelt Refuge|Commander 2017|253|U||Land|||Graypelt Refuge enters the battlefield tapped.$When Graypelt Refuge enters the battlefield, you gain 1 life.${T}: Add {G} or {W} to your mana pool.|
|
||||
Grixis Panorama|Commander 2017|254|C||Land|||{T}: Add {C} to your mana pool.${1}, {T}, Sacrifice Grixis Panorama: Search your library for a basic Island, Swamp, or Mountain card and put it onto the battlefield tapped. Then shuffle your library.|
|
||||
Haven of the Spirit Dragon|Commander 2017|255|R||Land|||{T}: Add {C} to your mana pool.${T}: Add one mana of any color to your mana pool. Spend this mana only to cast a Dragon creature spell.${2}, {T}, Sacrifice Haven of the Spirit Dragon: Return target Dragon creature card of Ugin planeswalker card from your graveyard to your hand.|
|
||||
Izzet Boilerworks|Commander 2017|256|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} to your mana pool.|
|
||||
Jungle Shrine|Commander 2017|257|U||Land|||Jungle Shrine enters the battlefield tapped.${T}: Add {R}, {G}, or {W} to your mana pool.|
|
||||
Jwar Isle Refuge|Commander 2017|258|U||Land|||Jwar Isle Refuge enters the battlefield tapped.$When Jwar Isle Refuge enters the battlefield, you gain 1 life.${T}: Add {U} or {B} to your mana pool.|
|
||||
Kabira Crossroads|Commander 2017|259|C||Land|||Kabira Crossroads enters the battlefield tapped.$When Kabira Crossroads enters the battlefield, you gain 2 life.${T}: Add {W} to your mana pool.|
|
||||
Krosan Verge|Commander 2017|260|U||Land|||Krosan Verge enters the battlefield tapped.${T}: Add {C} to your mana pool.${2}, {T}, Sacrifice Krosan Verge: Search your library for a Forest card and a Plains card and put them onto the battlefield tapped. Then shuffle your library.|
|
||||
Mosswort Bridge|Commander 2017|261|R||Land|||Hideaway${T}: Add {G} to your mana pool.${G}, {T}: You may play the exiled card without paying its mana cost if creatures you control have total power 10 or greater.|
|
||||
Myriad Landscape|Commander 2017|262|U||Land|||Myriad Landscape enters the battlefield tapped.${T}: Add {C} to your mana pool.${2}, {T}, Sacrifice Myriad Landscape: Search your library for up to two basic land cards that share a land type, put them onto the battlefield tapped, then shuffle your library.|
|
||||
Mystic Monastery|Commander 2017|263|U||Land|||Mystic Monastery enters the battlefield tapped.${T}: Add {U}, {R}, or {W} to your mana pool.|
|
||||
Mystifying Maze|Commander 2017|264|R||Land|||{T}: Add {C} to your mana pool.${4}, {T}: Exile target attacking creature an opponent controls. At the beginning of the next end step, return it to the battlefield tapped under its owner's control.|
|
||||
Nomad Outpost|Commander 2017|265|U||Land|||Nomad Outpost enters the battlefield tapped.${T}: Add {R}, {W}, or {B} to your mana pool.|
|
||||
Opal Palace|Commander 2017|266|C||Land|||{T}: Add {C} to your mana pool.${1}, {T}: Add to your mana pool one mana of any color in your commander's color identity. If you spend this mana to cast your commander, it enters the battlefield with a number of additional +1/+1 counters on it equal to the number of times it's been cast from the command zone this game.|
|
||||
Opulent Palace|Commander 2017|267|U||Land|||Opulant Palace enters the battlefield tapped.${T}: Add {B}, {G}, or {U} to your mana pool.|
|
||||
Orzhov Basilica|Commander 2017|268|C||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} to your mana pool.|
|
||||
Orzhov Guildgate|Commander 2017|269|C||Land - Gate||||Orzhov Guildgate enters the battlefield tapped.${T}: Add {W} or {B} to your mana pool.|
|
||||
Rakdos Carnarium|Commander 2017|270|C||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} to your mana pool.|
|
||||
Rakdos Guildgate|Commander 2017|271|C||Land - Gate|||Rakdos Guildgate enters the battlefield tapped.${T}: Add {B} or {R} to your mana pool.|
|
||||
Rogue's Passage|Commander 2017|272|U||Land|||{T}: Add {C} to your mana pool.${4}, {T}: Target creature can't be blocked this turn.|
|
||||
Saltcrusted Steppe|Commander 2017|273|U||Land|||{T}: Add {C} to your mana pool.${1}, {T}: Put a storage counter on Saltcrusted Steppe.${1}, Remove X storage counters from Saltcrusted Steppe: Add X mana in any combination of {G} and/or {W} to your mana pool.|
|
||||
Sandsteppe Citadel|Commander 2017|274|U||Land|||Sandsteppe Citadel enters the battlefield tapped.${T}: Add {W}, {B}, or {G} to your mana pool.|
|
||||
Savage Lands|Commander 2017|275|U||Land|||Savage Lands enters the battlefield tapped.${T}: Add {B}, {R}, or {G} to your mana pool.|
|
||||
Scoured Barrens|Commander 2017|276|C||Land|||Scoured Barrens enters the battlefield tapped.$When Scoured Barrens enters the battlefield, you gain 1 life.${T}: Add {W} or {B} to your mana pool.|
|
||||
Seaside Citadel|Commander 2017|277|U||Land|||Seaside Citadel enters the battlefield tapped.${T}: Add {G}, {W}, or {U} to your mana pool.|
|
||||
Secluded Steppe|Commander 2017|278|C||Land|||Secluded Steppe enters the battlefield tapped.${T}: Add {W} to your mana pool.$Cycling {W}|
|
||||
Selesnya Guildgate|Commander 2017|279|C||Land - Gate|||Selesnya Guildgate enters the battlefield tapped.${T}: Add {G} or {W} to your mana pool.|
|
||||
Selesnya Sanctuary|Commander 2017|280|C||Land|||Selesnya Sanctuary enters the battlefield tapped.$When Selesnya Sanctuary enters the battlefield, return a land you control to its owner's hand.${T}: Add {G}{W} to your mana pool.|
|
||||
Stirring Wildwood|Commander 2017|281|R||Land|||Stirring Wildwood enters the battlefield tapped.${T}: Add {G} or {W} to your mana pool.${1}{G}{W}: Until end of turn, Stirring Wildwood becomes a 3/4 green and white Elemental creature with reach. It's still a land.|
|
||||
Stone Quarry|Commander 2017|282|U||Land|||Stone Quarry enters the battlefield tapped.${T}: Add {R} or {W} to your mana pool.|
|
||||
Swiftwater Cliffs|Commander 2017|283|C||Land|||Swiftwater Cliffs enters the battlefield tapped.$When Swiftwater Cliffs enters the battlefield, you gain 1 life.${T}: Add {U} or {R} to your mana pool.|
|
||||
Temple of the False God|Commander 2017|284|U||Land|||{T}: Add {C}{C} to your mana pool. Activate this ability only if you control five or more lands.|
|
||||
Terramorphic Expanse|Commander 2017|285|C||Land|||{T}, Sacrifice Terramorphic Expanse: Search your library for a basic land card and put it onto the battlefield tapped. Then shuffle your library.|
|
||||
Tranquil Expanse|Commander 2017|286|U||Land|||Tranquil Expanse enters the battlefield tapped.${T}: Add {G} or {W} to your mana pool.|
|
||||
Tranquil Thicket|Commander 2017|287|C||Land|||Tranquil Thicket enters the battlefield tapped.${T}: Add {G} to your mana pool.$Cycling {G}|
|
||||
Urborg Volcano|Commander 2017|288|U||Land|||Urborg Volcano enters the battlefield tapped.${T}: Add {B} or {R} to your mana pool.|
|
||||
Vivid Crag|Commander 2017|289|U||Land|||Vivid Crag enters the battlefield tapped with two charge counters on it.${T}: Add {R} to your mana pool.${T}, Remove a charge counter from Vivid Crag: Add one mana of any color to your mana pool.|
|
||||
Vivid Creek|Commander 2017|290|U||Land|||Vivid Creek enters the battlefield tapped with two charge counters on it.${T}: Add {U} to your mana pool.${T}, Remove a charge counter from Vivid Creek: Add one mana of any color to your mana pool.|
|
||||
Vivid Grove|Commander 2017|291|U||Land|||Vivid Grove enters the battlefield tapped with two charge counters on it.${T}: Add {G} to your mana pool.${T}, Remove a charge counter from Vivid Grove: Add one mana of any color to your mana pool.|
|
||||
Vivid Marsh|Commander 2017|292|U||Land|||Vivid Marsh enters the battlefield tapped with two charge counters on it.${T}: Add {B} to your mana pool.${T}, Remove a charge counter from Vivid Marsh: Add one mana of any color to your mana pool.|
|
||||
Vivid Meadow|Commander 2017|293|U||Land|||Vivid Meadow enters the battlefield tapped with two charge counters on it.${T}: Add {W} to your mana pool.${T}, Remove a charge counter from Vivid Meadow: Add one mana of any color to your mana pool.|
|
||||
Wind-Scarred Crag|Commander 2017|294|C||Land|||Wind-Scarred Crag enters the battlefield tapped.$When Wind-Scarred Crag enters the battlefield, you gain 1 life.${T}: Add {R} or {W} to your mana pool.|
|
||||
Plains|Commander 2017|295|L||Basic Land - Plains|||{T}: Add {W} to your mana pool.|
|
||||
Plains|Commander 2017|296|L||Basic Land - Plains|||{T}: Add {W} to your mana pool.|
|
||||
Plains|Commander 2017|297|L||Basic Land - Plains|||{T}: Add {W} to your mana pool.|
|
||||
Island|Commander 2017|298|L||Basic Land - Island|||{T}: Add {U} to your mana pool.|
|
||||
Island|Commander 2017|299|L||Basic Land - Island|||{T}: Add {U} to your mana pool.|
|
||||
Island|Commander 2017|300|L||Basic Land - Island|||{T}: Add {U} to your mana pool.|
|
||||
Swamp|Commander 2017|301|L||Basic Land - Swamp|||{T}: Add {B} to your mana pool.|
|
||||
Swamp|Commander 2017|302|L||Basic Land - Swamp|||{T}: Add {B} to your mana pool.|
|
||||
Swamp|Commander 2017|303|L||Basic Land - Swamp|||{T}: Add {B} to your mana pool.|
|
||||
Mountain|Commander 2017|304|L||Basic Land - Mountain|||{T}: Add {R} to your mana pool.|
|
||||
Mountain|Commander 2017|305|L||Basic Land - Mountain|||{T}: Add {R} to your mana pool.|
|
||||
Mountain|Commander 2017|306|L||Basic Land - Mountain|||{T}: Add {R} to your mana pool.|
|
||||
Forest|Commander 2017|307|L||Basic Land - Forest|||{T}: Add {G} to your mana pool.|
|
||||
Forest|Commander 2017|308|L||Basic Land - Forest|||{T}: Add {G} to your mana pool.|
|
||||
Forest|Commander 2017|309|L||Basic Land - Forest|||{T}: Add {G} to your mana pool.|
|
||||
Aegis Angel|Archenemy: Nicol Bolas|1|R|{4}{W}{W}|Creature - Angel|5|5|Flying$When Aegis Angel enters the battlefield, another target creature gains indestructible for as long as you control Aegis Angel.|
|
||||
Aerial Responder|Archenemy: Nicol Bolas|2|U|{1}{W}{W}|Creature - Dwarf Soldier|2|3|Flying, vigilance, lifelink|
|
||||
Anointer of Champions|Archenemy: Nicol Bolas|3|U|{W}|Creature - Human Cleric|1|1|{T}: Target attacking creature gets +1/+1 until end of turn.|
|
||||
|
@ -32071,48 +32324,65 @@ Wasp of the Bitter End|Hour of Devastation|206|U|{1}{B}|Creature - Insect Horror
|
|||
Zealot of the God-Pharaoh|Hour of Devastation|207|C|{3}{R}|Creature - Minotaur Archer|4|3|{4}{R}: Zealot of the God-Pharaoh deals 2 damage to target opponent.|
|
||||
Visage of Bolas|Hour of Devastation|208|R|{4}|Artifact|||When Visage of Bolas enters the battlefield, you may search your library and/or graveyard for a card named Nicol Bolas, the Deceiver, reveal it, and put it into your hand. If you search your library this way, shuffle it.${t}: Add {U}, {B}, or {R} to your mana pool.|
|
||||
Cinder Barrens|Hour of Devastation|209|C||Land|||Cinder Barrens enters the battlefield tapped.${t}: Add {B} or {R} to your mana pool.|
|
||||
Arcane Adaptation|Ixalan|44|R|{2}{U}|Enchantment|||As Arcane Adaptation enters the battlefield, choose a creature type.$Creatures you control are the chosen type in addition to their other types. The same is true for creature spells you control and creature cards you own that aren't on the battlefield.|
|
||||
Ashes of the Abhorrent|Ixalan|???|R|{1}{W}|Enchantment|||Players can't cast spells from graveyards or activate abilities from graveyards.$Whenever a creature dies, you gain 1 life.|
|
||||
Bishop of Rebirth|Ixalan|???|R|Creature - Vampire Cleric|3|4|Vigilance$Whenever Bishop of Rebirth attacks, you may return target creature card with converted mana cost 3 or less from your graveyard to the battlefield.|
|
||||
Goring Ceratops|Ixalan|???|R|Creature - Dinosaur|?|?|Double strike$Whenever Goring Ceratops attacks, other creatures you control gain double strike until end of turn.|
|
||||
Kimalla's Sunwing|Ixalan|???|R|{2}{W}|Creature - Dinosaur|2|3|Flying$Creatures your opponents control enter the battlefield tapped.|
|
||||
Mynea Frian, Dark Apostle|Ixalan|???|R|{2}{W}|Legendary Creature - Vampire Cleric|2|2|Whenever one or more nontoken Vampires you control attack, create a 1/1 white Vampire creature token with lifelink.|
|
||||
Priest of the Wandering Sun|Ixalan|???|R|{W}|Creature - Human Cleric|1|1|At the beginning of your upkeep, you may reveal a Dinosaur card from your hand. If you do, you gain 2 life.${3}{W}{W}, Sacrifice Priest of the Wandering Sun: Search your library for a Dinosaur card, reveal it, and put it into your hand, then shuffle your library.|
|
||||
Sanguine Sacrament|Ixalan|???|R|{X}{W}{W}|Instant|||You gain twice X life. Put Sanguine Sacrament on the bottom of its owner's library.|
|
||||
Settle the Wreckage|Ixalan|???|R|{2}{W}{W}|Instant|||Exile all attacking creatures target player controls. That player may search his or her library for that many basic land cards, put that many cards onto the battlefield tapped, then shuffle his or her library.|
|
||||
Tocaf's Honor Guard|Ixalan|???|R|{1}{W}|Creature - Human Soldier|1|2|Creatures entering the battlefield don't cause abilities to trigger.|
|
||||
Daring Saboteur|Ixalan|???|R|{1}{U}|Creature - Human Pirate|?|?|{2}{U}: Daring Saboteur can't be blocked this turn.$Whenever Daring Saboteur deals combat damage to a player, you may draw a card. If you do, discard a card.|
|
||||
Dreamcaller Siren|Ixalan|???|R|{3}{U}{U}|Creature - Siren Pirate|3|3|Flash$Flying$Dreamcaller Siren can only block creatures with flying.$When Dreamcaller Siren enters the battlefield, if you control another Pirate, tap up to two nonland permanents.|
|
||||
Evaporating Melody|Ixalan|???|R|{X}{U}{U}|Instant|||Gain control of target creature with converted mana cost X.|
|
||||
Kopaka, Warden of Waves|Ixalan|???|R|{1}{U}{U}|Legendary Creature - Merfolk Wizard|2|2|Spells your opponents cast that target a Merfolk you control cost {1} more to cast.$Abilities your opponent activate that target a Merfolk you control cost {1} more to activate.|
|
||||
River's Rebuke|Ixalan|???|R|{4}{U}{U}|Sorcery|||Return all nonland permanents target player controls to their owner's hand.|
|
||||
Blackhearted Paladin|Ixalan|???|R|{1}{B}|Creature - Vampire Knight|1|1|Flash$Blackhearted Paladin enters the battlefield with a +1/+1 counter on it for each creature that die this turn.|
|
||||
Deadeye Tracker|Ixalan|???|R|{B}|Creature - Human Pirate|1|1|{1}{B}, {T}: Exile two target cards from an opponent's graveyard. Deadeye Tracker explores.|
|
||||
Fathom Fleet Captain|Ixalan|???|R|{1}{B}|Creature - Human Pirate|2|1|Menace$Whenever Fathom Fleet Captain attacks, if you control another Pirate, you may pay {1}. If you do, creature a 2/2 black Pirate creature token with menace.|
|
||||
Revel in Riches|Ixalan|???|R|{4}{B}|Enchantment|||Whenever a creature an opponent controls dies, create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color to your mana pool."|
|
||||
Vraska's Contempt|Ixalan|???|R|{2}{B}{B}|Instant|||Exile target creature or planeswalker. You gain 2 life.|
|
||||
Aegriah's Marauders|Ixalan|???|R|{3}{R}{R}|Creature - Human Pirate|4|4|If a creature you control would deal damage to a permanent or player, it deals double that damage to that permanent or player instead.|
|
||||
Burning Sun's Avatar|Ixalan|???|R|{3}{R}{R}{R}|Creature - Dinosaur Avatar|6|6|When Burning Sun's Avatar enters the battlefield, it deals 3 damage to target opponent and 3 damage to up to one target creature.|
|
||||
Star of Extinction|Ixalan|???|M|{5}{R}{R}|Sorcery|||Destroy target land. Star of Extinction deals 20 damage to each creature and each planeswalker.|
|
||||
Captain Lannery Storm|Ixalan|176|R|{2}{R}|Legendary Creature - Human Pirate|2|2|Haste$Whenever Captain Lannery Storm attacks, create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color to your mana pool."$Whenever you sacrifice a Treasure, Captain Lannery Storm gets +1/+0 until end of turn.|
|
||||
Rowdy Crew|Ixalan|???|M|{2}{R}{R}|Creature - Human Pirate|3|3|Trample$When Rowdy Crew enters the battlefield, draw three cards, then discard two cards at random. If two cards that share a card type are discard this way, put two +1/+1 counters on Rowdy Crew.|
|
||||
Sunbird's Invocation|Ixalan|???|R|{3}{R}|Enchantment|||Whenever you cast a spell from your hand, reveal the top X cards of your library, where X is that spell's converted mana cost. You may cast a card revealed this way with converted mana cost X or less without paying its mana cost. Put the rest on the bottom of your library in a random order.|
|
||||
Tilomalli's Skinshifter|Ixalan|???|R|{2}{R}|Creature - Human Shaman|0|3|Whenever Tilomalli's Skinshifter attacks, it becomes a copyt of another target nonlegendary attacking creature until end of turn.|
|
||||
Carnage Tyrant|Ixalan|???|M|{4}{G}{G}|Creature - Dinosaur|7|6|Carnage Tyrant can't be countered.$Trample, hexproof|
|
||||
Ashes of the Abhorrent|Ixalan|2|R|{1}{W}|Enchantment|||Players can't cast spells from graveyards or activate abilities from graveyards.$Whenever a creature dies, you gain 1 life.|
|
||||
Bishop of Rebirth|Ixalan|5|R|Creature - Vampire Cleric|3|4|Vigilance$Whenever Bishop of Rebirth attacks, you may return target creature card with converted mana cost 3 or less from your graveyard to the battlefield.|
|
||||
Goring Ceratops|Ixalan|13|R|Creature - Dinosaur|3|3|Double strike$Whenever Goring Ceratops attacks, other creatures you control gain double strike until end of turn.|
|
||||
Kinjalli's Sunwing|Ixalan|19|R|{2}{W}|Creature - Dinosaur|2|3|Flying$Creatures your opponents control enter the battlefield tapped.|
|
||||
Mavren Fein, Dusk Apostle|Ixalan|24|R|{2}{W}|Legendary Creature - Vampire Cleric|2|2|Whenever one or more nontoken Vampires you control attack, create a 1/1 white Vampire creature token with lifelink.|
|
||||
Priest of the Wakening Sun|Ixalan|27|R|{W}|Creature - Human Cleric|1|1|At the beginning of your upkeep, you may reveal a Dinosaur card from your hand. If you do, you gain 2 life.${3}{W}{W}, Sacrifice Priest of the Wakening Sun: Search your library for a Dinosaur card, reveal it, put it into your hand, then shuffle your library.|
|
||||
Sanguine Sacrament|Ixalan|33|R|{X}{W}{W}|Instant|||You gain twice X life. Put Sanguine Sacrament on the bottom of its owner's library.|
|
||||
Settle the Wreckage|Ixalan|34|R|{2}{W}{W}|Instant|||Exile all attacking creatures target player controls. That player may search his or her library for that many basic land cards, put those cards onto the battlefield tapped, then shuffle his or her library.|
|
||||
Tocatli Honor Guard|Ixalan|42|R|{1}{W}|Creature - Human Soldier|1|3|Creatures entering the battlefield don't cause abilities to trigger.|
|
||||
Arcane Adaptation|Ixalan|46|R|{2}{U}|Enchantment|||As Arcane Adaptation enters the battlefield, choose a creature type.$Creatures you control are the chosen type in addition to their other types. The same is true for creature spells you control and creature cards you own that aren't on the battlefield.|
|
||||
Daring Saboteur|Ixalan|49|R|{1}{U}|Creature - Human Pirate|2|1|{2}{U}: Daring Saboteur can't be blocked this turn.$Whenever Daring Saboteur deals combat damage to a player, you may draw a card. If you do, discard a card.|
|
||||
Dreamcaller Siren|Ixalan|54|R|{2}{U}{U}|Creature - Siren Pirate|3|3|Flash$Flying$Dreamcaller Siren can only block creatures with flying.$When Dreamcaller Siren enters the battlefield, if you control another Pirate, tap up to two nonland permanents.|
|
||||
Entrancing Melody|Ixalan|55|R|{X}{U}{U}|Instant|||Gain control of target creature with converted mana cost X.|
|
||||
Herald of Secret Streams|Ixalan|59|R|{3}{U}|Creature - Merfolk Warrior|2|3|Creatures you control with +1/+1 counters on them can't be blocked.|
|
||||
Jace, Cunning Castaway|Ixalan|60|M|{1}{U}{U}|Legendary Planeswalker - Jace|||+1: Whenever one or more creatures you control deal combat damage to a player this turn, draw a card, then discard a card.$-2: Create a 2/2 blue Illusion creature token with "When this creature becomes the target of a spell, sacrifice it."$-5: Create two tokens that are copies of Jace, Cunning Castaway, except they're not legendary.|
|
||||
Kopala, Warden of Waves|Ixalan|61|R|{1}{U}{U}|Legendary Creature - Merfolk Wizard|2|2|Spells your opponents cast that target a Merfolk you control cost {2} more to cast.$Abilities your opponents activate that target a Merfolk you control cost {2} more to activate.|
|
||||
Prosperous Pirates|Ixalan|69|C|{4}{U}|Creature - Human Pirate|3|4|When Prosperous Pirates enters the battlefield, create two colorless Treasure artifact tokens with "{T}, Sacrifice this artifact: Add one mana of any color to your mana pool."|
|
||||
River's Rebuke|Ixalan|71|R|{4}{U}{U}|Sorcery|||Return all nonland permanents target player controls to their owner's hand.|
|
||||
Bloodcrazed Paladin|Ixalan|93|R|{1}{B}|Creature - Vampire Knight|1|1|Flash$Bloodcrazed Paladin enters the battlefield with a +1/+1 counter on it for each creature that died this turn.|
|
||||
Boneyard Parley|Ixalan|94|M|{5}{B}{B}|Sorcery|||Exile up to five target creature cards from graveyards. An opponent separates those cards into two piles. Put all cards from the pile of your choice onto the battlefield under your control and the rest into their owners' graveyards.|
|
||||
Deadeye Tormentor|Ixalan|98|C|{2}{B}|Creature - Human Pirate|2|2|<i>Raid</i> — When Deadeye Tormentor enters the battlefield, if you attacked with a creature this turn, target opponent discards a card.|
|
||||
Deadeye Tracker|Ixalan|99|R|{B}|Creature - Human Pirate|1|1|{1}{B}, {T}: Exile two target cards from an opponent's graveyard. Deadeye Tracker explores.|
|
||||
Fathom Fleet Captain|Ixalan|106|R|{1}{B}|Creature - Human Pirate|2|1|Menace$Whenever Fathom Fleet Captain attacks, if you control another nontoken Pirate, you may pay {2}. If you do, creature a 2/2 black Pirate creature token with menace.|
|
||||
Queen's Bay Soldier|Ixalan|115|C|{1}{B}|Creature - Vampire Soldier|2|2||
|
||||
Revel in Riches|Ixalan|117|R|{4}{B}|Enchantment|||Whenever a creature an opponent controls dies, create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color to your mana pool."$At the beginning of your upkeep, if you control ten or more Treasures, you win the game.|
|
||||
Ruin Raider|Ixalan|118|R|{2}{B}|Creature - Orc Pirate|3|2|<i>Raid</i> — At the beginning of your end step, if you attacked with a creature this turn, reveal the top card of your library and put that card into your hand. You lose life equal to the card's converted mana cost.|
|
||||
Vraska's Contempt|Ixalan|129|R|{2}{B}{B}|Instant|||Exile target creature or planeswalker. You gain 2 life.|
|
||||
Walk the Plank|Ixalan|130|U|{B}{B}|Sorcery|||Destroy target non-Merfolk creature.|
|
||||
Angrath's Marauders|Ixalan|132|R|{5}{R}{R}|Creature - Human Pirate|4|4|If a source you control would deal damage to a permanent or player, it deals double that damage to that permanent or player instead.|
|
||||
Burning Sun's Avatar|Ixalan|135|R|{3}{R}{R}{R}|Creature - Dinosaur Avatar|6|6|When Burning Sun's Avatar enters the battlefield, it deals 3 damage to target opponent and 3 damage to up to one target creature.|
|
||||
Captain Lannery Storm|Ixalan|136|R|{2}{R}|Legendary Creature - Human Pirate|2|2|Haste$Whenever Captain lannery Storm attacks, create a colorless Treasure artifact token with "{T}, Sacrifice this artifact: Add one mana of any color to your mana pool."$Whenever you sacrifice a Treasure, Captain Lannery Storm gets +1/+0 until end of turn.|
|
||||
Rowdy Crew|Ixalan|159|M|{2}{R}{R}|Creature - Human Pirate|3|3|Trample$When Rowdy Crew enters the battlefield, draw three cards, then discard two cards at random. If two cards that share a card type are discarded this way, put two +1/+1 counters on Rowdy Crew.|
|
||||
Star of Extinction|Ixalan|161|M|{5}{R}{R}|Sorcery|||Destroy target land. Star of Extinction deals 20 damage to each creature and each planeswalker.|
|
||||
Sun-Crowned Hunters|Ixalan|164|C|{4}{R}{R}|Creature - Dinosaur|5|4|<i>Enrage</i> — Whenever Sun-Crowned Hunters is dealt damage, it deals 3 damage to target opponent.|
|
||||
Sunbird's Invocation|Ixalan|165|R|{5}{R}|Enchantment|||Whenever you cast a spell from your hand, reveal the top X cards of your library, where X is that spell's converted mana cost. You may cast a card revealed this way with converted mana cost X or less without paying its mana cost. Put the rest on the bottom of your library in a random order.|
|
||||
Tilonalli's Skinshifter|Ixalan|170|R|{2}{R}|Creature - Human Shaman|0|1|Whenever Tilonalli's Skinshifter attacks, it becomes a copy of another target nonlegendary attacking creature until end of turn.|
|
||||
Unfriendly Fire|Ixalan|172|C|{4}{R}|Instant|||Unfriendly Fire deals 4 damage to target creature or player.|
|
||||
Carnage Tyrant|Ixalan|179|M|{4}{G}{G}|Creature - Dinosaur|7|6|Carnage Tyrant can't be countered.$Trample, hexproof|
|
||||
Deathgorge Scavenger|Ixalan|???|R|???|Creature - Dinosaur|3|2|Whenever Deathgorge Scavenger enters the battlefield or attacks, you may exile target card from a graveyard. If a creature card is exiled this way, you may gain 2 life. If a noncreature card is exiled this way, Deathgorge Scavenger gets +1/+1 until end of turn.|
|
||||
Deeproot Champion|Ixalan|???|R|{1}{G}|Creature - Merfolk Shaman|1|1|Whenever you cast a noncreature spell, put a +1/+1 counter on Deeproot Champion.|
|
||||
Shapers' Sanctuary|Ixalan|???|R|{G}|Enchantment|||Whenever a creature you control becomes the target of a spell or ability an opponent controls, you may draw a card.|
|
||||
Verdant Sun's Avatar|Ixalan|???|R|{3}{G}{G}|Creature - Dinosaur Avatar|5|5|When Verdant Sun's Avatar or another creature enters the battlefield under your control, you gain life equal to that creature's toughness.|
|
||||
Waker of the Wilds|Ixalan|???|R|{2}{G}{G}|Creature - Merfolk Shaman|3|3|{X}{G}{G}: Put X +1/+1 counters on target land you control. Taht land becomes a 0/0 Elemental creature with haste that's still a land.|
|
||||
Admiral Bechett Brass|Ixalan|???|M|{1}{U}{B}{R}|Legendary Creature - Human Pirate|3|3|Other Pirates you control get +1/+1.$At the beginning of your end step, gain control of target nonland permanent controlled by a player who was dealt damage by three or more Pirates this turn.|
|
||||
Hostage Taker|Ixalan|???|R|{2}{U}{B}|Creature - Human Pirate|2|3|When Hostage Taker enters the battlefield, exile target artifact or creature until Hostage Taker leaves the battlefield. You may cast that card as long as it remains exiled, and you may spend mana as though it were mana of any type to cast that spell.|
|
||||
Tiehana, Voice of Thunder|Ixalan|???|???|???|Legendary Creature - Merfolk ???|0|0|Tiehana, Voice of Thunder's power and toughness are each equal to the number of cards in your hand.$You have no maximum hand size.$When Tiehana, Voice of Thunder enters the battlefield, draw a card for each creature you control.|
|
||||
??? Sun's Avatar|Ixalan|???|M|{5}{R}{G}{W}|Legendary Creature - Dinosaur Avatar|7|6|Trample, vigilance, haste$Whenever ??? Sun's Avatar deals combat damage to a player, reveal that many cards from the top of your library. Put any number of Dinosaur creature cards from among them onto the battlefield and the rest on the bottom of your library in a random order.|
|
||||
Deeproot Champion|Ixalan|185|R|{1}{G}|Creature - Merfolk Shaman|1|1|Whenever you cast a noncreature spell, put a +1/+1 counter on Deeproot Champion.|
|
||||
Emperor's Vanguard|Ixalan|189|R|{3}{G}|Creature - Human Scout|4|3|Whenever Emperor's Vanguard deals combat damage to a player, it explores.|
|
||||
Old-Growth Dryads|Ixalan|199|R|{G}|Creature - Dryad|3|3|When Old-Growth Dryads enters the battlefield, each opponent may search his or her library for a basic land card, put it onto the battlefield tapped, then shuffle his or her library.|
|
||||
Ripjaw Raptor|Ixalan|203|R|{2}{G}{G}|Creature - Dinosaur|4|5|<i>Enrage</i> — Whenever Ripjaw Raptor is dealt damage, draw a card.|
|
||||
Shapers' Sanctuary|Ixalan|206|R|{G}|Enchantment|||Whenever a creature you control becomes the target of a spell or ability an opponent controls, you may draw a card.|
|
||||
Tishana's Wayfinder|Ixalan|211|C|{2}{G}|Creature - Merfolk Scout|2|2|When Tishana's Wayfinder enters the battlefield, it explores.|
|
||||
Verdant Sun's Avatar|Ixalan|213|R|{5}{G}{G}|Creature - Dinosaur Avatar|5|5|When Verdant Sun's Avatar or another creature enters the battlefield under your control, you gain life equal to that creature's toughness.|
|
||||
Waker of the Wilds|Ixalan|215|R|{2}{G}{G}|Creature - Merfolk Shaman|3|3|{X}{G}{G}: Put X +1/+1 counters on target land you control. That land becomes a 0/0 Elemental creature with haste. It's still a land.|
|
||||
Admiral Beckett Brass|Ixalan|217|M|{1}{U}{B}{R}|Legendary Creature - Human Pirate|3|3|Other Pirates you control get +1/+1.$At the beginning of your end step, gain control of target nonland permanent controlled by a player who was dealt damage by three or more Pirates this turn.|
|
||||
Gishath, Sun's Avatar|Ixalan|222|M|{5}{R}{G}{W}|Legendary Creature - Dinosaur Avatar|7|6|Trample, vigilance, haste$Whenever Gishath, Sun's Avatar deals combat damage to a player, reveal that many cards from the top of your library. Put any number of Dinosaur creature cards from among them onto the battlefield and the rest on the bottom of your library in a random order.|
|
||||
Hostage Taker|Ixalan|223|R|{2}{U}{B}|Creature - Human Pirate|2|3|When Hostage Taker enters the battlefield, exile another target artifact or creature until Hostage Taker leaves the battlefield. You may cast that card as long as it remains exiled, and you may spend mana as though it were mana of any type to cast that spell.|
|
||||
Tishana, Voice of Thunder|Ixalan|230|M|{5}{G}{U}||Legendary Creature - Merfolk Shaman|0|0|Tishana, Voice of Thunder's power and toughness are each equal to the number of cards in your hand.$You have no maximum hand size.$When Tishana enters the battlefield, draw a card for each creature you control.|
|
||||
Sleek Schooner|Ixalan|247|U|{3}|Artifact - Vehicle|4|3|Crew 1|
|
||||
Sorcerous Spyglass|Ixalan|248|R|Artifact|||As Sorcerous Spyglass enters the battlefield, look at an opponent's hand, then choose any card name.$Activated abilities of sources with the chosen name can't be activated unless they're mana abilities.|
|
||||
Vanquisher's Banner|Ixalan|251|R|Artifact|||As Vanquisher's Banner enters the battlefield, choose a creature type.$Creatures you control of the chosen type get +1/+1.$Whenever you cast a creature spell of the chosen type, draw a card.|
|
||||
Dragonskull Summit|Ixalan|???|R||Land|||Dragonskull Summit enters the battlefield tapped unless you control a Swamp or a Mountain.${T}: Add {B} or {R} to your mana pool.|
|
||||
Drowned Catacomb|Ixalan|???|R||Land|||Drowned Catacomb enters the battlefield tapped unless you control an Island or a Swamp.${T}: Add {U} or {B} to your mana pool.|
|
||||
Glacial Fortress|Ixalan|???|R||Land|||Glacial Fortress enters the battlefield tapped unless you control a Plains or an Island.${T}: Add {W} or {U} to your mana pool.|
|
||||
Rootbound Crag|Ixalan|???|R||Land|||Rootbound Crag enters the battlefield tapped unless you control a Mountain or a Forest.${T}: Add {R} or {G} to your mana pool.|
|
||||
Sunpetal Grove|Ixalan|???|R||Land|||Sunpetal Grove enters the battlefield tapped unless you control a Forest or a Plains.${T}: Add {G} or {W} to your mana pool.|
|
||||
Sword of Dungeons and Dragons|Unstable|1|M|{3}|Artifact - Equipment|||Equipped creature gets +2/+2 and has protection from Rogues and from Clerics.$Whenever equipped creature deals combat damage to a player, create a 4/4 gold Dragon creature token with flying and roll a d20. If you roll a 20, repeat this process.$Equip {2}|
|
||||
Treasure Map|Ixalan|250|R|{2}|Artifact|||{1}, {T}: Scry 1. Put a landmark counter on Treasure Map. Then if there are three or more landmark counters on it, remove those counters, transform Treasure Map, and create three colorless Treasure artifact tokens with "{T}, Sacrifice this artifact: Add one mana of any color to your mana pool."|
|
||||
Vanquisher's Banner|Ixalan|251|R|{5}|Artifact|||As Vanquisher's Banner enters the battlefield, choose a creature type.$Creatures you control of the chosen type get +1/+1.$Whenever you cast a creature spell of the chosen type, draw a card.|
|
||||
Dragonskull Summit|Ixalan|252|R||Land|||Dragonskull Summit enters the battlefield tapped unless you control a Swamp or a Mountain.${T}: Add {B} or {R} to your mana pool.|
|
||||
Drowned Catacomb|Ixalan|253|R||Land|||Drowned Catacomb enters the battlefield tapped unless you control an Island or a Swamp.${T}: Add {U} or {B} to your mana pool.|
|
||||
Glacial Fortress|Ixalan|255|R||Land|||Glacial Fortress enters the battlefield tapped unless you control a Plains or an Island.${T}: Add {W} or {U} to your mana pool.|
|
||||
Rootbound Crag|Ixalan|256|R||Land|||Rootbound Crag enters the battlefield tapped unless you control a Mountain or a Forest.${T}: Add {R} or {G} to your mana pool.|
|
||||
Sunpetal Grove|Ixalan|257|R||Land|||Sunpetal Grove enters the battlefield tapped unless you control a Forest or a Plains.${T}: Add {G} or {W} to your mana pool.|
|
||||
Unclaimed Territory|Ixalan|258|U||Land|||As Unclaimed Territory enters the battlefield, choose a creature type.${T}: Add {C} to your mana pool.${T}: Add one mana of any color to your mana pool. Spend this mana only to cast a creature spell of the chosen type.|
|
||||
Sword of Dungeons and Dragons|Unstable|1|M|{3}|Artifact - Equipment|||Equipped creature gets +2/+2 and has protection from Rogues and from Clerics.$Whenever equipped creature deals combat damage to a player, create a 4/4 gold Dragon creature token with flying and roll a d20. If you roll a 20, repeat this process.$Equip {2}|
|
Loading…
Add table
Reference in a new issue