mirror of
https://github.com/correl/mage.git
synced 2024-12-24 03:00:14 +00:00
updated IKO spoiler and reprints
This commit is contained in:
parent
e30959bbbe
commit
1fab7afca8
5 changed files with 142 additions and 11 deletions
|
@ -7,6 +7,7 @@ import mage.abilities.common.DiesCreatureTriggeredAbility;
|
|||
import mage.abilities.condition.Condition;
|
||||
import mage.abilities.condition.common.PermanentsOnTheBattlefieldCondition;
|
||||
import mage.abilities.decorator.ConditionalInterveningIfTriggeredAbility;
|
||||
import mage.abilities.effects.common.DrawCardSourceControllerEffect;
|
||||
import mage.abilities.effects.common.GainLifeEffect;
|
||||
import mage.abilities.effects.common.counter.AddCountersTargetEffect;
|
||||
import mage.abilities.keyword.DeathtouchAbility;
|
||||
|
@ -73,7 +74,7 @@ public final class ChevillBaneOfMonsters extends CardImpl {
|
|||
|
||||
// Whenever a permanent an opponent controls with a bounty counter on it dies, you gain 3 life and draw card.
|
||||
ability = new DiesCreatureTriggeredAbility(new GainLifeEffect(3), false, filter3);
|
||||
ability.addEffect(new GainLifeEffect(1).concatBy("and"));
|
||||
ability.addEffect(new DrawCardSourceControllerEffect(1).concatBy("and"));
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
package mage.cards.g;
|
||||
|
||||
import mage.MageInt;
|
||||
import mage.abilities.Ability;
|
||||
import mage.abilities.common.EntersBattlefieldControlledTriggeredAbility;
|
||||
import mage.abilities.common.SimpleActivatedAbility;
|
||||
|
@ -49,6 +50,8 @@ public final class GeneralKudroOfDrannith extends CardImpl {
|
|||
this.addSuperType(SuperType.LEGENDARY);
|
||||
this.subtype.add(SubType.HUMAN);
|
||||
this.subtype.add(SubType.SOLDIER);
|
||||
this.power = new MageInt(3);
|
||||
this.toughness = new MageInt(3);
|
||||
|
||||
// Other Humans you control get +1/+1.
|
||||
this.addAbility(new SimpleStaticAbility(new BoostControlledEffect(
|
||||
|
|
|
@ -28,7 +28,7 @@ public final class Commander2020Edition extends ExpansionSet {
|
|||
private Commander2020Edition() {
|
||||
super("Commander 2020 Edition", "C20", ExpansionSet.buildDate(2020, 4, 24), SetType.SUPPLEMENTAL);
|
||||
this.blockName = "Command Zone";
|
||||
this.hasBasicLands = false; // remove when basics are available
|
||||
this.hasBasicLands = false;
|
||||
|
||||
cards.add(new SetCardInfo("Abandoned Sarcophagus", 236, Rarity.RARE, mage.cards.a.AbandonedSarcophagus.class));
|
||||
cards.add(new SetCardInfo("Abzan Ascendancy", 198, Rarity.RARE, mage.cards.a.AbzanAscendancy.class));
|
||||
|
|
|
@ -61,15 +61,19 @@ public final class IkoriaLairOfBehemoths extends ExpansionSet {
|
|||
this.numBoosterRare = 1;
|
||||
this.ratioBoosterMythic = 8;
|
||||
this.maxCardNumberInBooster = 274;
|
||||
this.hasBasicLands = false; // remove when basics are available
|
||||
|
||||
cards.add(new SetCardInfo("Adventurous Impulse", 142, Rarity.COMMON, mage.cards.a.AdventurousImpulse.class));
|
||||
cards.add(new SetCardInfo("Alert Heedbonder", 218, Rarity.UNCOMMON, mage.cards.a.AlertHeedbonder.class));
|
||||
cards.add(new SetCardInfo("Almighty Brushwagg", 143, Rarity.COMMON, mage.cards.a.AlmightyBrushwagg.class));
|
||||
cards.add(new SetCardInfo("Anticipate", 40, Rarity.COMMON, mage.cards.a.Anticipate.class));
|
||||
cards.add(new SetCardInfo("Archipelagore", 41, Rarity.UNCOMMON, mage.cards.a.Archipelagore.class));
|
||||
cards.add(new SetCardInfo("Barrier Breach", 145, Rarity.UNCOMMON, mage.cards.b.BarrierBreach.class));
|
||||
cards.add(new SetCardInfo("Bastion of Remembrance", 73, Rarity.UNCOMMON, mage.cards.b.BastionOfRemembrance.class));
|
||||
cards.add(new SetCardInfo("Blazing Volley", 107, Rarity.COMMON, mage.cards.b.BlazingVolley.class));
|
||||
cards.add(new SetCardInfo("Blitz of the Thunder-Raptor", 109, Rarity.UNCOMMON, mage.cards.b.BlitzOfTheThunderRaptor.class));
|
||||
cards.add(new SetCardInfo("Blood Curdle", 75, Rarity.COMMON, mage.cards.b.BloodCurdle.class));
|
||||
cards.add(new SetCardInfo("Bloodfell Caves", 243, Rarity.COMMON, mage.cards.b.BloodfellCaves.class));
|
||||
cards.add(new SetCardInfo("Blossoming Sands", 244, Rarity.COMMON, mage.cards.b.BlossomingSands.class));
|
||||
cards.add(new SetCardInfo("Boneyard Lurker", 178, Rarity.UNCOMMON, mage.cards.b.BoneyardLurker.class));
|
||||
cards.add(new SetCardInfo("Boon of the Wish-Giver", 43, Rarity.UNCOMMON, mage.cards.b.BoonOfTheWishGiver.class));
|
||||
cards.add(new SetCardInfo("Bristling Boar", 146, Rarity.COMMON, mage.cards.b.BristlingBoar.class));
|
||||
|
@ -85,12 +89,18 @@ public final class IkoriaLairOfBehemoths extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Clash of Titans", 111, Rarity.UNCOMMON, mage.cards.c.ClashOfTitans.class));
|
||||
cards.add(new SetCardInfo("Cloudpiercer", 112, Rarity.COMMON, mage.cards.c.Cloudpiercer.class));
|
||||
cards.add(new SetCardInfo("Colossification", 148, Rarity.RARE, mage.cards.c.Colossification.class));
|
||||
cards.add(new SetCardInfo("Convolute", 45, Rarity.COMMON, mage.cards.c.Convolute.class));
|
||||
cards.add(new SetCardInfo("Corpse Churn", 81, Rarity.COMMON, mage.cards.c.CorpseChurn.class));
|
||||
cards.add(new SetCardInfo("Crystalline Giant", 234, Rarity.RARE, mage.cards.c.CrystallineGiant.class));
|
||||
cards.add(new SetCardInfo("Cubwarden", 7, Rarity.RARE, mage.cards.c.Cubwarden.class));
|
||||
cards.add(new SetCardInfo("Cunning Nightbonder", 219, Rarity.UNCOMMON, mage.cards.c.CunningNightbonder.class));
|
||||
cards.add(new SetCardInfo("Dark Bargain", 82, Rarity.COMMON, mage.cards.d.DarkBargain.class));
|
||||
cards.add(new SetCardInfo("Dead Weight", 83, Rarity.COMMON, mage.cards.d.DeadWeight.class));
|
||||
cards.add(new SetCardInfo("Death's Oasis", 182, Rarity.RARE, mage.cards.d.DeathsOasis.class));
|
||||
cards.add(new SetCardInfo("Dire Tactics", 183, Rarity.UNCOMMON, mage.cards.d.DireTactics.class));
|
||||
cards.add(new SetCardInfo("Dirge Bat", 84, Rarity.RARE, mage.cards.d.DirgeBat.class));
|
||||
cards.add(new SetCardInfo("Dismal Backwater", 246, Rarity.COMMON, mage.cards.d.DismalBackwater.class));
|
||||
cards.add(new SetCardInfo("Divine Arrow", 9, Rarity.COMMON, mage.cards.d.DivineArrow.class));
|
||||
cards.add(new SetCardInfo("Drannith Healer", 10, Rarity.COMMON, mage.cards.d.DrannithHealer.class));
|
||||
cards.add(new SetCardInfo("Drannith Magistrate", 11, Rarity.RARE, mage.cards.d.DrannithMagistrate.class));
|
||||
cards.add(new SetCardInfo("Drannith Stinger", 113, Rarity.COMMON, mage.cards.d.DrannithStinger.class));
|
||||
|
@ -100,6 +110,7 @@ public final class IkoriaLairOfBehemoths extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Eerie Ultimatum", 184, Rarity.RARE, mage.cards.e.EerieUltimatum.class));
|
||||
cards.add(new SetCardInfo("Essence Scatter", 49, Rarity.COMMON, mage.cards.e.EssenceScatter.class));
|
||||
cards.add(new SetCardInfo("Everquill Phoenix", 114, Rarity.RARE, mage.cards.e.EverquillPhoenix.class));
|
||||
cards.add(new SetCardInfo("Evolving Wilds", 247, Rarity.COMMON, mage.cards.e.EvolvingWilds.class));
|
||||
cards.add(new SetCardInfo("Extinction Event", 88, Rarity.RARE, mage.cards.e.ExtinctionEvent.class));
|
||||
cards.add(new SetCardInfo("Exuberant Wolfbear", 151, Rarity.UNCOMMON, mage.cards.e.ExuberantWolfbear.class));
|
||||
cards.add(new SetCardInfo("Farfinder", 2, Rarity.COMMON, mage.cards.f.Farfinder.class));
|
||||
|
@ -111,8 +122,13 @@ public final class IkoriaLairOfBehemoths extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Flourishing Fox", 13, Rarity.UNCOMMON, mage.cards.f.FlourishingFox.class));
|
||||
cards.add(new SetCardInfo("Footfall Crater", 118, Rarity.UNCOMMON, mage.cards.f.FootfallCrater.class));
|
||||
cards.add(new SetCardInfo("Forbidden Friendship", 119, Rarity.COMMON, mage.cards.f.ForbiddenFriendship.class));
|
||||
cards.add(new SetCardInfo("Forest", 272, Rarity.LAND, mage.cards.basiclands.Forest.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Forest", 273, Rarity.LAND, mage.cards.basiclands.Forest.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Forest", 274, Rarity.LAND, mage.cards.basiclands.Forest.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Frenzied Raptor", 120, Rarity.COMMON, mage.cards.f.FrenziedRaptor.class));
|
||||
cards.add(new SetCardInfo("Frillscare Mentor", 121, Rarity.UNCOMMON, mage.cards.f.FrillscareMentor.class));
|
||||
cards.add(new SetCardInfo("Frondland Felidar", 186, Rarity.RARE, mage.cards.f.FrondlandFelidar.class));
|
||||
cards.add(new SetCardInfo("Frost Lynx", 51, Rarity.COMMON, mage.cards.f.FrostLynx.class));
|
||||
cards.add(new SetCardInfo("Fully Grown", 154, Rarity.COMMON, mage.cards.f.FullyGrown.class));
|
||||
cards.add(new SetCardInfo("Garrison Cat", 14, Rarity.COMMON, mage.cards.g.GarrisonCat.class));
|
||||
cards.add(new SetCardInfo("Gemrazer", 155, Rarity.RARE, mage.cards.g.Gemrazer.class));
|
||||
|
@ -121,6 +137,7 @@ public final class IkoriaLairOfBehemoths extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Gloom Pangolin", 89, Rarity.COMMON, mage.cards.g.GloomPangolin.class));
|
||||
cards.add(new SetCardInfo("Glowstone Recluse", 156, Rarity.UNCOMMON, mage.cards.g.GlowstoneRecluse.class));
|
||||
cards.add(new SetCardInfo("Go for Blood", 122, Rarity.COMMON, mage.cards.g.GoForBlood.class));
|
||||
cards.add(new SetCardInfo("Greater Sandwurm", 157, Rarity.COMMON, mage.cards.g.GreaterSandwurm.class));
|
||||
cards.add(new SetCardInfo("Grimdancer", 90, Rarity.UNCOMMON, mage.cards.g.Grimdancer.class));
|
||||
cards.add(new SetCardInfo("Heartless Act", 91, Rarity.UNCOMMON, mage.cards.h.HeartlessAct.class));
|
||||
cards.add(new SetCardInfo("Helica Glider", 15, Rarity.COMMON, mage.cards.h.HelicaGlider.class));
|
||||
|
@ -129,6 +146,11 @@ public final class IkoriaLairOfBehemoths extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Indatha Crystal", 235, Rarity.UNCOMMON, mage.cards.i.IndathaCrystal.class));
|
||||
cards.add(new SetCardInfo("Indatha Triome", 248, Rarity.RARE, mage.cards.i.IndathaTriome.class));
|
||||
cards.add(new SetCardInfo("Insatiable Hemophage", 93, Rarity.UNCOMMON, mage.cards.i.InsatiableHemophage.class));
|
||||
cards.add(new SetCardInfo("Island", 263, Rarity.LAND, mage.cards.basiclands.Island.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Island", 264, Rarity.LAND, mage.cards.basiclands.Island.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Island", 265, Rarity.LAND, mage.cards.basiclands.Island.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Ivy Elemental", 161, Rarity.UNCOMMON, mage.cards.i.IvyElemental.class));
|
||||
cards.add(new SetCardInfo("Jungle Hollow", 249, Rarity.COMMON, mage.cards.j.JungleHollow.class));
|
||||
cards.add(new SetCardInfo("Keensight Mentor", 18, Rarity.UNCOMMON, mage.cards.k.KeensightMentor.class));
|
||||
cards.add(new SetCardInfo("Keep Safe", 56, Rarity.COMMON, mage.cards.k.KeepSafe.class));
|
||||
cards.add(new SetCardInfo("Ketria Crystal", 236, Rarity.UNCOMMON, mage.cards.k.KetriaCrystal.class));
|
||||
|
@ -141,6 +163,9 @@ public final class IkoriaLairOfBehemoths extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Migratory Greathorn", 165, Rarity.COMMON, mage.cards.m.MigratoryGreathorn.class));
|
||||
cards.add(new SetCardInfo("Momentum Rumbler", 126, Rarity.UNCOMMON, mage.cards.m.MomentumRumbler.class));
|
||||
cards.add(new SetCardInfo("Mosscoat Goriak", 167, Rarity.COMMON, mage.cards.m.MosscoatGoriak.class));
|
||||
cards.add(new SetCardInfo("Mountain", 269, Rarity.LAND, mage.cards.basiclands.Mountain.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Mountain", 270, Rarity.LAND, mage.cards.basiclands.Mountain.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Mountain", 271, Rarity.LAND, mage.cards.basiclands.Mountain.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Mysterious Egg", 3, Rarity.COMMON, mage.cards.m.MysteriousEgg.class));
|
||||
cards.add(new SetCardInfo("Mythos of Nethroi", 97, Rarity.RARE, mage.cards.m.MythosOfNethroi.class));
|
||||
cards.add(new SetCardInfo("Necropanther", 196, Rarity.UNCOMMON, mage.cards.n.Necropanther.class));
|
||||
|
@ -151,6 +176,10 @@ public final class IkoriaLairOfBehemoths extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Parcelbeast", 199, Rarity.UNCOMMON, mage.cards.p.Parcelbeast.class));
|
||||
cards.add(new SetCardInfo("Patagia Tiger", 26, Rarity.COMMON, mage.cards.p.PatagiaTiger.class));
|
||||
cards.add(new SetCardInfo("Phase Dolphin", 62, Rarity.COMMON, mage.cards.p.PhaseDolphin.class));
|
||||
cards.add(new SetCardInfo("Plains", 260, Rarity.LAND, mage.cards.basiclands.Plains.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Plains", 261, Rarity.LAND, mage.cards.basiclands.Plains.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Plains", 262, Rarity.LAND, mage.cards.basiclands.Plains.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Plummet", 169, Rarity.COMMON, mage.cards.p.Plummet.class));
|
||||
cards.add(new SetCardInfo("Pollywog Symbiote", 63, Rarity.UNCOMMON, mage.cards.p.PollywogSymbiote.class));
|
||||
cards.add(new SetCardInfo("Pouncing Shoreshark", 64, Rarity.UNCOMMON, mage.cards.p.PouncingShoreshark.class));
|
||||
cards.add(new SetCardInfo("Primal Empathy", 200, Rarity.UNCOMMON, mage.cards.p.PrimalEmpathy.class));
|
||||
|
@ -159,12 +188,14 @@ public final class IkoriaLairOfBehemoths extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Raugrin Triome", 251, Rarity.RARE, mage.cards.r.RaugrinTriome.class));
|
||||
cards.add(new SetCardInfo("Reconnaissance Mission", 65, Rarity.UNCOMMON, mage.cards.r.ReconnaissanceMission.class));
|
||||
cards.add(new SetCardInfo("Regal Leosaur", 202, Rarity.UNCOMMON, mage.cards.r.RegalLeosaur.class));
|
||||
cards.add(new SetCardInfo("Rugged Highlands", 252, Rarity.COMMON, mage.cards.r.RuggedHighlands.class));
|
||||
cards.add(new SetCardInfo("Ruinous Ultimatum", 204, Rarity.RARE, mage.cards.r.RuinousUltimatum.class));
|
||||
cards.add(new SetCardInfo("Sanctuary Lockdown", 28, Rarity.UNCOMMON, mage.cards.s.SanctuaryLockdown.class));
|
||||
cards.add(new SetCardInfo("Sanctuary Smasher", 135, Rarity.UNCOMMON, mage.cards.s.SanctuarySmasher.class));
|
||||
cards.add(new SetCardInfo("Savai Crystal", 239, Rarity.UNCOMMON, mage.cards.s.SavaiCrystal.class));
|
||||
cards.add(new SetCardInfo("Savai Sabertooth", 29, Rarity.COMMON, mage.cards.s.SavaiSabertooth.class));
|
||||
cards.add(new SetCardInfo("Savai Triome", 253, Rarity.RARE, mage.cards.s.SavaiTriome.class));
|
||||
cards.add(new SetCardInfo("Scoured Barrens", 254, Rarity.COMMON, mage.cards.s.ScouredBarrens.class));
|
||||
cards.add(new SetCardInfo("Sea-Dasher Octopus", 66, Rarity.RARE, mage.cards.s.SeaDasherOctopus.class));
|
||||
cards.add(new SetCardInfo("Shredded Sails", 136, Rarity.COMMON, mage.cards.s.ShreddedSails.class));
|
||||
cards.add(new SetCardInfo("Skull Prophet", 206, Rarity.UNCOMMON, mage.cards.s.SkullProphet.class));
|
||||
|
@ -174,12 +205,19 @@ public final class IkoriaLairOfBehemoths extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Splendor Mare", 32, Rarity.UNCOMMON, mage.cards.s.SplendorMare.class));
|
||||
cards.add(new SetCardInfo("Spontaneous Flight", 33, Rarity.COMMON, mage.cards.s.SpontaneousFlight.class));
|
||||
cards.add(new SetCardInfo("Sprite Dragon", 211, Rarity.UNCOMMON, mage.cards.s.SpriteDragon.class));
|
||||
cards.add(new SetCardInfo("Swamp", 266, Rarity.LAND, mage.cards.basiclands.Swamp.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Swamp", 267, Rarity.LAND, mage.cards.basiclands.Swamp.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Swamp", 268, Rarity.LAND, mage.cards.basiclands.Swamp.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Swiftwater Cliffs", 255, Rarity.COMMON, mage.cards.s.SwiftwaterCliffs.class));
|
||||
cards.add(new SetCardInfo("Tentative Connection", 138, Rarity.COMMON, mage.cards.t.TentativeConnection.class));
|
||||
cards.add(new SetCardInfo("Thieving Otter", 69, Rarity.COMMON, mage.cards.t.ThievingOtter.class));
|
||||
cards.add(new SetCardInfo("Thornwood Falls", 256, Rarity.COMMON, mage.cards.t.ThornwoodFalls.class));
|
||||
cards.add(new SetCardInfo("Thwart the Enemy", 173, Rarity.COMMON, mage.cards.t.ThwartTheEnemy.class));
|
||||
cards.add(new SetCardInfo("Titanoth Rex", 174, Rarity.UNCOMMON, mage.cards.t.TitanothRex.class));
|
||||
cards.add(new SetCardInfo("Tranquil Cove", 257, Rarity.COMMON, mage.cards.t.TranquilCove.class));
|
||||
cards.add(new SetCardInfo("Trumpeting Gnarr", 213, Rarity.UNCOMMON, mage.cards.t.TrumpetingGnarr.class));
|
||||
cards.add(new SetCardInfo("Unbreakable Bond", 101, Rarity.UNCOMMON, mage.cards.u.UnbreakableBond.class));
|
||||
cards.add(new SetCardInfo("Unlikely Aid", 103, Rarity.COMMON, mage.cards.u.UnlikelyAid.class));
|
||||
cards.add(new SetCardInfo("Vadrok, Apex of Thunder", 214, Rarity.MYTHIC, mage.cards.v.VadrokApexOfThunder.class));
|
||||
cards.add(new SetCardInfo("Void Beckoner", 104, Rarity.UNCOMMON, mage.cards.v.VoidBeckoner.class));
|
||||
cards.add(new SetCardInfo("Voracious Greatshark", 70, Rarity.RARE, mage.cards.v.VoraciousGreatshark.class));
|
||||
|
@ -187,6 +225,7 @@ public final class IkoriaLairOfBehemoths extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Weaponize the Monsters", 140, Rarity.UNCOMMON, mage.cards.w.WeaponizeTheMonsters.class));
|
||||
cards.add(new SetCardInfo("Will of the All-Hunter", 38, Rarity.UNCOMMON, mage.cards.w.WillOfTheAllHunter.class));
|
||||
cards.add(new SetCardInfo("Wilt", 176, Rarity.COMMON, mage.cards.w.Wilt.class));
|
||||
cards.add(new SetCardInfo("Wind-Scarred Crag", 258, Rarity.COMMON, mage.cards.w.WindScarredCrag.class));
|
||||
cards.add(new SetCardInfo("Wingfold Pteron", 71, Rarity.COMMON, mage.cards.w.WingfoldPteron.class));
|
||||
cards.add(new SetCardInfo("Zagoth Crystal", 242, Rarity.UNCOMMON, mage.cards.z.ZagothCrystal.class));
|
||||
cards.add(new SetCardInfo("Zagoth Mamba", 106, Rarity.UNCOMMON, mage.cards.z.ZagothMamba.class));
|
||||
|
|
|
@ -36792,7 +36792,7 @@ Obscuring Haze|Commander 2020|61|R|{2}{G}|Instant|||If you control a commander,
|
|||
Predatory Impetus|Commander 2020|62|U|{4}{G}|Enchantment - Aura|||Enchant creature$Enchanted creature gets +3/+3, must be blocked if able, and is goaded.|
|
||||
Ravenous Gigantotherium|Commander 2020|63|R|{5}{G}{G}|Creature - Beast|3|3|Devour 3$When Ravenous Gigantotherium enters the battlefield, it deals X damage divided as you choose among up to X target creatures, where X is its power. Each of those creatures deals damage equal to its power to Ravenous Gigantotherium.|
|
||||
Sawtusk Demolisher|Commander 2020|64|R|{4}{G}{G}|Creature - Beast|6|6|Mutate {3}{G}$Trample$Whenever this creature mutates, destroy target noncreature permanent. Its controller creates a 3/3 green Beast creature token.|
|
||||
Selective Adaptation|Commander 2020|65|R|{4}{G}{G}|Sorcery|||Reveal the top seven cards of your library. Choose from among them acard with flying, a card with first strike, and so on for double strike, deathtouch, haste, hexproof, indestructible, lifelink, menace, reach, trample, and vigilance. Put one of the chosen cards onto the battlefield, the other chosen cards into your hand, and the rest into your graveyard.|
|
||||
Selective Adaptation|Commander 2020|65|R|{4}{G}{G}|Sorcery|||Reveal the top seven cards of your library. Choose from among them a card with flying, a card with first strike, and so on for double strike, deathtouch, haste, hexproof, indestructible, lifelink, menace, reach, trample, and vigilance. Put one of the chosen cards onto the battlefield, the other chosen cards into your hand, and the rest into your graveyard.|
|
||||
Slippery Bogbonder|Commander 2020|66|R|{3}{G}|Creature - Human Druid|3|3|Flash$Hexproof$When Slippery Bogbonder enters the battlefield, put a hexproof counter on target creature. Then mover any number of counters from among creatures you control onto that creature.|
|
||||
Bonder's Ornament|Commander 2020|67|C|{3}|Artifact|||{T}: Add one mana of any color.${4}, {T}: Each player who controls a permanent named Bonder's Ornament draws a card.|
|
||||
Manascape Refractor|Commander 2020|68|R|{3}|Artifact|||Manascape Refractor enters the battlefield tapped.$Manascape Refractor has all activated abilities of all lands on the battlefield.$You may spend mana of though it were mana of any color to pay the activation costs of Manascape Refractor's abilities.|
|
||||
|
@ -37051,10 +37051,15 @@ Temple of the False God|Commander 2020|319|U||Land|||{T}: Add {C}{C}. Activate t
|
|||
Unclaimed Territory|Commander 2020|320|U||Land|||As Unclaimed Territory enters the battlefield, choose a creature type.${T}: Add {C}.${T}: Add one mana of any color. Spend this mana only to cast a creature spell of the chosen type.|
|
||||
Windbrisk Heights|Commander 2020|321|R||Land|||Hideaway${T}: Add {W}.${W}, {T}: You may play the exiled card without paying its mana cost if you attacked with three or more creatures this turn.|
|
||||
Yavimaya Coast|Commander 2020|322|R||Land|||{T}: Add {C}.${T}: Add {G} or {U}. Yavimaya Coast deals 1 damage to you.|
|
||||
Adaptive Shimmerer|Ikoria: Lair of Behemoths|1|C|{5}|Creature - Insect|0|0|Flash$Adaptive shimmerer enters the battlefield with three +1/+1 counters on it.|
|
||||
Farfinder|Ikoria: Lair of Behemoths|2|C|{3}|Creature - Fox|1|1|Vigilance$When Farfinder enters the battlefield, you may search your library for a basic land card, reveal it, put it into your hand, then shuffle your library.|
|
||||
Mysterious Egg|Ikoria: Lair of Behemoths|3|C|{1}|Creature - Egg|0|2|Whenever this creature mutates, put a +1/+1 counter on it.|
|
||||
Blade Banish|Ikoria: Lair of Behemoths|4|C|{3}{W}|Instant|||Exile target creature with power 4 or greater.|
|
||||
Checkpoint Officer|Ikoria: Lair of Behemoths|5|C|{1}{W}|Creature - Human Soldier|1|2|{1}{W}, {T}: Tap target creature.|
|
||||
Coordinated Charge|Ikoria: Lair of Behemoths|6|C|{4}{W}|Instant|||Creatures you control get +2/+1 until end of turn.$Cycling {2}|
|
||||
Cubwarden|Ikoria: Lair of Behemoths|7|R|{3}{W}|Creature - Cat|3|5|Mutate {2}{W}{W}$Lifelink$Whenever this creature mutates, create two 1/1 white Cat creature tokens with lifelink.|
|
||||
Daysquad Marshal|Ikoria: Lair of Behemoths|8|C|{3}{W}|Creature - Human Soldier|3|3|When Daysquad Marshal enters the battlefield, create a 1/1 white Human Soldier creature token.|
|
||||
Divine Arrow|Ikoria: Lair of Behemoths|9|C|{1}{W}|Instant|||Divine Arrow deals 4 damage to target attacking or blocking creature.|
|
||||
Drannith Healer|Ikoria: Lair of Behemoths|10|C|{1}{W}|Creature - Human Cleric|2|2|Whenever you cycle another card, you gain 1 life.$Cycling {1}|
|
||||
Drannith Magistrate|Ikoria: Lair of Behemoths|11|R|{1}{W}|Creature - Human Wizard|1|3|Your opponents can't cast spells from anywhere other than their hands.|
|
||||
Fight as One|Ikoria: Lair of Behemoths|12|U|{W}|Instant|||Choose one or both—$• Target Human creature you control gets +1/+1 and gains indestructible until end of turn.$• Target non-Human creature you control gets +1/+1 and gains indestructible until end of turn.|
|
||||
|
@ -37062,15 +37067,20 @@ Flourishing Fox|Ikoria: Lair of Behemoths|13|U|{W}|Creature - Fox|1|1|Whenever y
|
|||
Garrison Cat|Ikoria: Lair of Behemoths|14|C|{W}|Creature - Cat|1|1|When Garrison Cat dies, create a 1/1 white Human Soldier creature token.|
|
||||
Helica Glider|Ikoria: Lair of Behemoths|15|C|{2}{W}|Creature - Nightmare Squirrel|2|2|Helica Glider enters the battlefield with your choice of a flying counter or a first strike counter on it.|
|
||||
Huntmaster Liger|Ikoria: Lair of Behemoths|16|U|{3}{W}|Creature - Cat|3|4|Mutate {2}{W}$Whenever this creature mutates, other creatures you control get +X/+X until end of turn, where X is the number of times this creature has mutated.|
|
||||
Imposing Vantasaur|Ikoria: Lair of Behemoths|17|C|{5}{W}|Creature - Dinosaur|3|6|Vigilance$Cycling {1}|
|
||||
Keensight Mentor|Ikoria: Lair of Behemoths|18|U|{2}{W}|Creature - Human Cleric|1|4|When Keensight Mentor enters the battlefield, put a vigilance counter on target non-Human creature you control.${1}{W}, {T}: Put a +1/+1 counter on each creature you control with vigilance.|
|
||||
Lavabrink Venturer|Ikoria: Lair of Behemoths|19|R|{2}{W}|Creature - Human Soldier|3|3|As Lavabrink Venturer enters the battlefield, choose odd or even.$Lavabrink Venturer has protection from each converted mana cost of the chosen value.|
|
||||
Light of Hope|Ikoria: Lair of Behemoths|20|C|{W}|Instant|||Choose one —$• You gain 4 life.$• Destroy target enchantment.$• Put a +1/+1 counter on target creature.|
|
||||
Majestic Auricorn|Ikoria: Lair of Behemoths|22|U|{4}{W}|Creature - Unicorn|4|4|Mutate {3}{W}$Vigilance$Whenever this creature mutates, you gain 4 life.|
|
||||
Maned Serval|Ikoria: Lair of Behemoths|23|C|{1}{W}|Creature - Cat|1|4|Vigilance|
|
||||
Mythos of Snapdax|Ikoria: Lair of Behemoths|24|R|{2}{W}{W}|Sorcery|||Each player chooses an artifact, a creature, an enchantment, and a planeswalker from among the nonland permanents they control, then sacrifices the rest. If {B}{R} was spent to cast this spell, you choose the permanents for each player instead.|
|
||||
Pacifism|Ikoria: Lair of Behemoths|25|C|{1}{W}|Enchantment - Aura|||Enchant creature$Enchanted creature can't attack or block.|
|
||||
Patagia Tiger|Ikoria: Lair of Behemoths|26|C|{4}{W}|Creature - Cat|3|4|Flying$When Patagia Tiger enters the battlefield, target Human you control gets +2/+2 until end of turn.|
|
||||
Perimeter Sergeant|Ikoria: Lair of Behemoths|27|C|{2}{W}|Creature - Human Soldier|3|2|Whenever Perimeter Sergeant attacks, other Humans you control get +1/+0 until end of turn.|
|
||||
Sanctuary Lockdown|Ikoria: Lair of Behemoths|28|U|{2}{W}|Enchantment|||Humans you control get +1/+1.${2}, Tap two untapped Humans you control: Tap target creature an opponent controls.|
|
||||
Savai Sabertooth|Ikoria: Lair of Behemoths|29|C|{1}{W}|Creature - Cat|3|1||
|
||||
Snare Tactician|Ikoria: Lair of Behemoths|30|C|{2}{W}|Creature - Human Soldier|2|3|Whenever you cycle a card, tap target creature an opponent controls.|
|
||||
Solid Footing|Ikoria: Lair of Behemoths|31|C|{W}|Enchantment - Aura|||Flash$Enchant creature$Enchanted creature gets +1/+1.$As long as enchanted creature has vigilance, it assigns combat damage equal to its toughness rather than its power.|
|
||||
Splendor Mare|Ikoria: Lair of Behemoths|32|U|{2}{W}|Creature - Elk Unicorn|3|3|Lifelink$Cycling {1}{W}$When you cycle Splendor Mare, put a lifelink counter on target creature you control.|
|
||||
Spontaneous Flight|Ikoria: Lair of Behemoths|33|C|{2}{W}|Instant|||Target creature gets +2/+2 until end of turn. Put a flying counter on it.|
|
||||
Stormwild Capridor|Ikoria: Lair of Behemoths|34|U|{2}{W}|Creature - Bird Goat|1|3|Flying$If noncombat damage would be dealt to Stormwild Capridor, prevent that damage. Put a +1/+1 counter on Stormwild Capridor for each 1 damage prevented this way.|
|
||||
|
@ -37078,13 +37088,26 @@ Swallow Whole|Ikoria: Lair of Behemoths|35|U|{W}|Sorcery|||As an additional cost
|
|||
Valiant Rescuer|Ikoria: Lair of Behemoths|36|U|{1}{W}|Creature - Human Soldier|3|1|Whenever you cycle another card for the first time each turn, create a 1/1 white Human Soldier creature token.$Cycling {2}|
|
||||
Vulpikeet|Ikoria: Lair of Behemoths|37|C|{3}{W}|Creature - Fox Bird|2|3|Mutate {2}{W}$Flying$Whenever this creature mutates, put a +1/+1 counter on it.|
|
||||
Will of the All-Hunter|Ikoria: Lair of Behemoths|38|U|{1}{W}|Instant|||Target creature gets +2/+2 until end of turn. If it's blocking, instead put two +1/+1 counters on it.$Cycling {2}|
|
||||
Aegis Turtle|Ikoria: Lair of Behemoths|39|C|{U}|Creature - Turtle|0|5||
|
||||
Anticipate|Ikoria: Lair of Behemoths|40|C|{1}{U}|Instant|||Look at the top three cards of your library. Put one of them into your hand and the rest on the bottom of your library in any order.|
|
||||
Archipelagore|Ikoria: Lair of Behemoths|41|U|{5}{U}{U}|Creature - Leviathan|7|7|Mutate {5}{U}$Whenever this creature mutates, tap up to X target creatures, where X is the number of times this creature has mutated. Those creatures don't untap during their controller's next untap step.|
|
||||
Avian Oddity|Ikoria: Lair of Behemoths|42|U|{3}{U}|Creature - Bird|2|4|Flying$Cycling {2}{U}$When you cycle Avian Oddity, put a flying counter on target creature you control.|
|
||||
Boon of the Wish-Giver|Ikoria: Lair of Behemoths|43|U|{4}{U}{U}|Sorcery|||Draw four cards.$Cycling {1}|
|
||||
Capture Sphere|Ikoria: Lair of Behemoths|44|C|{3}{U}|Enchantment - Aura|||Flash$Enchant creature$When Capture Sphere enters the battlefield, tap enchanted creature.$Enchanted creature doesn't untap during its controller's untap step.|
|
||||
Convolute|Ikoria: Lair of Behemoths|45|C|{2}{U}|Instant|||Counter target spell unless its controller pays {4}.|
|
||||
Crystacean|Ikoria: Lair of Behemoths|46|C|{3}{U}|Creature - Crab|1|6|Flash|
|
||||
Dreamtail Heron|Ikoria: Lair of Behemoths|47|C|{4}{U}|Creature - Elemental Bird|3|4|Mutate {3}{U}$Flying$Whenever this creature mutates, draw a card.|
|
||||
Escape Protocol|Ikoria: Lair of Behemoths|48|U|{1}{U}|Enchantment|||Whenever you cycle a card, you may pay {1}. When you do, exile target creature or artifact you control, then return it to the battlefield under its owner's control.|
|
||||
Essence Scatter|Ikoria: Lair of Behemoths|49|C|{1}{U}|Instant|||Counter target creature spell.|
|
||||
Facet Reader|Ikoria: Lair of Behemoths|50|C|{1}{U}|Creature - Human Wizard|1|2|{1}, {T}: Draw a card, then discard a card.|
|
||||
Frost Lynx|Ikoria: Lair of Behemoths|51|C|{2}{U}|Creature - Elemental Cat|2|2|When Frost Lynx enters the battlefield, tap target creature an opponent controls. That creature doesn't untap during its controller's next untap step.|
|
||||
Frostveil Ambush|Ikoria: Lair of Behemoths|52|C|{3}{U}{U}|Instant|||Tap up to two target creatures. Those creatures don't untap during their controller's next untap step.$Cycling {1}|
|
||||
Glimmerbell|Ikoria: Lair of Behemoths|53|C|{1}{U}|Creature - Elemental Jellyfish|1|3|Flying${1}{U}: Untap Glimmerbell.|
|
||||
Gust of Wind|Ikoria: Lair of Behemoths|54|C|{3}{U}|Sorcery|||This spell costs {2} less to cast if you control a creature with flying.$Return target nonland permanent you don't control to its owner's hand.$Draw a card.|
|
||||
Hampering Snare|Ikoria: Lair of Behemoths|55|C|{1}{U}|Instant|||Creatures your opponents control get -2/-0 until end of turn.$Cycling {2}|
|
||||
Keep Safe|Ikoria: Lair of Behemoths|56|C|{1}{U}|Instant|||Counter target spell that targets a permanent you control.$Draw a card.|
|
||||
Mystic Subdual|Ikoria: Lair of Behemoths|57|U|{1}{U}|Enchantment - Aura|||Flash$Enchant creature$Enchanted creature gets -2/-0 and loses all abilities.|
|
||||
Mythos of Illuna|Ikoria: Lair of Behemoths|58|R|{2}{U}{U}|Sorcery|||Creature a token that's a copy of target permanent. If {R}{G} was spent to cast this spell, instead create a token that's a copy of that permanent, except the token has "When this permanent enters the battlefield, if it's a creature, it fights up to one target creature you don't control."|
|
||||
Neutralize|Ikoria: Lair of Behemoths|59|U|{1}{U}{U}|Instant|||Counter target spell.$Cycling {2}|
|
||||
Of One Mind|Ikoria: Lair of Behemoths|60|C|{2}{U}|Sorcery|||This spell costs {2} less to cast if you control a Human creature and a non-Human creature.$Draw two cards.|
|
||||
Ominous Seas|Ikoria: Lair of Behemoths|61|U|{1}{U}|Enchantment|||Whenever you draw a card, put a foreshadow counter on Ominous Seas.$Remove eight foreshadow counters from Ominous Seas: Create an 8/8 blue Kraken creature token.$Cycling {2}|
|
||||
|
@ -37094,51 +37117,81 @@ Pouncing Shoreshark|Ikoria: Lair of Behemoths|64|U|{4}{U}|Creature - Shark Beast
|
|||
Reconnaissance Mission|Ikoria: Lair of Behemoths|65|U|{2}{U}{U}|Enchantment|||Whenever a creature you control deals combat damage to a player, you may draw a card.$Cycling {2}|
|
||||
Sea-Dasher Octopus|Ikoria: Lair of Behemoths|66|R|{1}{U}{U}|Creature - Octopus|2|2|Mutate {1}{U}$Flash$Whenever this creature deals combat damage to a player, draw a card.|
|
||||
Shark Typhoon|Ikoria: Lair of Behemoths|67|R|{5}{U}|Enchantment|||Whenever you cast a noncreature spell, create an X/X blue Shark creature token with flying, where X is that spell's converted mana cost.$Cycling {X}{1}{U}$When you cycle Shark Typhoon, create an X/X blue Shark creature token with flying.|
|
||||
Startling Development|Ikoria: Lair of Behemoths|68|C|{1}{U}|Instant|||Until end of turn, target creature becomes a blue Serpent with base power and toughness 4/4.$Cycling {1}|
|
||||
Thieving Otter|Ikoria: Lair of Behemoths|69|C|{2}{U}|Creature - Otter|2|2|Whenever Thieving Otter deals damage to an opponent, draw a card.|
|
||||
Voracious Greatshark|Ikoria: Lair of Behemoths|70|R|{3}{U}{U}|Creature - Shark|5|4|Flash$When Voracious Greatshark enters the battlefield, counter target artifact or creature spell.|
|
||||
Wingfold Pteron|Ikoria: Lair of Behemoths|71|C|{5}{U}|Creature - Dinosaur|3|6|Wingfold Pteron enters the battlefield with your choice of a flying counter or a hexproof counter on it.|
|
||||
Wingspan Mentor|Ikoria: Lair of Behemoths|72|U|{2}{U}|Creature - Human Wizard|1|3|When Wingspan Mentor enters the battlefield, put a flying counter on target non-Human creature you control.${2}{U}, {T}: Put a +1/+1 counter on each creature you control with flying.|
|
||||
Bastion of Remembrance|Ikoria: Lair of Behemoths|73|U|{2}{B}|Enchantment|||When Bastion of Remembrance enters the battlefield, create a 1/1 white Human Soldier creature token.$Whenever a creature you control dies, each opponent loses 1 life and you gain 1 life.|
|
||||
Blitz Leech|Ikoria: Lair of Behemoths|74|C|{5}{B}|Creature - Leech|5|2|Flash$When Blitz Leech enters the battlefield, target creature an opponent controls gets -2/-2 until end of turn. Remove all counters from that creature.|
|
||||
Blood Curdle|Ikoria: Lair of Behemoths|75|C|{3}{B}|Instant|||Destroy target creature. Put a menace counter on a creature you control.|
|
||||
Boot Nipper|Ikoria: Lair of Behemoths|76|C|{1}{B}|Creature - Beast|2|1|Boot Nipper enters the battlefield with your choice of a deathtouch counter or a lifelink counter on it.|
|
||||
Bushmeat Poacher|Ikoria: Lair of Behemoths|77|C|{3}{B}|Creature - Human Soldier|2|4|{1}, {T}: Sacrifice another creature: You gain life equal to that creature's toughness. Draw a card.|
|
||||
Call of the Death-Dweller|Ikoria: Lair of Behemoths|78|U|{2}{B}|Sorcery|||Return up to two target creature cards with total converted mana cost 3 or less from your graveyard to the battlefield. Put a deathtouch counter on either of them. Then put a menace counter on either of them.|
|
||||
Cavern Whisperer|Ikoria: Lair of Behemoths|79|C|{4}{B}|Creature - Nightmare|4|4|Mutate {3}{B}$Menace$Whenever this creature mutates, each opponent discards a card.|
|
||||
Chittering Harvester|Ikoria: Lair of Behemoths|80|U|{5}{B}|Creature - Nightmare|4|6|Mutate {4}{B}$Whenever this creature mutates, each opponent sacrifices a creature.|
|
||||
Corpse Churn|Ikoria: Lair of Behemoths|81|C|{1}{B}|Instant|||Put the top three cards of your library into your graveyard, then you may return a creature card from your graveyard to your hand.|
|
||||
Dark Bargain|Ikoria: Lair of Behemoths|82|C|{3}{B}|Instant|||Look at the top three cards of your library. Put two of them into your hand and the other into your graveyard. Dark Bargain deals 2 damage to you.|
|
||||
Dead Weight|Ikoria: Lair of Behemoths|83|C|{B}|Enchantment - Aura|||Enchant creature$Enchanted creature gets -2/-2.|
|
||||
Dirge Bat|Ikoria: Lair of Behemoths|84|R|{2}{B}{B}|Creature - Bat|3|3|Mutate {4}{B}{B}$Flash$Flying$Whenever this creature mutates, destroy target creature or planeswalker an opponent controls.|
|
||||
Durable Coilbug|Ikoria: Lair of Behemoths|85|C|{1}{B}|Creature - Insect|2|2|{4}{B}: Return Durable Coilbug from your graveyard to your hand.|
|
||||
Duskfang Mentor|Ikoria: Lair of Behemoths|86|U|{2}{B}|Creature - Human Cleric|1|3|When Duskfang Mentor enters the battlefield, put a lifelink counter on target non-Human creature you control.${1}{B}, {T}: Put a +1/+1 counter on each creature you control with lifelink.|
|
||||
Easy Prey|Ikoria: Lair of Behemoths|87|U|{1}{B}|Instant|||Destroy target creature with converted mana cost 2 or less.$Cycling {2}|
|
||||
Extinction Event|Ikoria: Lair of Behemoths|88|R|{3}{B}|Sorcery|||Choose odd or even. Exile each creature with a converted mana cost of the chosen value.|
|
||||
Gloom Pangolin|Ikoria: Lair of Behemoths|89|C|{2}{B}|Creature - Nightmare Pangolin|1|5||
|
||||
Grimdancer|Ikoria: Lair of Behemoths|90|U|{1}{B}{B}|Creature - Nightmare|3|3|Grimdancer enters the battlefield with your choice of two different counters on it from among menace, deathtouch, and lifelink.|
|
||||
Heartless Act|Ikoria: Lair of Behemoths|91|U|{1}{B}|Instant|||Choose one —$• Destroy target creature with no counters on it.$• Remove up to three counters from target creature.|
|
||||
Hunted Nightmare|Ikoria: Lair of Behemoths|92|R|{1}{B}{B}|Creature - Nightmare|4|5|Menace$When Hunted Nightmare enters the battlefield, target opponent puts a deathtouch counter on a creature they control.|
|
||||
Insatiable Hemophage|Ikoria: Lair of Behemoths|93|U|{3}{B}|Creature - Nightmare|3|3|Mutate {2}{B}$Deathtouch$Whenever this creature mutates, each opponent loses X life and you gain X life, where X is the number of times this creature has mutated.|
|
||||
Lurking Deadeye|Ikoria: Lair of Behemoths|94|C|{3}{B}|Creature - Human Assassin|4|2|Flash$When Lurking Deadeye enters the battlefield, destroy target creature that was dealt damage this turn.|
|
||||
Memory Leak|Ikoria: Lair of Behemoths|95|C|{2}{B}|Sorcery|||Target opponent reveals their hand. You choose a nonland card from that player's graveyard or hand and exile it.$Cycling {1}|
|
||||
Mutual Destruction|Ikoria: Lair of Behemoths|96|C|{B}|Sorcery|||This spell has flash as long as you control a permanent with flash.$As an additional cost to cast this spell, sacrifice a creature.$Destroy target creature.|
|
||||
Mythos of Nethroi|Ikoria: Lair of Behemoths|97|R|{2}{B}|Instant|||Destroy target nonland permanent if it's a creature or if {G}{W} was spent to cast this spell.|
|
||||
Nightsquad Commando|Ikoria: Lair of Behemoths|98|C|{2}{B}|Creature - Human Soldier|2|3|When Nightsquad Commando enters the battlefield, if you attacked this turn, create a 1/1 white Human Soldier creature token.|
|
||||
Serrated Scorpion|Ikoria: Lair of Behemoths|99|C|{B}|Creature - Scorpion|1|2|When Serrated Scorpion dies, it deals 2 damage to each opponent and you gain 2 life.|
|
||||
Suffocating Fumes|Ikoria: Lair of Behemoths|100|C|{2}{B}|Instant|||Creatures your opponents control get -1/-1 until end of turn.$Cycling {2}|
|
||||
Unbreakable Bond|Ikoria: Lair of Behemoths|101|U|{4}{B}|Sorcery|||Return target creature card from your graveyard to the battlefield with a lifelink counter on it.|
|
||||
Unexpected Fangs|Ikoria: Lair of Behemoths|102|C|{1}{B}|Instant|||Put a +1/+1 counter and a lifelink counter on target creature.|
|
||||
Unlikely Aid|Ikoria: Lair of Behemoths|103|C|{1}{B}|Instant|||Target creature gets +2/+0 and gains indestructible until end of turn.|
|
||||
Void Beckoner|Ikoria: Lair of Behemoths|104|U|{6}{B}{B}|Creature - Nightmare Horror|8|8|Deathtouch$Cycling {2}{B}$When you cycle Void Beckoner, put a deathtouch counter on target creature you control.|
|
||||
Whisper Squad|Ikoria: Lair of Behemoths|105|C|{B}|Creature - Human Soldier|1|1|{1}{B}: Search your library for a card named Whisper Squad, put it onto the battlefield tapped, then shuffle your library.|
|
||||
Zagoth Mamba|Ikoria: Lair of Behemoths|106|U|{B}|Creature - Nightmare Snake|1|1|Whenever this creature mutates, target creature an opponent controls gets -2/-2 until end of turn.|
|
||||
Blitz of the Thunder-Raptor|Ikoria: Lair of Behemoths|109|U|{1}{R}|Instant|||Blitz of the Thunder-Raptor deals damage to target creature equal to the number of instant or sorcery cards in your graveyard. If that creature or planeswalker would die this turn, exile it instead.|
|
||||
Blazing Volley|Ikoria: Lair of Behemoths|107|C|{R}|Sorcery|||Blazing Volley deals 1 damage to each creature your opponents control.|
|
||||
Blisterspit Gremlin|Ikoria: Lair of Behemoths|108|C|{R}|Creature - Gremlin|1|1|{1}, {T}: Blisterspit Gremlin deals 1 damage to each opponent.$Whenever you cast a noncreature spell, untap Blisterspit Gremlin.|
|
||||
Blitz of the Thunder-Raptor|Ikoria: Lair of Behemoths|109|U|{1}{R}|Instant|||Blitz of the Thunder-Raptor deals damage to target creature or planeswalker equal to the number of instant and sorcery cards in your graveyard. If that creature or planeswalker would die this turn, exile it instead.|
|
||||
Cathartic Reunion|Ikoria: Lair of Behemoths|110|C|{1}{R}|Sorcery|||As an additional cost to cast this spell, discard two cards.$Draw three cards.|
|
||||
Clash of Titans|Ikoria: Lair of Behemoths|111|U|{3}{R}{R}|Instant|||Target creature fights another target creature.|
|
||||
Cloudpiercer|Ikoria: Lair of Behemoths|112|C|{4}{R}|Creature - Dinosaur|5|4|Mutate {3}{R}$Reach$Whenever this creature mutates, you may discard a card. If you do, draw a card.|
|
||||
Drannith Stinger|Ikoria: Lair of Behemoths|113|C|{1}{R}|Creature - Human Wizard|2|2|Whenever you cycle another card, Drannith Stinger deals 1 damage to each opponent.$Cycling {1}|
|
||||
Everquill Phoenix|Ikoria: Lair of Behemoths|114|R|{2}{R}{R}|Creature - Phoenix|4|4|Mutate {3}{R}$Flying$Whenever this creature mutates, create a red artifact token named Feather with "{1}, Sacrifice Feather: Return target Phoenix card from your graveyard to the battlefield tapped."|
|
||||
Ferocious Tigorilla|Ikoria: Lair of Behemoths|115|C|{3}{R}|Creature - Cat Ape|4|3|Ferocious Tigorilla enters the battlefield with your choice of a trample counter or a menace counter on it.|
|
||||
Fire Prophecy|Ikoria: Lair of Behemoths|116|C|{1}{R}|Instant|||Fire Prophecy deals 3 damage to target creature. You may put a card from your hand on the bottom of your library. If you do, draw a card.|
|
||||
Flame Spill|Ikoria: Lair of Behemoths|117|U|{2}{R}|Instant|||Flame Spill deals 4 damage to target creature. Excess damage is dealt to that creature's controller instead.|
|
||||
Footfall Crater|Ikoria: Lair of Behemoths|118|U|{R}|Enchantment - Aura|||Enchant land$Enchanted land has "{T}: Target creature gains trample and haste until end of turn."$Cycling {1}|
|
||||
Forbidden Friendship|Ikoria: Lair of Behemoths|119|C|{1}{R}|Sorcery|||Create a 1/1 red Dinosaur creature token with haste and a 1/1 white Human Soldier creature token.|
|
||||
Frenzied Raptor|Ikoria: Lair of Behemoths|120|C|{2}{R}|Creature - Dinosaur|4|2||
|
||||
Frillscare Mentor|Ikoria: Lair of Behemoths|121|U|{2}{R}|Creature - Human Warrior|||When Frillscare Mentor enters the battlefield, put a menace counter on target non-Human creature you control.${2}{R}, {T}: Put a +1/+1 counter on each creature you control with menace.|
|
||||
Go for Blood|Ikoria: Lair of Behemoths|122|C|{1}{R}|Sorcery|||Target creature you control fights target creature you don't control.$Cycling {1}|
|
||||
Heightened Reflexes|Ikoria: Lair of Behemoths|123|C|{R}|Instant|||Target creature gets +1/+0 until end of turn. Put a first strike counter on it.|
|
||||
Lava Serpent|Ikoria: Lair of Behemoths|124|C|{5}{R}|Creature - Elemental Serpent|5|5|Haste$Cycling {2}|
|
||||
Lukka, Coppercoat Outcast|Ikoria: Lair of Behemoths|125|M|{3}{R}{R}|Legendary Planeswalker - Lukka|5|+1: Exile the top three cards of your library. Creature cards exiled this way gain "You may cast this card from exile as long as you control a Lukka planeswalker."$−2: Exile target creature you control, then reveal cards from the top of your library until you reveal a creature card with higher converted mana cost. Put that card onto the battlefield and the rest on the bottom of your library in a random order.$−7: Each creature you control deals damage equal to its power to each opponent.|
|
||||
Momentum Rumbler|Ikoria: Lair of Behemoths|126|U|{3}{R}|Creature - Dinosaur|3|3|Whenever Momentum Rumbler attacks, if it doesn't have first strike, put a first strike counter on it.$Whenever Momentum Rumbler attacks, if it has first strike, it gains double strike until end of turn.|
|
||||
Momentum Rumbler|Ikoria: Lair of Behemoths|126|U|{3}{R}|Creature - Dinosaur|3|3|Whenever Momenmtum Rumbler attacks, if it doesn't have first strike, put a first strike counter on it.$Whenever Momenmtum Rumbler attacks, if it has first strike, it gains double strike until end of turn.|
|
||||
Mythos of Vadrok|Ikoria: Lair of Behemoths|127|R|{2}{R}{R}|Sorcery|||Mythos of Vadrok deals 5 damage divided as you choose among any number of target creatures and/or planeswalkers. If {W}{U} was spent to cast this spell, until your next turn, those permanents can't attack or block and their activated abilities can't be activated.|
|
||||
Porcuparrot|Ikoria: Lair of Behemoths|128|U|{3}{R}|Creature - Bird Beast|3|4|Mutate {2}{R}${T}: This creature deals X damage to any target, where X is the number of times this creature mutated.|
|
||||
Porcuparrot|Ikoria: Lair of Behemoths|128|U|{3}{R}|Creature - Bird Beast|3|4|Mutate {2}{R}${T}: This creature deals X damage to any target, where X is the number of times this creature has mutated.|
|
||||
Prickly Marmoset|Ikoria: Lair of Behemoths|129|C|{2}{R}|Creature - Monkey|2|3|First strike$Whenever you cycle a card, Prickly Marmoset gets +2/+0 until end of turn.|
|
||||
Pyroceratops|Ikoria: Lair of Behemoths|130|C|{3}{R}|Creature - Elemental Dinosaur|2|3|Trample$Whenever you cast a noncreature spell, put a +1/+1 counter on Pyroceratops.|
|
||||
Raking Claws|Ikoria: Lair of Behemoths|131|C|{1}{R}|Instant|||Target creature gains double strike until end of turn.$Cycling {2}|
|
||||
Reptillian Reflection|Ikoria: Lair of Behemoths|132|U|{2}{R}|Enchantment|||Whenever you cycle a card, Reptillian Reflection becomes a 5/4 Dinosaur creature with trample and haste in addition to its other types until end of turn.|
|
||||
Rooting Moloch|Ikoria: Lair of Behemoths|133|U|{4}{R}|Creature - Lizard|4|4|When Rooting Moloch enters the battlefield, exile target card with a cycling ability from your graveyard. Until the end of your next turn, you may play that card.$Cycling {2}|
|
||||
Rumbling Rockslide|Ikoria: Lair of Behemoths|134|C|{3}{R}|Sorcery|||Rumbling Rockslide deals damage to target creature equal to the number of lands you control.|
|
||||
Sanctuary Smasher|Ikoria: Lair of Behemoths|135|U|{4}{R}{R}|Creature - Rhino Beast|6|4|First strike$Cycling {2}{R}$When you cycle Sanctuary Smasher, put a first strike counter on target creature you control.|
|
||||
Shredded Sails|Ikoria: Lair of Behemoths|136|C|{1}{R}|Instant|||Choose one —$• Destroy target artifact.$• Shredded Sails deals 4 damage to target creature with flying.$Cycling {2}|
|
||||
Spelleater Wolverine|Ikoria: Lair of Behemoths|137|C|{2}{R}|Creature - Wolverine|3|2|Spelleater Wolverine has double strike as long as there are three or more instant and/or sorcery cards in your graveyard.|
|
||||
Tentative Connection|Ikoria: Lair of Behemoths|138|C|{3}{R}|Sorcery|||This spell costs {3} less to cast if you control a creature with menace.$Gain control of target creature until end of turn. Untap that creature. It gains haste until end of turn.|
|
||||
Unpredictable Cyclone|Ikoria: Lair of Behemoths|139|R|{3}{R}{R}|Enchantment|||If a cycling ability of another nonland card would cause you to draw a card, instead exile cards from the top of your library until you exile a card that shares a card type with the cycled card. You may cast that card without paying its mana cost. Then put the exiled cards that weren't cast this way on the bottom of your library in a random order.$Cycling {2}|
|
||||
Weaponize the Monsters|Ikoria: Lair of Behemoths|140|U|{R}|Enchantment|||{2}, Sacrifice a creature: Weaponize the Monsters deals 2 damage to any target.|
|
||||
Yidaro, Wandering Monster|Ikoria: Lair of Behemoths|141|R|{5}{R}{R}|Legendary Creature - Dinosaur Turtle|8|8|Trample, haste$Cycling {1}{R}$When you cycle Yidaro, Wandering Monster, shuffle it into your library from your graveyard. If you've cycled a card named Yidaro, Wandering Monster four or more times this game, put it onto the battlefield from your graveyard instead.|
|
||||
Adventurous Impulse|Ikoria: Lair of Behemoths|142|C|{G}|Sorcery|||Look at the top three cards of your library. You may reveal a creature or land card from among them and put it into your hand. Put the rest on the bottom of your library in any order.|
|
||||
Almighty Brushwagg|Ikoria: Lair of Behemoths|143|C|{G}|Creature - Brushwagg|1|1|Trample${3}{G}: Almighty Brushwagg gets +3/+3 until end of turn.|
|
||||
Auspicious Starrix|Ikoria: Lair of Behemoths|144|U|{4}{G}|Creature - Elk Beast|6|6|Mutate {5}{G}$Whenever this creature mutates, exile cards from the top of your library until you exile X permanent cards, where X is the number of times this creature has mutated. Put those permanent cards onto the battlefield.|
|
||||
Barrier Breach|Ikoria: Lair of Behemoths|145|U|{2}{G}|Instant|||Exile up to three target enchantments.$Cycling {2}|
|
||||
|
@ -37146,12 +37199,18 @@ Bristling Boar|Ikoria: Lair of Behemoths|146|C|{3}{G}|Creature - Boar|4|3|Bristl
|
|||
Charge of the Forever-Beast|Ikoria: Lair of Behemoths|147|U|{2}{G}|Sorcery|||As an additional cost to cast this spell, reveal a creature card from your hand.$Charge of the Forever-Beast deals damage to target creature or planeswalker equal to the revealed card's power.|
|
||||
Colossification|Ikoria: Lair of Behemoths|148|R|{5}{G}{G}|Enchantment - Aura|||Enchant creature$When Colossification enters the battlefield, tap enchanted creature.$Enchanted creature gets +20/+20.|
|
||||
Essence Symbiote|Ikoria: Lair of Behemoths|149|C|{1}{G}|Creature - Beast|2|2|Whenever a creature you control mutates, put a +1/+1 counter on that creature and you gain 2 life.|
|
||||
Excavation Mole|Ikoria: Lair of Behemoths|150|C|{2}{G}|Creature - Mole|3|3|Trample$When Excavation Mole enters the battlefield, put the top three cards of your library into your graveyard.|
|
||||
Exuberant Wolfbear|Ikoria: Lair of Behemoths|151|U|{3}{G}|Creature - Wolf Bear|4|4|Whenever Exuberant Wolfbear attacks, you may change the base power and toughness of target Human you control to Exuberant Wolfbear's power and toughness until end of turn.|
|
||||
Fertilid|Ikoria: Lair of Behemoths|152|C|{2}{G}|Creature - Elemental|0|0|Fertilid enters the battlefield with two +1/+1 counters on it.${1}{G}, Remove a +1/+1 counter from Fertilid: Target player searches their library for a basic land card, puts it onto the battlefield tapped, then shuffles their library.|
|
||||
Flycatcher Giraffid|Ikoria: Lair of Behemoths|153|C|{4}{G}|Creature - Antelope Lizard|3|5|Flycatcher Giraffid enters the battlefield with your choice of a vigilance counter or a reach counter on it.|
|
||||
Fully Grown|Ikoria: Lair of Behemoths|154|C|{2}{G}|Instant|||Target creature gets +3/+3 until end of turn. Put a trample counter on it.|
|
||||
Gemrazer|Ikoria: Lair of Behemoths|155|R|{3}{G}|Creature - Beast|4|4|Mutate {1}{G}{G}$Reach, trample$Whenever this creature mutates, destroy target artifact or enchantment an opponent controls.|
|
||||
Glowstone Recluse|Ikoria: Lair of Behemoths|156|U|{2}{G}|Creature - Spider|2|3|Mutate {3}{G}$Reach$Whenever this creature mutates, put two +1/+1 counters on it.|
|
||||
Greater Sandwurm|Ikoria: Lair of Behemoths|157|C|{5}{G}{G}|Creature - Wurm|7|7|Greater Sandwurm can't be blocked by creatures with power 2 or less.$Cycling {2}|
|
||||
Honey Mammoth|Ikoria: Lair of Behemoths|158|C|{4}{G}{G}|Creature - Elephant|6|6|When Honey Mammoth enters the battlefield, you gain 4 life.|
|
||||
Hornbash Mentor|Ikoria: Lair of Behemoths|159|U|{2}{G}|Creature - Human Warrior|3|3|When Hornbash Mentor enters the battlefield, put a trample counter on target non-Human creature you control.${2}{G}, {T}: Put a +1/+1 counter on each creature you control with trample.|
|
||||
Humble Naturalist|Ikoria: Lair of Behemoths|160|C|{1}{G}|Creature - Human Druid|1|3|{T}: Add one mana of any color. Spend this mana only to cast a creature spell.|
|
||||
Ivy Elemental|Ikoria: Lair of Behemoths|161|U|{X}{G}|Creature - Elemental|0|0|Ivy Elemental enters the battlefield with X +1/+1 counters on it.|
|
||||
Kogla, the Titan Ape|Ikoria: Lair of Behemoths|162|R|{3}{G}{G}{G}|Legendary Creature - Ape|7|6|When Kogla, the Titan Ape enters the battlefield, it fights up to one target creature you don't control.$Whenever Kogla attacks, destroy target artifact or enchantment defending player control.${1}{G}: Return target Human you control to its owner's hand. Kogla gains indestructible until end of turn.|
|
||||
Lead the Stampede|Ikoria: Lair of Behemoths|163|U|{2}{G}|Sorcery|||Look at the top five cards of your library. You may reveal any number of creature cards from among them and put the revealed cards into your hand. Put the rest on the bottom of your library in any order.|
|
||||
Migration Path|Ikoria: Lair of Behemoths|164|U|{3}{G}|Sorcery|||Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle your library.$Cycling {2}|
|
||||
|
@ -37159,6 +37218,10 @@ Migratory Greathorn|Ikoria: Lair of Behemoths|165|C|{3}{G}|Creature - Beast|3|4|
|
|||
Monstrous Step|Ikoria: Lair of Behemoths|166|U|{4}{G}|Sorcery|||Target creature gets +7/+7 until end of turn. Up to one other target creature blocks it this turn if able.$Cycling {2}|
|
||||
Mosscoat Goriak|Ikoria: Lair of Behemoths|167|C|{2}{G}|Creature - Beast|2|4|Vigilance|
|
||||
Mythos of Brokkos|Ikoria: Lair of Behemoths|168|R|{2}{G}{G}|Sorcery|||If {U}{B} was spent to cast Mythos of Brokkos, search your library for a card, put that card into your graveyard, then shuffle your library.$Return up to two permanent cards from your graveyard to your hand.|
|
||||
Plummet|Ikoria: Lair of Behemoths|169|C|{1}{G}|Instant|||Destroy target creature with flying.|
|
||||
Ram Through|Ikoria: Lair of Behemoths|170|C|{1}{G}|Instant|||Target creature you control deals damage equal to its power to target creature you don't control. If the creature you control has trample, excess damage is dealt to that creature's controller instead.|
|
||||
Sudden Spinnerets|Ikoria: Lair of Behemoths|171|C|{G}|Instant|||Target creature gets +1/+3 until end of turn. Put a reach counter on it. Untap it.|
|
||||
Survivor's Bond|Ikoria: Lair of Behemoths|172|C|{1}{G}|Sorcery|||Choose one or both —$• Return target Human creature card from your graveyard to your hand.$• Return target non-Human creature card from your graveyard to your hand.|
|
||||
Thwart the Enemy|Ikoria: Lair of Behemoths|173|C|{2}{G}|Instant|||Prevent all damage that would be dealt this turn by creatures your opponents control.|
|
||||
Titanoth Rex|Ikoria: Lair of Behemoths|174|U|{7}{G}{G}|Creature - Dinosaur Beast|11|11|Trample$Cycling {1}{G}$When you cycle Titanoth Rex, put a trample counter on target creature you control.|
|
||||
Vivien, Monsters' Advocate|Ikoria: Lair of Behemoths|175|M|{3}{G}{G}|Legendary Planeswalker - Vivien|3|You may look at the top card of your library any time.$You may cast creature spells from the top of your library.$+1: Create a 3/3 green Beast creature token. Put your choice of a vigilance counter, a reach counter, or a trample counter on it.$−2: When you cast your next creature spell this turn, search your library for a creature card with lesser converted mana cost, put it onto the battlefield, then shuffle your library.|
|
||||
|
@ -37167,15 +37230,17 @@ Back for More|Ikoria: Lair of Behemoths|177|U|{4}{B}{G}|Instant|||Return target
|
|||
Boneyard Lurker|Ikoria: Lair of Behemoths|178|U|{2}{B}{G}|Creature - Nightmare Beast|4|4|Mutate {2}{B/G}{B/G}$Whenever this creature mutates, return target permanent card from your graveyard to your hand.|
|
||||
Brokkos, Apex of Forever|Ikoria: Lair of Behemoths|179|M|{2}{B}{G}{U}|Legendary Creature - Nightmare Beast Elemental|6|6|Mutate {2}{U/B}{G}{G}$Trample$You may cast Brokkos, Apex of Forever from your graveyard using its mutate ability.|
|
||||
Channeled Force|Ikoria: Lair of Behemoths|180|U|{2}{U}{R}|Instant|||As an additional cost to cast this spell, discard X cards.$Target player draws X cards. Channeled Force deals X damage to up to one target creature or planeswalker.|
|
||||
Chevill, Bane of Monsters|Ikoria: Lair of Behemoths|181|M|{B}{G}|Legendary Creature - Human Rogue|1|3|Deathtouch$At the beginning of your upkeep, if your opponents control no permanents with bounty counters on them, put a bounty counter on target creature or planeswalker an opponent controls.$Whenever a permanent an opponent controls with a bounty counter on it dies, you gain 3 life and draw card.|
|
||||
Chevill, Bane of Monsters|Ikoria: Lair of Behemoths|181|M|{B}{G}|Legendary Creature - Human Rogue|1|3|Deathtouch$At the beginning of your upkeep, if your opponents control no permanents with bounty counters on them, put a bounty counter on target creature or planeswalker an opponent controls.$Whenever a permanent an opponent controls with a bounty counter on it dies, you gain 3 life and draw a card.|
|
||||
Death's Oasis|Ikoria: Lair of Behemoths|182|R|{W}{B}{G}|Enchantment|||Whenever a nontoken creature you control dies, put the top two cards of your library into your graveyard. Then return a creature card with lesser converted mana cost than the creature that died from your graveyard to your hand.${1}, Sacrifice Death's Oasis: You gain life equal to the greatest converted mana cost among creatures you control.|
|
||||
Dire Tactics|Ikoria: Lair of Behemoths|183|U|{W}{B}|Instant|||Exile target creature. If you don't control a Human, you lose life equal to that creature's toughness.|
|
||||
Eerie Ultimatum|Ikoria: Lair of Behemoths|184|R|{W}{W}{B}{B}{B}{G}{G}|Sorcery|||Return any number of permanent cards with different names from your graveyard to the battlefield|
|
||||
Emergent Ultimatum|Ikoria: Lair of Behemoths|185|R|{B}{B}{G}{G}{G}{U}{U}|Sorcery|||Search your library for up to three different monocolored cards with different names and exile them. An opponent chooses one of those cards. Shuffle that card into your library. You may cast the other cards without paying their mana costs. Exile Emergent Ultimatum.|
|
||||
Frondland Felidar|Ikoria: Lair of Behemoths|186|R|{2}{G}{W}|Creature - Cat Beast|3|5|Vigilance$Creatures you control with vigilance have "{1}, {T}: Tap target creature."|
|
||||
General Kudro of Drannith|Ikoria: Lair of Behemoths|187|M|{1}{W}{B}|Legendary Creature - Human Soldier|||Other Humans you control get +1/+1.$Whenever General Kudro of Drannith or another Human enters the battlefield under your control, exile target card from an opponent's graveyard.${2}, Sacrifice two Humans: Destroy target creature with power 4 or greater.|
|
||||
General Kudro of Drannith|Ikoria: Lair of Behemoths|187|M|{1}{W}{B}|Legendary Creature - Human Soldier|3|3|Other Humans you control get +1/+1.$Whenever General Kudro of Drannith or another Human enters the battlefield under your control, exile target card from an opponent's graveyard.${2}, Sacrifice two Humans: Destroy target creature with power 4 or greater.|
|
||||
General's Enforcer|Ikoria: Lair of Behemoths|188|U|{W}{B}|Creature - Human Soldier|2|3|Legendary Humans you control have indestructible.${2}{W}{B}: Exile target card from a graveyard. If it was a creature card, create a 1/1 white Human Soldier creature token.|
|
||||
Genesis Ultimatum|Ikoria: Lair of Behemoths|189|R|{G}{G}{U}{U}{U}{R}{R}|Sorcery|||Look at the top five cards of your library. Put any number of permanent cards from among them onto the battlefield and the rest into your hand. Exile Genesis Ultimatum.|
|
||||
Illuna, Apex of Wishes|Ikoria: Lair of Behemoths|190|M|{2}{G}{U}{R}|Legendary Creature - Beast Elemental Dinosaur|6|6|Mutate {3}{R/G}{U}{U}$Flying, trample$Whenever this creature mutates, exile cards from the top of your library until you exile a nonland permanent card. Put that card onto the battlefield or into your hand.|
|
||||
Inspired Ultimatum|Ikoria: Lair of Behemoths|191|R|{U}{U}{R}{R}{R}{W}{W}|Sorcery|||Target player gains 5 life. Inspired Ultimatum deals 5 damage to any target. You draw five cards.|
|
||||
Kinnan, Bonder Prodigy|Ikoria: Lair of Behemoths|192|M|{G}{U}|Legendary Creature - Human Druid|2|2|Whenever you tap a nonland permanent for mana, add one mana of any type that permanent produced.${5}{G}{U}: Look at the top five cards of your library. You may put a non-Human creature card from among them onto the battlefield. Put the rest on the bottom of your library in a random order.|
|
||||
Labyrinth Raptor|Ikoria: Lair of Behemoths|193|R|{B}{R}|Creature - Nightmare Dinosaur|2|2|Menace$Whenever a creature you control with menace becomes blocked, defending player sacrifices a creature blocking it.${B}{R}: Creatures you control with menace get +1/+0 until end of turn.|
|
||||
Lore Drakkis|Ikoria: Lair of Behemoths|194|U|{1}{U}{R}|Creature - Lizard Beast|2|3|Mutate {U/R}{U/R}$Whenever this creature mutates, return target instant or sorcery card from your graveyard to your hand.|
|
||||
|
@ -37187,17 +37252,20 @@ Parcelbeast|Ikoria: Lair of Behemoths|199|U|{2}{G}{U}|Creature - Elemental Beast
|
|||
Primal Empathy|Ikoria: Lair of Behemoths|200|U|{1}{G}{U}|Enchantment|||At the beginning of your upkeep, draw a card if you control a creature with the greatest power among creatures on the battlefield. Otherwise, put a +1/+1 counter on a creature you control.|
|
||||
Quartzwood Crasher|Ikoria: Lair of Behemoths|201|R|{2}{R}{R}{G}|Creature - Dinosaur Beast|6|6|Trample$Whenever one or more creatures you control with trample deal combat damage to a player, create an X/X green Dinosaur Beast creature token with trample, where X is the amount of damage those creatures dealt to that player.|
|
||||
Regal Leosaur|Ikoria: Lair of Behemoths|202|U|{R}{W}|Creature - Dinosaur Cat|2|2|Mutate {1}{R/W}{R/W}$Whenever this creature mutates, other creatures you control get +2/+1 until end of turn.|
|
||||
Rielle, the Everwise|Ikoria: Lair of Behemoths|203|M|{1}{U}{R}|Legendary Creature - Human Wizard|0|3|Rielle, the Everwise gets +1/+0 for each instant or sorcery card in your graveyard.$Whenever you discard one or more cards for the first time each turn, draw that many cards.|
|
||||
Rielle, the Everwise|Ikoria: Lair of Behemoths|203|M|{1}{U}{R}|Legendary Creature - Human Wizard|0|3|Rielle, the Everwise gets +1/+0 for each instant and sorcery card in your graveyard.$Whenever you discard one or more cards for the first time each turn, draw that many cards.|
|
||||
Ruinous Ultimatum|Ikoria: Lair of Behemoths|204|R|{R}{R}{W}{W}{W}{B}{B}|Sorcery|||Destroy all nonland permanents your opponents control.|
|
||||
Savai Thundermane|Ikoria: Lair of Behemoths|205|U|{R}{W}|Creature - Elemental Cat|3|2|Whenever you cycle a card, you may pay {2}. If you Savai Thundermane deals 2 damage to target creature and you gain 2 life.|
|
||||
Skull Prophet|Ikoria: Lair of Behemoths|206|U|{B}{G}|Creature - Human Druid|3|1|{T}: Add {B} or {G}.${T}: Put the top two cards of your library into your graveyard.|
|
||||
Skycat Sovereign|Ikoria: Lair of Behemoths|207|R|{W}{U}|Creature - Elemental Cat|1|1|Flying$Skycat Sovereign gets +1/+1 for each other creature you control with flying.${2}{W}{U}: Create a 1/1 white Cat Bird creature token with flying.|
|
||||
Slitherwisp|Ikoria: Lair of Behemoths|208|R|{U}{B}{B}|Creature - Elemental Nightmare|3|2|Flash$Whenever you cast another spell with flash, you draw a card and each opponent loses 1 life.|
|
||||
Snapdax, Apex of the Hunt|Ikoria: Lair of Behemoths|209|M|{1}{R}{W}{B}|Legendary Creature - Dinosaur Cat Nightmare|3|5|Mutate {2}{B/R}{W}{W}$Double Strike$Whenever this creature mutates, it deals 4 damage to target creature or planeswalker an opponent controls and you gain 4 life.|
|
||||
Song of Creation|Ikoria: Lair of Behemoths|210|R|{1}{G}{U}{R}|Enchantment|||You may play an additional land on each of your turns.$Whenever you cast a spell, draw two cards.$At the beginning of your end step, discard your hand.|
|
||||
Sprite Dragon|Ikoria: Lair of Behemoths|211|U|{U}{R}|Creature - Faerie Dragon|1|1|Flying, haste$Whenever you cast a noncreature spell, put a +1/+1 counter on Sprite Dragon.|
|
||||
Titans' Nest|Ikoria: Lair of Behemoths|212|R|{1}{B}{G}{U}|Enchantment|||At the beginning of your upkeep, look at the top card of your library. You may put that card into your graveyard.$Exile a card from your graveyard: Add {C}. Spend this mana only to cast a colored spell without {X} in its mana cost.|
|
||||
Trumpeting Gnarr|Ikoria: Lair of Behemoths|213|U|{1}{G}{U}|Creature - Beast|3|3|Mutate {3}{G/U}{G/U}$Whenever this creature mutates, create a 3/3 green Beast creature token.|
|
||||
Vadrok, Apex of Thunder|Ikoria: Lair of Behemoths|214|M|{U}{R}{W}|Legendary Creature - Elemental Dinosaur Cat|3|3|Mutate {1}{W/U}{R}{R}$Flying, first strike$Whenever this creature mutates, you may cast target noncreature card with converted mana cost 3 or less from your graveyard without paying its mana cost.|
|
||||
Winota, Joiner of Forces|Ikoria: Lair of Behemoths|216|M|{2}{R}{W}|Legendary Creature - Human Whatchamacallit|4|4|Whenever a non-Human creature you control attacks, look at the top six cards of your library. You may put a Human creature card from among them onto the battlefield tapped and attacking. It gains indestructible until end of turn. Put the rest of the cards on the bottom of your library in a random order.|
|
||||
Whirlwind of Thought|Ikoria: Lair of Behemoths|215|R|{1}{U}{R}{W}|Enchantment|||Whenever you cast a noncreature spell, draw a card.|
|
||||
Winota, Joiner of Forces|Ikoria: Lair of Behemoths|216|M|{2}{R}{W}|Legendary Creature - Human Warrior|4|4|Whenever a non-Human creature you control attacks, look at the top six cards of your library. You may put a Human creature card from among them onto the battlefield tapped and attacking. It gains indestructible until end of turn. Put the rest of the cards on the bottom of your library in a random order.|
|
||||
Zenith Flare|Ikoria: Lair of Behemoths|217|U|{2}{R}{W}|Instant|||Zenith Flare deals X damage to any target and you gain X life, where X is the number of cards with a cycling ability in your graveyard.|
|
||||
Alert Heedbonder|Ikoria: Lair of Behemoths|218|U|{1}{G/W}{G/W}|Creature - Human Scout|2|4|Vigilance$At the beginning of your end step, you gain 1 life for each creature you control with vigilance.|
|
||||
Cunning Nightbonder|Ikoria: Lair of Behemoths|219|U|{U/B}{U/B}|Creature - Human Rogue|2|2|Flash$Spells you cast with flash cost {1} less to cast and can't be countered.|
|
||||
|
@ -37212,6 +37280,7 @@ Obosh, the Preypiercer|Ikoria: Lair of Behemoths|228|R|{3}{B/R}{B/R}|Legendary C
|
|||
Proud Wildbonder|Ikoria: Lair of Behemoths|229|U|{2}{R/G}{R/G}|Creature - Human Warrior|4|3|Trample$Creatures you control with trample have "You may have this creature assign its combat damage as though it weren't blocked."|
|
||||
Sonorous Howlbonder|Ikoria: Lair of Behemoths|230|U|{1}{B/R}{B/R}|Creature - Human Warrior|2|2|Menace$Each creature you control with menace can't be blocked except by three or more creatures.|
|
||||
Umori, the Collector|Ikoria: Lair of Behemoths|231|R|{2}{B/G}{B/G}|Legendary Creature - Ooze|4|5|Companion — Each nonland card in your starting deck shares a card type.$As Umori, the Collector enters the battlefield, choose a card type.$Spells you cast of the chosen type cost {1} less to cast.|
|
||||
Yorion, Sky Nomad|Ikoria: Lair of Behemoths|232|R|{3}{W/U}{W/U}|Legendary Creature - Bird Serpent|4|5|Companion — Your starting deck contains at least twenty cards more than the minimum deck size.$Flying$When Yorion enters the battlefield, exile any number of other nonland permanents you own and control. Return those cards to the battlefield at the beginning of the next end step.|
|
||||
Zirda, the Dawnwaker|Ikoria: Lair of Behemoths|233|R|{1}{R/W}{R/W}|Legendary Creature - Elemental Fox|3|3|Companion — Each permanent card in your starting deck has an activated ability.$Abilities you activate that aren't mana abilities cost {2} less to activate. This effect can't reduce the mana in that cost to less than one mana.${1}, {T}: Target creature can't block this turn.|
|
||||
Crystalline Giant|Ikoria: Lair of Behemoths|234|R|{3}|Artifact Creature - Giant|3|3|At the beginning of combat on your turn, choose a kind of counter at random that Crystalline Giant doesn't have on it from among flying, first strike, deathtouch, hexproof, lifelink, menace, reach, trample, vigilance, or +1/+1. Put a counter of that kind on Crystalline Giant.|
|
||||
Indatha Crystal|Ikoria: Lair of Behemoths|235|U|{3}|Artifact|||{T}: Add {W}, {B}, or {G}.$Cycling {2}|
|
||||
|
@ -37219,12 +37288,31 @@ Ketria Crystal|Ikoria: Lair of Behemoths|236|U|{3}|Artifact|||{T}: Add {G}, {U},
|
|||
The Ozolith|Ikoria: Lair of Behemoths|237|R|{1}|Legendary Artifact|||Whenever a creature you control leaves the battlefield, if it had counters on it, put those counters on The Ozolith.$At the beginning of combat on your turn, if The Ozolith has counters on it, you may move all counters from The Ozolith onto target creature.|
|
||||
Raugrin Crystal|Ikoria: Lair of Behemoths|238|U|{3}|Artifact|||{T}: Add {U}, {R}, or {W}.$Cycling {2}|
|
||||
Savai Crystal|Ikoria: Lair of Behemoths|239|U|{3}|Artifact|||{T}: Add {R}, {W}, or {B}.$Cycling {2}|
|
||||
Sleeper Dart|Ikoria: Lair of Behemoths|240|C|{2}|Artifact|||When Sleeper Dart enters the battlefield, draw a card.${T}, Sacrifice Sleeper Dart: Target creature doesn't untap during its controller's next untap step.|
|
||||
Springjaw Trap|Ikoria: Lair of Behemoths|241|C|{1}|Artifact|||Flash${4}, {T}, Sacrifice Springjaw Trap: It deals 3 damage to any target.|
|
||||
Zagoth Crystal|Ikoria: Lair of Behemoths|242|U|{3}|Artifact|||{T}: Add {B}, {G}, or {U}.$Cycling {2}|
|
||||
Bloodfell Caves|Ikoria: Lair of Behemoths|243|C||Land|||Bloodfell Caves enters the battlefield tapped.$When Bloodfell Caves enters the battlefield, you gain 1 life.${T}: Add {B} or {R}.|
|
||||
Blossoming Sands|Ikoria: Lair of Behemoths|244|C||Land|||Blossoming Sands enters the battlefield tapped.$When Blossoming Sands enters the battlefield, you gain 1 life.${T}: Add {G} or {W}.|
|
||||
Bonder's Enclave|Ikoria: Lair of Behemoths|245|R||Land|||{T}: Add {C}.${3}, {T}: Draw a card. Activate this ability only if you control a creature with power 4 or greater.|
|
||||
Dismal Backwater|Ikoria: Lair of Behemoths|246|C||Land|||Dismal Backwater enters the battlefield tapped.$When Dismal Backwater enters the battlefield, you gain 1 life.${T}: Add {U} or {B}.|
|
||||
Evolving Wilds|Ikoria: Lair of Behemoths|247|C||Land|||{T}, Sacrifice Evolving Wilds: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle your library.|
|
||||
Indatha Triome|Ikoria: Lair of Behemoths|248|R||Land - Plains Forest Swamp|||({T}: Add {W}, {B}, or {G}.)$Indatha Triome enters the battlefield tapped.$Cycling {3}|
|
||||
Jungle Hollow|Ikoria: Lair of Behemoths|249|C||Land|||Jungle Hollow enters the battlefield tapped.$When Jungle Hollow enters the battlefield, you gain 1 life.${T}: Add {B} or {G}.|
|
||||
Ketria Triome|Ikoria: Lair of Behemoths|250|R||Land - Forest Island Mountain|||({T}: Add {G}, {U}, or {R}.)$Ketria Triome enters the battlefield tapped.$Cycling {3}|
|
||||
Raugrin Triome|Ikoria: Lair of Behemoths|251|R||Land - Island Mountain Plains|||({T}: Add {U}, {R}, or {W}.)$Raugrin Triome enters the battlefield tapped.$Cycling {3}|
|
||||
Rugged Highlands|Ikoria: Lair of Behemoths|252|C||Land|||Rugged Highlands enters the battlefield tapped.$When Rugged Highlands enters the battlefield, you gain 1 life.${T}: Add {R} or {G}.|
|
||||
Savai Triome|Ikoria: Lair of Behemoths|253|R||Land - Mountain Plains Swamp|||({T}: Add {R}, {W}, or {B}.)$Savai Triome enters the battlefield tapped.$Cycling {3}|
|
||||
Scoured Barrens|Ikoria: Lair of Behemoths|254|C||Land|||Scoured Barrens enters the battlefield tapped.$When Scoured Barrens enters the battlefield, you gain 1 life.${T}: Add {W} or {B}.|
|
||||
Swiftwater Cliffs|Ikoria: Lair of Behemoths|255|C||Land|||Swiftwater Cliffs enters the battlefield tapped.$When Swiftwater Cliffs enters the battlefield, you gain 1 life.${T}: Add {U} or {R}.|
|
||||
Thornwood Falls|Ikoria: Lair of Behemoths|256|C||Land|||Thornwood Falls enters the battlefield tapped.$When Thornwood Falls enters the battlefield, you gain 1 life.${T}: Add {G} or {U}.|
|
||||
Tranquil Cove|Ikoria: Lair of Behemoths|257|C||Land|||Tranquil Cove enters the battlefield tapped.$When Tranquil Cove enters the battlefield, you gain 1 life.${T}: Add {W} or {U}.|
|
||||
Wind-Scarred Crag|Ikoria: Lair of Behemoths|258|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}.|
|
||||
Zagoth Triome|Ikoria: Lair of Behemoths|259|R||Land - Swamp Forest Island|||({T}: Add {B}, {G}, or {U}.)$Zagoth Triome enters the battlefield tapped.$Cycling {3}|
|
||||
Plains|Ikoria: Lair of Behemoths|260|C||Basic Land - Plains|||({T}: Add {W}.)|
|
||||
Island|Ikoria: Lair of Behemoths|263|C||Basic Land - Island|||({T}: Add {U}.)|
|
||||
Swamp|Ikoria: Lair of Behemoths|266|C||Basic Land - Swamp|||({T}: Add {B}.)|
|
||||
Mountain|Ikoria: Lair of Behemoths|269|C||Basic Land - Mountain|||({T}: Add {R}.)|
|
||||
Forest|Ikoria: Lair of Behemoths|272|C||Basic Land - Forest|||({T}: Add {G}.)|
|
||||
Zilortha, Strength Incarnate|Ikoria: Lair of Behemoths|275|M|{3}{R}{G}|Legendary Creature - Dinosaur|7|3|Trample$Lethal damage dealt to creatures you control is determined by their power rather than their toughness.|
|
||||
Luminous Broodmoth|Ikoria: Lair of Behemoths|316|M|{2}{W}{W}|Creature - Insect|3|4|Flying$Whenever a creature you control without flying dies, return it to the battlefield under its owner's control with a flying counter on it.|
|
||||
Keruga, the Macrosage|Ikoria: Lair of Behemoths|354|R|{3}{G/U}{G/U}|Legendary Creature - Dinosaur Hippo|5|4|Companion — Your starting deck contains only cards with converted mana cost 3 or greater and land cards.$When Keruga, the Macrosage enters the battlefield, draw a card for each other permanent you control with converted mana cost 3 or greater.|
|
||||
|
|
Loading…
Reference in a new issue