diff --git a/Mage.Sets/src/mage/sets/magic2011/OverwhelmingStampede.java b/Mage.Sets/src/mage/sets/magic2011/OverwhelmingStampede.java index c666c321c1..e5249285ed 100644 --- a/Mage.Sets/src/mage/sets/magic2011/OverwhelmingStampede.java +++ b/Mage.Sets/src/mage/sets/magic2011/OverwhelmingStampede.java @@ -114,7 +114,7 @@ class OverwhelmingStampedeEffect extends ContinuousEffectImpl { int count = Math.min(player.getLibrary().size(), 3); for (int i = 0; i < count; i++) { Card card = player.getLibrary().removeFromTop(game); - cardsToReveal.add(card); if (card != null) { + cardsToReveal.add(card); if (card.hasSubtype("Island")) { card.moveToZone(Zone.HAND, source.getId(), game, false); } else { diff --git a/Mage/src/mage/abilities/effects/common/DestroyMultiTargetEffect.java b/Mage/src/mage/abilities/effects/common/DestroyMultiTargetEffect.java index 07f47ff253..8f4b66a6e8 100644 --- a/Mage/src/mage/abilities/effects/common/DestroyMultiTargetEffect.java +++ b/Mage/src/mage/abilities/effects/common/DestroyMultiTargetEffect.java @@ -27,6 +27,7 @@ */ package mage.abilities.effects.common; +import java.util.Iterator; import java.util.UUID; import mage.Constants.Outcome; import mage.abilities.Ability; @@ -77,17 +78,22 @@ public class DestroyMultiTargetEffect extends OneShotEffect 0; } - @Override - public String getText(Mode mode) { - StringBuilder sb = new StringBuilder(); - sb.append("Destroy "); - for (Target target: mode.getTargets()) { - if (target.getNumberOfTargets() > 1) - sb.append(target.getNumberOfTargets()); - sb.append("target ").append(target.getTargetName()).append(" and "); - } - return sb.toString(); - } + @Override + public String getText(Mode mode) { + StringBuilder sb = new StringBuilder(); + sb.append("Destroy "); - + Iterator iterator = mode.getTargets().iterator(); + while (iterator.hasNext()) { + Target target = iterator.next(); + if (target.getNumberOfTargets() > 1) { + sb.append(target.getNumberOfTargets()).append(" "); + } + sb.append("target ").append(target.getTargetName()); + if (iterator.hasNext()) { + sb.append(" and "); + } + } + return sb.toString(); + } } diff --git a/Mage/src/mage/cards/Card.java b/Mage/src/mage/cards/Card.java index c32f54bc15..6f2d31aa28 100644 --- a/Mage/src/mage/cards/Card.java +++ b/Mage/src/mage/cards/Card.java @@ -61,6 +61,19 @@ public interface Card extends MageObject { public boolean isFaceDown(); public void assignNewId(); + /** + * Moves the card to the specified zone + * @param zone + * @param sourceId + * @param game + * @param flag If zone + *
    + *
  • LIBRARY:
    • true - put on top
    • false - put on bottom
  • + *
  • BATTLEFIELD:
    • true - tapped
    • false - untapped
  • + *
  • GRAVEYARD:
    • true - not from Battlefield
    • false - from Battlefield
  • + *
+ * @return true if cards was moved to zone + */ public boolean moveToZone(Zone zone, UUID sourceId, Game game, boolean flag); public boolean moveToExile(UUID exileId, String name, UUID sourceId, Game game); public boolean cast(Game game, Zone fromZone, SpellAbility ability, UUID controllerId); diff --git a/Utils/mtg-cards-data.txt b/Utils/mtg-cards-data.txt index c2d5c189d7..e7b848f138 100644 --- a/Utils/mtg-cards-data.txt +++ b/Utils/mtg-cards-data.txt @@ -45,7 +45,7 @@ Throne of Bone|Limited Edition Alpha|273|U|{1}|Artifact|||Whenever a player cast Time Vault|Limited Edition Alpha|274|R|{2}|Artifact|||Time Vault enters the battlefield tapped.$Time Vault doesn't untap during your untap step.$If you would begin your turn while Time Vault is tapped, you may skip that turn instead. If you do, untap Time Vault.${tap}: Take an extra turn after this one.| Winter Orb|Limited Edition Alpha|275|R|{2}|Artifact|||Players can't untap more than one land during their untap steps.| Wooden Sphere|Limited Edition Alpha|276|U|{1}|Artifact|||Whenever a player casts a green spell, you may pay {1}. If you do, you gain 1 life.| -Animate Dead|Limited Edition Alpha|1|U|{1}{B}|Enchantment — Aura|||Enchant creature card in a graveyard$When Animate Dead enters the battlefield, if it's on the battlefield, it loses "enchant creature card in a graveyard" and gains "enchant creature put onto the battlefield with Animate Dead." Return enchanted creature card to the battlefield under your control and attach Animate Dead to it. When Animate Dead leaves the battlefield, that creature's controller sacrifices it.$Enchanted creature gets -1/-0.| +Animate Dead|Limited Edition Alpha|1|U|{1}{B}|Enchantment — Aura|||Enchant creature card in a graveyard$When Animate Dead enters the battlefield, if it's on the battlefield, it loses "enchant creature card in a graveyard" and gains "enchant creature put onto the battlefield with Animate Dead." Return enchanted creature card to the battlefield under your control and attach Animate Dead to it. When Animate Dead leaves the battlefield, that creature's controller sacrifices it.$Enchanted creature gets -1/-0.| Bad Moon|Limited Edition Alpha|2|R|{1}{B}|Enchantment|||Black creatures get +1/+1.| Black Knight|Limited Edition Alpha|3|U|{B}{B}|Creature — Human Knight|2|2|First strike (This creature deals combat damage before creatures without first strike.)$Protection from white (This creature can't be blocked, targeted, dealt damage, or enchanted by anything white.)| Bog Wraith|Limited Edition Alpha|4|U|{3}{B}|Creature — Wraith|3|3|Swampwalk (This creature is unblockable as long as defending player controls a Swamp.)| @@ -55,8 +55,8 @@ Dark Ritual|Limited Edition Alpha|7|C|{B}|Instant|||Add {B}{B}{B} to your mana p Darkpact|Limited Edition Alpha|8|R|{B}{B}{B}|Sorcery|||Remove Darkpact from your deck before playing if you're not playing for ante.$You own target card in the ante. Exchange that card with the top card of your library.| Deathgrip|Limited Edition Alpha|9|U|{B}{B}|Enchantment|||{B}{B}: Counter target green spell.| Deathlace|Limited Edition Alpha|10|R|{B}|Instant|||Target spell or permanent becomes black. (Mana symbols on that permanent remain unchanged.)| -Demonic Attorney|Limited Edition Alpha|11|R|{1}{B}{B}|Sorcery|||Remove Demonic Attorney from your deck before playing if you're not playing for ante.$$Each player antes the top card of his or her library.| -Demonic Hordes|Limited Edition Alpha|12|R|{3}{B}{B}{B}|Creature — Demon|5|5|{tap}: Destroy target land.$$At the beginning of your upkeep, unless you pay {B}{B}{B}, tap Demonic Hordes and sacrifice a land of an opponent's choice.| +Demonic Attorney|Limited Edition Alpha|11|R|{1}{B}{B}|Sorcery|||Remove Demonic Attorney from your deck before playing if you're not playing for ante.$Each player antes the top card of his or her library.| +Demonic Hordes|Limited Edition Alpha|12|R|{3}{B}{B}{B}|Creature — Demon|5|5|{tap}: Destroy target land.$At the beginning of your upkeep, unless you pay {B}{B}{B}, tap Demonic Hordes and sacrifice a land of an opponent's choice.| Demonic Tutor|Limited Edition Alpha|13|U|{1}{B}|Sorcery|||Search your library for a card and put that card into your hand. Then shuffle your library.| Drain Life|Limited Edition Alpha|14|C|{X}{1}{B}|Sorcery|||Spend only black mana on X.$Drain Life deals X damage to target creature or player. You gain life equal to the damage dealt, but not more life than the player's life total before Drain Life dealt damage or the creature's toughness.| Drudge Skeletons|Limited Edition Alpha|15|C|{1}{B}|Creature — Skeleton|1|1|{B}: Regenerate Drudge Skeletons. (The next time this creature would be destroyed this turn, it isn't. Instead tap it, remove all damage from it, and remove it from combat.)| @@ -90,7 +90,7 @@ Warp Artifact|Limited Edition Alpha|42|R|{B}{B}|Enchantment Weakness|Limited Edition Alpha|43|C|{B}|Enchantment — Aura|||Enchant creature$Enchanted creature gets -2/-1.| Will-o'-the-Wisp|Limited Edition Alpha|44|R|{B}|Creature — Spirit|0|1|Flying (This creature can't be blocked except by creatures with flying or reach.)${B}: Regenerate Will-o'-the-Wisp. (The next time this creature would be destroyed this turn, it isn't. Instead tap it, remove all damage from it, and remove it from combat.)| Word of Command|Limited Edition Alpha|45|R|{B}{B}|Instant|||Look at target opponent's hand and choose a card from it. You control that player until Word of Command finishes resolving. The player plays that card if able. While doing so, the player can activate mana abilities only if they're from lands he or she controls and only if mana they produce is spent to activate other mana abilities of lands he or she controls and/or play that card. If the chosen card is cast as a spell, you control the player while that spell is resolving.| -Zombie Master|Limited Edition Alpha|46|R|{1}{B}{B}|Creature — Zombie|2|3|Other Zombie creatures have swampwalk.$Other Zombies have "{B}: Regenerate this permanent."| +Zombie Master|Limited Edition Alpha|46|R|{1}{B}{B}|Creature — Zombie|2|3|Other Zombie creatures have swampwalk.$Other Zombies have "{B}: Regenerate this permanent."| Air Elemental|Limited Edition Alpha|47|U|{3}{U}{U}|Creature — Elemental|4|4|Flying| Ancestral Recall|Limited Edition Alpha|48|R|{U}|Instant|||Target player draws three cards.| Animate Artifact|Limited Edition Alpha|49|U|{3}{U}|Enchantment — Aura|||Enchant artifact$As long as enchanted artifact isn't a creature, it's an artifact creature with power and toughness each equal to its converted mana cost.| @@ -108,7 +108,7 @@ Invisibility|Limited Edition Alpha|60|C|{U}{U}|Enchantment Jump|Limited Edition Alpha|61|C|{U}|Instant|||Target creature gains flying until end of turn.| Lifetap|Limited Edition Alpha|62|U|{U}{U}|Enchantment|||Whenever a Forest an opponent controls becomes tapped, you gain 1 life.| Lord of Atlantis|Limited Edition Alpha|63|R|{U}{U}|Creature — Merfolk|2|2|Other Merfolk creatures get +1/+1 and have islandwalk.| -Magical Hack|Limited Edition Alpha|64|R|{U}|Instant|||Change the text of target spell or permanent by replacing all instances of one basic land type with another. (For example, you may change "swampwalk" to "plainswalk." This effect lasts indefinitely.)| +Magical Hack|Limited Edition Alpha|64|R|{U}|Instant|||Change the text of target spell or permanent by replacing all instances of one basic land type with another. (For example, you may change "swampwalk" to "plainswalk." This effect lasts indefinitely.)| Mahamoti Djinn|Limited Edition Alpha|65|R|{4}{U}{U}|Creature — Djinn|5|6|Flying (This creature can't be blocked except by creatures with flying or reach.)| Mana Short|Limited Edition Alpha|66|R|{2}{U}|Instant|||Tap all lands target player controls and empty his or her mana pool.| Merfolk of the Pearl Trident|Limited Edition Alpha|67|C|{U}|Creature — Merfolk|1|1|| @@ -123,7 +123,7 @@ Psionic Blast|Limited Edition Alpha|75|U|{2}{U}|Instant|||Psionic Blast deals 4 Psychic Venom|Limited Edition Alpha|76|C|{1}{U}|Enchantment — Aura|||Enchant land$Whenever enchanted land becomes tapped, Psychic Venom deals 2 damage to that land's controller.| Sea Serpent|Limited Edition Alpha|77|C|{5}{U}|Creature — Serpent|5|5|Sea Serpent can't attack unless defending player controls an Island.$$When you control no Islands, sacrifice Sea Serpent.| Siren's Call|Limited Edition Alpha|78|U|{U}|Instant|||Cast Siren's Call only during an opponent's turn, before attackers are declared.$Creatures the active player controls attack this turn if able.$At the beginning of the next end step, destroy all non-Wall creatures that player controls that didn't attack this turn. Ignore this effect for each creature the player didn't control continuously since the beginning of the turn.| -Sleight of Mind|Limited Edition Alpha|79|R|{U}|Instant|||Change the text of target spell or permanent by replacing all instances of one color word with another. (For example, you may change "target black spell" to "target blue spell." This effect lasts indefinitely.)| +Sleight of Mind|Limited Edition Alpha|79|R|{U}|Instant|||Change the text of target spell or permanent by replacing all instances of one color word with another. (For example, you may change "target black spell" to "target blue spell." This effect lasts indefinitely.)| Spell Blast|Limited Edition Alpha|80|C|{X}{U}|Instant|||Counter target spell with converted mana cost X.| Stasis|Limited Edition Alpha|81|R|{1}{U}|Enchantment|||Players skip their untap steps.$$At the beginning of your upkeep, sacrifice Stasis unless you pay {U}.| Steal Artifact|Limited Edition Alpha|82|U|{2}{U}{U}|Enchantment — Aura|||Enchant artifact$You control enchanted artifact.| @@ -132,7 +132,7 @@ Time Walk|Limited Edition Alpha|84|R|{1}{U}|Sorcery|||Take an extra turn after t Timetwister|Limited Edition Alpha|85|R|{2}{U}|Sorcery|||Each player shuffles his or her hand and graveyard into his or her library, then draws seven cards. (Then put Timetwister into its owner's graveyard.)| Twiddle|Limited Edition Alpha|86|C|{U}|Instant|||You may tap or untap target artifact, creature, or land.| Unsummon|Limited Edition Alpha|87|C|{U}|Instant|||Return target creature to its owner's hand.| -Vesuvan Doppelganger|Limited Edition Alpha|88|R|{3}{U}{U}|Creature — Shapeshifter|0|0|You may have Vesuvan Doppelganger enter the battlefield as a copy of any creature on the battlefield except it doesn't copy that creature's color and it gains "At the beginning of your upkeep, you may have this creature become a copy of target creature except it doesn't copy that creature's color. If you do, this creature gains this ability."| +Vesuvan Doppelganger|Limited Edition Alpha|88|R|{3}{U}{U}|Creature — Shapeshifter|0|0|You may have Vesuvan Doppelganger enter the battlefield as a copy of any creature on the battlefield except it doesn't copy that creature's color and it gains "At the beginning of your upkeep, you may have this creature become a copy of target creature except it doesn't copy that creature's color. If you do, this creature gains this ability."| Volcanic Eruption|Limited Edition Alpha|89|R|{X}{U}{U}{U}|Sorcery|||Destroy X target Mountains. Volcanic Eruption deals damage to each creature and each player equal to the number of Mountains destroyed this way.| Wall of Air|Limited Edition Alpha|90|U|{1}{U}{U}|Creature — Wall|1|5|Defender, flying (This creature can't attack, and it can block creatures with flying.)| Wall of Water|Limited Edition Alpha|91|U|{1}{U}{U}|Creature — Wall|0|5|Defender (This creature can't attack.)${U}: Wall of Water gets +1/+0 until end of turn.| @@ -190,7 +190,7 @@ Dragon Whelp|Limited Edition Alpha|142|U|{2}{R}{R}|Creature Dwarven Demolition Team|Limited Edition Alpha|143|U|{2}{R}|Creature — Dwarf|1|1|{tap}: Destroy target Wall.| Dwarven Warriors|Limited Edition Alpha|144|C|{2}{R}|Creature — Dwarf Warrior|1|1|{tap}: Target creature with power 2 or less is unblockable this turn.| Earth Elemental|Limited Edition Alpha|145|U|{3}{R}{R}|Creature — Elemental|4|5|| -Earthbind|Limited Edition Alpha|146|C|{R}|Enchantment — Aura|||Enchant creature$When Earthbind enters the battlefield, if enchanted creature has flying, Earthbind deals 2 damage to that creature and Earthbind gains "Enchanted creature loses flying."| +Earthbind|Limited Edition Alpha|146|C|{R}|Enchantment — Aura|||Enchant creature$When Earthbind enters the battlefield, if enchanted creature has flying, Earthbind deals 2 damage to that creature and Earthbind gains "Enchanted creature loses flying."| Earthquake|Limited Edition Alpha|147|R|{X}{R}|Sorcery|||Earthquake deals X damage to each creature without flying and each player.| False Orders|Limited Edition Alpha|148|C|{R}|Instant|||Cast False Orders only during the declare blockers step.$Remove target creature defending player controls from combat. Creatures it was blocking that had become blocked by only that creature this combat become unblocked. You may have it block an attacking creature of your choice.| Fire Elemental|Limited Edition Alpha|149|U|{3}{R}{R}|Creature — Elemental|5|4|| @@ -213,11 +213,11 @@ Mons's Goblin Raiders|Limited Edition Alpha|165|C|{R}|Creature Orcish Artillery|Limited Edition Alpha|166|U|{1}{R}{R}|Creature — Orc Warrior|1|3|{tap}: Orcish Artillery deals 2 damage to target creature or player and 3 damage to you.| Orcish Oriflamme|Limited Edition Alpha|167|U|{3}{R}|Enchantment|||Attacking creatures you control get +1/+0.| Power Surge|Limited Edition Alpha|168|R|{R}{R}|Enchantment|||At the beginning of each player's upkeep, Power Surge deals X damage to that player, where X is the number of untapped lands he or she controlled at the beginning of this turn.| -Raging River|Limited Edition Alpha|169|R|{R}{R}|Enchantment|||Whenever one or more creatures you control attack, each defending player divides all creatures without flying he or she controls into a "left" pile and a "right" pile. Then, for each attacking creature you control, choose "left" or "right." That creature can't be blocked this combat except by creatures with flying and creatures in a pile with the chosen label.| +Raging River|Limited Edition Alpha|169|R|{R}{R}|Enchantment|||Whenever one or more creatures you control attack, each defending player divides all creatures without flying he or she controls into a "left" pile and a "right" pile. Then, for each attacking creature you control, choose "left" or "right." That creature can't be blocked this combat except by creatures with flying and creatures in a pile with the chosen label.| Red Elemental Blast|Limited Edition Alpha|170|C|{R}|Instant|||Choose one — Counter target blue spell; or destroy target blue permanent.| Roc of Kher Ridges|Limited Edition Alpha|171|R|{3}{R}|Creature — Bird|3|3|Flying| Rock Hydra|Limited Edition Alpha|172|R|{X}{R}{R}|Creature — Hydra|0|0|Rock Hydra enters the battlefield with X +1/+1 counters on it.$For each 1 damage that would be dealt to Rock Hydra, if it has a +1/+1 counter on it, remove a +1/+1 counter from it and prevent that 1 damage.${R}: Prevent the next 1 damage that would be dealt to Rock Hydra this turn.${R}{R}{R}: Put a +1/+1 counter on Rock Hydra. Activate this ability only during your upkeep.| -Sedge Troll|Limited Edition Alpha|173|R|{2}{R}|Creature — Troll|2|2|Sedge Troll gets +1/+1 as long as you control a Swamp.$${B}: Regenerate Sedge Troll.| +Sedge Troll|Limited Edition Alpha|173|R|{2}{R}|Creature — Troll|2|2|Sedge Troll gets +1/+1 as long as you control a Swamp.${B}: Regenerate Sedge Troll.| Shatter|Limited Edition Alpha|174|C|{1}{R}|Instant|||Destroy target artifact.| Shivan Dragon|Limited Edition Alpha|175|R|{4}{R}{R}|Creature — Dragon|5|5|Flying${R}: Shivan Dragon gets +1/+0 until end of turn.| Smoke|Limited Edition Alpha|176|R|{R}{R}|Enchantment|||Players can't untap more than one creature during their untap steps.| @@ -247,7 +247,7 @@ Conversion|Limited Edition Alpha|199|U|{2}{W}{W}|Enchantment|||At the beginning Crusade|Limited Edition Alpha|200|R|{W}{W}|Enchantment|||White creatures get +1/+1.| Death Ward|Limited Edition Alpha|201|C|{W}|Instant|||Regenerate target creature.| Disenchant|Limited Edition Alpha|202|C|{1}{W}|Instant|||Destroy target artifact or enchantment.| -Farmstead|Limited Edition Alpha|203|R|{W}{W}{W}|Enchantment — Aura|||Enchant land$Enchanted land has "At the beginning of your upkeep, you may pay {W}{W}. If you do, you gain 1 life."| +Farmstead|Limited Edition Alpha|203|R|{W}{W}{W}|Enchantment — Aura|||Enchant land$Enchanted land has "At the beginning of your upkeep, you may pay {W}{W}. If you do, you gain 1 life."| Green Ward|Limited Edition Alpha|204|U|{W}|Enchantment — Aura|||Enchant creature$Enchanted creature has protection from green. This effect doesn't remove Green Ward.| Guardian Angel|Limited Edition Alpha|205|C|{X}{W}|Instant|||Prevent the next X damage that would be dealt to target creature or player this turn. Until end of turn, you may pay {1} any time you could cast an instant. If you do, prevent the next 1 damage that would be dealt to that creature or player this turn.| Healing Salve|Limited Edition Alpha|206|C|{W}|Instant|||Choose one — Target player gains 3 life; or prevent the next 3 damage that would be dealt to target creature or player this turn.| @@ -340,7 +340,7 @@ Throne of Bone|Limited Edition Beta|275|U|{1}|Artifact|||Whenever a player casts Time Vault|Limited Edition Beta|276|R|{2}|Artifact|||Time Vault enters the battlefield tapped.$Time Vault doesn't untap during your untap step.$If you would begin your turn while Time Vault is tapped, you may skip that turn instead. If you do, untap Time Vault.${tap}: Take an extra turn after this one.| Winter Orb|Limited Edition Beta|277|R|{2}|Artifact|||Players can't untap more than one land during their untap steps.| Wooden Sphere|Limited Edition Beta|278|U|{1}|Artifact|||Whenever a player casts a green spell, you may pay {1}. If you do, you gain 1 life.| -Animate Dead|Limited Edition Beta|1|U|{1}{B}|Enchantment — Aura|||Enchant creature card in a graveyard$When Animate Dead enters the battlefield, if it's on the battlefield, it loses "enchant creature card in a graveyard" and gains "enchant creature put onto the battlefield with Animate Dead." Return enchanted creature card to the battlefield under your control and attach Animate Dead to it. When Animate Dead leaves the battlefield, that creature's controller sacrifices it.$Enchanted creature gets -1/-0.| +Animate Dead|Limited Edition Beta|1|U|{1}{B}|Enchantment — Aura|||Enchant creature card in a graveyard$When Animate Dead enters the battlefield, if it's on the battlefield, it loses "enchant creature card in a graveyard" and gains "enchant creature put onto the battlefield with Animate Dead." Return enchanted creature card to the battlefield under your control and attach Animate Dead to it. When Animate Dead leaves the battlefield, that creature's controller sacrifices it.$Enchanted creature gets -1/-0.| Bad Moon|Limited Edition Beta|2|R|{1}{B}|Enchantment|||Black creatures get +1/+1.| Black Knight|Limited Edition Beta|3|U|{B}{B}|Creature — Human Knight|2|2|First strike (This creature deals combat damage before creatures without first strike.)$Protection from white (This creature can't be blocked, targeted, dealt damage, or enchanted by anything white.)| Bog Wraith|Limited Edition Beta|4|U|{3}{B}|Creature — Wraith|3|3|Swampwalk (This creature is unblockable as long as defending player controls a Swamp.)| @@ -350,8 +350,8 @@ Dark Ritual|Limited Edition Beta|7|C|{B}|Instant|||Add {B}{B}{B} to your mana po Darkpact|Limited Edition Beta|8|R|{B}{B}{B}|Sorcery|||Remove Darkpact from your deck before playing if you're not playing for ante.$You own target card in the ante. Exchange that card with the top card of your library.| Deathgrip|Limited Edition Beta|9|U|{B}{B}|Enchantment|||{B}{B}: Counter target green spell.| Deathlace|Limited Edition Beta|10|R|{B}|Instant|||Target spell or permanent becomes black. (Mana symbols on that permanent remain unchanged.)| -Demonic Attorney|Limited Edition Beta|11|R|{1}{B}{B}|Sorcery|||Remove Demonic Attorney from your deck before playing if you're not playing for ante.$$Each player antes the top card of his or her library.| -Demonic Hordes|Limited Edition Beta|12|R|{3}{B}{B}{B}|Creature — Demon|5|5|{tap}: Destroy target land.$$At the beginning of your upkeep, unless you pay {B}{B}{B}, tap Demonic Hordes and sacrifice a land of an opponent's choice.| +Demonic Attorney|Limited Edition Beta|11|R|{1}{B}{B}|Sorcery|||Remove Demonic Attorney from your deck before playing if you're not playing for ante.$Each player antes the top card of his or her library.| +Demonic Hordes|Limited Edition Beta|12|R|{3}{B}{B}{B}|Creature — Demon|5|5|{tap}: Destroy target land.$At the beginning of your upkeep, unless you pay {B}{B}{B}, tap Demonic Hordes and sacrifice a land of an opponent's choice.| Demonic Tutor|Limited Edition Beta|13|U|{1}{B}|Sorcery|||Search your library for a card and put that card into your hand. Then shuffle your library.| Drain Life|Limited Edition Beta|14|C|{X}{1}{B}|Sorcery|||Spend only black mana on X.$Drain Life deals X damage to target creature or player. You gain life equal to the damage dealt, but not more life than the player's life total before Drain Life dealt damage or the creature's toughness.| Drudge Skeletons|Limited Edition Beta|15|C|{1}{B}|Creature — Skeleton|1|1|{B}: Regenerate Drudge Skeletons. (The next time this creature would be destroyed this turn, it isn't. Instead tap it, remove all damage from it, and remove it from combat.)| @@ -385,7 +385,7 @@ Warp Artifact|Limited Edition Beta|42|R|{B}{B}|Enchantment Weakness|Limited Edition Beta|43|C|{B}|Enchantment — Aura|||Enchant creature$Enchanted creature gets -2/-1.| Will-o'-the-Wisp|Limited Edition Beta|44|R|{B}|Creature — Spirit|0|1|Flying (This creature can't be blocked except by creatures with flying or reach.)${B}: Regenerate Will-o'-the-Wisp. (The next time this creature would be destroyed this turn, it isn't. Instead tap it, remove all damage from it, and remove it from combat.)| Word of Command|Limited Edition Beta|45|R|{B}{B}|Instant|||Look at target opponent's hand and choose a card from it. You control that player until Word of Command finishes resolving. The player plays that card if able. While doing so, the player can activate mana abilities only if they're from lands he or she controls and only if mana they produce is spent to activate other mana abilities of lands he or she controls and/or play that card. If the chosen card is cast as a spell, you control the player while that spell is resolving.| -Zombie Master|Limited Edition Beta|46|R|{1}{B}{B}|Creature — Zombie|2|3|Other Zombie creatures have swampwalk.$Other Zombies have "{B}: Regenerate this permanent."| +Zombie Master|Limited Edition Beta|46|R|{1}{B}{B}|Creature — Zombie|2|3|Other Zombie creatures have swampwalk.$Other Zombies have "{B}: Regenerate this permanent."| Air Elemental|Limited Edition Beta|47|U|{3}{U}{U}|Creature — Elemental|4|4|Flying| Ancestral Recall|Limited Edition Beta|48|R|{U}|Instant|||Target player draws three cards.| Animate Artifact|Limited Edition Beta|49|U|{3}{U}|Enchantment — Aura|||Enchant artifact$As long as enchanted artifact isn't a creature, it's an artifact creature with power and toughness each equal to its converted mana cost.| @@ -403,7 +403,7 @@ Invisibility|Limited Edition Beta|60|C|{U}{U}|Enchantment Jump|Limited Edition Beta|61|C|{U}|Instant|||Target creature gains flying until end of turn.| Lifetap|Limited Edition Beta|62|U|{U}{U}|Enchantment|||Whenever a Forest an opponent controls becomes tapped, you gain 1 life.| Lord of Atlantis|Limited Edition Beta|63|R|{U}{U}|Creature — Merfolk|2|2|Other Merfolk creatures get +1/+1 and have islandwalk.| -Magical Hack|Limited Edition Beta|64|R|{U}|Instant|||Change the text of target spell or permanent by replacing all instances of one basic land type with another. (For example, you may change "swampwalk" to "plainswalk." This effect lasts indefinitely.)| +Magical Hack|Limited Edition Beta|64|R|{U}|Instant|||Change the text of target spell or permanent by replacing all instances of one basic land type with another. (For example, you may change "swampwalk" to "plainswalk." This effect lasts indefinitely.)| Mahamoti Djinn|Limited Edition Beta|65|R|{4}{U}{U}|Creature — Djinn|5|6|Flying (This creature can't be blocked except by creatures with flying or reach.)| Mana Short|Limited Edition Beta|66|R|{2}{U}|Instant|||Tap all lands target player controls and empty his or her mana pool.| Merfolk of the Pearl Trident|Limited Edition Beta|67|C|{U}|Creature — Merfolk|1|1|| @@ -418,7 +418,7 @@ Psionic Blast|Limited Edition Beta|75|U|{2}{U}|Instant|||Psionic Blast deals 4 d Psychic Venom|Limited Edition Beta|76|C|{1}{U}|Enchantment — Aura|||Enchant land$Whenever enchanted land becomes tapped, Psychic Venom deals 2 damage to that land's controller.| Sea Serpent|Limited Edition Beta|77|C|{5}{U}|Creature — Serpent|5|5|Sea Serpent can't attack unless defending player controls an Island.$$When you control no Islands, sacrifice Sea Serpent.| Siren's Call|Limited Edition Beta|78|U|{U}|Instant|||Cast Siren's Call only during an opponent's turn, before attackers are declared.$Creatures the active player controls attack this turn if able.$At the beginning of the next end step, destroy all non-Wall creatures that player controls that didn't attack this turn. Ignore this effect for each creature the player didn't control continuously since the beginning of the turn.| -Sleight of Mind|Limited Edition Beta|79|R|{U}|Instant|||Change the text of target spell or permanent by replacing all instances of one color word with another. (For example, you may change "target black spell" to "target blue spell." This effect lasts indefinitely.)| +Sleight of Mind|Limited Edition Beta|79|R|{U}|Instant|||Change the text of target spell or permanent by replacing all instances of one color word with another. (For example, you may change "target black spell" to "target blue spell." This effect lasts indefinitely.)| Spell Blast|Limited Edition Beta|80|C|{X}{U}|Instant|||Counter target spell with converted mana cost X.| Stasis|Limited Edition Beta|81|R|{1}{U}|Enchantment|||Players skip their untap steps.$$At the beginning of your upkeep, sacrifice Stasis unless you pay {U}.| Steal Artifact|Limited Edition Beta|82|U|{2}{U}{U}|Enchantment — Aura|||Enchant artifact$You control enchanted artifact.| @@ -427,7 +427,7 @@ Time Walk|Limited Edition Beta|84|R|{1}{U}|Sorcery|||Take an extra turn after th Timetwister|Limited Edition Beta|85|R|{2}{U}|Sorcery|||Each player shuffles his or her hand and graveyard into his or her library, then draws seven cards. (Then put Timetwister into its owner's graveyard.)| Twiddle|Limited Edition Beta|86|C|{U}|Instant|||You may tap or untap target artifact, creature, or land.| Unsummon|Limited Edition Beta|87|C|{U}|Instant|||Return target creature to its owner's hand.| -Vesuvan Doppelganger|Limited Edition Beta|88|R|{3}{U}{U}|Creature — Shapeshifter|0|0|You may have Vesuvan Doppelganger enter the battlefield as a copy of any creature on the battlefield except it doesn't copy that creature's color and it gains "At the beginning of your upkeep, you may have this creature become a copy of target creature except it doesn't copy that creature's color. If you do, this creature gains this ability."| +Vesuvan Doppelganger|Limited Edition Beta|88|R|{3}{U}{U}|Creature — Shapeshifter|0|0|You may have Vesuvan Doppelganger enter the battlefield as a copy of any creature on the battlefield except it doesn't copy that creature's color and it gains "At the beginning of your upkeep, you may have this creature become a copy of target creature except it doesn't copy that creature's color. If you do, this creature gains this ability."| Volcanic Eruption|Limited Edition Beta|89|R|{X}{U}{U}{U}|Sorcery|||Destroy X target Mountains. Volcanic Eruption deals damage to each creature and each player equal to the number of Mountains destroyed this way.| Wall of Air|Limited Edition Beta|90|U|{1}{U}{U}|Creature — Wall|1|5|Defender, flying (This creature can't attack, and it can block creatures with flying.)| Wall of Water|Limited Edition Beta|91|U|{1}{U}{U}|Creature — Wall|0|5|Defender (This creature can't attack.)${U}: Wall of Water gets +1/+0 until end of turn.| @@ -485,7 +485,7 @@ Dragon Whelp|Limited Edition Beta|143|U|{2}{R}{R}|Creature Dwarven Demolition Team|Limited Edition Beta|144|U|{2}{R}|Creature — Dwarf|1|1|{tap}: Destroy target Wall.| Dwarven Warriors|Limited Edition Beta|145|C|{2}{R}|Creature — Dwarf Warrior|1|1|{tap}: Target creature with power 2 or less is unblockable this turn.| Earth Elemental|Limited Edition Beta|146|U|{3}{R}{R}|Creature — Elemental|4|5|| -Earthbind|Limited Edition Beta|147|C|{R}|Enchantment — Aura|||Enchant creature$When Earthbind enters the battlefield, if enchanted creature has flying, Earthbind deals 2 damage to that creature and Earthbind gains "Enchanted creature loses flying."| +Earthbind|Limited Edition Beta|147|C|{R}|Enchantment — Aura|||Enchant creature$When Earthbind enters the battlefield, if enchanted creature has flying, Earthbind deals 2 damage to that creature and Earthbind gains "Enchanted creature loses flying."| Earthquake|Limited Edition Beta|148|R|{X}{R}|Sorcery|||Earthquake deals X damage to each creature without flying and each player.| False Orders|Limited Edition Beta|149|C|{R}|Instant|||Cast False Orders only during the declare blockers step.$Remove target creature defending player controls from combat. Creatures it was blocking that had become blocked by only that creature this combat become unblocked. You may have it block an attacking creature of your choice.| Fire Elemental|Limited Edition Beta|150|U|{3}{R}{R}|Creature — Elemental|5|4|| @@ -508,11 +508,11 @@ Mons's Goblin Raiders|Limited Edition Beta|166|C|{R}|Creature Orcish Artillery|Limited Edition Beta|167|U|{1}{R}{R}|Creature — Orc Warrior|1|3|{tap}: Orcish Artillery deals 2 damage to target creature or player and 3 damage to you.| Orcish Oriflamme|Limited Edition Beta|168|U|{3}{R}|Enchantment|||Attacking creatures you control get +1/+0.| Power Surge|Limited Edition Beta|169|R|{R}{R}|Enchantment|||At the beginning of each player's upkeep, Power Surge deals X damage to that player, where X is the number of untapped lands he or she controlled at the beginning of this turn.| -Raging River|Limited Edition Beta|170|R|{R}{R}|Enchantment|||Whenever one or more creatures you control attack, each defending player divides all creatures without flying he or she controls into a "left" pile and a "right" pile. Then, for each attacking creature you control, choose "left" or "right." That creature can't be blocked this combat except by creatures with flying and creatures in a pile with the chosen label.| +Raging River|Limited Edition Beta|170|R|{R}{R}|Enchantment|||Whenever one or more creatures you control attack, each defending player divides all creatures without flying he or she controls into a "left" pile and a "right" pile. Then, for each attacking creature you control, choose "left" or "right." That creature can't be blocked this combat except by creatures with flying and creatures in a pile with the chosen label.| Red Elemental Blast|Limited Edition Beta|171|C|{R}|Instant|||Choose one — Counter target blue spell; or destroy target blue permanent.| Roc of Kher Ridges|Limited Edition Beta|172|R|{3}{R}|Creature — Bird|3|3|Flying| Rock Hydra|Limited Edition Beta|173|R|{X}{R}{R}|Creature — Hydra|0|0|Rock Hydra enters the battlefield with X +1/+1 counters on it.$For each 1 damage that would be dealt to Rock Hydra, if it has a +1/+1 counter on it, remove a +1/+1 counter from it and prevent that 1 damage.${R}: Prevent the next 1 damage that would be dealt to Rock Hydra this turn.${R}{R}{R}: Put a +1/+1 counter on Rock Hydra. Activate this ability only during your upkeep.| -Sedge Troll|Limited Edition Beta|174|R|{2}{R}|Creature — Troll|2|2|Sedge Troll gets +1/+1 as long as you control a Swamp.$${B}: Regenerate Sedge Troll.| +Sedge Troll|Limited Edition Beta|174|R|{2}{R}|Creature — Troll|2|2|Sedge Troll gets +1/+1 as long as you control a Swamp.${B}: Regenerate Sedge Troll.| Shatter|Limited Edition Beta|175|C|{1}{R}|Instant|||Destroy target artifact.| Shivan Dragon|Limited Edition Beta|176|R|{4}{R}{R}|Creature — Dragon|5|5|Flying${R}: Shivan Dragon gets +1/+0 until end of turn.| Smoke|Limited Edition Beta|177|R|{R}{R}|Enchantment|||Players can't untap more than one creature during their untap steps.| @@ -543,7 +543,7 @@ Conversion|Limited Edition Beta|201|U|{2}{W}{W}|Enchantment|||At the beginning o Crusade|Limited Edition Beta|202|R|{W}{W}|Enchantment|||White creatures get +1/+1.| Death Ward|Limited Edition Beta|203|C|{W}|Instant|||Regenerate target creature.| Disenchant|Limited Edition Beta|204|C|{1}{W}|Instant|||Destroy target artifact or enchantment.| -Farmstead|Limited Edition Beta|205|R|{W}{W}{W}|Enchantment — Aura|||Enchant land$Enchanted land has "At the beginning of your upkeep, you may pay {W}{W}. If you do, you gain 1 life."| +Farmstead|Limited Edition Beta|205|R|{W}{W}{W}|Enchantment — Aura|||Enchant land$Enchanted land has "At the beginning of your upkeep, you may pay {W}{W}. If you do, you gain 1 life."| Green Ward|Limited Edition Beta|206|U|{W}|Enchantment — Aura|||Enchant creature$Enchanted creature has protection from green. This effect doesn't remove Green Ward.| Guardian Angel|Limited Edition Beta|207|C|{X}{W}|Instant|||Prevent the next X damage that would be dealt to target creature or player this turn. Until end of turn, you may pay {1} any time you could cast an instant. If you do, prevent the next 1 damage that would be dealt to that creature or player this turn.| Healing Salve|Limited Edition Beta|208|C|{W}|Instant|||Choose one — Target player gains 3 life; or prevent the next 3 damage that would be dealt to target creature or player this turn.| @@ -642,7 +642,7 @@ Throne of Bone|Unlimited Edition|274|U|{1}|Artifact|||Whenever a player casts a Time Vault|Unlimited Edition|275|R|{2}|Artifact|||Time Vault enters the battlefield tapped.$Time Vault doesn't untap during your untap step.$If you would begin your turn while Time Vault is tapped, you may skip that turn instead. If you do, untap Time Vault.${tap}: Take an extra turn after this one.| Winter Orb|Unlimited Edition|276|R|{2}|Artifact|||Players can't untap more than one land during their untap steps.| Wooden Sphere|Unlimited Edition|277|U|{1}|Artifact|||Whenever a player casts a green spell, you may pay {1}. If you do, you gain 1 life.| -Animate Dead|Unlimited Edition|1|U|{1}{B}|Enchantment — Aura|||Enchant creature card in a graveyard$When Animate Dead enters the battlefield, if it's on the battlefield, it loses "enchant creature card in a graveyard" and gains "enchant creature put onto the battlefield with Animate Dead." Return enchanted creature card to the battlefield under your control and attach Animate Dead to it. When Animate Dead leaves the battlefield, that creature's controller sacrifices it.$Enchanted creature gets -1/-0.| +Animate Dead|Unlimited Edition|1|U|{1}{B}|Enchantment — Aura|||Enchant creature card in a graveyard$When Animate Dead enters the battlefield, if it's on the battlefield, it loses "enchant creature card in a graveyard" and gains "enchant creature put onto the battlefield with Animate Dead." Return enchanted creature card to the battlefield under your control and attach Animate Dead to it. When Animate Dead leaves the battlefield, that creature's controller sacrifices it.$Enchanted creature gets -1/-0.| Bad Moon|Unlimited Edition|2|R|{1}{B}|Enchantment|||Black creatures get +1/+1.| Black Knight|Unlimited Edition|3|U|{B}{B}|Creature — Human Knight|2|2|First strike (This creature deals combat damage before creatures without first strike.)$Protection from white (This creature can't be blocked, targeted, dealt damage, or enchanted by anything white.)| Bog Wraith|Unlimited Edition|4|U|{3}{B}|Creature — Wraith|3|3|Swampwalk (This creature is unblockable as long as defending player controls a Swamp.)| @@ -652,8 +652,8 @@ Dark Ritual|Unlimited Edition|7|C|{B}|Instant|||Add {B}{B}{B} to your mana pool. Darkpact|Unlimited Edition|8|R|{B}{B}{B}|Sorcery|||Remove Darkpact from your deck before playing if you're not playing for ante.$You own target card in the ante. Exchange that card with the top card of your library.| Deathgrip|Unlimited Edition|9|U|{B}{B}|Enchantment|||{B}{B}: Counter target green spell.| Deathlace|Unlimited Edition|10|R|{B}|Instant|||Target spell or permanent becomes black. (Mana symbols on that permanent remain unchanged.)| -Demonic Attorney|Unlimited Edition|11|R|{1}{B}{B}|Sorcery|||Remove Demonic Attorney from your deck before playing if you're not playing for ante.$$Each player antes the top card of his or her library.| -Demonic Hordes|Unlimited Edition|12|R|{3}{B}{B}{B}|Creature — Demon|5|5|{tap}: Destroy target land.$$At the beginning of your upkeep, unless you pay {B}{B}{B}, tap Demonic Hordes and sacrifice a land of an opponent's choice.| +Demonic Attorney|Unlimited Edition|11|R|{1}{B}{B}|Sorcery|||Remove Demonic Attorney from your deck before playing if you're not playing for ante.$Each player antes the top card of his or her library.| +Demonic Hordes|Unlimited Edition|12|R|{3}{B}{B}{B}|Creature — Demon|5|5|{tap}: Destroy target land.$At the beginning of your upkeep, unless you pay {B}{B}{B}, tap Demonic Hordes and sacrifice a land of an opponent's choice.| Demonic Tutor|Unlimited Edition|13|U|{1}{B}|Sorcery|||Search your library for a card and put that card into your hand. Then shuffle your library.| Drain Life|Unlimited Edition|14|C|{X}{1}{B}|Sorcery|||Spend only black mana on X.$Drain Life deals X damage to target creature or player. You gain life equal to the damage dealt, but not more life than the player's life total before Drain Life dealt damage or the creature's toughness.| Drudge Skeletons|Unlimited Edition|15|C|{1}{B}|Creature — Skeleton|1|1|{B}: Regenerate Drudge Skeletons. (The next time this creature would be destroyed this turn, it isn't. Instead tap it, remove all damage from it, and remove it from combat.)| @@ -687,7 +687,7 @@ Warp Artifact|Unlimited Edition|42|R|{B}{B}|Enchantment Weakness|Unlimited Edition|43|C|{B}|Enchantment — Aura|||Enchant creature$Enchanted creature gets -2/-1.| Will-o'-the-Wisp|Unlimited Edition|44|R|{B}|Creature — Spirit|0|1|Flying (This creature can't be blocked except by creatures with flying or reach.)${B}: Regenerate Will-o'-the-Wisp. (The next time this creature would be destroyed this turn, it isn't. Instead tap it, remove all damage from it, and remove it from combat.)| Word of Command|Unlimited Edition|45|R|{B}{B}|Instant|||Look at target opponent's hand and choose a card from it. You control that player until Word of Command finishes resolving. The player plays that card if able. While doing so, the player can activate mana abilities only if they're from lands he or she controls and only if mana they produce is spent to activate other mana abilities of lands he or she controls and/or play that card. If the chosen card is cast as a spell, you control the player while that spell is resolving.| -Zombie Master|Unlimited Edition|46|R|{1}{B}{B}|Creature — Zombie|2|3|Other Zombie creatures have swampwalk.$Other Zombies have "{B}: Regenerate this permanent."| +Zombie Master|Unlimited Edition|46|R|{1}{B}{B}|Creature — Zombie|2|3|Other Zombie creatures have swampwalk.$Other Zombies have "{B}: Regenerate this permanent."| Air Elemental|Unlimited Edition|47|U|{3}{U}{U}|Creature — Elemental|4|4|Flying| Ancestral Recall|Unlimited Edition|48|R|{U}|Instant|||Target player draws three cards.| Animate Artifact|Unlimited Edition|49|U|{3}{U}|Enchantment — Aura|||Enchant artifact$As long as enchanted artifact isn't a creature, it's an artifact creature with power and toughness each equal to its converted mana cost.| @@ -705,7 +705,7 @@ Invisibility|Unlimited Edition|60|C|{U}{U}|Enchantment Jump|Unlimited Edition|61|C|{U}|Instant|||Target creature gains flying until end of turn.| Lifetap|Unlimited Edition|62|U|{U}{U}|Enchantment|||Whenever a Forest an opponent controls becomes tapped, you gain 1 life.| Lord of Atlantis|Unlimited Edition|63|R|{U}{U}|Creature — Merfolk|2|2|Other Merfolk creatures get +1/+1 and have islandwalk.| -Magical Hack|Unlimited Edition|64|R|{U}|Instant|||Change the text of target spell or permanent by replacing all instances of one basic land type with another. (For example, you may change "swampwalk" to "plainswalk." This effect lasts indefinitely.)| +Magical Hack|Unlimited Edition|64|R|{U}|Instant|||Change the text of target spell or permanent by replacing all instances of one basic land type with another. (For example, you may change "swampwalk" to "plainswalk." This effect lasts indefinitely.)| Mahamoti Djinn|Unlimited Edition|65|R|{4}{U}{U}|Creature — Djinn|5|6|Flying (This creature can't be blocked except by creatures with flying or reach.)| Mana Short|Unlimited Edition|66|R|{2}{U}|Instant|||Tap all lands target player controls and empty his or her mana pool.| Merfolk of the Pearl Trident|Unlimited Edition|67|C|{U}|Creature — Merfolk|1|1|| @@ -720,7 +720,7 @@ Psionic Blast|Unlimited Edition|75|U|{2}{U}|Instant|||Psionic Blast deals 4 dama Psychic Venom|Unlimited Edition|76|C|{1}{U}|Enchantment — Aura|||Enchant land$Whenever enchanted land becomes tapped, Psychic Venom deals 2 damage to that land's controller.| Sea Serpent|Unlimited Edition|77|C|{5}{U}|Creature — Serpent|5|5|Sea Serpent can't attack unless defending player controls an Island.$$When you control no Islands, sacrifice Sea Serpent.| Siren's Call|Unlimited Edition|78|U|{U}|Instant|||Cast Siren's Call only during an opponent's turn, before attackers are declared.$Creatures the active player controls attack this turn if able.$At the beginning of the next end step, destroy all non-Wall creatures that player controls that didn't attack this turn. Ignore this effect for each creature the player didn't control continuously since the beginning of the turn.| -Sleight of Mind|Unlimited Edition|79|R|{U}|Instant|||Change the text of target spell or permanent by replacing all instances of one color word with another. (For example, you may change "target black spell" to "target blue spell." This effect lasts indefinitely.)| +Sleight of Mind|Unlimited Edition|79|R|{U}|Instant|||Change the text of target spell or permanent by replacing all instances of one color word with another. (For example, you may change "target black spell" to "target blue spell." This effect lasts indefinitely.)| Spell Blast|Unlimited Edition|80|C|{X}{U}|Instant|||Counter target spell with converted mana cost X.| Stasis|Unlimited Edition|81|R|{1}{U}|Enchantment|||Players skip their untap steps.$$At the beginning of your upkeep, sacrifice Stasis unless you pay {U}.| Steal Artifact|Unlimited Edition|82|U|{2}{U}{U}|Enchantment — Aura|||Enchant artifact$You control enchanted artifact.| @@ -729,7 +729,7 @@ Time Walk|Unlimited Edition|84|R|{1}{U}|Sorcery|||Take an extra turn after this Timetwister|Unlimited Edition|85|R|{2}{U}|Sorcery|||Each player shuffles his or her hand and graveyard into his or her library, then draws seven cards. (Then put Timetwister into its owner's graveyard.)| Twiddle|Unlimited Edition|86|C|{U}|Instant|||You may tap or untap target artifact, creature, or land.| Unsummon|Unlimited Edition|87|C|{U}|Instant|||Return target creature to its owner's hand.| -Vesuvan Doppelganger|Unlimited Edition|88|R|{3}{U}{U}|Creature — Shapeshifter|0|0|You may have Vesuvan Doppelganger enter the battlefield as a copy of any creature on the battlefield except it doesn't copy that creature's color and it gains "At the beginning of your upkeep, you may have this creature become a copy of target creature except it doesn't copy that creature's color. If you do, this creature gains this ability."| +Vesuvan Doppelganger|Unlimited Edition|88|R|{3}{U}{U}|Creature — Shapeshifter|0|0|You may have Vesuvan Doppelganger enter the battlefield as a copy of any creature on the battlefield except it doesn't copy that creature's color and it gains "At the beginning of your upkeep, you may have this creature become a copy of target creature except it doesn't copy that creature's color. If you do, this creature gains this ability."| Volcanic Eruption|Unlimited Edition|89|R|{X}{U}{U}{U}|Sorcery|||Destroy X target Mountains. Volcanic Eruption deals damage to each creature and each player equal to the number of Mountains destroyed this way.| Wall of Air|Unlimited Edition|90|U|{1}{U}{U}|Creature — Wall|1|5|Defender, flying (This creature can't attack, and it can block creatures with flying.)| Wall of Water|Unlimited Edition|91|U|{1}{U}{U}|Creature — Wall|0|5|Defender (This creature can't attack.)${U}: Wall of Water gets +1/+0 until end of turn.| @@ -787,7 +787,7 @@ Dragon Whelp|Unlimited Edition|142|U|{2}{R}{R}|Creature Dwarven Demolition Team|Unlimited Edition|143|U|{2}{R}|Creature — Dwarf|1|1|{tap}: Destroy target Wall.| Dwarven Warriors|Unlimited Edition|144|C|{2}{R}|Creature — Dwarf Warrior|1|1|{tap}: Target creature with power 2 or less is unblockable this turn.| Earth Elemental|Unlimited Edition|145|U|{3}{R}{R}|Creature — Elemental|4|5|| -Earthbind|Unlimited Edition|146|C|{R}|Enchantment — Aura|||Enchant creature$When Earthbind enters the battlefield, if enchanted creature has flying, Earthbind deals 2 damage to that creature and Earthbind gains "Enchanted creature loses flying."| +Earthbind|Unlimited Edition|146|C|{R}|Enchantment — Aura|||Enchant creature$When Earthbind enters the battlefield, if enchanted creature has flying, Earthbind deals 2 damage to that creature and Earthbind gains "Enchanted creature loses flying."| Earthquake|Unlimited Edition|147|R|{X}{R}|Sorcery|||Earthquake deals X damage to each creature without flying and each player.| False Orders|Unlimited Edition|148|C|{R}|Instant|||Cast False Orders only during the declare blockers step.$Remove target creature defending player controls from combat. Creatures it was blocking that had become blocked by only that creature this combat become unblocked. You may have it block an attacking creature of your choice.| Fire Elemental|Unlimited Edition|149|U|{3}{R}{R}|Creature — Elemental|5|4|| @@ -810,11 +810,11 @@ Mons's Goblin Raiders|Unlimited Edition|165|C|{R}|Creature Orcish Artillery|Unlimited Edition|166|U|{1}{R}{R}|Creature — Orc Warrior|1|3|{tap}: Orcish Artillery deals 2 damage to target creature or player and 3 damage to you.| Orcish Oriflamme|Unlimited Edition|167|U|{3}{R}|Enchantment|||Attacking creatures you control get +1/+0.| Power Surge|Unlimited Edition|168|R|{R}{R}|Enchantment|||At the beginning of each player's upkeep, Power Surge deals X damage to that player, where X is the number of untapped lands he or she controlled at the beginning of this turn.| -Raging River|Unlimited Edition|169|R|{R}{R}|Enchantment|||Whenever one or more creatures you control attack, each defending player divides all creatures without flying he or she controls into a "left" pile and a "right" pile. Then, for each attacking creature you control, choose "left" or "right." That creature can't be blocked this combat except by creatures with flying and creatures in a pile with the chosen label.| +Raging River|Unlimited Edition|169|R|{R}{R}|Enchantment|||Whenever one or more creatures you control attack, each defending player divides all creatures without flying he or she controls into a "left" pile and a "right" pile. Then, for each attacking creature you control, choose "left" or "right." That creature can't be blocked this combat except by creatures with flying and creatures in a pile with the chosen label.| Red Elemental Blast|Unlimited Edition|170|C|{R}|Instant|||Choose one — Counter target blue spell; or destroy target blue permanent.| Roc of Kher Ridges|Unlimited Edition|171|R|{3}{R}|Creature — Bird|3|3|Flying| Rock Hydra|Unlimited Edition|172|R|{X}{R}{R}|Creature — Hydra|0|0|Rock Hydra enters the battlefield with X +1/+1 counters on it.$For each 1 damage that would be dealt to Rock Hydra, if it has a +1/+1 counter on it, remove a +1/+1 counter from it and prevent that 1 damage.${R}: Prevent the next 1 damage that would be dealt to Rock Hydra this turn.${R}{R}{R}: Put a +1/+1 counter on Rock Hydra. Activate this ability only during your upkeep.| -Sedge Troll|Unlimited Edition|173|R|{2}{R}|Creature — Troll|2|2|Sedge Troll gets +1/+1 as long as you control a Swamp.$${B}: Regenerate Sedge Troll.| +Sedge Troll|Unlimited Edition|173|R|{2}{R}|Creature — Troll|2|2|Sedge Troll gets +1/+1 as long as you control a Swamp.${B}: Regenerate Sedge Troll.| Shatter|Unlimited Edition|174|C|{1}{R}|Instant|||Destroy target artifact.| Shivan Dragon|Unlimited Edition|175|R|{4}{R}{R}|Creature — Dragon|5|5|Flying${R}: Shivan Dragon gets +1/+0 until end of turn.| Smoke|Unlimited Edition|176|R|{R}{R}|Enchantment|||Players can't untap more than one creature during their untap steps.| @@ -845,7 +845,7 @@ Conversion|Unlimited Edition|200|U|{2}{W}{W}|Enchantment|||At the beginning of y Crusade|Unlimited Edition|201|R|{W}{W}|Enchantment|||White creatures get +1/+1.| Death Ward|Unlimited Edition|202|C|{W}|Instant|||Regenerate target creature.| Disenchant|Unlimited Edition|203|C|{1}{W}|Instant|||Destroy target artifact or enchantment.| -Farmstead|Unlimited Edition|204|R|{W}{W}{W}|Enchantment — Aura|||Enchant land$Enchanted land has "At the beginning of your upkeep, you may pay {W}{W}. If you do, you gain 1 life."| +Farmstead|Unlimited Edition|204|R|{W}{W}{W}|Enchantment — Aura|||Enchant land$Enchanted land has "At the beginning of your upkeep, you may pay {W}{W}. If you do, you gain 1 life."| Green Ward|Unlimited Edition|205|U|{W}|Enchantment — Aura|||Enchant creature$Enchanted creature has protection from green. This effect doesn't remove Green Ward.| Guardian Angel|Unlimited Edition|206|C|{X}{W}|Instant|||Prevent the next X damage that would be dealt to target creature or player this turn. Until end of turn, you may pay {1} any time you could cast an instant. If you do, prevent the next 1 damage that would be dealt to that creature or player this turn.| Healing Salve|Unlimited Edition|207|C|{W}|Instant|||Choose one — Target player gains 3 life; or prevent the next 3 damage that would be dealt to target creature or player this turn.| @@ -1024,7 +1024,7 @@ Tablet of Epityr|Antiquities|32|C|{1}|Artifact|||Whenever an artifact you contro Tawnos's Coffin|Antiquities|33|R|{4}|Artifact|||You may choose not to untap Tawnos's Coffin during your untap step.${3}, {tap}: Exile target creature and all Auras attached to it. Note the number and kind of counters that were on that creature. When Tawnos's Coffin leaves the battlefield or becomes untapped, return the exiled card to the battlefield under its owner's control tapped with the noted number and kind of counters on it, and if you do, return the exiled Aura cards to the battlefield under their owner's control attached to that permanent.| Tawnos's Wand|Antiquities|34|U|{4}|Artifact|||{2}, {tap}: Target creature with power 2 or less is unblockable this turn.| Tawnos's Weaponry|Antiquities|35|U|{2}|Artifact|||You may choose not to untap Tawnos's Weaponry during your untap step.${2}, {tap}: Target creature gets +1/+1 for as long as Tawnos's Weaponry remains tapped.| -Tetravus|Antiquities|36|R|{6}|Artifact Creature — Construct|1|1|Flying$Tetravus enters the battlefield with three +1/+1 counters on it.$At the beginning of your upkeep, you may remove any number of +1/+1 counters from Tetravus. If you do, put that many 1/1 colorless Tetravite artifact creature tokens onto the battlefield. They each have flying and "This creature can't be enchanted."$At the beginning of your upkeep, you may exile any number of tokens put onto the battlefield with Tetravus. If you do, put that many +1/+1 counters on Tetravus.| +Tetravus|Antiquities|36|R|{6}|Artifact Creature — Construct|1|1|Flying$Tetravus enters the battlefield with three +1/+1 counters on it.$At the beginning of your upkeep, you may remove any number of +1/+1 counters from Tetravus. If you do, put that many 1/1 colorless Tetravite artifact creature tokens onto the battlefield. They each have flying and "This creature can't be enchanted."$At the beginning of your upkeep, you may exile any number of tokens put onto the battlefield with Tetravus. If you do, put that many +1/+1 counters on Tetravus.| The Rack|Antiquities|37|U|{1}|Artifact|||As The Rack enters the battlefield, choose an opponent.$At the beginning of the chosen player's upkeep, The Rack deals X damage to that player, where X is 3 minus the number of cards in his or her hand.| Triskelion|Antiquities|38|R|{6}|Artifact Creature — Construct|1|1|Triskelion enters the battlefield with three +1/+1 counters on it.$Remove a +1/+1 counter from Triskelion: Triskelion deals 1 damage to target creature or player.| Urza's Avenger|Antiquities|39|R|{6}|Artifact Creature — Shapeshifter|4|4|{0}: Urza's Avenger gets -1/-1 and gains your choice of banding, flying, first strike, or trample until end of turn. (Any creatures with banding, and up to one without, can attack in a band. Bands are blocked as a group. If any creatures with banding you control are blocking or being blocked by a creature, you divide that creature's combat damage, not its controller, among any of the creatures it's being blocked by or is blocking.)| @@ -1035,7 +1035,7 @@ Weakstone|Antiquities|43|U|{4}|Artifact|||Attacking creatures get -1/-0.| Yotian Soldier|Antiquities|44|C|{3}|Artifact Creature — Soldier|1|4|Vigilance| Artifact Possession|Antiquities|45|C|{2}{B}|Enchantment — Aura|||Enchant artifact$Whenever enchanted artifact becomes tapped or a player activates an ability of enchanted artifact without {tap} in its activation cost, Artifact Possession deals 2 damage to that artifact's controller.| Drafna's Restoration|Antiquities|52|C|{U}|Sorcery|||Return any number of target artifact cards from target player's graveyard to the top of his or her library in any order.| -Energy Flux|Antiquities|53|U|{2}{U}|Enchantment|||All artifacts have "At the beginning of your upkeep, sacrifice this artifact unless you pay {2}."| +Energy Flux|Antiquities|53|U|{2}{U}|Enchantment|||All artifacts have "At the beginning of your upkeep, sacrifice this artifact unless you pay {2}."| Gate to Phyrexia|Antiquities|46|U|{B}{B}|Enchantment|||Sacrifice a creature: Destroy target artifact. Activate this ability only during your upkeep and only once each turn.| Haunting Wind|Antiquities|47|U|{3}{B}|Enchantment|||Whenever an artifact becomes tapped or a player activates an artifact's ability without {tap} in its activation cost, Haunting Wind deals 1 damage to that artifact's controller.| Hurkyl's Recall|Antiquities|54|R|{1}{U}|Instant|||Return all artifacts target player owns to his or her hand.| @@ -1140,7 +1140,7 @@ The Rack|Revised Edition|278|U|{1}|Artifact|||As The Rack enters the battlefield Throne of Bone|Revised Edition|279|U|{1}|Artifact|||Whenever a player casts a black spell, you may pay {1}. If you do, you gain 1 life.| Winter Orb|Revised Edition|280|R|{2}|Artifact|||Players can't untap more than one land during their untap steps.| Wooden Sphere|Revised Edition|281|U|{1}|Artifact|||Whenever a player casts a green spell, you may pay {1}. If you do, you gain 1 life.| -Animate Dead|Revised Edition|1|U|{1}{B}|Enchantment — Aura|||Enchant creature card in a graveyard$When Animate Dead enters the battlefield, if it's on the battlefield, it loses "enchant creature card in a graveyard" and gains "enchant creature put onto the battlefield with Animate Dead." Return enchanted creature card to the battlefield under your control and attach Animate Dead to it. When Animate Dead leaves the battlefield, that creature's controller sacrifices it.$Enchanted creature gets -1/-0.| +Animate Dead|Revised Edition|1|U|{1}{B}|Enchantment — Aura|||Enchant creature card in a graveyard$When Animate Dead enters the battlefield, if it's on the battlefield, it loses "enchant creature card in a graveyard" and gains "enchant creature put onto the battlefield with Animate Dead." Return enchanted creature card to the battlefield under your control and attach Animate Dead to it. When Animate Dead leaves the battlefield, that creature's controller sacrifices it.$Enchanted creature gets -1/-0.| Bad Moon|Revised Edition|2|R|{1}{B}|Enchantment|||Black creatures get +1/+1.| Black Knight|Revised Edition|3|U|{B}{B}|Creature — Human Knight|2|2|First strike (This creature deals combat damage before creatures without first strike.)$Protection from white (This creature can't be blocked, targeted, dealt damage, or enchanted by anything white.)| Bog Wraith|Revised Edition|4|U|{3}{B}|Creature — Wraith|3|3|Swampwalk (This creature is unblockable as long as defending player controls a Swamp.)| @@ -1150,8 +1150,8 @@ Dark Ritual|Revised Edition|7|C|{B}|Instant|||Add {B}{B}{B} to your mana pool.| Darkpact|Revised Edition|8|R|{B}{B}{B}|Sorcery|||Remove Darkpact from your deck before playing if you're not playing for ante.$You own target card in the ante. Exchange that card with the top card of your library.| Deathgrip|Revised Edition|9|U|{B}{B}|Enchantment|||{B}{B}: Counter target green spell.| Deathlace|Revised Edition|10|R|{B}|Instant|||Target spell or permanent becomes black. (Mana symbols on that permanent remain unchanged.)| -Demonic Attorney|Revised Edition|11|R|{1}{B}{B}|Sorcery|||Remove Demonic Attorney from your deck before playing if you're not playing for ante.$$Each player antes the top card of his or her library.| -Demonic Hordes|Revised Edition|12|R|{3}{B}{B}{B}|Creature — Demon|5|5|{tap}: Destroy target land.$$At the beginning of your upkeep, unless you pay {B}{B}{B}, tap Demonic Hordes and sacrifice a land of an opponent's choice.| +Demonic Attorney|Revised Edition|11|R|{1}{B}{B}|Sorcery|||Remove Demonic Attorney from your deck before playing if you're not playing for ante.$Each player antes the top card of his or her library.| +Demonic Hordes|Revised Edition|12|R|{3}{B}{B}{B}|Creature — Demon|5|5|{tap}: Destroy target land.$At the beginning of your upkeep, unless you pay {B}{B}{B}, tap Demonic Hordes and sacrifice a land of an opponent's choice.| Demonic Tutor|Revised Edition|13|U|{1}{B}|Sorcery|||Search your library for a card and put that card into your hand. Then shuffle your library.| Drain Life|Revised Edition|14|C|{X}{1}{B}|Sorcery|||Spend only black mana on X.$Drain Life deals X damage to target creature or player. You gain life equal to the damage dealt, but not more life than the player's life total before Drain Life dealt damage or the creature's toughness.| Drudge Skeletons|Revised Edition|15|C|{1}{B}|Creature — Skeleton|1|1|{B}: Regenerate Drudge Skeletons. (The next time this creature would be destroyed this turn, it isn't. Instead tap it, remove all damage from it, and remove it from combat.)| @@ -1185,7 +1185,7 @@ Wall of Bone|Revised Edition|42|U|{2}{B}|Creature Warp Artifact|Revised Edition|43|R|{B}{B}|Enchantment — Aura|||Enchant artifact$At the beginning of the upkeep of enchanted artifact's controller, Warp Artifact deals 1 damage to that player.| Weakness|Revised Edition|44|C|{B}|Enchantment — Aura|||Enchant creature$Enchanted creature gets -2/-1.| Will-o'-the-Wisp|Revised Edition|45|R|{B}|Creature — Spirit|0|1|Flying (This creature can't be blocked except by creatures with flying or reach.)${B}: Regenerate Will-o'-the-Wisp. (The next time this creature would be destroyed this turn, it isn't. Instead tap it, remove all damage from it, and remove it from combat.)| -Zombie Master|Revised Edition|46|R|{1}{B}{B}|Creature — Zombie|2|3|Other Zombie creatures have swampwalk.$Other Zombies have "{B}: Regenerate this permanent."| +Zombie Master|Revised Edition|46|R|{1}{B}{B}|Creature — Zombie|2|3|Other Zombie creatures have swampwalk.$Other Zombies have "{B}: Regenerate this permanent."| Air Elemental|Revised Edition|47|U|{3}{U}{U}|Creature — Elemental|4|4|Flying| Animate Artifact|Revised Edition|48|U|{3}{U}|Enchantment — Aura|||Enchant artifact$As long as enchanted artifact isn't a creature, it's an artifact creature with power and toughness each equal to its converted mana cost.| Blue Elemental Blast|Revised Edition|49|C|{U}|Instant|||Choose one — Counter target red spell; or destroy target red permanent.| @@ -1196,7 +1196,7 @@ Copy Artifact|Revised Edition|53|R|{1}{U}|Enchantment|||You may have Copy Artifa Counterspell|Revised Edition|54|U|{U}{U}|Instant|||Counter target spell.| Creature Bond|Revised Edition|55|C|{1}{U}|Enchantment — Aura|||Enchant creature$When enchanted creature dies, Creature Bond deals damage equal to that creature's toughness to the creature's controller.| Drain Power|Revised Edition|56|R|{U}{U}|Sorcery|||Target player activates a mana ability of each land he or she controls. Then put all mana from that player's mana pool into yours.| -Energy Flux|Revised Edition|57|U|{2}{U}|Enchantment|||All artifacts have "At the beginning of your upkeep, sacrifice this artifact unless you pay {2}."| +Energy Flux|Revised Edition|57|U|{2}{U}|Enchantment|||All artifacts have "At the beginning of your upkeep, sacrifice this artifact unless you pay {2}."| Feedback|Revised Edition|58|U|{2}{U}|Enchantment — Aura|||Enchant enchantment$At the beginning of the upkeep of enchanted enchantment's controller, Feedback deals 1 damage to that player.| Flight|Revised Edition|59|C|{U}|Enchantment — Aura|||Enchant creature$Enchanted creature has flying.| Hurkyl's Recall|Revised Edition|60|R|{1}{U}|Instant|||Return all artifacts target player owns to his or her hand.| @@ -1204,7 +1204,7 @@ Island Fish Jasconius|Revised Edition|61|R|{4}{U}{U}{U}|Creature Jump|Revised Edition|62|C|{U}|Instant|||Target creature gains flying until end of turn.| Lifetap|Revised Edition|63|U|{U}{U}|Enchantment|||Whenever a Forest an opponent controls becomes tapped, you gain 1 life.| Lord of Atlantis|Revised Edition|64|R|{U}{U}|Creature — Merfolk|2|2|Other Merfolk creatures get +1/+1 and have islandwalk.| -Magical Hack|Revised Edition|65|R|{U}|Instant|||Change the text of target spell or permanent by replacing all instances of one basic land type with another. (For example, you may change "swampwalk" to "plainswalk." This effect lasts indefinitely.)| +Magical Hack|Revised Edition|65|R|{U}|Instant|||Change the text of target spell or permanent by replacing all instances of one basic land type with another. (For example, you may change "swampwalk" to "plainswalk." This effect lasts indefinitely.)| Mahamoti Djinn|Revised Edition|66|R|{4}{U}{U}|Creature — Djinn|5|6|Flying (This creature can't be blocked except by creatures with flying or reach.)| Mana Short|Revised Edition|67|R|{2}{U}|Instant|||Tap all lands target player controls and empty his or her mana pool.| Merfolk of the Pearl Trident|Revised Edition|68|C|{U}|Creature — Merfolk|1|1|| @@ -1220,14 +1220,14 @@ Reconstruction|Revised Edition|77|C|{U}|Sorcery|||Return target artifact card fr Sea Serpent|Revised Edition|78|C|{5}{U}|Creature — Serpent|5|5|Sea Serpent can't attack unless defending player controls an Island.$$When you control no Islands, sacrifice Sea Serpent.| Serendib Efreet|Revised Edition|79|R|{2}{U}|Creature — Efreet|3|4|Flying$At the beginning of your upkeep, Serendib Efreet deals 1 damage to you.| Siren's Call|Revised Edition|80|U|{U}|Instant|||Cast Siren's Call only during an opponent's turn, before attackers are declared.$Creatures the active player controls attack this turn if able.$At the beginning of the next end step, destroy all non-Wall creatures that player controls that didn't attack this turn. Ignore this effect for each creature the player didn't control continuously since the beginning of the turn.| -Sleight of Mind|Revised Edition|81|R|{U}|Instant|||Change the text of target spell or permanent by replacing all instances of one color word with another. (For example, you may change "target black spell" to "target blue spell." This effect lasts indefinitely.)| +Sleight of Mind|Revised Edition|81|R|{U}|Instant|||Change the text of target spell or permanent by replacing all instances of one color word with another. (For example, you may change "target black spell" to "target blue spell." This effect lasts indefinitely.)| Spell Blast|Revised Edition|82|C|{X}{U}|Instant|||Counter target spell with converted mana cost X.| Stasis|Revised Edition|83|R|{1}{U}|Enchantment|||Players skip their untap steps.$$At the beginning of your upkeep, sacrifice Stasis unless you pay {U}.| Steal Artifact|Revised Edition|84|U|{2}{U}{U}|Enchantment — Aura|||Enchant artifact$You control enchanted artifact.| Thoughtlace|Revised Edition|85|R|{U}|Instant|||Target spell or permanent becomes blue. (Mana symbols on that permanent remain unchanged.)| Unstable Mutation|Revised Edition|86|C|{U}|Enchantment — Aura|||Enchant creature$Enchanted creature gets +3/+3.$At the beginning of the upkeep of enchanted creature's controller, put a -1/-1 counter on that creature.| Unsummon|Revised Edition|87|C|{U}|Instant|||Return target creature to its owner's hand.| -Vesuvan Doppelganger|Revised Edition|88|R|{3}{U}{U}|Creature — Shapeshifter|0|0|You may have Vesuvan Doppelganger enter the battlefield as a copy of any creature on the battlefield except it doesn't copy that creature's color and it gains "At the beginning of your upkeep, you may have this creature become a copy of target creature except it doesn't copy that creature's color. If you do, this creature gains this ability."| +Vesuvan Doppelganger|Revised Edition|88|R|{3}{U}{U}|Creature — Shapeshifter|0|0|You may have Vesuvan Doppelganger enter the battlefield as a copy of any creature on the battlefield except it doesn't copy that creature's color and it gains "At the beginning of your upkeep, you may have this creature become a copy of target creature except it doesn't copy that creature's color. If you do, this creature gains this ability."| Volcanic Eruption|Revised Edition|89|R|{X}{U}{U}{U}|Sorcery|||Destroy X target Mountains. Volcanic Eruption deals damage to each creature and each player equal to the number of Mountains destroyed this way.| Wall of Air|Revised Edition|90|U|{1}{U}{U}|Creature — Wall|1|5|Defender, flying (This creature can't attack, and it can block creatures with flying.)| Wall of Water|Revised Edition|91|U|{1}{U}{U}|Creature — Wall|0|5|Defender (This creature can't attack.)${U}: Wall of Water gets +1/+0 until end of turn.| @@ -1285,7 +1285,7 @@ Dragon Whelp|Revised Edition|142|U|{2}{R}{R}|Creature Dwarven Warriors|Revised Edition|143|C|{2}{R}|Creature — Dwarf Warrior|1|1|{tap}: Target creature with power 2 or less is unblockable this turn.| Dwarven Weaponsmith|Revised Edition|144|U|{1}{R}|Creature — Dwarf Artificer|1|1|{tap}, Sacrifice an artifact: Put a +1/+1 counter on target creature. Activate this ability only during your upkeep.| Earth Elemental|Revised Edition|145|U|{3}{R}{R}|Creature — Elemental|4|5|| -Earthbind|Revised Edition|146|C|{R}|Enchantment — Aura|||Enchant creature$When Earthbind enters the battlefield, if enchanted creature has flying, Earthbind deals 2 damage to that creature and Earthbind gains "Enchanted creature loses flying."| +Earthbind|Revised Edition|146|C|{R}|Enchantment — Aura|||Enchant creature$When Earthbind enters the battlefield, if enchanted creature has flying, Earthbind deals 2 damage to that creature and Earthbind gains "Enchanted creature loses flying."| Earthquake|Revised Edition|147|R|{X}{R}|Sorcery|||Earthquake deals X damage to each creature without flying and each player.| Fire Elemental|Revised Edition|148|U|{3}{R}{R}|Creature — Elemental|5|4|| Fireball|Revised Edition|149|C|{X}{R}|Sorcery|||Fireball deals X damage divided evenly, rounded down, among any number of target creatures and/or players.$Fireball costs {1} more to cast for each target beyond the first.| @@ -1312,7 +1312,7 @@ Power Surge|Revised Edition|169|R|{R}{R}|Enchantment|||At the beginning of each Red Elemental Blast|Revised Edition|170|C|{R}|Instant|||Choose one — Counter target blue spell; or destroy target blue permanent.| Roc of Kher Ridges|Revised Edition|171|R|{3}{R}|Creature — Bird|3|3|Flying| Rock Hydra|Revised Edition|172|R|{X}{R}{R}|Creature — Hydra|0|0|Rock Hydra enters the battlefield with X +1/+1 counters on it.$For each 1 damage that would be dealt to Rock Hydra, if it has a +1/+1 counter on it, remove a +1/+1 counter from it and prevent that 1 damage.${R}: Prevent the next 1 damage that would be dealt to Rock Hydra this turn.${R}{R}{R}: Put a +1/+1 counter on Rock Hydra. Activate this ability only during your upkeep.| -Sedge Troll|Revised Edition|173|R|{2}{R}|Creature — Troll|2|2|Sedge Troll gets +1/+1 as long as you control a Swamp.$${B}: Regenerate Sedge Troll.| +Sedge Troll|Revised Edition|173|R|{2}{R}|Creature — Troll|2|2|Sedge Troll gets +1/+1 as long as you control a Swamp.${B}: Regenerate Sedge Troll.| Shatter|Revised Edition|174|C|{1}{R}|Instant|||Destroy target artifact.| Shatterstorm|Revised Edition|175|U|{2}{R}{R}|Sorcery|||Destroy all artifacts. They can't be regenerated.| Shivan Dragon|Revised Edition|176|R|{4}{R}{R}|Creature — Dragon|5|5|Flying${R}: Shivan Dragon gets +1/+0 until end of turn.| @@ -1342,7 +1342,7 @@ Crusade|Revised Edition|199|R|{W}{W}|Enchantment|||White creatures get +1/+1.| Death Ward|Revised Edition|200|C|{W}|Instant|||Regenerate target creature.| Disenchant|Revised Edition|201|C|{1}{W}|Instant|||Destroy target artifact or enchantment.| Eye for an Eye|Revised Edition|202|R|{W}{W}|Instant|||The next time a source of your choice would deal damage to you this turn, instead that source deals that much damage to you and Eye for an Eye deals that much damage to that source's controller.| -Farmstead|Revised Edition|203|R|{W}{W}{W}|Enchantment — Aura|||Enchant land$Enchanted land has "At the beginning of your upkeep, you may pay {W}{W}. If you do, you gain 1 life."| +Farmstead|Revised Edition|203|R|{W}{W}{W}|Enchantment — Aura|||Enchant land$Enchanted land has "At the beginning of your upkeep, you may pay {W}{W}. If you do, you gain 1 life."| Green Ward|Revised Edition|204|U|{W}|Enchantment — Aura|||Enchant creature$Enchanted creature has protection from green. This effect doesn't remove Green Ward.| Guardian Angel|Revised Edition|205|C|{X}{W}|Instant|||Prevent the next X damage that would be dealt to target creature or player this turn. Until end of turn, you may pay {1} any time you could cast an instant. If you do, prevent the next 1 damage that would be dealt to that creature or player this turn.| Healing Salve|Revised Edition|206|C|{W}|Instant|||Choose one — Target player gains 3 life; or prevent the next 3 damage that would be dealt to target creature or player this turn.| @@ -1408,7 +1408,7 @@ Horn of Deafening|Legends|224|R|{4}|Artifact|||{2}, {tap}: Prevent all combat da Knowledge Vault|Legends|225|R|{4}|Artifact|||{2}, {tap}: Exile the top card of your library face down.${0}: Sacrifice Knowledge Vault. If you do, discard your hand, then put all cards exiled with Knowledge Vault into their owner's hand.$When Knowledge Vault leaves the battlefield, put all cards exiled with Knowledge Vault into their owner's graveyard.| Kry Shield|Legends|227|U|{2}|Artifact|||{2}, {tap}: Prevent all damage that would be dealt this turn by target creature you control. That creature gets +0/+X until end of turn, where X is its converted mana cost.| Life Chisel|Legends|228|U|{4}|Artifact|||Sacrifice a creature: You gain life equal to the sacrificed creature's toughness. Activate this ability only during your upkeep.| -Life Matrix|Legends|229|R|{4}|Artifact|||{4}, {tap}: Put a matrix counter on target creature and that creature gains "Remove a matrix counter from this creature: Regenerate this creature." Activate this ability only during your upkeep.| +Life Matrix|Legends|229|R|{4}|Artifact|||{4}, {tap}: Put a matrix counter on target creature and that creature gains "Remove a matrix counter from this creature: Regenerate this creature." Activate this ability only during your upkeep.| Mana Matrix|Legends|230|R|{6}|Artifact|||Instant and enchantment spells you cast cost up to {2} less to cast.| Marble Priest|Legends|231|U|{5}|Artifact Creature — Cleric|3|3|All Walls able to block Marble Priest do so.$Prevent all combat damage that would be dealt to Marble Priest by Walls.| Mirror Universe|Legends|232|R|{6}|Artifact|||{tap}, Sacrifice Mirror Universe: Exchange life totals with target opponent. Activate this ability only during your upkeep.| @@ -1419,7 +1419,7 @@ Red Mana Battery|Legends|236|U|{4}|Artifact|||{2}, {tap}: Put a charge counter o Relic Barrier|Legends|237|U|{2}|Artifact|||{tap}: Tap target artifact.| Ring of Immortals|Legends|238|R|{5}|Artifact|||{3}, {tap}: Counter target instant or Aura spell that targets a permanent you control.| Sentinel|Legends|239|R|{4}|Artifact Creature — Shapeshifter|1|1|{0}: Sentinel's toughness becomes 1 plus the power of target creature blocking or blocked by Sentinel. (This effect lasts indefinitely.)| -Serpent Generator|Legends|240|R|{6}|Artifact|||{4}, {tap}: Put a 1/1 colorless Snake artifact creature token onto the battlefield. It has "Whenever this creature deals damage to a player, that player gets a poison counter." (A player with ten or more poison counters loses the game.)| +Serpent Generator|Legends|240|R|{6}|Artifact|||{4}, {tap}: Put a 1/1 colorless Snake artifact creature token onto the battlefield. It has "Whenever this creature deals damage to a player, that player gets a poison counter." (A player with ten or more poison counters loses the game.)| Sword of the Ages|Legends|241|R|{6}|Artifact|||Sword of the Ages enters the battlefield tapped.${tap}, Exile Sword of the Ages and any number of creatures you control: Sword of the Ages deals X damage to target creature or player, where X is the total power of the creatures exiled this way.| Triassic Egg|Legends|242|R|{4}|Artifact|||{3}, {tap}: Put a hatchling counter on Triassic Egg.$Sacrifice Triassic Egg: Choose one — You may put a creature card from your hand onto the battlefield; or return target creature card from your graveyard to the battlefield. Activate this ability only if two or more hatchling counters are on Triassic Egg.| Voodoo Doll|Legends|243|R|{6}|Artifact|||At the beginning of your upkeep, put a pin counter on Voodoo Doll.$At the beginning of your end step, if Voodoo Doll is untapped, destroy Voodoo Doll and it deals damage to you equal to the number of pin counters on it.${X}{X}, {tap}: Voodoo Doll deals damage equal to the number of pin counters on it to target creature or player. X is the number of pin counters on Voodoo Doll.| @@ -1456,7 +1456,7 @@ Quagmire|Legends|29|U|{2}{B}|Enchantment|||Creatures with swampwalk can be block Shimian Night Stalker|Legends|30|U|{3}{B}{B}|Creature — Nightstalker|4|4|{B}, {tap}: All damage that would be dealt to you this turn by target attacking creature is dealt to Shimian Night Stalker instead.| Spirit Shackle|Legends|31|C|{B}{B}|Enchantment — Aura|||Enchant creature$Whenever enchanted creature becomes tapped, put a -0/-2 counter on it.| Syphon Soul|Legends|32|C|{2}{B}|Sorcery|||Syphon Soul deals 2 damage to each other player. You gain life equal to the damage dealt this way.| -Takklemaggot|Legends|33|U|{2}{B}{B}|Enchantment — Aura|||Enchant creature$At the beginning of the upkeep of enchanted creature's controller, put a -0/-1 counter on that creature.$When enchanted creature dies, that creature's controller chooses a creature that Takklemaggot could enchant. If he or she does, return Takklemaggot to the battlefield under your control attached to that creature. If he or she doesn't, return Takklemaggot to the battlefield under your control as a non-Aura enchantment. It loses "enchant creature" and gains "At the beginning of that player's upkeep, Takklemaggot deals 1 damage to him or her."| +Takklemaggot|Legends|33|U|{2}{B}{B}|Enchantment — Aura|||Enchant creature$At the beginning of the upkeep of enchanted creature's controller, put a -0/-1 counter on that creature.$When enchanted creature dies, that creature's controller chooses a creature that Takklemaggot could enchant. If he or she does, return Takklemaggot to the battlefield under your control attached to that creature. If he or she doesn't, return Takklemaggot to the battlefield under your control as a non-Aura enchantment. It loses "enchant creature" and gains "At the beginning of that player's upkeep, Takklemaggot deals 1 damage to him or her."| The Abyss|Legends|70|R|{3}{B}|World Enchantment|||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.| The Wretched|Legends|35|R|{3}{B}{B}|Creature — Demon|2|5|At end of combat, gain control of all creatures blocking The Wretched for as long as you control The Wretched.| Touch of Darkness|Legends|36|U|{B}|Instant|||Any number of target creatures become black until end of turn.| @@ -1483,7 +1483,7 @@ Flash Counter|Legends|56|C|{1}{U}|Instant|||Counter target instant spell.| Flash Flood|Legends|57|C|{U}|Instant|||Choose one — Destroy target red permanent; or return target Mountain to its owner's hand.| Force Spike|Legends|58|C|{U}|Instant|||Counter target spell unless its controller pays {1}.| Gaseous Form|Legends|59|C|{2}{U}|Enchantment — Aura|||Enchant creature$Prevent all combat damage that would be dealt to and dealt by enchanted creature.| -Glyph of Delusion|Legends|60|C|{U}|Instant|||Put X glyph counters on target creature that target Wall blocked this turn, where X is the power of that blocked creature. The creature gains "This creature doesn't untap during your untap step if it has a glyph counter on it" and "At the beginning of your upkeep, remove a glyph counter from this creature."| +Glyph of Delusion|Legends|60|C|{U}|Instant|||Put X glyph counters on target creature that target Wall blocked this turn, where X is the power of that blocked creature. The creature gains "This creature doesn't untap during your untap step if it has a glyph counter on it" and "At the beginning of your upkeep, remove a glyph counter from this creature."| In the Eye of Chaos|Legends|61|R|{2}{U}|World Enchantment|||Whenever a player casts an instant spell, counter it unless that player pays {X}, where X is its converted mana cost.| Invoke Prejudice|Legends|62|R|{U}{U}{U}{U}|Enchantment|||Whenever an opponent casts a creature spell that doesn't share a color with a creature you control, counter that spell unless its controller pays {X}, where X is its converted mana cost.| Juxtapose|Legends|63|R|{3}{U}|Sorcery|||You and target player exchange control of the creature you each control with the highest converted mana cost. Then exchange control of artifacts the same way. If two or more permanents a player controls are tied for highest cost, their controller chooses one of them.| @@ -1531,7 +1531,7 @@ Hornet Cobra|Legends|104|C|{1}{G}{G}|Creature Ichneumon Druid|Legends|105|U|{1}{G}{G}|Creature — Human Druid|1|1|Whenever an opponent casts an instant spell other than the first instant spell that player casts each turn, Ichneumon Druid deals 4 damage to him or her.| Killer Bees|Legends|106|R|{1}{G}{G}|Creature — Insect|0|1|Flying${G}: Killer Bees gets +1/+1 until end of turn.| Living Plane|Legends|107|R|{2}{G}{G}|World Enchantment|||All lands are 1/1 creatures that are still lands.| -Master of the Hunt|Legends|108|R|{2}{G}{G}|Creature — Human|2|2|{2}{G}{G}: Put a 1/1 green Wolf creature token named Wolves of the Hunt onto the battlefield. It has "bands with other creatures named Wolves of the Hunt." (Any creatures named Wolves of the Hunt can attack in a band as long as at least one has "bands with other creatures named Wolves of the Hunt." Bands are blocked as a group. If at least two creatures named Wolves of the Hunt you control, one of which has "bands with other creatures named Wolves of the Hunt," are blocking or being blocked by the same creature, you divide that creature's combat damage, not its controller, among any of the creatures it's being blocked by or is blocking.)| +Master of the Hunt|Legends|108|R|{2}{G}{G}|Creature — Human|2|2|{2}{G}{G}: Put a 1/1 green Wolf creature token named Wolves of the Hunt onto the battlefield. It has "bands with other creatures named Wolves of the Hunt." (Any creatures named Wolves of the Hunt can attack in a band as long as at least one has "bands with other creatures named Wolves of the Hunt." Bands are blocked as a group. If at least two creatures named Wolves of the Hunt you control, one of which has "bands with other creatures named Wolves of the Hunt," are blocking or being blocked by the same creature, you divide that creature's combat damage, not its controller, among any of the creatures it's being blocked by or is blocking.)| Moss Monster|Legends|109|C|{3}{G}{G}|Creature — Elemental|3|6|| Pixie Queen|Legends|110|R|{2}{G}{G}|Creature — Faerie|1|1|Flying${G}{G}{G}, {tap}: Target creature gains flying until end of turn.| Pradesh Gypsies|Legends|111|U|{2}{G}|Creature — Human Nomad|1|1|{1}{G}, {tap}: Target creature gets -2/-0 until end of turn.| @@ -1541,7 +1541,7 @@ Rebirth|Legends|114|R|{3}{G}{G}{G}|Sorcery|||Remove Rebirth from your deck befor Reincarnation|Legends|103|U|{1}{G}{G}|Instant|||Choose target creature. When that creature dies this turn, return a creature card from that graveyard to the battlefield under the control of that creature's owner.| Revelation|Legends|116|R|{G}|World Enchantment|||Players play with their hands revealed.| Rust|Legends|76|C|{G}|Instant|||Counter target activated ability from an artifact source. (Mana abilities can't be targeted.)| -Shelkin Brownie|Legends|118|C|{1}{G}|Creature — Ouphe|1|1|{tap}: Target creature loses all "bands with other" abilities until end of turn.| +Shelkin Brownie|Legends|118|C|{1}{G}|Creature — Ouphe|1|1|{tap}: Target creature loses all "bands with other" abilities until end of turn.| Storm Seeker|Legends|119|U|{3}{G}|Instant|||Storm Seeker deals damage equal to the number of cards in target player's hand to that player.| Subdue|Legends|120|C|{G}|Instant|||Prevent all combat damage that would be dealt by target creature this turn. That creature gets +0/+X until end of turn, where X is its converted mana cost.| Sylvan Library|Legends|121|U|{1}{G}|Enchantment|||At the beginning of your draw step, you may draw two additional cards. If you do, choose two cards in your hand drawn this turn. For each of those cards, pay 4 life or put the card on top of your library.| @@ -1554,7 +1554,7 @@ Winter Blast|Legends|127|R|{X}{G}|Sorcery|||Tap X target creatures. Winter Blast Wolverine Pack|Legends|128|C|{2}{G}{G}|Creature — Wolverine|2|4|Rampage 2 (Whenever this creature becomes blocked, it gets +2/+2 until end of turn for each creature blocking it beyond the first.)| Wood Elemental|Legends|264|R|{3}{G}|Creature — Elemental|*|*|As Wood Elemental enters the battlefield, sacrifice any number of untapped Forests.$Wood Elemental's power and toughness are each equal to the number of Forests sacrificed as it entered the battlefield.| Active Volcano|Legends|130|C|{R}|Instant|||Choose one — Destroy target blue permanent; or return target Island to its owner's hand.| -Ærathi Berserker|Legends|131|U|{2}{R}{R}{R}|Creature — Human Berserker|2|4|Rampage 3 (Whenever this creature becomes blocked, it gets +3/+3 until end of turn for each creature blocking it beyond the first.)| +AErathi Berserker|Legends|131|U|{2}{R}{R}{R}|Creature — Human Berserker|2|4|Rampage 3 (Whenever this creature becomes blocked, it gets +3/+3 until end of turn for each creature blocking it beyond the first.)| Backdraft|Legends|132|U|{1}{R}|Instant|||Choose a player who cast one or more sorcery spells this turn. Backdraft deals damage to that player equal to half the damage dealt by one of those sorcery spells this turn, rounded down.| Beasts of Bogardan|Legends|133|U|{4}{R}|Creature — Beast|3|3|Protection from red$Beasts of Bogardan gets +1/+1 as long as an opponent controls a white permanent.| Blazing Effigy|Legends|134|C|{1}{R}|Creature — Elemental|0|3|When Blazing Effigy dies, it deals X damage to target creature, where X is 3 plus the amount of damage dealt to Blazing Effigy this turn by other sources named Blazing Effigy.| @@ -1608,7 +1608,7 @@ Divine Offering|Legends|178|C|{1}{W}|Instant|||Destroy target artifact. You gain Divine Transformation|Legends|179|R|{2}{W}{W}|Enchantment — Aura|||Enchant creature$Enchanted creature gets +3/+3.| Elder Land Wurm|Legends|180|R|{4}{W}{W}{W}|Creature — Dragon Wurm|5|5|Defender, trample$When Elder Land Wurm blocks, it loses defender.| Enchanted Being|Legends|181|C|{1}{W}{W}|Creature — Human|2|2|Prevent all combat damage that would be dealt to Enchanted Being by enchanted creatures.| -Equinox|Legends|182|C|{W}|Enchantment — Aura|||Enchant land$Enchanted land has "{tap}: Counter target spell if it would destroy a land you control."| +Equinox|Legends|182|C|{W}|Enchantment — Aura|||Enchant land$Enchanted land has "{tap}: Counter target spell if it would destroy a land you control."| Fortified Area|Legends|183|U|{1}{W}{W}|Enchantment|||Wall creatures you control get +1/+0 and have banding. (Any creatures with banding, and up to one without, can attack in a band. Bands are blocked as a group. If any creatures with banding you control are blocking or being blocked by a creature, you divide that creature's combat damage, not its controller, among any of the creatures it's being blocked by or is blocking.)| Glyph of Life|Legends|184|C|{W}|Instant|||Until end of turn, whenever an attacking creature deals damage to target Wall creature, you gain that much life.| Great Defender|Legends|185|U|{W}|Instant|||Target creature gets +0/+X until end of turn, where X is its converted mana cost.| @@ -1659,7 +1659,7 @@ Jacques le Vert|Legends|272|R|{1}{R}{G}{W}|Legendary Creature Jasmine Boreal|Legends|273|U|{3}{G}{W}|Legendary Creature — Human|4|5|| Jedit Ojanen|Legends|274|U|{4}{W}{W}{U}|Legendary Creature — Cat Warrior|5|5|| Jerrard of the Closed Fist|Legends|275|U|{3}{R}{G}{G}|Legendary Creature — Human Knight|6|5|| -Johan|Legends|276|R|{3}{R}{G}{W}|Legendary Creature — Human Wizard|5|4|At the beginning of combat on your turn, you may have Johan gain "Johan can't attack" until end of combat. If you do, attacking doesn't cause creatures you control to tap this combat if Johan is untapped.| +Johan|Legends|276|R|{3}{R}{G}{W}|Legendary Creature — Human Wizard|5|4|At the beginning of combat on your turn, you may have Johan gain "Johan can't attack" until end of combat. If you do, attacking doesn't cause creatures you control to tap this combat if Johan is untapped.| Kasimir the Lone Wolf|Legends|277|U|{4}{W}{U}|Legendary Creature — Human Warrior|5|3|| Kei Takahashi|Legends|278|R|{2}{G}{W}|Legendary Creature — Human Cleric|2|2|{tap}: Prevent the next 2 damage that would be dealt to target creature this turn.| Lady Caleria|Legends|279|R|{3}{G}{G}{W}{W}|Legendary Creature — Human Archer|3|6|{tap}: Lady Caleria deals 3 damage to target attacking or blocking creature.| @@ -1687,7 +1687,7 @@ Stangg|Legends|300|R|{4}{R}{G}|Legendary Creature Sunastian Falconer|Legends|301|U|{3}{R}{G}|Legendary Creature — Human Shaman|4|4|{tap}: Add {2} to your mana pool.| Tetsuo Umezawa|Legends|302|R|{U}{B}{R}|Legendary Creature — Human Archer|3|3|Tetsuo Umezawa can't be the target of Aura spells.${U}{B}{B}{R}, {tap}: Destroy target tapped or blocking creature.| The Lady of the Mountain|Legends|303|U|{4}{R}{G}|Legendary Creature — Giant|5|5|| -The Tabernacle at Pendrell Vale|Legends|252|R||Legendary Land|||All creatures have "At the beginning of your upkeep, destroy this creature unless you pay {1}."| +The Tabernacle at Pendrell Vale|Legends|252|R||Legendary Land|||All creatures have "At the beginning of your upkeep, destroy this creature unless you pay {1}."| Tobias Andrion|Legends|304|U|{3}{W}{U}|Legendary Creature — Human Advisor|4|4|| Tor Wauki|Legends|305|U|{2}{B}{B}{R}|Legendary Creature — Human Archer|3|3|{tap}: Tor Wauki deals 2 damage to target attacking or blocking creature.| Torsten Von Ursus|Legends|306|U|{3}{G}{G}{W}|Legendary Creature — Human Soldier|5|5|| @@ -1695,15 +1695,15 @@ Tuknir Deathlock|Legends|307|R|{R}{R}{G}{G}|Legendary Creature Ur-Drago|Legends|246|R|{3}{U}{U}{B}{B}|Legendary Creature — Elemental|4|4|First strike$Creatures with swampwalk can be blocked as though they didn't have swampwalk.| Vaevictis Asmadi|Legends|309|R|{2}{B}{B}{R}{R}{G}{G}|Legendary Creature — Elder Dragon|7|7|Flying$At the beginning of your upkeep, sacrifice Vaevictis Asmadi unless you pay {B}{R}{G}.${B}: Vaevictis Asmadi gets +1/+0 until end of turn.${R}: Vaevictis Asmadi gets +1/+0 until end of turn.${G}: Vaevictis Asmadi gets +1/+0 until end of turn.| Xira Arien|Legends|310|R|{B}{R}{G}|Legendary Creature — Insect Wizard|1|2|Flying${B}{R}{G}, {tap}: Target player draws a card.| -Adventurers' Guildhouse|Legends|245|U||Land|||Green legendary creatures you control have "bands with other legendary creatures." (Any legendary creatures can attack in a band as long as at least one has "bands with other legendary creatures." Bands are blocked as a group. If at least two legendary creatures you control, one of which has "bands with other legendary creatures," are blocking or being blocked by the same creature, you divide that creature's combat damage, not its controller, among any of the creatures it's being blocked by or is blocking.)| -Cathedral of Serra|Legends|246|U||Land|||White legendary creatures you control have "bands with other legendary creatures." (Any legendary creatures can attack in a band as long as at least one has "bands with other legendary creatures." Bands are blocked as a group. If at least two legendary creatures you control, one of which has "bands with other legendary creatures," are blocking or being blocked by the same creature, you divide that creature's combat damage, not its controller, among any of the creatures it's being blocked by or is blocking.)| +Adventurers' Guildhouse|Legends|245|U||Land|||Green legendary creatures you control have "bands with other legendary creatures." (Any legendary creatures can attack in a band as long as at least one has "bands with other legendary creatures." Bands are blocked as a group. If at least two legendary creatures you control, one of which has "bands with other legendary creatures," are blocking or being blocked by the same creature, you divide that creature's combat damage, not its controller, among any of the creatures it's being blocked by or is blocking.)| +Cathedral of Serra|Legends|246|U||Land|||White legendary creatures you control have "bands with other legendary creatures." (Any legendary creatures can attack in a band as long as at least one has "bands with other legendary creatures." Bands are blocked as a group. If at least two legendary creatures you control, one of which has "bands with other legendary creatures," are blocking or being blocked by the same creature, you divide that creature's combat damage, not its controller, among any of the creatures it's being blocked by or is blocking.)| Hammerheim|Legends|247|U||Legendary Land|||{tap}: Add {R} to your mana pool.$${tap}: Target creature loses all landwalk abilities until end of turn.| Karakas|Legends|248|U||Legendary Land|||{tap}: Add {W} to your mana pool.${tap}: Return target legendary creature to its owner's hand.| -Mountain Stronghold|Legends|249|U||Land|||Red legendary creatures you control have "bands with other legendary creatures." (Any legendary creatures can attack in a band as long as at least one has "bands with other legendary creatures." Bands are blocked as a group. If at least two legendary creatures you control, one of which has "bands with other legendary creatures," are blocking or being blocked by the same creature, you divide that creature's combat damage, not its controller, among any of the creatures it's being blocked by or is blocking.)| +Mountain Stronghold|Legends|249|U||Land|||Red legendary creatures you control have "bands with other legendary creatures." (Any legendary creatures can attack in a band as long as at least one has "bands with other legendary creatures." Bands are blocked as a group. If at least two legendary creatures you control, one of which has "bands with other legendary creatures," are blocking or being blocked by the same creature, you divide that creature's combat damage, not its controller, among any of the creatures it's being blocked by or is blocking.)| Pendelhaven|Legends|250|U||Legendary Land|||{tap}: Add {G} to your mana pool.${tap}: Target 1/1 creature gets +1/+2 until end of turn.| -Seafarer's Quay|Legends|251|U||Land|||Blue legendary creatures you control have "bands with other legendary creatures." (Any legendary creatures can attack in a band as long as at least one has "bands with other legendary creatures." Bands are blocked as a group. If at least two legendary creatures you control, one of which has "bands with other legendary creatures," are blocking or being blocked by the same creature, you divide that creature's combat damage, not its controller, among any of the creatures it's being blocked by or is blocking.)| -Tolaria|Legends|253|U||Legendary Land|||{tap}: Add {U} to your mana pool.${tap}: Target creature loses banding and all "bands with other" abilities until end of turn. Activate this ability only during any upkeep step.| -Unholy Citadel|Legends|254|U||Land|||Black legendary creatures you control have "bands with other legendary creatures." (Any legendary creatures can attack in a band as long as at least one has "bands with other legendary creatures." Bands are blocked as a group. If at least two legendary creatures you control, one of which has "bands with other legendary creatures," are blocking or being blocked by the same creature, you divide that creature's combat damage, not its controller, among any of the creatures it's being blocked by or is blocking.)| +Seafarer's Quay|Legends|251|U||Land|||Blue legendary creatures you control have "bands with other legendary creatures." (Any legendary creatures can attack in a band as long as at least one has "bands with other legendary creatures." Bands are blocked as a group. If at least two legendary creatures you control, one of which has "bands with other legendary creatures," are blocking or being blocked by the same creature, you divide that creature's combat damage, not its controller, among any of the creatures it's being blocked by or is blocking.)| +Tolaria|Legends|253|U||Legendary Land|||{tap}: Add {U} to your mana pool.${tap}: Target creature loses banding and all "bands with other" abilities until end of turn. Activate this ability only during any upkeep step.| +Unholy Citadel|Legends|254|U||Land|||Black legendary creatures you control have "bands with other legendary creatures." (Any legendary creatures can attack in a band as long as at least one has "bands with other legendary creatures." Bands are blocked as a group. If at least two legendary creatures you control, one of which has "bands with other legendary creatures," are blocking or being blocked by the same creature, you divide that creature's combat damage, not its controller, among any of the creatures it's being blocked by or is blocking.)| Urborg|Legends|107|U||Legendary Land|||{tap}: Add {B} to your mana pool.$${tap}: Target creature loses first strike or swampwalk until end of turn.| Barl's Cage|The Dark|93|R|{4}|Artifact|||{3}: Target creature doesn't untap during its controller's next untap step.| Bone Flute|The Dark|94|U|{3}|Artifact|||{2}, {tap}: All creatures get -1/-0 until end of turn.| @@ -1867,7 +1867,7 @@ Thrull Champion|Fallen Empires|29|R|{4}{B}|Creature Thrull Retainer|Fallen Empires|30|U|{B}|Enchantment — Aura|||Enchant creature$Enchanted creature gets +1/+1.$Sacrifice Thrull Retainer: Regenerate enchanted creature.| Thrull Wizard|Fallen Empires|31|U|{2}{B}|Creature — Thrull Wizard|1|1|{1}{B}: Counter target black spell unless that spell's controller pays {B} or {3}.| Tourach's Chant|Fallen Empires|32|U|{1}{B}{B}|Enchantment|||At the beginning of your upkeep, sacrifice Tourach's Chant unless you pay {B}.$Whenever a player puts a Forest onto the battlefield, Tourach's Chant deals 3 damage to that player unless he or she puts a -1/-1 counter on a creature he or she controls.| -Tourach's Gate|Fallen Empires|33|R|{1}{B}{B}|Enchantment — Aura|||Enchant land you control$Sacrifice a Thrull: Put three time counters on Tourach's Gate.$At the beginning of your upkeep, remove a time counter from Tourach's Gate. If there are no time counters on Tourach's Gate, sacrifice it.$Enchanted land has "{tap}: Attacking creatures you control get +2/-1 until end of turn."| +Tourach's Gate|Fallen Empires|33|R|{1}{B}{B}|Enchantment — Aura|||Enchant land you control$Sacrifice a Thrull: Put three time counters on Tourach's Gate.$At the beginning of your upkeep, remove a time counter from Tourach's Gate. If there are no time counters on Tourach's Gate, sacrifice it.$Enchanted land has "{tap}: Attacking creatures you control get +2/-1 until end of turn."| Deep Spawn|Fallen Empires|34|U|{5}{U}{U}{U}|Creature — Homarid|6|6|Trample$At the beginning of your upkeep, sacrifice Deep Spawn unless you put the top two cards of your library into your graveyard.${U}: Deep Spawn gains shroud until end of turn and doesn't untap during your next untap step. Tap Deep Spawn. (A permanent with shroud can't be the target of spells or abilities.)| High Tide|Fallen Empires|35|C|{U}|Instant|||Until end of turn, whenever a player taps an Island for mana, that player adds {U} to his or her mana pool (in addition to the mana the land produces).| High Tide|Fallen Empires|35|C|{U}|Instant|||Until end of turn, whenever a player taps an Island for mana, that player adds {U} to his or her mana pool (in addition to the mana the land produces).| @@ -2070,7 +2070,7 @@ Soul Net|Fourth Edition|364|U|{1}|Artifact|||Whenever a creature dies, you may p Sunglasses of Urza|Fourth Edition|365|R|{3}|Artifact|||You may spend white mana as though it were red mana.| Tawnos's Wand|Fourth Edition|366|U|{4}|Artifact|||{2}, {tap}: Target creature with power 2 or less is unblockable this turn.| Tawnos's Weaponry|Fourth Edition|367|U|{2}|Artifact|||You may choose not to untap Tawnos's Weaponry during your untap step.${2}, {tap}: Target creature gets +1/+1 for as long as Tawnos's Weaponry remains tapped.| -Tetravus|Fourth Edition|368|R|{6}|Artifact Creature — Construct|1|1|Flying$Tetravus enters the battlefield with three +1/+1 counters on it.$At the beginning of your upkeep, you may remove any number of +1/+1 counters from Tetravus. If you do, put that many 1/1 colorless Tetravite artifact creature tokens onto the battlefield. They each have flying and "This creature can't be enchanted."$At the beginning of your upkeep, you may exile any number of tokens put onto the battlefield with Tetravus. If you do, put that many +1/+1 counters on Tetravus.| +Tetravus|Fourth Edition|368|R|{6}|Artifact Creature — Construct|1|1|Flying$Tetravus enters the battlefield with three +1/+1 counters on it.$At the beginning of your upkeep, you may remove any number of +1/+1 counters from Tetravus. If you do, put that many 1/1 colorless Tetravite artifact creature tokens onto the battlefield. They each have flying and "This creature can't be enchanted."$At the beginning of your upkeep, you may exile any number of tokens put onto the battlefield with Tetravus. If you do, put that many +1/+1 counters on Tetravus.| The Hive|Fourth Edition|369|R|{5}|Artifact|||{5}, {tap}: Put a 1/1 colorless Insect artifact creature token with flying named Wasp onto the battlefield. (It can't be blocked except by creatures with flying or reach.)| The Rack|Fourth Edition|370|U|{1}|Artifact|||As The Rack enters the battlefield, choose an opponent.$At the beginning of the chosen player's upkeep, The Rack deals X damage to that player, where X is 3 minus the number of cards in his or her hand.| Throne of Bone|Fourth Edition|371|U|{1}|Artifact|||Whenever a player casts a black spell, you may pay {1}. If you do, you gain 1 life.| @@ -2082,7 +2082,7 @@ Winter Orb|Fourth Edition|376|R|{2}|Artifact|||Players can't untap more than one Wooden Sphere|Fourth Edition|377|U|{1}|Artifact|||Whenever a player casts a green spell, you may pay {1}. If you do, you gain 1 life.| Yotian Soldier|Fourth Edition|378|C|{3}|Artifact Creature — Soldier|1|4|Vigilance| Abomination|Fourth Edition|1|U|{3}{B}{B}|Creature — Horror|2|6|Whenever Abomination blocks or becomes blocked by a green or white creature, destroy that creature at end of combat.| -Animate Dead|Fourth Edition|2|U|{1}{B}|Enchantment — Aura|||Enchant creature card in a graveyard$When Animate Dead enters the battlefield, if it's on the battlefield, it loses "enchant creature card in a graveyard" and gains "enchant creature put onto the battlefield with Animate Dead." Return enchanted creature card to the battlefield under your control and attach Animate Dead to it. When Animate Dead leaves the battlefield, that creature's controller sacrifices it.$Enchanted creature gets -1/-0.| +Animate Dead|Fourth Edition|2|U|{1}{B}|Enchantment — Aura|||Enchant creature card in a graveyard$When Animate Dead enters the battlefield, if it's on the battlefield, it loses "enchant creature card in a graveyard" and gains "enchant creature put onto the battlefield with Animate Dead." Return enchanted creature card to the battlefield under your control and attach Animate Dead to it. When Animate Dead leaves the battlefield, that creature's controller sacrifices it.$Enchanted creature gets -1/-0.| Ashes to Ashes|Fourth Edition|3|U|{1}{B}{B}|Sorcery|||Exile two target nonartifact creatures. Ashes to Ashes deals 5 damage to you.| Bad Moon|Fourth Edition|4|R|{1}{B}|Enchantment|||Black creatures get +1/+1.| Black Knight|Fourth Edition|5|U|{B}{B}|Creature — Human Knight|2|2|First strike (This creature deals combat damage before creatures without first strike.)$Protection from white (This creature can't be blocked, targeted, dealt damage, or enchanted by anything white.)| @@ -2138,7 +2138,7 @@ Weakness|Fourth Edition|54|C|{B}|Enchantment Will-o'-the-Wisp|Fourth Edition|55|R|{B}|Creature — Spirit|0|1|Flying (This creature can't be blocked except by creatures with flying or reach.)${B}: Regenerate Will-o'-the-Wisp. (The next time this creature would be destroyed this turn, it isn't. Instead tap it, remove all damage from it, and remove it from combat.)| Word of Binding|Fourth Edition|56|C|{X}{B}{B}|Sorcery|||Tap X target creatures.| Xenic Poltergeist|Fourth Edition|57|R|{1}{B}{B}|Creature — Spirit|1|1|{tap}: Until your next upkeep, target noncreature artifact becomes an artifact creature with power and toughness each equal to its converted mana cost.| -Zombie Master|Fourth Edition|58|R|{1}{B}{B}|Creature — Zombie|2|3|Other Zombie creatures have swampwalk.$Other Zombies have "{B}: Regenerate this permanent."| +Zombie Master|Fourth Edition|58|R|{1}{B}{B}|Creature — Zombie|2|3|Other Zombie creatures have swampwalk.$Other Zombies have "{B}: Regenerate this permanent."| Air Elemental|Fourth Edition|59|U|{3}{U}{U}|Creature — Elemental|4|4|Flying| Animate Artifact|Fourth Edition|60|U|{3}{U}|Enchantment — Aura|||Enchant artifact$As long as enchanted artifact isn't a creature, it's an artifact creature with power and toughness each equal to its converted mana cost.| Apprentice Wizard|Fourth Edition|61|C|{1}{U}{U}|Creature — Human Wizard|0|1|{U}, {tap}: Add {3} to your mana pool.| @@ -2148,7 +2148,7 @@ Control Magic|Fourth Edition|64|U|{2}{U}{U}|Enchantment Counterspell|Fourth Edition|65|U|{U}{U}|Instant|||Counter target spell.| Creature Bond|Fourth Edition|66|C|{1}{U}|Enchantment — Aura|||Enchant creature$When enchanted creature dies, Creature Bond deals damage equal to that creature's toughness to the creature's controller.| Drain Power|Fourth Edition|67|R|{U}{U}|Sorcery|||Target player activates a mana ability of each land he or she controls. Then put all mana from that player's mana pool into yours.| -Energy Flux|Fourth Edition|68|U|{2}{U}|Enchantment|||All artifacts have "At the beginning of your upkeep, sacrifice this artifact unless you pay {2}."| +Energy Flux|Fourth Edition|68|U|{2}{U}|Enchantment|||All artifacts have "At the beginning of your upkeep, sacrifice this artifact unless you pay {2}."| Energy Tap|Fourth Edition|69|C|{U}|Sorcery|||Tap target untapped creature you control. If you do, add {X} to your mana pool, where X is that creature's converted mana cost.| Erosion|Fourth Edition|70|C|{U}{U}{U}|Enchantment — Aura|||Enchant land$At the beginning of the upkeep of enchanted land's controller, destroy that land unless that player pays {1} or 1 life.| Feedback|Fourth Edition|71|U|{2}{U}|Enchantment — Aura|||Enchant enchantment$At the beginning of the upkeep of enchanted enchantment's controller, Feedback deals 1 damage to that player.| @@ -2163,7 +2163,7 @@ Jump|Fourth Edition|79|C|{U}|Instant|||Target creature gains flying until end of Leviathan|Fourth Edition|80|R|{5}{U}{U}{U}{U}|Creature — Leviathan|10|10|Trample$Leviathan enters the battlefield tapped and doesn't untap during your untap step.$At the beginning of your upkeep, you may sacrifice two Islands. If you do, untap Leviathan.$Leviathan can't attack unless you sacrifice two Islands.| Lifetap|Fourth Edition|81|U|{U}{U}|Enchantment|||Whenever a Forest an opponent controls becomes tapped, you gain 1 life.| Lord of Atlantis|Fourth Edition|82|R|{U}{U}|Creature — Merfolk|2|2|Other Merfolk creatures get +1/+1 and have islandwalk.| -Magical Hack|Fourth Edition|83|R|{U}|Instant|||Change the text of target spell or permanent by replacing all instances of one basic land type with another. (For example, you may change "swampwalk" to "plainswalk." This effect lasts indefinitely.)| +Magical Hack|Fourth Edition|83|R|{U}|Instant|||Change the text of target spell or permanent by replacing all instances of one basic land type with another. (For example, you may change "swampwalk" to "plainswalk." This effect lasts indefinitely.)| Mahamoti Djinn|Fourth Edition|84|R|{4}{U}{U}|Creature — Djinn|5|6|Flying (This creature can't be blocked except by creatures with flying or reach.)| Mana Short|Fourth Edition|85|R|{2}{U}|Instant|||Tap all lands target player controls and empty his or her mana pool.| Merfolk of the Pearl Trident|Fourth Edition|86|C|{U}|Creature — Merfolk|1|1|| @@ -2182,7 +2182,7 @@ Sea Serpent|Fourth Edition|98|C|{5}{U}|Creature Segovian Leviathan|Fourth Edition|99|U|{4}{U}|Creature — Leviathan|3|3|Islandwalk| Sindbad|Fourth Edition|100|U|{1}{U}|Creature — Human|1|1|{tap}: Draw a card and reveal it. If it isn't a land card, discard it.| Siren's Call|Fourth Edition|101|U|{U}|Instant|||Cast Siren's Call only during an opponent's turn, before attackers are declared.$Creatures the active player controls attack this turn if able.$At the beginning of the next end step, destroy all non-Wall creatures that player controls that didn't attack this turn. Ignore this effect for each creature the player didn't control continuously since the beginning of the turn.| -Sleight of Mind|Fourth Edition|102|R|{U}|Instant|||Change the text of target spell or permanent by replacing all instances of one color word with another. (For example, you may change "target black spell" to "target blue spell." This effect lasts indefinitely.)| +Sleight of Mind|Fourth Edition|102|R|{U}|Instant|||Change the text of target spell or permanent by replacing all instances of one color word with another. (For example, you may change "target black spell" to "target blue spell." This effect lasts indefinitely.)| Spell Blast|Fourth Edition|103|C|{X}{U}|Instant|||Counter target spell with converted mana cost X.| Stasis|Fourth Edition|104|R|{1}{U}|Enchantment|||Players skip their untap steps.$$At the beginning of your upkeep, sacrifice Stasis unless you pay {U}.| Steal Artifact|Fourth Edition|105|U|{2}{U}{U}|Enchantment — Aura|||Enchant artifact$You control enchanted artifact.| @@ -2209,7 +2209,7 @@ Durkwood Boars|Fourth Edition|125|C|{4}{G}|Creature Elven Riders|Fourth Edition|126|U|{3}{G}{G}|Creature — Elf|3|3|Elven Riders can't be blocked except by Walls and/or creatures with flying.| Elvish Archers|Fourth Edition|127|R|{1}{G}|Creature — Elf Archer|2|1|First strike| Fog|Fourth Edition|128|C|{G}|Instant|||Prevent all combat damage that would be dealt this turn.| -t|Fourth Edition|129|R|{2}{G}{G}{G}{G}|Creature — Elemental|8|8|Trample (If this creature would assign enough damage to its blockers to destroy them, you may have it assign the rest of its damage to defending player or planeswalker.)$At the beginning of your upkeep, Force of Nature deals 8 damage to you unless you pay {G}{G}{G}{G}.| +Force of Nature|Fourth Edition|129|R|{2}{G}{G}{G}{G}|Creature — Elemental|8|8|Trample (If this creature would assign enough damage to its blockers to destroy them, you may have it assign the rest of its damage to defending player or planeswalker.)$At the beginning of your upkeep, Force of Nature deals 8 damage to you unless you pay {G}{G}{G}{G}.| Fungusaur|Fourth Edition|130|R|{3}{G}|Creature — Fungus Lizard|2|2|Whenever Fungusaur is dealt damage, put a +1/+1 counter on it.| Gaea's Liege|Fourth Edition|131|R|{3}{G}{G}{G}|Creature — Avatar|*|*|As long as Gaea's Liege isn't attacking, its power and toughness are each equal to the number of Forests you control. As long as Gaea's Liege is attacking, its power and toughness are each equal to the number of Forests defending player controls.${tap}: Target land becomes a Forest until Gaea's Liege leaves the battlefield.| Giant Growth|Fourth Edition|132|C|{G}|Instant|||Target creature gets +3/+3 until end of turn.| @@ -2439,11 +2439,11 @@ Ashen Ghoul|Ice Age|2|U|{3}{B}|Creature Brine Shaman|Ice Age|3|C|{1}{B}|Creature — Human Cleric Shaman|1|1|{tap}, Sacrifice a creature: Target creature gets +2/+2 until end of turn.${1}{U}{U}, Sacrifice a creature: Counter target creature spell.| Burnt Offering|Ice Age|4|C|{B}|Instant|||As an additional cost to cast Burnt Offering, sacrifice a creature.$Add X mana in any combination of {B} and/or {R} to your mana pool, where X is the sacrificed creature's converted mana cost.| Cloak of Confusion|Ice Age|5|C|{1}{B}|Enchantment — Aura|||Enchant creature you control$Whenever enchanted creature attacks and isn't blocked, you may have it assign no combat damage this turn. If you do, defending player discards a card at random.| -Dance of the Dead|Ice Age|6|U|{1}{B}|Enchantment — Aura|||Enchant creature card in a graveyard$When Dance of the Dead enters the battlefield, if it's on the battlefield, it loses "enchant creature card in a graveyard" and gains "enchant creature put onto the battlefield with Dance of the Dead." Return enchanted creature card to the battlefield tapped under your control and attach Dance of the Dead to it. When Dance of the Dead leaves the battlefield, that creature's controller sacrifices it.$Enchanted creature gets +1/+1 and doesn't untap during its controller's untap step.$At the beginning of the upkeep of enchanted creature's controller, that player may pay {1}{B}. If he or she does, untap that creature.| +Dance of the Dead|Ice Age|6|U|{1}{B}|Enchantment — Aura|||Enchant creature card in a graveyard$When Dance of the Dead enters the battlefield, if it's on the battlefield, it loses "enchant creature card in a graveyard" and gains "enchant creature put onto the battlefield with Dance of the Dead." Return enchanted creature card to the battlefield tapped under your control and attach Dance of the Dead to it. When Dance of the Dead leaves the battlefield, that creature's controller sacrifices it.$Enchanted creature gets +1/+1 and doesn't untap during its controller's untap step.$At the beginning of the upkeep of enchanted creature's controller, that player may pay {1}{B}. If he or she does, untap that creature.| Dark Banishing|Ice Age|7|C|{2}{B}|Instant|||Destroy target nonblack creature. It can't be regenerated.| Dark Ritual|Ice Age|8|C|{B}|Instant|||Add {B}{B}{B} to your mana pool.| Demonic Consultation|Ice Age|9|U|{B}|Instant|||Name a card. Exile the top six cards of your library, then reveal cards from the top of your library until you reveal the named card. Put that card into your hand and exile all other cards revealed this way.| -Dread Wight|Ice Age|10|R|{3}{B}{B}|Creature — Zombie|3|4|At end of combat, put a paralyzation counter on each creature blocking or blocked by Dread Wight and tap those creatures. Each of those creatures doesn't untap during its controller's untap step for as long as it has a paralyzation counter on it. Each of those creatures gains "{4}: Remove a paralyzation counter from this creature."| +Dread Wight|Ice Age|10|R|{3}{B}{B}|Creature — Zombie|3|4|At end of combat, put a paralyzation counter on each creature blocking or blocked by Dread Wight and tap those creatures. Each of those creatures doesn't untap during its controller's untap step for as long as it has a paralyzation counter on it. Each of those creatures gains "{4}: Remove a paralyzation counter from this creature."| Drift of the Dead|Ice Age|11|U|{3}{B}|Creature — Wall|*|*|Defender (This creature can't attack.)$Drift of the Dead's power and toughness are each equal to the number of snow lands you control.| Fear|Ice Age|12|C|{B}{B}|Enchantment — Aura|||Enchant creature (Target a creature as you cast this. This card enters the battlefield attached to that creature.)$Enchanted creature has fear. (It can't be blocked except by artifact creatures and/or black creatures.)| Flow of Maggots|Ice Age|13|R|{2}{B}|Creature — Insect|2|2|Cumulative upkeep {1} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)$Flow of Maggots can't be blocked by non-Wall creatures.| @@ -2492,14 +2492,14 @@ Touch of Death|Ice Age|55|C|{2}{B}|Sorcery|||Touch of Death deals 1 damage to ta Withering Wisps|Ice Age|56|U|{1}{B}{B}|Enchantment|||At the beginning of the end step, if no creatures are on the battlefield, sacrifice Withering Wisps.${B}: Withering Wisps deals 1 damage to each creature and each player. Activate this ability no more times each turn than the number of snow Swamps you control.| Arnjlot's Ascent|Ice Age|57|C|{1}{U}{U}|Enchantment|||Cumulative upkeep {U} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)${1}: Target creature gains flying until end of turn.| Balduvian Conjurer|Ice Age|58|U|{1}{U}|Creature — Human Wizard|0|2|{tap}: Target snow land becomes a 2/2 creature until end of turn. It's still a land.| -Balduvian Shaman|Ice Age|59|C|{U}|Creature — Human Cleric Shaman|1|1|{tap}: Change the text of target white enchantment you control that doesn't have cumulative upkeep by replacing all instances of one color word with another. (For example, you may change "black creatures can't attack" to "blue creatures can't attack.") That enchantment gains "Cumulative upkeep {1}." (At the beginning of its controller's upkeep, that player puts an age counter on it, then sacrifices it unless he or she pays its upkeep cost for each age counter on it.)| +Balduvian Shaman|Ice Age|59|C|{U}|Creature — Human Cleric Shaman|1|1|{tap}: Change the text of target white enchantment you control that doesn't have cumulative upkeep by replacing all instances of one color word with another. (For example, you may change "black creatures can't attack" to "blue creatures can't attack.") That enchantment gains "Cumulative upkeep {1}." (At the beginning of its controller's upkeep, that player puts an age counter on it, then sacrifices it unless he or she pays its upkeep cost for each age counter on it.)| Binding Grasp|Ice Age|60|U|{3}{U}|Enchantment — Aura|||Enchant creature$At the beginning of your upkeep, sacrifice Binding Grasp unless you pay {1}{U}.$You control enchanted creature.$Enchanted creature gets +0/+1.| Brainstorm|Ice Age|61|C|{U}|Instant|||Draw three cards, then put two cards from your hand on top of your library in any order.| -Breath of Dreams|Ice Age|62|U|{2}{U}{U}|Enchantment|||Cumulative upkeep {U} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)$Green creatures have "Cumulative upkeep {1}."| +Breath of Dreams|Ice Age|62|U|{2}{U}{U}|Enchantment|||Cumulative upkeep {U} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)$Green creatures have "Cumulative upkeep {1}."| Clairvoyance|Ice Age|63|C|{U}|Instant|||Look at target player's hand.$$Draw a card at the beginning of the next turn's upkeep.| Counterspell|Ice Age|64|C|{U}{U}|Instant|||Counter target spell.| Deflection|Ice Age|65|R|{3}{U}|Instant|||Change the target of target spell with a single target.| -Dreams of the Dead|Ice Age|66|U|{3}{U}|Enchantment|||{1}{U}: Return target white or black creature card from your graveyard to the battlefield. That creature gains "Cumulative upkeep {2}." If the creature would leave the battlefield, exile it instead of putting it anywhere else. (At the beginning of its controller's upkeep, that player puts an age counter on it, then sacrifices it unless he or she pays its upkeep cost for each age counter on it.)| +Dreams of the Dead|Ice Age|66|U|{3}{U}|Enchantment|||{1}{U}: Return target white or black creature card from your graveyard to the battlefield. That creature gains "Cumulative upkeep {2}." If the creature would leave the battlefield, exile it instead of putting it anywhere else. (At the beginning of its controller's upkeep, that player puts an age counter on it, then sacrifices it unless he or she pays its upkeep cost for each age counter on it.)| Enervate|Ice Age|67|C|{1}{U}|Instant|||Tap target artifact, creature, or land.$$Draw a card at the beginning of the next turn's upkeep.| Errant Minion|Ice Age|68|C|{2}{U}|Enchantment — Aura|||Enchant creature$At the beginning of the upkeep of enchanted creature's controller, that player may pay any amount of mana. Errant Minion deals 2 damage to that player. Prevent X of that damage, where X is the amount of mana that player paid this way.| Essence Flare|Ice Age|69|C|{U}|Enchantment — Aura|||Enchant creature$Enchanted creature gets +2/+0.$At the beginning of the upkeep of enchanted creature's controller, put a -0/-1 counter on that creature.| @@ -2518,8 +2518,8 @@ Krovikan Sorcerer|Ice Age|81|C|{2}{U}|Creature Magus of the Unseen|Ice Age|82|R|{1}{U}|Creature — Human Wizard|1|1|{1}{U}, {tap}: Untap target artifact an opponent controls and gain control of it until end of turn. It gains haste until end of turn. When you lose control of the artifact, tap it.| Mesmeric Trance|Ice Age|83|R|{1}{U}{U}|Enchantment|||Cumulative upkeep {1} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)${U}, Discard a card: Draw a card.| Mistfolk|Ice Age|84|C|{U}{U}|Creature — Illusion|1|2|{U}: Counter target spell that targets Mistfolk.| -Musician|Ice Age|85|R|{2}{U}|Creature — Human Wizard|1|3|Cumulative upkeep {1} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)${tap}: Put a music counter on target creature. If it doesn't have "At the beginning of your upkeep, destroy this creature unless you pay {1} for each music counter on it," it gains that ability.| -Mystic Might|Ice Age|86|R|{U}|Enchantment — Aura|||Enchant land you control$Cumulative upkeep {1}{U} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)$Enchanted land has "{tap}: Target creature gets +2/+2 until end of turn."| +Musician|Ice Age|85|R|{2}{U}|Creature — Human Wizard|1|3|Cumulative upkeep {1} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)${tap}: Put a music counter on target creature. If it doesn't have "At the beginning of your upkeep, destroy this creature unless you pay {1} for each music counter on it," it gains that ability.| +Mystic Might|Ice Age|86|R|{U}|Enchantment — Aura|||Enchant land you control$Cumulative upkeep {1}{U} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)$Enchanted land has "{tap}: Target creature gets +2/+2 until end of turn."| Mystic Remora|Ice Age|87|C|{U}|Enchantment|||Cumulative upkeep {1} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)$Whenever an opponent casts a noncreature spell, you may draw a card unless that player pays {4}.| Phantasmal Mount|Ice Age|88|U|{1}{U}|Creature — Illusion Horse|1|1|Flying${tap}: Target creature you control with toughness 2 or less gets +1/+1 and gains flying until end of turn. When Phantasmal Mount leaves the battlefield this turn, sacrifice that creature. When the creature leaves the battlefield this turn, sacrifice Phantasmal Mount.| Polar Kraken|Ice Age|89|R|{8}{U}{U}{U}|Creature — Kraken|11|11|Trample$Polar Kraken enters the battlefield tapped.$Cumulative upkeep—Sacrifice a land. (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)| @@ -2532,7 +2532,7 @@ Sea Spirit|Ice Age|95|U|{4}{U}|Creature Shyft|Ice Age|96|R|{4}{U}|Creature — Shapeshifter|4|2|At the beginning of your upkeep, you may have Shyft become the color or colors of your choice. (This effect lasts indefinitely.)| Sibilant Spirit|Ice Age|97|R|{5}{U}|Creature — Spirit|5|6|Flying$Whenever Sibilant Spirit attacks, defending player may draw a card.| Silver Erne|Ice Age|98|U|{3}{U}|Creature — Bird|2|2|Flying, trample| -Sleight of Mind|Ice Age|99|U|{U}|Instant|||Change the text of target spell or permanent by replacing all instances of one color word with another. (For example, you may change "target black spell" to "target blue spell." This effect lasts indefinitely.)| +Sleight of Mind|Ice Age|99|U|{U}|Instant|||Change the text of target spell or permanent by replacing all instances of one color word with another. (For example, you may change "target black spell" to "target blue spell." This effect lasts indefinitely.)| Snow Devil|Ice Age|100|C|{1}{U}|Enchantment — Aura|||Enchant creature$Enchanted creature has flying.$Enchanted creature has first strike as long as it's blocking and you control a snow land.| Snowfall|Ice Age|101|C|{2}{U}|Enchantment|||Cumulative upkeep {U} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)$Whenever an Island is tapped for mana, its controller may add {U} to his or her mana pool (in addition to the mana the land produces). If that Island is snow, its controller may add {U}{U} to his or her mana pool instead. Spend this mana only to pay cumulative upkeep costs.| Soldevi Machinist|Ice Age|102|U|{1}{U}|Creature — Human Wizard Artificer|1|1|{tap}: Add {2} to your mana pool. Spend this mana only to activate abilities of artifacts.| @@ -2552,12 +2552,12 @@ Blizzard|Ice Age|91|R|{G}{G}|Enchantment|||Cast Blizzard only if you control a s Brown Ouphe|Ice Age|116|C|{G}|Creature — Ouphe|1|1|{1}{G}, {tap}: Counter target activated ability from an artifact source. (Mana abilities can't be targeted.)| Chub Toad|Ice Age|117|C|{2}{G}|Creature — Frog|1|1|Whenever Chub Toad blocks or becomes blocked, it gets +2/+2 until end of turn.| Dire Wolves|Ice Age|118|C|{2}{G}|Creature — Wolf|2|2|Dire Wolves has banding as long as you control a Plains. (Any creatures with banding, and up to one without, can attack in a band. Bands are blocked as a group. If any creatures with banding you control are blocking or being blocked by a creature, you divide that creature's combat damage, not its controller, among any of the creatures it's being blocked by or is blocking.)| -Earthlore|Ice Age|119|C|{G}|Enchantment — Aura|||Enchant land you control$Enchanted land has "{tap}: Target blocking creature gets +1/+2 until end of turn."| +Earthlore|Ice Age|119|C|{G}|Enchantment — Aura|||Enchant land you control$Enchanted land has "{tap}: Target blocking creature gets +1/+2 until end of turn."| Elder Druid|Ice Age|120|R|{3}{G}|Creature — Elf Cleric Druid|2|2|{3}{G}, {tap}: You may tap or untap target artifact, creature, or land.| Essence Filter|Ice Age|121|C|{1}{G}{G}|Sorcery|||Destroy all enchantments or all nonwhite enchantments.| Fanatical Fever|Ice Age|122|U|{2}{G}{G}|Instant|||Target creature gets +3/+0 and gains trample until end of turn.| Folk of the Pines|Ice Age|123|C|{4}{G}|Creature — Dryad|2|5|{1}{G}: Folk of the Pines gets +1/+0 until end of turn.| -Forbidden Lore|Ice Age|124|R|{2}{G}|Enchantment — Aura|||Enchant land$Enchanted land has "{tap}: Target creature gets +2/+1 until end of turn."| +Forbidden Lore|Ice Age|124|R|{2}{G}|Enchantment — Aura|||Enchant land$Enchanted land has "{tap}: Target creature gets +2/+1 until end of turn."| Forgotten Lore|Ice Age|125|U|{G}|Sorcery|||Target opponent chooses a card in your graveyard. You may pay {G}. If you do, repeat this process except that opponent can't choose a card already chosen for Forgotten Lore. Then put the last chosen card into your hand.| Foxfire|Ice Age|126|C|{2}{G}|Instant|||Untap target attacking creature. Prevent all combat damage that would be dealt to and dealt by that creature this turn.$Draw a card at the beginning of the next turn's upkeep.| Freyalise Supplicant|Ice Age|127|U|{1}{G}|Creature — Human Cleric|1|1|{tap}, Sacrifice a red or white creature: Freyalise Supplicant deals damage to target creature or player equal to half the sacrificed creature's power, rounded down.| @@ -2569,7 +2569,7 @@ Fyndhorn Elves|Ice Age|132|C|{G}|Creature Fyndhorn Pollen|Ice Age|133|R|{2}{G}|Enchantment|||Cumulative upkeep {1} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)$All creatures get -1/-0.${1}{G}: All creatures get -1/-0 until end of turn.| Giant Growth|Ice Age|134|C|{G}|Instant|||Target creature gets +3/+3 until end of turn.| Gorilla Pack|Ice Age|135|C|{2}{G}|Creature — Ape|3|3|Gorilla Pack can't attack unless defending player controls a Forest.$$When you control no Forests, sacrifice Gorilla Pack.| -Hot Springs|Ice Age|136|R|{1}{G}|Enchantment — Aura|||Enchant land you control$Enchanted land has "{tap}: Prevent the next 1 damage that would be dealt to target creature or player this turn."| +Hot Springs|Ice Age|136|R|{1}{G}|Enchantment — Aura|||Enchant land you control$Enchanted land has "{tap}: Prevent the next 1 damage that would be dealt to target creature or player this turn."| Hurricane|Ice Age|137|U|{X}{G}|Sorcery|||Hurricane deals X damage to each creature with flying and each player.| Johtull Wurm|Ice Age|138|U|{5}{G}|Creature — Wurm|6|6|Whenever Johtull Wurm becomes blocked, it gets -2/-1 until end of turn for each creature blocking it beyond the first.| Juniper Order Druid|Ice Age|139|C|{2}{G}|Creature — Human Cleric Druid|1|1|{tap}: Untap target land.| @@ -2592,7 +2592,7 @@ Tarpan|Ice Age|155|C|{G}|Creature Thermokarst|Ice Age|156|U|{1}{G}{G}|Sorcery|||Destroy target land. If that land was a snow land, you gain 1 life.| Thoughtleech|Ice Age|157|U|{G}{G}|Enchantment|||Whenever an Island an opponent controls becomes tapped, you may gain 1 life.| Tinder Wall|Ice Age|158|C|{G}|Creature — Plant Wall|0|3|Defender (This creature can't attack.)$Sacrifice Tinder Wall: Add {R}{R} to your mana pool.${R}, Sacrifice Tinder Wall: Tinder Wall deals 2 damage to target creature it's blocking.| -Touch of Vitae|Ice Age|159|U|{2}{G}|Instant|||Until end of turn, target creature gains haste and "{0}: Untap this creature. Activate this ability only once."$Draw a card at the beginning of the next turn's upkeep.| +Touch of Vitae|Ice Age|159|U|{2}{G}|Instant|||Until end of turn, target creature gains haste and "{0}: Untap this creature. Activate this ability only once."$Draw a card at the beginning of the next turn's upkeep.| Trailblazer|Ice Age|4|R|{2}{G}{G}|Instant|||Target creature is unblockable this turn.| Venomous Breath|Ice Age|161|U|{3}{G}|Instant|||Choose target creature. At end of combat, destroy all creatures that blocked or were blocked by it this turn.| Wall of Pine Needles|Ice Age|162|U|{3}{G}|Creature — Plant Wall|3|3|Defender (This creature can't attack.)${G}: Regenerate Wall of Pine Needles.| @@ -2609,7 +2609,7 @@ Balduvian Barbarians|Ice Age|172|C|{1}{R}{R}|Creature Balduvian Hydra|Ice Age|173|R|{X}{R}{R}|Creature — Hydra|0|1|Balduvian Hydra enters the battlefield with X +1/+0 counters on it.$Remove a +1/+0 counter from Balduvian Hydra: Prevent the next 1 damage that would be dealt to Balduvian Hydra this turn.${R}{R}{R}: Put a +1/+0 counter on Balduvian Hydra. Activate this ability only during your upkeep.| Barbarian Guides|Ice Age|174|C|{2}{R}|Creature — Human Barbarian|1|2|{2}{R}, {tap}: Choose a land type. Target creature you control gains snow landwalk of the chosen type until end of turn. Return that creature to its owner's hand at the beginning of the next end step.| Battle Frenzy|Ice Age|175|C|{2}{R}|Instant|||Green creatures you control get +1/+1 until end of turn.$$Nongreen creatures you control get +1/+0 until end of turn.| -Bone Shaman|Ice Age|176|C|{2}{R}{R}|Creature — Giant Shaman|3|3|{B}: Until end of turn, Bone Shaman gains "Creatures dealt damage by Bone Shaman this turn can't be regenerated this turn."| +Bone Shaman|Ice Age|176|C|{2}{R}{R}|Creature — Giant Shaman|3|3|{B}: Until end of turn, Bone Shaman gains "Creatures dealt damage by Bone Shaman this turn can't be regenerated this turn."| Brand of Ill Omen|Ice Age|177|R|{3}{R}|Enchantment — Aura|||Enchant creature$Cumulative upkeep {R} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)$Enchanted creature's controller can't cast creature spells.| Chaos Lord|Ice Age|178|R|{4}{R}{R}{R}|Creature — Human|7|7|First strike$At the beginning of your upkeep, target opponent gains control of Chaos Lord if the number of permanents is even.$Chaos Lord can attack as though it had haste unless it entered the battlefield this turn.| Chaos Moon|Ice Age|179|R|{3}{R}|Enchantment|||At the beginning of each upkeep, count the number of permanents. If the number is odd, until end of turn, red creatures get +1/+1 and whenever a player taps a Mountain for mana, that player adds {R} to his or her mana pool (in addition to the mana the land produces). If the number is even, until end of turn, red creatures get -1/-1 and if a player taps a Mountain for mana, that Mountain produces colorless mana instead of any other type.| @@ -2668,7 +2668,7 @@ Blessed Wine|Ice Age|231|C|{1}{W}|Instant|||You gain 1 life.$Draw a card at the Blinking Spirit|Ice Age|232|R|{3}{W}|Creature — Spirit|2|2|{0}: Return Blinking Spirit to its owner's hand.| Blue Scarab|Ice Age|233|U|{W}|Enchantment — Aura|||Enchant creature$Enchanted creature can't be blocked by blue creatures.$Enchanted creature gets +2/+2 as long as an opponent controls a blue permanent.| Call to Arms|Ice Age|234|R|{1}{W}|Enchantment|||As Call to Arms enters the battlefield, choose a color and an opponent.$White creatures get +1/+1 as long as the chosen color is the most common color among nontoken permanents the chosen player controls but isn't tied for most common.$When the chosen color isn't the most common color among nontoken permanents the chosen player controls or is tied for most common, sacrifice Call to Arms.| -Caribou Range|Ice Age|235|R|{2}{W}{W}|Enchantment — Aura|||Enchant land you control$Enchanted land has "{W}{W}, {tap}: Put a 0/1 white Caribou creature token onto the battlefield."$Sacrifice a Caribou token: You gain 1 life.| +Caribou Range|Ice Age|235|R|{2}{W}{W}|Enchantment — Aura|||Enchant land you control$Enchanted land has "{W}{W}, {tap}: Put a 0/1 white Caribou creature token onto the battlefield."$Sacrifice a Caribou token: You gain 1 life.| Circle of Protection: Black|Ice Age|236|C|{1}{W}|Enchantment|||{1}: The next time a black source of your choice would deal damage to you this turn, prevent that damage.| Circle of Protection: Blue|Ice Age|237|C|{1}{W}|Enchantment|||{1}: The next time a blue source of your choice would deal damage to you this turn, prevent that damage.| Circle of Protection: Green|Ice Age|238|C|{1}{W}|Enchantment|||{1}: The next time a green source of your choice would deal damage to you this turn, prevent that damage.| @@ -2678,7 +2678,7 @@ Cold Snap|Ice Age|241|U|{2}{W}|Enchantment|||Cumulative upkeep {2} (At the be Cooperation|Ice Age|242|C|{2}{W}|Enchantment — Aura|||Enchant creature$Enchanted creature has banding. (Any creatures with banding, and up to one without, can attack in a band. Bands are blocked as a group. If any creatures with banding a player controls are blocking or being blocked by a creature, that player divides that creature's combat damage, not its controller, among any of the creatures it's being blocked by or is blocking.)| Death Ward|Ice Age|243|C|{W}|Instant|||Regenerate target creature.| Disenchant|Ice Age|244|C|{1}{W}|Instant|||Destroy target artifact or enchantment.| -Drought|Ice Age|245|U|{2}{W}{W}|Enchantment|||At the beginning of your upkeep, sacrifice Drought unless you pay {W}{W}.$Spells cost an additional "Sacrifice a Swamp" to cast for each black mana symbol in their mana costs.$Activated abilities cost an additional "Sacrifice a Swamp" to activate for each black mana symbol in their activation costs.| +Drought|Ice Age|245|U|{2}{W}{W}|Enchantment|||At the beginning of your upkeep, sacrifice Drought unless you pay {W}{W}.$Spells cost an additional "Sacrifice a Swamp" to cast for each black mana symbol in their mana costs.$Activated abilities cost an additional "Sacrifice a Swamp" to activate for each black mana symbol in their activation costs.| Elvish Healer|Ice Age|246|C|{2}{W}|Creature — Elf Cleric|1|2|{tap}: Prevent the next 1 damage that would be dealt to target creature or player this turn. If that creature is green, prevent the next 2 damage instead.| Enduring Renewal|Ice Age|247|R|{2}{W}{W}|Enchantment|||Play with your hand revealed.$If you would draw a card, reveal the top card of your library instead. If it's a creature card, put it into your graveyard. Otherwise, draw a card.$Whenever a creature is put into your graveyard from the battlefield, return it to your hand.| Energy Storm|Ice Age|248|R|{1}{W}|Enchantment|||Cumulative upkeep {1} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)$Prevent all damage that would be dealt by instant and sorcery spells.$Creatures with flying don't untap during their controllers' untap steps.| @@ -2789,7 +2789,7 @@ Obelisk of Undoing|Chronicles|84|R|{1}|Artifact|||{6}, {tap}: Return target perm Rakalite|Chronicles|85|R|{6}|Artifact|||{2}: Prevent the next 1 damage that would be dealt to target creature or player this turn. Return Rakalite to its owner's hand at the beginning of the next end step.| Runesword|Chronicles|86|C|{6}|Artifact|||{3}, {tap}: Target attacking creature gets +2/+0 until end of turn. When that creature leaves the battlefield this turn, sacrifice Runesword. If the creature deals damage to a creature this turn, the creature dealt damage can't be regenerated this turn. If a creature dealt damage by the targeted creature would die this turn, exile that creature instead.| Sentinel|Chronicles|281|R|{4}|Artifact Creature — Shapeshifter|1|1|{0}: Sentinel's toughness becomes 1 plus the power of target creature blocking or blocked by Sentinel. (This effect lasts indefinitely.)| -Serpent Generator|Chronicles|88|R|{6}|Artifact|||{4}, {tap}: Put a 1/1 colorless Snake artifact creature token onto the battlefield. It has "Whenever this creature deals damage to a player, that player gets a poison counter." (A player with ten or more poison counters loses the game.)| +Serpent Generator|Chronicles|88|R|{6}|Artifact|||{4}, {tap}: Put a 1/1 colorless Snake artifact creature token onto the battlefield. It has "Whenever this creature deals damage to a player, that player gets a poison counter." (A player with ten or more poison counters loses the game.)| Tormod's Crypt|Chronicles|89|C|{0}|Artifact|||{tap}, Sacrifice Tormod's Crypt: Exile all cards from target player's graveyard.| Triassic Egg|Chronicles|90|R|{4}|Artifact|||{3}, {tap}: Put a hatchling counter on Triassic Egg.$Sacrifice Triassic Egg: Choose one — You may put a creature card from your hand onto the battlefield; or return target creature card from your graveyard to the battlefield. Activate this ability only if two or more hatchling counters are on Triassic Egg.| Voodoo Doll|Chronicles|91|R|{6}|Artifact|||At the beginning of your upkeep, put a pin counter on Voodoo Doll.$At the beginning of your end step, if Voodoo Doll is untapped, destroy Voodoo Doll and it deals damage to you equal to the number of pin counters on it.${X}{X}, {tap}: Voodoo Doll deals damage equal to the number of pin counters on it to target creature or player. X is the number of pin counters on Voodoo Doll.| @@ -2812,7 +2812,7 @@ Puppet Master|Chronicles|23|U|{U}{U}{U}|Enchantment Recall|Chronicles|24|U|{X}{X}{U}|Sorcery|||Discard X cards, then return a card from your graveyard to your hand for each card discarded this way. Exile Recall.| Remove Soul|Chronicles|25|C|{1}{U}|Instant|||Counter target creature spell.| Shimian Night Stalker|Chronicles|8|U|{3}{B}{B}|Creature — Nightstalker|4|4|{B}, {tap}: All damage that would be dealt to you this turn by target attacking creature is dealt to Shimian Night Stalker instead.| -Takklemaggot|Chronicles|9|U|{2}{B}{B}|Enchantment — Aura|||Enchant creature$At the beginning of the upkeep of enchanted creature's controller, put a -0/-1 counter on that creature.$When enchanted creature dies, that creature's controller chooses a creature that Takklemaggot could enchant. If he or she does, return Takklemaggot to the battlefield under your control attached to that creature. If he or she doesn't, return Takklemaggot to the battlefield under your control as a non-Aura enchantment. It loses "enchant creature" and gains "At the beginning of that player's upkeep, Takklemaggot deals 1 damage to him or her."| +Takklemaggot|Chronicles|9|U|{2}{B}{B}|Enchantment — Aura|||Enchant creature$At the beginning of the upkeep of enchanted creature's controller, put a -0/-1 counter on that creature.$When enchanted creature dies, that creature's controller chooses a creature that Takklemaggot could enchant. If he or she does, return Takklemaggot to the battlefield under your control attached to that creature. If he or she doesn't, return Takklemaggot to the battlefield under your control as a non-Aura enchantment. It loses "enchant creature" and gains "At the beginning of that player's upkeep, Takklemaggot deals 1 damage to him or her."| Teleport|Chronicles|26|R|{U}{U}{U}|Instant|||Cast Teleport only during the declare attackers step.$Target creature is unblockable this turn.| The Fallen|Chronicles|152|U|{1}{B}{B}{B}|Creature — Zombie|2|3|At the beginning of your upkeep, The Fallen deals 1 damage to each opponent it has dealt damage to this game.| The Wretched|Chronicles|11|R|{3}{B}{B}|Creature — Demon|2|5|At end of combat, gain control of all creatures blocking The Wretched for as long as you control The Wretched.| @@ -2869,7 +2869,7 @@ Ayesha Tanaka|Chronicles|108|R|{W}{W}{U}{U}|Legendary Creature Chromium|Chronicles|109|R|{2}{W}{W}{U}{U}{B}{B}|Legendary Creature — Elder Dragon|7|7|Flying$Rampage 2 (Whenever this creature becomes blocked, it gets +2/+2 until end of turn for each creature blocking it beyond the first.)$At the beginning of your upkeep, sacrifice Chromium unless you pay {W}{U}{B}.| Dakkon Blackblade|Chronicles|110|R|{2}{W}{U}{U}{B}|Legendary Creature — Human Warrior|*|*|Dakkon Blackblade's power and toughness are each equal to the number of lands you control.| Gabriel Angelfire|Chronicles|111|R|{3}{G}{G}{W}{W}|Legendary Creature — Angel|4|4|At the beginning of your upkeep, choose flying, first strike, trample, or rampage 3. Gabriel Angelfire gains that ability until your next upkeep. (Whenever a creature with rampage 3 becomes blocked, it gets +3/+3 until end of turn for each creature blocking it beyond the first.)| -Johan|Chronicles|112|R|{3}{R}{G}{W}|Legendary Creature — Human Wizard|5|4|At the beginning of combat on your turn, you may have Johan gain "Johan can't attack" until end of combat. If you do, attacking doesn't cause creatures you control to tap this combat if Johan is untapped.| +Johan|Chronicles|112|R|{3}{R}{G}{W}|Legendary Creature — Human Wizard|5|4|At the beginning of combat on your turn, you may have Johan gain "Johan can't attack" until end of combat. If you do, attacking doesn't cause creatures you control to tap this combat if Johan is untapped.| Kei Takahashi|Chronicles|113|U|{2}{G}{W}|Legendary Creature — Human Cleric|2|2|{tap}: Prevent the next 2 damage that would be dealt to target creature this turn.| Marhault Elsdragon|Chronicles|114|U|{3}{R}{R}{G}|Legendary Creature — Elf Warrior|4|6|Rampage 1 (Whenever this creature becomes blocked, it gets +1/+1 until end of turn for each creature blocking it beyond the first.)| Nebuchadnezzar|Chronicles|115|R|{3}{U}{B}|Legendary Creature — Human Wizard|3|3|{X}, {tap}: Name a card. Target opponent reveals X cards at random from his or her hand. Then that player discards all cards with that name revealed this way. Activate this ability only during your turn.| @@ -2912,7 +2912,7 @@ Black Carriage|Homelands|2|R|{3}{B}{B}|Creature Broken Visage|Homelands|3|R|{4}{B}|Instant|||Destroy target nonartifact attacking creature. It can't be regenerated. Put a black Spirit creature token with that creature's power and toughness onto the battlefield. Sacrifice the token at the beginning of the next end step.| Cemetery Gate|Homelands|4|C|{2}{B}|Creature — Wall|0|5|Defender (This creature can't attack.)$Protection from black| Cemetery Gate|Homelands|4|C|{2}{B}|Creature — Wall|0|5|Defender (This creature can't attack.)$Protection from black| -Drudge Spell|Homelands|6|U|{B}{B}|Enchantment|||{B}, Exile two creature cards from your graveyard: Put a 1/1 black Skeleton creature token onto the battlefield. It has "{B}: Regenerate this creature."$When Drudge Spell leaves the battlefield, destroy all Skeleton tokens. They can't be regenerated.| +Drudge Spell|Homelands|6|U|{B}{B}|Enchantment|||{B}, Exile two creature cards from your graveyard: Put a 1/1 black Skeleton creature token onto the battlefield. It has "{B}: Regenerate this creature."$When Drudge Spell leaves the battlefield, destroy all Skeleton tokens. They can't be regenerated.| Dry Spell|Homelands|7|C|{1}{B}|Sorcery|||Dry Spell deals 1 damage to each creature and each player.| Dry Spell|Homelands|7|C|{1}{B}|Sorcery|||Dry Spell deals 1 damage to each creature and each player.| Feast of the Unicorn|Homelands|9|C|{3}{B}|Enchantment — Aura|||Enchant creature$Enchanted creature gets +4/+0.| @@ -3145,7 +3145,7 @@ Hail Storm|Alliances|79|U|{1}{G}{G}|Instant|||Hail Storm deals 2 damage to each Kaysa|Alliances|80|R|{3}{G}{G}|Legendary Creature — Elf Druid|2|3|Green creatures you control get +1/+1.| Nature's Chosen|Alliances|81|U|{G}|Enchantment — Aura|||Enchant creature you control${0}: Untap enchanted creature. Activate this ability only during your turn and only once each turn.$Tap enchanted creature: Untap target artifact, creature, or land. Activate this ability only if enchanted creature is white and is untapped and only once each turn.| Nature's Wrath|Alliances|82|R|{4}{G}{G}|Enchantment|||At the beginning of your upkeep, sacrifice Nature's Wrath unless you pay {G}.$Whenever a player puts an Island or blue permanent onto the battlefield, he or she sacrifices an Island or blue permanent.$Whenever a player puts a Swamp or black permanent onto the battlefield, he or she sacrifices a Swamp or black permanent.| -Splintering Wind|Alliances|83|R|{2}{G}{G}|Enchantment|||{2}{G}: Splintering Wind deals 1 damage to target creature. Put a 1/1 green Splinter creature token onto the battlefield. It has flying and "Cumulative upkeep {G}." When it leaves the battlefield, it deals 1 damage to you and each creature you control. (At the beginning of its controller's upkeep, that player puts an age counter on it, then sacrifices it unless he or she pays its upkeep cost for each age counter on it.)| +Splintering Wind|Alliances|83|R|{2}{G}{G}|Enchantment|||{2}{G}: Splintering Wind deals 1 damage to target creature. Put a 1/1 green Splinter creature token onto the battlefield. It has flying and "Cumulative upkeep {G}." When it leaves the battlefield, it deals 1 damage to you and each creature you control. (At the beginning of its controller's upkeep, that player puts an age counter on it, then sacrifices it unless he or she pays its upkeep cost for each age counter on it.)| Taste of Paradise|Alliances|84|C|{3}{G}|Sorcery|||As an additional cost to cast Taste of Paradise, you may pay {1}{G} any number of times.$You gain 3 life plus an additional 3 life for each additional {1}{G} you paid.| Taste of Paradise|Alliances|84|C|{3}{G}|Sorcery|||As an additional cost to cast Taste of Paradise, you may pay {1}{G} any number of times.$You gain 3 life plus an additional 3 life for each additional {1}{G} you paid.| Tornado|Alliances|86|R|{4}{G}|Enchantment|||Cumulative upkeep {G} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)${2}{G}, Pay 3 life for each velocity counter on Tornado: Destroy target permanent and put a velocity counter on Tornado. Activate this ability only once each turn.| @@ -3200,8 +3200,8 @@ Kjeldoran Escort|Alliances|133|C|{2}{W}{W}|Creature Kjeldoran Home Guard|Alliances|135|U|{3}{W}|Creature — Human Soldier|1|6|At end of combat, if Kjeldoran Home Guard attacked or blocked this combat, put a -0/-1 counter on Kjeldoran Home Guard and put a 0/1 white Deserter creature token onto the battlefield.| Kjeldoran Pride|Alliances|136|C|{1}{W}|Enchantment — Aura|||Enchant creature$Enchanted creature gets +1/+2.${2}{U}: Attach Kjeldoran Pride to target creature other than enchanted creature.| Kjeldoran Pride|Alliances|136|C|{1}{W}|Enchantment — Aura|||Enchant creature$Enchanted creature gets +1/+2.${2}{U}: Attach Kjeldoran Pride to target creature other than enchanted creature.| -Martyrdom|Alliances|138|C|{1}{W}{W}|Instant|||Until end of turn, target creature you control gains "{0}: The next 1 damage that would be dealt to target creature or player this turn is dealt to this creature instead." Only you may activate this ability.| -Martyrdom|Alliances|138|C|{1}{W}{W}|Instant|||Until end of turn, target creature you control gains "{0}: The next 1 damage that would be dealt to target creature or player this turn is dealt to this creature instead." Only you may activate this ability.| +Martyrdom|Alliances|138|C|{1}{W}{W}|Instant|||Until end of turn, target creature you control gains "{0}: The next 1 damage that would be dealt to target creature or player this turn is dealt to this creature instead." Only you may activate this ability.| +Martyrdom|Alliances|138|C|{1}{W}{W}|Instant|||Until end of turn, target creature you control gains "{0}: The next 1 damage that would be dealt to target creature or player this turn is dealt to this creature instead." Only you may activate this ability.| Noble Steeds|Alliances|140|C|{2}{W}|Enchantment|||{1}{W}: Target creature gains first strike until end of turn.| Noble Steeds|Alliances|140|C|{2}{W}|Enchantment|||{1}{W}: Target creature gains first strike until end of turn.| Reinforcements|Alliances|142|C|{W}|Instant|||Put up to three target creature cards from your graveyard on top of your library.| @@ -3303,7 +3303,7 @@ Painful Memories|Mirage|31|U|{1}{B}|Sorcery|||Look at target opponent's hand and Phyrexian Tribute|Mirage|32|R|{2}{B}|Sorcery|||As an additional cost to cast Phyrexian Tribute, sacrifice two creatures.$Destroy target artifact.| Purraj of Urborg|Mirage|33|R|{3}{B}{B}|Legendary Creature — Cat Warrior|2|3|Purraj of Urborg has first strike as long as it's attacking.$Whenever a player casts a black spell, you may pay {B}. If you do, put a +1/+1 counter on Purraj of Urborg.| Ravenous Vampire|Mirage|34|U|{3}{B}{B}|Creature — Vampire|3|3|Flying$$At the beginning of your upkeep, you may sacrifice a nonartifact creature. If you do, put a +1/+1 counter on Ravenous Vampire. If you don't, tap Ravenous Vampire.| -Reign of Terror|Mirage|35|U|{3}{B}{B}|Sorcery|||Destroy all green creatures or all white creatures. They can't be regenerated. You lose 2 life for that died this way.| +Reign of Terror|Mirage|35|U|{3}{B}{B}|Sorcery|||Destroy all green creatures or all white creatures. They can't be regenerated. You lose 2 life for each creature that died this way.| Restless Dead|Mirage|36|C|{1}{B}|Creature — Skeleton|1|1|{B}: Regenerate Restless Dead.| Sewer Rats|Mirage|37|C|{B}|Creature — Rat|1|1|{B}, Pay 1 life: Sewer Rats gets +1/+0 until end of turn. Activate this ability no more than three times each turn.| Shadow Guildmage|Mirage|38|C|{B}|Creature — Human Wizard|1|1|{U}, {tap}: Put target creature you control on top of its owner's library.${R}, {tap}: Shadow Guildmage deals 1 damage to target creature or player and 1 damage to you.| @@ -3345,7 +3345,7 @@ Meddle|Mirage|73|U|{1}{U}|Instant|||If target spell has only one target and that Memory Lapse|Mirage|74|C|{1}{U}|Instant|||Counter target spell. If that spell is countered this way, put it on top of its owner's library instead of into that player's graveyard.| Merfolk Raiders|Mirage|75|C|{1}{U}|Creature — Merfolk Soldier|2|3|Islandwalk$Phasing (This phases in or out before you untap during each of your untap steps. While it's phased out, it's treated as though it doesn't exist.)| Merfolk Seer|Mirage|76|C|{2}{U}|Creature — Merfolk Wizard|2|2|When Merfolk Seer dies, you may pay {1}{U}. If you do, draw a card.| -Mind Bend|Mirage|77|U|{U}|Instant|||Change the text of target permanent by replacing all instances of one color word with another or one basic land type with another. (For example, you may change "nonblack creature" to "nongreen creature" or "forestwalk" to "islandwalk." This effect lasts indefinitely.)| +Mind Bend|Mirage|77|U|{U}|Instant|||Change the text of target permanent by replacing all instances of one color word with another or one basic land type with another. (For example, you may change "nonblack creature" to "nongreen creature" or "forestwalk" to "islandwalk." This effect lasts indefinitely.)| Mind Harness|Mirage|78|U|{U}|Enchantment — Aura|||Enchant red or green creature$Cumulative upkeep {1} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)$You control enchanted creature.| Mist Dragon|Mirage|79|R|{4}{U}{U}|Creature — Dragon|4|4|{0}: Mist Dragon gains flying. (This effect lasts indefinitely.)${0}: Mist Dragon loses flying. (This effect lasts indefinitely.)${3}{U}{U}: Mist Dragon phases out. (While it's phased out, it's treated as though it doesn't exist. It phases in before you untap during your next untap step.)| Mystical Tutor|Mirage|80|U|{U}|Instant|||Search your library for an instant or sorcery card and reveal that card. Shuffle your library, then put the card on top of it.| @@ -3378,7 +3378,7 @@ Brushwagg|Mirage|106|R|{1}{G}{G}|Creature Canopy Dragon|Mirage|107|R|{4}{G}{G}|Creature — Dragon|4|4|Trample${1}{G}: Canopy Dragon gains flying and loses trample until end of turn.| Crash of Rhinos|Mirage|108|C|{6}{G}{G}|Creature — Rhino|8|4|Trample| Cycle of Life|Mirage|109|R|{1}{G}{G}|Enchantment|||Return Cycle of Life to its owner's hand: Target creature you cast this turn becomes 0/1 until your next upkeep. At the beginning of your next upkeep, put a +1/+1 counter on that creature.| -Decomposition|Mirage|110|U|{1}{G}|Enchantment — Aura|||Enchant black creature$Enchanted creature has "Cumulative upkeep—Pay 1 life." (At the beginning of its controller's upkeep, that player puts an age counter on it, then sacrifices it unless he or she pays its upkeep cost for each age counter on it.)$When enchanted creature dies, its controller loses 2 life.| +Decomposition|Mirage|110|U|{1}{G}|Enchantment — Aura|||Enchant black creature$Enchanted creature has "Cumulative upkeep—Pay 1 life." (At the beginning of its controller's upkeep, that player puts an age counter on it, then sacrifices it unless he or she pays its upkeep cost for each age counter on it.)$When enchanted creature dies, its controller loses 2 life.| Early Harvest|Mirage|111|R|{1}{G}{G}|Instant|||Target player untaps all basic lands he or she controls.| Fallow Earth|Mirage|112|U|{2}{G}|Sorcery|||Put target land on top of its owner's library.| Femeref Archers|Mirage|113|U|{2}{G}|Creature — Human Archer|2|2|{tap}: Femeref Archers deals 4 damage to target attacking creature with flying.| @@ -3395,7 +3395,7 @@ Karoo Meerkat|Mirage|123|U|{1}{G}|Creature Locust Swarm|Mirage|124|U|{3}{G}|Creature — Insect|1|1|Flying${G}: Regenerate Locust Swarm.${G}: Untap Locust Swarm. Activate this ability only once each turn.| Lure of Prey|Mirage|125|R|{2}{G}{G}|Instant|||Cast Lure of Prey only if an opponent cast a creature spell this turn.$You may put a green creature card from your hand onto the battlefield.| Maro|Mirage|126|R|{2}{G}{G}|Creature — Elemental|*|*|Maro's power and toughness are each equal to the number of cards in your hand.| -Mindbender Spores|Mirage|127|R|{2}{G}|Creature — Fungus Wall|0|1|Defender (This creature can't attack.)$Flying$Whenever Mindbender Spores blocks a creature, put four fungus counters on that creature. The creature gains "This creature doesn't untap during your untap step if it has a fungus counter on it" and "At the beginning of your upkeep, remove a fungus counter from this creature."| +Mindbender Spores|Mirage|127|R|{2}{G}|Creature — Fungus Wall|0|1|Defender (This creature can't attack.)$Flying$Whenever Mindbender Spores blocks a creature, put four fungus counters on that creature. The creature gains "This creature doesn't untap during your untap step if it has a fungus counter on it" and "At the beginning of your upkeep, remove a fungus counter from this creature."| Mtenda Lion|Mirage|128|C|{G}|Creature — Cat|2|1|Whenever Mtenda Lion attacks, defending player may pay {U}. If that player does, prevent all combat damage that would be dealt by Mtenda Lion this turn.| Natural Balance|Mirage|129|R|{2}{G}{G}|Sorcery|||Each player who controls six or more lands chooses five lands he or she controls and sacrifices the rest. Each player who controls four or fewer lands may search his or her library for X basic land cards and put them onto the battlefield, where X is five minus the number of lands he or she controls. Then each player who searched his or her library this way shuffles it.| Nettletooth Djinn|Mirage|130|U|{3}{G}|Creature — Djinn|4|4|At the beginning of your upkeep, Nettletooth Djinn deals 1 damage to you.| @@ -3467,7 +3467,7 @@ Subterranean Spirit|Mirage|195|R|{3}{R}{R}|Creature Talruum Minotaur|Mirage|196|C|{2}{R}{R}|Creature — Minotaur Berserker|3|3|Haste| Telim'Tor|Mirage|197|R|{4}{R}|Legendary Creature — Human Knight|2|2|Flanking (Whenever a creature without flanking blocks this creature, the blocking creature gets -1/-1 until end of turn.)$Whenever Telim'Tor attacks, all attacking creatures with flanking get +1/+1 until end of turn.| Telim'Tor's Edict|Mirage|198|R|{R}|Instant|||Exile target permanent you own or control.$Draw a card at the beginning of the next turn's upkeep.| -Torrent of Lava|Mirage|199|R|{X}{R}{R}|Sorcery|||Torrent of Lava deals X damage to each creature without flying.$As long as Torrent of Lava is on the stack, each creature has "{tap}: Prevent the next 1 damage that would be dealt to this creature by Torrent of Lava this turn."| +Torrent of Lava|Mirage|199|R|{X}{R}{R}|Sorcery|||Torrent of Lava deals X damage to each creature without flying.$As long as Torrent of Lava is on the stack, each creature has "{tap}: Prevent the next 1 damage that would be dealt to this creature by Torrent of Lava this turn."| Viashino Warrior|Mirage|200|C|{3}{R}|Creature — Viashino Warrior|4|2|| Volcanic Dragon|Mirage|201|R|{4}{R}{R}|Creature — Dragon|4|4|Flying$Haste (This creature can attack and {tap} as soon as it comes under your control.)| Volcanic Geyser|Mirage|202|U|{X}{R}{R}|Instant|||Volcanic Geyser deals X damage to target creature or player.| @@ -3618,7 +3618,7 @@ Forbidden Ritual|Visions|10|R|{2}{B}{B}|Sorcery|||Sacrifice a nontoken permanent Funeral Charm|Visions|11|C|{B}|Instant|||Choose one — Target player discards a card; or target creature gets +2/-1 until end of turn; or target creature gains swampwalk until end of turn.| Infernal Harvest|Visions|12|C|{1}{B}|Sorcery|||As an additional cost to cast Infernal Harvest, return X Swamps you control to their owner's hand.$Infernal Harvest deals X damage divided as you choose among any number of target creatures.| Kaervek's Spite|Visions|13|R|{B}{B}{B}|Instant|||As an additional cost to cast Kaervek's Spite, sacrifice all permanents you control and discard your hand.$Target player loses 5 life.| -Necromancy|Visions|14|U|{2}{B}|Enchantment|||You may cast Necromancy as though it had flash. If you cast it any time a sorcery couldn't have been cast, the controller of the permanent it becomes sacrifices it at the beginning of the next cleanup step.$When Necromancy enters the battlefield, if it's on the battlefield, it becomes an Aura with "enchant creature put onto the battlefield with Necromancy." Put target creature card from a graveyard onto the battlefield under your control and attach Necromancy to it. When Necromancy leaves the battlefield, that creature's controller sacrifices it.| +Necromancy|Visions|14|U|{2}{B}|Enchantment|||You may cast Necromancy as though it had flash. If you cast it any time a sorcery couldn't have been cast, the controller of the permanent it becomes sacrifices it at the beginning of the next cleanup step.$When Necromancy enters the battlefield, if it's on the battlefield, it becomes an Aura with "enchant creature put onto the battlefield with Necromancy." Put target creature card from a graveyard onto the battlefield under your control and attach Necromancy to it. When Necromancy leaves the battlefield, that creature's controller sacrifices it.| Necrosavant|Visions|15|R|{3}{B}{B}{B}|Creature — Zombie Giant|5|5|{3}{B}{B}, Sacrifice a creature: Return Necrosavant from your graveyard to the battlefield. Activate this ability only during your upkeep.| Nekrataal|Visions|16|U|{2}{B}{B}|Creature — Human Assassin|2|1|First strike (This creature deals combat damage before creatures without first strike.)$When Nekrataal enters the battlefield, destroy target nonartifact, nonblack creature. That creature can't be regenerated.| Pillar Tombs of Aku|Visions|17|R|{2}{B}{B}|World Enchantment|||At the beginning of each player's upkeep, that player may sacrifice a creature. If that player doesn't, he or she loses 5 life and you sacrifice Pillar Tombs of Aku.| @@ -3804,7 +3804,7 @@ Ornithopter|Fifth Edition|393|U|{0}|Artifact Creature Pentagram of the Ages|Fifth Edition|394|R|{4}|Artifact|||{4}, {tap}: The next time a source of your choice would deal damage to you this turn, prevent that damage.| Primal Clay|Fifth Edition|395|R|{4}|Artifact Creature — Shapeshifter|*|*|As Primal Clay enters the battlefield, it becomes your choice of a 3/3 artifact creature, a 2/2 artifact creature with flying, or a 1/6 Wall artifact creature with defender in addition to its other types.| Rod of Ruin|Fifth Edition|396|U|{4}|Artifact|||{3}, {tap}: Rod of Ruin deals 1 damage to target creature or player.| -Serpent Generator|Fifth Edition|397|R|{6}|Artifact|||{4}, {tap}: Put a 1/1 colorless Snake artifact creature token onto the battlefield. It has "Whenever this creature deals damage to a player, that player gets a poison counter." (A player with ten or more poison counters loses the game.)| +Serpent Generator|Fifth Edition|397|R|{6}|Artifact|||{4}, {tap}: Put a 1/1 colorless Snake artifact creature token onto the battlefield. It has "Whenever this creature deals damage to a player, that player gets a poison counter." (A player with ten or more poison counters loses the game.)| Shapeshifter|Fifth Edition|62|U|{6}|Artifact Creature — Shapeshifter|*|7-*|As Shapeshifter enters the battlefield, choose a number between 0 and 7.$At the beginning of your upkeep, you may choose a number between 0 and 7.$Shapeshifter's power is equal to the last chosen number and its toughness is equal to 7 minus that number.| Skull Catapult|Fifth Edition|399|U|{4}|Artifact|||{1}, {tap}, Sacrifice a creature: Skull Catapult deals 2 damage to target creature or player.| Soul Net|Fifth Edition|400|U|{1}|Artifact|||Whenever a creature dies, you may pay {1}. If you do, you gain 1 life.| @@ -3818,7 +3818,7 @@ Wall of Spears|Fifth Edition|407|C|{3}|Artifact Creature Winter Orb|Fifth Edition|408|R|{2}|Artifact|||Players can't untap more than one land during their untap steps.| Wooden Sphere|Fifth Edition|409|U|{1}|Artifact|||Whenever a player casts a green spell, you may pay {1}. If you do, you gain 1 life.| Abyssal Specter|Fifth Edition|1|U|{2}{B}{B}|Creature — Specter|2|3|Flying$Whenever Abyssal Specter deals damage to a player, that player discards a card.| -Animate Dead|Fifth Edition|2|U|{1}{B}|Enchantment — Aura|||Enchant creature card in a graveyard$When Animate Dead enters the battlefield, if it's on the battlefield, it loses "enchant creature card in a graveyard" and gains "enchant creature put onto the battlefield with Animate Dead." Return enchanted creature card to the battlefield under your control and attach Animate Dead to it. When Animate Dead leaves the battlefield, that creature's controller sacrifices it.$Enchanted creature gets -1/-0.| +Animate Dead|Fifth Edition|2|U|{1}{B}|Enchantment — Aura|||Enchant creature card in a graveyard$When Animate Dead enters the battlefield, if it's on the battlefield, it loses "enchant creature card in a graveyard" and gains "enchant creature put onto the battlefield with Animate Dead." Return enchanted creature card to the battlefield under your control and attach Animate Dead to it. When Animate Dead leaves the battlefield, that creature's controller sacrifices it.$Enchanted creature gets -1/-0.| Ashes to Ashes|Fifth Edition|3|U|{1}{B}{B}|Sorcery|||Exile two target nonartifact creatures. Ashes to Ashes deals 5 damage to you.| Bad Moon|Fifth Edition|4|R|{1}{B}|Enchantment|||Black creatures get +1/+1.| Black Knight|Fifth Edition|5|U|{B}{B}|Creature — Human Knight|2|2|First strike (This creature deals combat damage before creatures without first strike.)$Protection from white (This creature can't be blocked, targeted, dealt damage, or enchanted by anything white.)| @@ -3885,7 +3885,7 @@ Wall of Bone|Fifth Edition|65|U|{2}{B}|Creature Warp Artifact|Fifth Edition|66|R|{B}{B}|Enchantment — Aura|||Enchant artifact$At the beginning of the upkeep of enchanted artifact's controller, Warp Artifact deals 1 damage to that player.| Weakness|Fifth Edition|67|C|{B}|Enchantment — Aura|||Enchant creature$Enchanted creature gets -2/-1.| Xenic Poltergeist|Fifth Edition|68|R|{1}{B}{B}|Creature — Spirit|1|1|{tap}: Until your next upkeep, target noncreature artifact becomes an artifact creature with power and toughness each equal to its converted mana cost.| -Zombie Master|Fifth Edition|69|R|{1}{B}{B}|Creature — Zombie|2|3|Other Zombie creatures have swampwalk.$Other Zombies have "{B}: Regenerate this permanent."| +Zombie Master|Fifth Edition|69|R|{1}{B}{B}|Creature — Zombie|2|3|Other Zombie creatures have swampwalk.$Other Zombies have "{B}: Regenerate this permanent."| AEther Storm|Fifth Edition|70|U|{3}{U}|Enchantment|||Creature spells can't be cast.$Pay 4 life: Destroy Æther Storm. It can't be regenerated. Any player may activate this ability.| Air Elemental|Fifth Edition|71|U|{3}{U}{U}|Creature — Elemental|4|4|Flying| Anti-Magic Aura|Fifth Edition|72|U|{2}{U}|Enchantment — Aura|||Enchant creature$Enchanted creature can't be the target of spells and can't be enchanted. This effect doesn't remove Anti-Magic Aura.| @@ -3899,7 +3899,7 @@ Dand Dark Maze|Fifth Edition|80|C|{4}{U}|Creature — Wall|4|5|Defender (This creature can't attack.)${0}: Dark Maze can attack this turn as though it didn't have defender. Exile it at the beginning of the next end step.| Deflection|Fifth Edition|81|R|{3}{U}|Instant|||Change the target of target spell with a single target.| Drain Power|Fifth Edition|82|R|{U}{U}|Sorcery|||Target player activates a mana ability of each land he or she controls. Then put all mana from that player's mana pool into yours.| -Energy Flux|Fifth Edition|83|U|{2}{U}|Enchantment|||All artifacts have "At the beginning of your upkeep, sacrifice this artifact unless you pay {2}."| +Energy Flux|Fifth Edition|83|U|{2}{U}|Enchantment|||All artifacts have "At the beginning of your upkeep, sacrifice this artifact unless you pay {2}."| Enervate|Fifth Edition|84|C|{1}{U}|Instant|||Tap target artifact, creature, or land.$$Draw a card at the beginning of the next turn's upkeep.| Feedback|Fifth Edition|85|U|{2}{U}|Enchantment — Aura|||Enchant enchantment$At the beginning of the upkeep of enchanted enchantment's controller, Feedback deals 1 damage to that player.| Flight|Fifth Edition|86|C|{U}|Enchantment — Aura|||Enchant creature$Enchanted creature has flying.| @@ -3917,7 +3917,7 @@ Labyrinth Minotaur|Fifth Edition|97|C|{3}{U}|Creature Leviathan|Fifth Edition|98|R|{5}{U}{U}{U}{U}|Creature — Leviathan|10|10|Trample$Leviathan enters the battlefield tapped and doesn't untap during your untap step.$At the beginning of your upkeep, you may sacrifice two Islands. If you do, untap Leviathan.$Leviathan can't attack unless you sacrifice two Islands.| Lifetap|Fifth Edition|99|U|{U}{U}|Enchantment|||Whenever a Forest an opponent controls becomes tapped, you gain 1 life.| Lord of Atlantis|Fifth Edition|100|R|{U}{U}|Creature — Merfolk|2|2|Other Merfolk creatures get +1/+1 and have islandwalk.| -Magical Hack|Fifth Edition|101|R|{U}|Instant|||Change the text of target spell or permanent by replacing all instances of one basic land type with another. (For example, you may change "swampwalk" to "plainswalk." This effect lasts indefinitely.)| +Magical Hack|Fifth Edition|101|R|{U}|Instant|||Change the text of target spell or permanent by replacing all instances of one basic land type with another. (For example, you may change "swampwalk" to "plainswalk." This effect lasts indefinitely.)| Magus of the Unseen|Fifth Edition|102|R|{1}{U}|Creature — Human Wizard|1|1|{1}{U}, {tap}: Untap target artifact an opponent controls and gain control of it until end of turn. It gains haste until end of turn. When you lose control of the artifact, tap it.| Memory Lapse|Fifth Edition|103|C|{1}{U}|Instant|||Counter target spell. If that spell is countered this way, put it on top of its owner's library instead of into that player's graveyard.| Merfolk of the Pearl Trident|Fifth Edition|104|C|{U}|Creature — Merfolk|1|1|| @@ -3940,7 +3940,7 @@ Sea Sprite|Fifth Edition|120|U|{1}{U}|Creature Seasinger|Fifth Edition|121|U|{1}{U}{U}|Creature — Merfolk|0|1|When you control no Islands, sacrifice Seasinger.$You may choose not to untap Seasinger during your untap step.${tap}: Gain control of target creature whose controller controls an Island for as long as you control Seasinger and Seasinger remains tapped.| Segovian Leviathan|Fifth Edition|122|U|{4}{U}|Creature — Leviathan|3|3|Islandwalk| Sibilant Spirit|Fifth Edition|123|R|{5}{U}|Creature — Spirit|5|6|Flying$Whenever Sibilant Spirit attacks, defending player may draw a card.| -Sleight of Mind|Fifth Edition|124|R|{U}|Instant|||Change the text of target spell or permanent by replacing all instances of one color word with another. (For example, you may change "target black spell" to "target blue spell." This effect lasts indefinitely.)| +Sleight of Mind|Fifth Edition|124|R|{U}|Instant|||Change the text of target spell or permanent by replacing all instances of one color word with another. (For example, you may change "target black spell" to "target blue spell." This effect lasts indefinitely.)| Soul Barrier|Fifth Edition|125|C|{2}{U}|Enchantment|||Whenever an opponent casts a creature spell, Soul Barrier deals 2 damage to that player unless he or she pays {2}.| Spell Blast|Fifth Edition|126|C|{X}{U}|Instant|||Counter target spell with converted mana cost X.| Stasis|Fifth Edition|28|R|{1}{U}|Enchantment|||Players skip their untap steps.$$At the beginning of your upkeep, sacrifice Stasis unless you pay {U}.| @@ -3972,11 +3972,11 @@ Elder Druid|Fifth Edition|152|R|{3}{G}|Creature Elven Riders|Fifth Edition|153|U|{3}{G}{G}|Creature — Elf|3|3|Elven Riders can't be blocked except by Walls and/or creatures with flying.| Elvish Archers|Fifth Edition|154|R|{1}{G}|Creature — Elf Archer|2|1|First strike| Fog|Fifth Edition|155|C|{G}|Instant|||Prevent all combat damage that would be dealt this turn.| -Force of Nature|Fifth Edition|14|R|{2}{G}{G}{G}{G}|Creature — Elemental|8|8|Trample (If this creature would assign enough damage to its blockers to destroy them, you may have it assign the rest of its damage to defending player or planeswalker.)$At the beginning of your upkeep, Force of Nature deals 8 damage to you unless you pay {G}{G}{G}{G}.| +Force of Nature|Fifth Edition|156|R|{2}{G}{G}{G}{G}|Creature — Elemental|8|8|Trample (If this creature would assign enough damage to its blockers to destroy them, you may have it assign the rest of its damage to defending player or planeswalker.)$At the beginning of your upkeep, Force of Nature deals 8 damage to you unless you pay {G}{G}{G}{G}.| Foxfire|Fifth Edition|157|C|{2}{G}|Instant|||Untap target attacking creature. Prevent all combat damage that would be dealt to and dealt by that creature this turn.$Draw a card at the beginning of the next turn's upkeep.| Fungusaur|Fifth Edition|158|R|{3}{G}|Creature — Fungus Lizard|2|2|Whenever Fungusaur is dealt damage, put a +1/+1 counter on it.| Fyndhorn Elder|Fifth Edition|159|U|{2}{G}|Creature — Elf Druid|1|1|{tap}: Add {G}{G} to your mana pool.| -Ghazbán Ogre|Fifth Edition|160|C|{G}|Creature — Ogre|2|2|At the beginning of your upkeep, if a player has more life than each other player, the player with the most life gains control of Ghazbán Ogre.| +Ghazbán Ogre|Fifth Edition|60|C|{G}|Creature — Ogre|2|2|At the beginning of your upkeep, if a player has more life than each other player, the player with the most life gains control of Ghazbán Ogre.| Giant Growth|Fifth Edition|161|C|{G}|Instant|||Target creature gets +3/+3 until end of turn.| Giant Spider|Fifth Edition|162|C|{3}{G}|Creature — Spider|2|4|Reach (This creature can block creatures with flying.)| Grizzly Bears|Fifth Edition|163|C|{1}{G}|Creature — Bear|2|2|| @@ -4106,7 +4106,7 @@ Benalish Hero|Fifth Edition|286|C|{W}|Creature Blessed Wine|Fifth Edition|287|C|{1}{W}|Instant|||You gain 1 life.$Draw a card at the beginning of the next turn's upkeep.| Blinking Spirit|Fifth Edition|288|R|{3}{W}|Creature — Spirit|2|2|{0}: Return Blinking Spirit to its owner's hand.| Brainwash|Fifth Edition|289|C|{W}|Enchantment — Aura|||Enchant creature$Enchanted creature can't attack unless its controller pays {3}.| -Caribou Range|Fifth Edition|290|R|{2}{W}{W}|Enchantment — Aura|||Enchant land you control$Enchanted land has "{W}{W}, {tap}: Put a 0/1 white Caribou creature token onto the battlefield."$Sacrifice a Caribou token: You gain 1 life.| +Caribou Range|Fifth Edition|290|R|{2}{W}{W}|Enchantment — Aura|||Enchant land you control$Enchanted land has "{W}{W}, {tap}: Put a 0/1 white Caribou creature token onto the battlefield."$Sacrifice a Caribou token: You gain 1 life.| Castle|Fifth Edition|291|U|{3}{W}|Enchantment|||Untapped creatures you control get +0/+2.| Circle of Protection: Artifacts|Fifth Edition|292|U|{1}{W}|Enchantment|||{2}: The next time an artifact source of your choice would deal damage to you this turn, prevent that damage.| Circle of Protection: Black|Fifth Edition|293|C|{1}{W}|Enchantment|||{1}: The next time a black source of your choice would deal damage to you this turn, prevent that damage.| @@ -4481,13 +4481,13 @@ Disrupt|Weatherlight|37|C|{U}|Instant|||Counter target instant or sorcery spell Ertai's Familiar|Weatherlight|38|R|{1}{U}|Creature — Illusion|2|2|Phasing (This phases in or out before you untap during each of your untap steps. While it's phased out, it's treated as though it doesn't exist.)$When Ertai's Familiar phases out or leaves the battlefield, put the top three cards of your library into your graveyard.${U}: Until your next upkeep, Ertai's Familiar can't phase out.| Flux|Weatherlight|27|C|{2}{U}|Sorcery|||Each player discards any number of cards, then draws that many cards.$Draw a card.| Fog Elemental|Weatherlight|40|C|{2}{U}|Creature — Elemental|4|4|Flying (This creature can't be blocked except by creatures with flying or reach.)$When Fog Elemental attacks or blocks, sacrifice it at end of combat.| -Mana Chains|Weatherlight|41|C|{U}|Enchantment — Aura|||Enchant creature$Enchanted creature has "Cumulative upkeep {1}." (At the beginning of its controller's upkeep, that player puts an age counter on it, then sacrifices it unless he or she pays its upkeep cost for each age counter on it.)| +Mana Chains|Weatherlight|41|C|{U}|Enchantment — Aura|||Enchant creature$Enchanted creature has "Cumulative upkeep {1}." (At the beginning of its controller's upkeep, that player puts an age counter on it, then sacrifices it unless he or she pays its upkeep cost for each age counter on it.)| Manta Ray|Weatherlight|42|C|{1}{U}{U}|Creature — Fish|3|3|Manta Ray can't attack unless defending player controls an Island.$Manta Ray can't be blocked except by blue creatures.$When you control no Islands, sacrifice Manta Ray.| Merfolk Traders|Weatherlight|43|C|{1}{U}|Creature — Merfolk|1|2|When Merfolk Traders enters the battlefield, draw a card, then discard a card.| Noble Benefactor|Weatherlight|44|U|{2}{U}|Creature — Human Cleric|2|2|When Noble Benefactor dies, each player may search his or her library for a card and put that card into his or her hand. Then each player who searched his or her library this way shuffles it.| Ophidian|Weatherlight|45|C|{2}{U}|Creature — Snake|1|3|Whenever Ophidian attacks and isn't blocked, you may draw a card. If you do, Ophidian assigns no combat damage this turn.| Paradigm Shift|Weatherlight|46|R|{1}{U}|Sorcery|||Exile all cards from your library. Then shuffle your graveyard into your library.| -Pendrell Mists|Weatherlight|47|R|{3}{U}|Enchantment|||All creatures have "At the beginning of your upkeep, sacrifice this creature unless you pay {1}."| +Pendrell Mists|Weatherlight|47|R|{3}{U}|Enchantment|||All creatures have "At the beginning of your upkeep, sacrifice this creature unless you pay {1}."| Phantom Warrior|Weatherlight|48|U|{1}{U}{U}|Creature — Illusion Warrior|2|2|Phantom Warrior is unblockable.| Phantom Wings|Weatherlight|49|C|{1}{U}|Enchantment — Aura|||Enchant creature$Enchanted creature has flying.$Sacrifice Phantom Wings: Return enchanted creature to its owner's hand.| Psychic Vortex|Weatherlight|50|R|{2}{U}{U}|Enchantment|||Cumulative upkeep—Draw a card. (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)$At the beginning of your end step, sacrifice a land and discard your hand.| @@ -4540,7 +4540,7 @@ Desperate Gambit|Weatherlight|96|U|{R}|Instant|||Choose a source you control and Dwarven Berserker|Weatherlight|97|C|{1}{R}|Creature — Dwarf Berserker|1|1|Whenever Dwarven Berserker becomes blocked, it gets +3/+0 and gains trample until end of turn.| Dwarven Thaumaturgist|Weatherlight|98|R|{2}{R}|Creature — Dwarf Shaman|1|2|{tap}: Switch target creature's power and toughness until end of turn.| Fervor|Weatherlight|99|R|{2}{R}|Enchantment|||Creatures you control have haste.| -Fire Whip|Weatherlight|100|C|{1}{R}|Enchantment — Aura|||Enchant creature you control$Enchanted creature has "{tap}: This creature deals 1 damage to target creature or player."$Sacrifice Fire Whip: Fire Whip deals 1 damage to target creature or player.| +Fire Whip|Weatherlight|100|C|{1}{R}|Enchantment — Aura|||Enchant creature you control$Enchanted creature has "{tap}: This creature deals 1 damage to target creature or player."$Sacrifice Fire Whip: Fire Whip deals 1 damage to target creature or player.| Firestorm|Weatherlight|101|R|{R}|Instant|||As an additional cost to cast Firestorm, discard X cards.$Firestorm deals X damage to each of X target creatures and/or players.| Fit of Rage|Weatherlight|102|C|{1}{R}|Sorcery|||Target creature gets +3/+3 and gains first strike until end of turn.| Goblin Bomb|Weatherlight|103|R|{1}{R}|Enchantment|||At the beginning of your upkeep, you may flip a coin. If you win the flip, put a fuse counter on Goblin Bomb. If you lose the flip, remove a fuse counter from Goblin Bomb.$Remove five fuse counters from Goblin Bomb, Sacrifice Goblin Bomb: Goblin Bomb deals 20 damage to target player.| @@ -4634,7 +4634,7 @@ Ancient Tomb|Tempest|305|U||Land|||{tap}: Add {2} to your mana pool. Ancient Tom Bellowing Fiend|Tempest|2|R|{4}{B}|Creature — Spirit|3|3|Flying$$Whenever Bellowing Fiend deals damage to a creature, Bellowing Fiend deals 3 damage to that creature's controller and 3 damage to you.| Bounty Hunter|Tempest|4|R|{2}{B}{B}|Creature — Human Archer Minion|2|2|{tap}: Put a bounty counter on target nonblack creature.${tap}: Destroy target creature with a bounty counter on it.| Carrionette|Tempest|5|R|{1}{B}|Creature — Skeleton|1|1|{2}{B}{B}: Exile Carrionette and target creature unless that creature's controller pays {2}. Activate this ability only if Carrionette is in your graveyard.| -Clot Sliver|Tempest|6|C|{1}{B}|Creature — Sliver|1|1|All Slivers have "{2}: Regenerate this permanent."| +Clot Sliver|Tempest|6|C|{1}{B}|Creature — Sliver|1|1|All Slivers have "{2}: Regenerate this permanent."| Coercion|Tempest|7|C|{2}{B}|Sorcery|||Target opponent reveals his or her hand. You choose a card from it. That player discards that card.| Coffin Queen|Tempest|8|R|{2}{B}|Creature — Zombie Wizard|1|1|You may choose not to untap Coffin Queen during your untap step.${2}{B}, {tap}: Put target creature card from a graveyard onto the battlefield under your control. When Coffin Queen becomes untapped or you lose control of Coffin Queen, exile that creature.| Commander Greven il-Vec|Tempest|9|R|{3}{B}{B}{B}|Legendary Creature — Human Warrior|7|5|Fear (This creature can't be blocked except by artifact creatures and/or black creatures.)$When Commander Greven il-Vec enters the battlefield, sacrifice a creature.| @@ -4667,7 +4667,7 @@ Leeching Licid|Tempest|35|U|{1}{B}|Creature Living Death|Tempest|36|R|{3}{B}{B}|Sorcery|||Each player exiles all creature cards from his or her graveyard, then sacrifices all creatures he or she controls, then puts all cards he or she exiled this way onto the battlefield.| Maddening Imp|Tempest|37|R|{2}{B}|Creature — Imp|1|1|Flying${tap}: Non-Wall creatures the active player controls attack this turn if able. At the beginning of the next end step, destroy each of those creatures that didn't attack this turn. Activate this ability only during an opponent's turn and only before combat.| Marsh Lurker|Tempest|38|C|{3}{B}|Creature — Beast|3|2|Sacrifice a Swamp: Marsh Lurker gains fear until end of turn. (It can't be blocked except by artifact creatures and/or black creatures.)| -Mindwhip Sliver|Tempest|39|U|{2}{B}|Creature — Sliver|2|2|All Slivers have "{2}, Sacrifice this permanent: Target player discards a card at random. Activate this ability only any time you could cast a sorcery."| +Mindwhip Sliver|Tempest|39|U|{2}{B}|Creature — Sliver|2|2|All Slivers have "{2}, Sacrifice this permanent: Target player discards a card at random. Activate this ability only any time you could cast a sorcery."| Minion of the Wastes|Tempest|40|R|{3}{B}{B}{B}|Creature — Minion|*|*|As an additional cost to cast Minion of the Wastes, pay any amount of life.$Trample$Minion of the Wastes's power and toughness are each equal to the life paid as it was cast.| Perish|Tempest|41|U|{2}{B}|Sorcery|||Destroy all green creatures. They can't be regenerated.| Pit Imp|Tempest|42|C|{B}|Creature — Imp|0|1|Flying${B}: Pit Imp gets +1/+0 until end of turn. Activate this ability no more than twice each turn.| @@ -4682,7 +4682,7 @@ Servant of Volrath|Tempest|50|C|{2}{B}|Creature Skyshroud Vampire|Tempest|51|U|{3}{B}{B}|Creature — Vampire|3|3|Flying$Discard a creature card: Skyshroud Vampire gets +2/+2 until end of turn.| Souldrinker|Tempest|52|U|{3}{B}|Creature — Spirit|2|2|Pay 3 life: Put a +1/+1 counter on Souldrinker.| Spinal Graft|Tempest|53|C|{1}{B}|Enchantment — Aura|||Enchant creature$Enchanted creature gets +3/+3.$When enchanted creature becomes the target of a spell or ability, destroy that creature. It can't be regenerated.| -Armor Sliver|Tempest|216|U|{2}{W}|Creature — Sliver|2|2|All Sliver creatures have "{2}: This creature gets +0/+1 until end of turn."| +Armor Sliver|Tempest|216|U|{2}{W}|Creature — Sliver|2|2|All Sliver creatures have "{2}: This creature gets +0/+1 until end of turn."| Benthic Behemoth|Tempest|54|R|{5}{U}{U}{U}|Creature — Serpent|7|6|Islandwalk| Capsize|Tempest|55|C|{1}{U}{U}|Instant|||Buyback {3} (You may pay an additional {3} as you cast this spell. If you do, put this card into your hand as it resolves.)$Return target permanent to its owner's hand.| Chill|Tempest|60|U|{1}{U}|Enchantment|||Red spells cost {2} more to cast.| @@ -4706,7 +4706,7 @@ Mana Severance|Tempest|73|R|{1}{U}|Sorcery|||Search your library for any number Manta Riders|Tempest|74|C|{U}|Creature — Merfolk|1|1|{U}: Manta Riders gains flying until end of turn.| Mawcor|Tempest|75|R|{3}{U}{U}|Creature — Beast|3|3|Flying$${tap}: Mawcor deals 1 damage to target creature or player.| Meditate|Tempest|76|R|{2}{U}|Instant|||Draw four cards. You skip your next turn.| -Mnemonic Sliver|Tempest|77|U|{2}{U}|Creature — Sliver|2|2|All Slivers have "{2}, Sacrifice this permanent: Draw a card."| +Mnemonic Sliver|Tempest|77|U|{2}{U}|Creature — Sliver|2|2|All Slivers have "{2}, Sacrifice this permanent: Draw a card."| Power Sink|Tempest|78|C|{X}{U}|Instant|||Counter target spell unless its controller pays {X}. If he or she doesn't, that player taps all lands with mana abilities he or she controls and empties his or her mana pool.| Precognition|Tempest|79|R|{4}{U}|Enchantment|||At the beginning of your upkeep, you may look at the top card of target opponent's library. If you do, you may put that card on the bottom of that player's library.| Propaganda|Tempest|80|U|{2}{U}|Enchantment|||Creatures can't attack you unless their controller pays {2} for each creature he or she controls that's attacking you.| @@ -4731,7 +4731,7 @@ Tradewind Rider|Tempest|98|R|{3}{U}|Creature Twitch|Tempest|99|C|{2}{U}|Instant|||You may tap or untap target artifact, creature, or land.$Draw a card.| Unstable Shapeshifter|Tempest|100|R|{3}{U}|Creature — Shapeshifter|0|1|Whenever another creature enters the battlefield, Unstable Shapeshifter becomes a copy of that creature and gains this ability.| Volrath's Curse|Tempest|101|C|{1}{U}|Enchantment — Aura|||Enchant creature$Enchanted creature can't attack or block, and its activated abilities can't be activated. That creature's controller may sacrifice a permanent for that player to ignore this effect until end of turn.${1}{U}: Return Volrath's Curse to its owner's hand.| -Whim of Volrath|Tempest|102|R|{U}|Instant|||Buyback {2} (You may pay an additional {2} as you cast this spell. If you do, put this card into your hand as it resolves.)$Change the text of target permanent by replacing all instances of one color word or basic land type with another until end of turn. (For example, you may change "nonred creature" to "nongreen creature" or "plainswalk" to "swampwalk.")| +Whim of Volrath|Tempest|102|R|{U}|Instant|||Buyback {2} (You may pay an additional {2} as you cast this spell. If you do, put this card into your hand as it resolves.)$Change the text of target permanent by replacing all instances of one color word or basic land type with another until end of turn. (For example, you may change "nonred creature" to "nongreen creature" or "plainswalk" to "swampwalk.")| Whispers of the Muse|Tempest|103|U|{U}|Instant|||Buyback {5} (You may pay an additional {5} as you cast this spell. If you do, put this card into your hand as it resolves.)$Draw a card.| Wind Dancer|Tempest|104|U|{1}{U}|Creature — Faerie|1|1|Flying$${tap}: Target creature gains flying until end of turn.| Wind Drake|Tempest|105|C|{2}{U}|Creature — Drake|2|2|Flying| @@ -4792,7 +4792,7 @@ Winter's Grasp|Tempest|159|U|{1}{G}{G}|Sorcery|||Destroy target land.| Aftershock|Tempest|160|C|{2}{R}{R}|Sorcery|||Destroy target artifact, creature, or land. Aftershock deals 3 damage to you.| Ancient Runes|Tempest|161|U|{2}{R}|Enchantment|||At the beginning of each player's upkeep, Ancient Runes deals damage to that player equal to the number of artifacts he or she controls.| Apocalypse|Tempest|162|R|{2}{R}{R}{R}|Sorcery|||Exile all permanents. You discard your hand.| -Barbed Sliver|Tempest|163|U|{2}{R}|Creature — Sliver|2|2|All Sliver creatures have "{2}: This creature gets +1/+0 until end of turn."| +Barbed Sliver|Tempest|163|U|{2}{R}|Creature — Sliver|2|2|All Sliver creatures have "{2}: This creature gets +1/+0 until end of turn."| Blood Frenzy|Tempest|164|C|{1}{R}|Instant|||Cast Blood Frenzy only before the combat damage step.$Target attacking or blocking creature gets +4/+0 until end of turn. Destroy that creature at the beginning of the next end step.| Boil|Tempest|165|U|{3}{R}|Instant|||Destroy all Islands.| Canyon Drake|Tempest|166|R|{2}{R}{R}|Creature — Drake|1|2|Flying${1}, Discard a card at random: Canyon Drake gets +2/+0 until end of turn.| @@ -4946,7 +4946,7 @@ Silver Wyvern|Stronghold|43|R|{3}{U}{U}|Creature Dream Halls|Stronghold|28|R|{3}{U}{U}|Enchantment|||Rather than pay the mana cost for a spell, its controller may discard a card that shares a color with that spell.| Crovax the Cursed|Stronghold|5|R|{2}{B}{B}|Legendary Creature — Vampire|0|0|Crovax the Cursed enters the battlefield with four +1/+1 counters on it.$At the beginning of your upkeep, you may sacrifice a creature. If you do, put a +1/+1 counter on Crovax. If you don't, remove a +1/+1 counter from Crovax.${B}: Crovax gains flying until end of turn.| Mogg Infestation|Stronghold|93|R|{3}{R}{R}|Sorcery|||Destroy all creatures target player controls. For each creature that died this way, put two 1/1 red Goblin creature tokens onto the battlefield under that player's control.| -Acidic Sliver|Stronghold|138|U|{B}{R}|Creature — Sliver|2|2|All Slivers have "{2}, Sacrifice this permanent: This permanent deals 2 damage to target creature or player."| +Acidic Sliver|Stronghold|138|U|{B}{R}|Creature — Sliver|2|2|All Slivers have "{2}, Sacrifice this permanent: This permanent deals 2 damage to target creature or player."| Amok|Stronghold|76|R|{1}{R}|Enchantment|||{1}, Discard a card at random: Put a +1/+1 counter on target creature.| Awakening|Stronghold|51|R|{2}{G}{G}|Enchantment|||At the beginning of each upkeep, untap all creatures and lands.| Bandage|Stronghold|101|C|{W}|Instant|||Prevent the next 1 damage that would be dealt to target creature or player this turn.$Draw a card.| @@ -5002,7 +5002,7 @@ Heartstone|Stronghold|128|U|{3}|Artifact|||Activated abilities of creatures cost Heat of Battle|Stronghold|88|U|{1}{R}|Enchantment|||Whenever a creature blocks, Heat of Battle deals 1 damage to that creature's controller.| Hermit Druid|Stronghold|58|R|{1}{G}|Creature — Human Druid|1|1|{G}, {tap}: Reveal cards from the top of your library until you reveal a basic land card. Put that card into your hand and all other cards revealed this way into your graveyard.| Hesitation|Stronghold|33|U|{1}{U}|Enchantment|||When a player casts a spell, sacrifice Hesitation. If you do, counter that spell.| -Hibernation Sliver|Stronghold|140|U|{U}{B}|Creature — Sliver|2|2|All Slivers have "Pay 2 life: Return this permanent to its owner's hand."| +Hibernation Sliver|Stronghold|140|U|{U}{B}|Creature — Sliver|2|2|All Slivers have "Pay 2 life: Return this permanent to its owner's hand."| Hidden Retreat|Stronghold|106|R|{2}{W}|Enchantment|||Put a card from your hand on top of your library: Prevent all damage that would be dealt by target instant or sorcery spell this turn.| Honor Guard|Stronghold|107|C|{W}|Creature — Human Soldier|1|1|{W}: Honor Guard gets +0/+1 until end of turn.| Mindless Automaton|Exodus|135|R|{4}|Artifact Creature — Construct|0|0|Mindless Automaton enters the battlefield with two +1/+1 counters on it.${1}, Discard a card: Put a +1/+1 counter on Mindless Automaton.$Remove two +1/+1 counters from Mindless Automaton: Draw a card.| @@ -5031,7 +5031,7 @@ Mox Diamond|Stronghold|132|R|{0}|Artifact|||If Mox Diamond would enter the battl Mulch|Stronghold|60|C|{1}{G}|Sorcery|||Reveal the top four cards of your library. Put all land cards revealed this way into your hand and the rest into your graveyard.| Tortured Existence|Stronghold|24|C|{B}|Enchantment|||{B}, Discard a creature card: Return target creature card from your graveyard to your hand.| Nomads en-Kor|Stronghold|109|C|{W}|Creature — Kor Nomad Soldier|1|1|{0}: The next 1 damage that would be dealt to Nomads en-Kor this turn is dealt to target creature you control instead.| -Victual Sliver|Stronghold|143|U|{G}{W}|Creature — Sliver|2|2|All Slivers have "{2}, Sacrifice this permanent: You gain 4 life."| +Victual Sliver|Stronghold|143|U|{G}{W}|Creature — Sliver|2|2|All Slivers have "{2}, Sacrifice this permanent: You gain 4 life."| Overgrowth|Stronghold|61|C|{2}{G}|Enchantment — Aura|||Enchant land (Target a land as you cast this. This card enters the battlefield attached to that land.)$Whenever enchanted land is tapped for mana, its controller adds {G}{G} to his or her mana pool (in addition to the mana the land produces).| Paladin en-Vec|Exodus|12|R|{1}{W}{W}|Creature — Human Knight|2|2|First strike, protection from black and from red (This creature deals combat damage before creatures without first strike. It can't be blocked, targeted, dealt damage, or enchanted by anything black or red.)| Plaguebearer|Exodus|71|R|{1}{B}|Creature — Zombie|1|1|{X}{X}{B}: Destroy target nonblack creature with converted mana cost X.| @@ -5048,7 +5048,7 @@ Revenant|Stronghold|120|R|{4}{B}|Creature Rolling Stones|Stronghold|111|R|{1}{W}|Enchantment|||Wall creatures can attack as though they didn't have defender.| Ruination|Stronghold|95|R|{3}{R}|Sorcery|||Destroy all nonbasic lands.| Sacred Ground|Stronghold|112|R|{1}{W}|Enchantment|||Whenever a spell or ability an opponent controls causes a land to be put into your graveyard from the battlefield, return that card to the battlefield.| -Samite Blessing|Stronghold|113|C|{W}|Enchantment — Aura|||Enchant creature$Enchanted creature has "{tap}: The next time a source of your choice would deal damage to target creature this turn, prevent that damage."| +Samite Blessing|Stronghold|113|C|{W}|Enchantment — Aura|||Enchant creature$Enchanted creature has "{tap}: The next time a source of your choice would deal damage to target creature this turn, prevent that damage."| Carnassid|Stronghold|53|R|{4}{G}{G}|Creature — Beast|5|4|Trample$${1}{G}: Regenerate Carnassid.| Seething Anger|Stronghold|96|C|{R}|Sorcery|||Buyback {3} (You may pay an additional {3} as you cast this spell. If you do, put this card into your hand as it resolves.)$Target creature gets +3/+0 until end of turn.| Serpent Warrior|Stronghold|19|C|{2}{B}|Creature — Snake Warrior|3|3|When Serpent Warrior enters the battlefield, you lose 3 life.| @@ -5089,7 +5089,7 @@ Venerable Monk|Stronghold|121|C|{2}{W}|Creature Verdant Touch|Stronghold|73|R|{1}{G}|Sorcery|||Buyback {3} (You may pay an additional {3} as you cast this spell. If you do, put this card into your hand as it resolves.)$Target land becomes a 2/2 creature that's still a land. (This effect lasts indefinitely.)| Volrath's Gardens|Stronghold|74|R|{1}{G}|Enchantment|||{2}, Tap an untapped creature you control: You gain 2 life. Activate this ability only any time you could cast a sorcery.| Volrath's Laboratory|Stronghold|136|R|{5}|Artifact|||As Volrath's Laboratory enters the battlefield, choose a color and a creature type.${5}, {tap}: Put a 2/2 creature token of the chosen color and type onto the battlefield.| -Volrath's Shapeshifter|Stronghold|48|R|{1}{U}{U}|Creature — Shapeshifter|0|1|As long as the top card of your graveyard is a creature card, Volrath's Shapeshifter has the full text of that card and has the text "{2}: Discard a card." (Volrath's Shapeshifter has that card's name, mana cost, color, types, abilities, power, and toughness.)${2}: Discard a card.| +Volrath's Shapeshifter|Stronghold|48|R|{1}{U}{U}|Creature — Shapeshifter|0|1|As long as the top card of your graveyard is a creature card, Volrath's Shapeshifter has the full text of that card and has the text "{2}: Discard a card." (Volrath's Shapeshifter has that card's name, mana cost, color, types, abilities, power, and toughness.)${2}: Discard a card.| Volrath's Stronghold|Stronghold|137|R||Legendary Land|||{tap}: Add {1} to your mana pool.$${1}{B}, {tap}: Put target creature card from your graveyard on top of your library.| Walking Dream|Stronghold|49|U|{3}{U}|Creature — Illusion|3|3|Walking Dream is unblockable.$$Walking Dream doesn't untap during your untap step if an opponent controls two or more creatures.| Wall of Blossoms|Stronghold|75|U|{1}{G}|Creature — Plant Wall|0|4|Defender (This creature can't attack.)$When Wall of Blossoms enters the battlefield, draw a card.| @@ -5157,7 +5157,7 @@ Planar Void|Urza's Saga|149|U|{B}|Enchantment|||Whenever another card is put int Phyrexian Processor|Urza's Saga|306|R|{4}|Artifact|||As Phyrexian Processor enters the battlefield, pay any amount of life.${4}, {tap}: Put an X/X black Minion creature token onto the battlefield, where X is the life paid as Phyrexian Processor entered the battlefield.| Blasted Landscape|Urza's Saga|319|U||Land|||{tap}: Add {1} to your mana pool.$Cycling {2} ({2}, Discard this card: Draw a card.)| Coral Merfolk|Urza's Saga|67|C|{1}{U}|Creature — Merfolk|2|1|| -Pendrell Flux|Urza's Saga|87|C|{1}{U}|Enchantment — Aura|||Enchant creature$Enchanted creature has "At the beginning of your upkeep, sacrifice this creature unless you pay its mana cost."| +Pendrell Flux|Urza's Saga|87|C|{1}{U}|Enchantment — Aura|||Enchant creature$Enchanted creature has "At the beginning of your upkeep, sacrifice this creature unless you pay its mana cost."| Lilting Refrain|Urza's Saga|83|U|{1}{U}|Enchantment|||At the beginning of your upkeep, you may put a verse counter on Lilting Refrain.$Sacrifice Lilting Refrain: Counter target spell unless its controller pays {X}, where X is the number of verse counters on Lilting Refrain.| Bereavement|Urza's Saga|117|U|{1}{B}|Enchantment|||Whenever a green creature dies, its controller discards a card.| Pestilence|Urza's Saga|147|C|{2}{B}{B}|Enchantment|||At the beginning of the end step, if no creatures are on the battlefield, sacrifice Pestilence.${B}: Pestilence deals 1 damage to each creature and each player.| @@ -5240,7 +5240,7 @@ Gaea's Embrace|Urza's Saga|255|U|{2}{G}{G}|Enchantment Shiv's Embrace|Urza's Saga|214|U|{2}{R}{R}|Enchantment — Aura|||Enchant creature$Enchanted creature gets +2/+2 and has flying.${R}: Enchanted creature gets +1/+0 until end of turn.| Acidic Soil|Urza's Saga|172|U|{2}{R}|Sorcery|||Acidic Soil deals damage to each player equal to the number of lands he or she controls.| Douse|Urza's Saga|70|U|{2}{U}|Enchantment|||{1}{U}: Counter target red spell.| -Citanul Hierophants|Urza's Saga|244|R|{3}{G}|Creature — Human Druid|3|2|Creatures you control have "{tap}: Add {G} to your mana pool."| +Citanul Hierophants|Urza's Saga|244|R|{3}{G}|Creature — Human Druid|3|2|Creatures you control have "{tap}: Add {G} to your mana pool."| Bedlam|Urza's Saga|175|R|{2}{R}{R}|Enchantment|||Creatures can't block.| Turnabout|Urza's Saga|105|U|{2}{U}{U}|Instant|||Choose artifact, creature, or land. Tap all untapped permanents of the chosen type target player controls, or untap all tapped permanents of that type that player controls.| Pegasus Charger|Urza's Saga|30|C|{2}{W}|Creature — Pegasus|2|1|Flying (This creature can't be blocked except by creatures with flying or reach.)$First strike (This creature deals combat damage before creatures without first strike.)| @@ -5292,7 +5292,7 @@ Opal Gargoyle|Urza's Saga|25|C|{1}{W}|Enchantment|||When an opponent casts a cre Veiled Sentry|Urza's Saga|109|U|{U}|Enchantment|||When an opponent casts a spell, if Veiled Sentry is an enchantment, Veiled Sentry becomes an Illusion creature with power and toughness each equal to that spell's converted mana cost.| Opal Caryatid|Urza's Saga|24|C|{W}|Enchantment|||When an opponent casts a creature spell, if Opal Caryatid is an enchantment, Opal Caryatid becomes a 2/2 Soldier creature.| Hidden Guerrillas|Urza's Saga|261|U|{G}|Enchantment|||When an opponent casts an artifact spell, if Hidden Guerrillas is an enchantment, Hidden Guerrillas becomes a 5/3 Soldier creature with trample.| -Veiled Apparition|Urza's Saga|107|U|{1}{U}|Enchantment|||When an opponent casts a spell, if Veiled Apparition is an enchantment, Veiled Apparition becomes a 3/3 Illusion creature with flying and "At the beginning of your upkeep, sacrifice Veiled Apparition unless you pay {1}{U}."| +Veiled Apparition|Urza's Saga|107|U|{1}{U}|Enchantment|||When an opponent casts a spell, if Veiled Apparition is an enchantment, Veiled Apparition becomes a 3/3 Illusion creature with flying and "At the beginning of your upkeep, sacrifice Veiled Apparition unless you pay {1}{U}."| Hidden Spider|Urza's Saga|264|C|{G}|Enchantment|||When an opponent casts a creature spell with flying, if Hidden Spider is an enchantment, Hidden Spider becomes a 3/5 Spider creature with reach. (It can block creatures with flying.)| Slippery Karst|Urza's Saga|327|C||Land|||Slippery Karst enters the battlefield tapped.${tap}: Add {G} to your mana pool.$Cycling {2} ({2}, Discard this card: Draw a card.)| Smoldering Crater|Urza's Saga|328|C||Land|||Smoldering Crater enters the battlefield tapped.${tap}: Add {R} to your mana pool.$Cycling {2} ({2}, Discard this card: Draw a card.)| @@ -5316,7 +5316,7 @@ Priest of Titania|Urza's Saga|270|C|{1}{G}|Creature Zephid|Urza's Saga|113|R|{4}{U}{U}|Creature — Illusion|3|4|Flying; shroud (This permanent can't be the target of spells or abilities.)| Retromancer|Urza's Saga|209|C|{2}{R}{R}|Creature — Viashino Shaman|3|3|Whenever Retromancer becomes the target of a spell or ability, Retromancer deals 3 damage to that spell or ability's controller.| Faith Healer|Urza's Saga|14|R|{1}{W}|Creature — Human Cleric|1|1|Sacrifice an enchantment: You gain life equal to the sacrificed enchantment's converted mana cost.| -Rain of Filth|Urza's Saga|151|U|{B}|Instant|||Until end of turn, lands you control gain "Sacrifice this land: Add {B} to your mana pool."| +Rain of Filth|Urza's Saga|151|U|{B}|Instant|||Until end of turn, lands you control gain "Sacrifice this land: Add {B} to your mana pool."| Launch|Urza's Saga|82|C|{1}{U}|Enchantment — Aura|||Enchant creature$Enchanted creature has flying.$When Launch is put into a graveyard from the battlefield, return Launch to its owner's hand.| Waylay|Urza's Saga|56|U|{2}{W}|Instant|||Put three 2/2 white Knight creature tokens onto the battlefield. Exile them at the beginning of the next cleanup step.| Tolarian Winds|Urza's Saga|104|C|{1}{U}|Instant|||Discard all the cards in your hand, then draw that many cards.| @@ -5438,7 +5438,7 @@ Rootwater Alligator|Exodus|122|C|{3}{G}|Creature Avenging Druid|Exodus|105|C|{2}{G}|Creature — Human Druid|1|3|Whenever Avenging Druid deals damage to an opponent, you may reveal cards from the top of your library until you reveal a land card. If you do, put that card onto the battlefield and put all other cards revealed this way into your graveyard.| Jackalope Herd|Exodus|111|C|{3}{G}|Creature — Rabbit Beast|4|5|When you cast a spell, return Jackalope Herd to its owner's hand.| Reclaim|Exodus|120|C|{G}|Instant|||Put target card from your graveyard on top of your library.| -Resuscitate|Exodus|121|U|{1}{G}|Instant|||Until end of turn, creatures you control gain "{1}: Regenerate this creature."| +Resuscitate|Exodus|121|U|{1}{G}|Instant|||Until end of turn, creatures you control gain "{1}: Regenerate this creature."| Predatory Hunger|Exodus|117|C|{G}|Enchantment — Aura|||Enchant creature$Whenever an opponent casts a creature spell, put a +1/+1 counter on enchanted creature.| Keeper of the Beasts|Exodus|112|U|{G}{G}|Creature — Human Wizard|1|2|{G}, {tap}: Choose target opponent who controlled more creatures than you did as you activated this ability. Put a 2/2 green Beast creature token onto the battlefield.| Spike Rogue|Exodus|127|U|{1}{G}{G}|Creature — Spike|0|0|Spike Rogue enters the battlefield with two +1/+1 counters on it.${2}, Remove a +1/+1 counter from Spike Rogue: Put a +1/+1 counter on target creature.${2}, Remove a +1/+1 counter from a creature you control: Put a +1/+1 counter on Spike Rogue.| @@ -5658,7 +5658,7 @@ Recantation|Urza's Saga|91|R|{3}{U}{U}|Enchantment|||At the beginning of your up Discordant Dirge|Urza's Saga|131|R|{3}{B}{B}|Enchantment|||At the beginning of your upkeep, you may put a verse counter on Discordant Dirge.${B}, Sacrifice Discordant Dirge: Look at target opponent's hand and choose up to X cards from it, where X is the number of verse counters on Discordant Dirge. That player discards those cards.| Rumbling Crescendo|Urza's Saga|210|R|{3}{R}{R}|Enchantment|||At the beginning of your upkeep, you may put a verse counter on Rumbling Crescendo.${R}, Sacrifice Rumbling Crescendo: Destroy up to X target lands, where X is the number of verse counters on Rumbling Crescendo.| Midsummer Revel|Urza's Saga|268|R|{3}{G}{G}|Enchantment|||At the beginning of your upkeep, you may put a verse counter on Midsummer Revel.${G}, Sacrifice Midsummer Revel: Put X 3/3 green Beast creature tokens onto the battlefield, where X is the number of verse counters on Midsummer Revel.| -Hermetic Study|Urza's Saga|78|C|{1}{U}|Enchantment — Aura|||Enchant creature$Enchanted creature has "{tap}: This creature deals 1 damage to target creature or player."| +Hermetic Study|Urza's Saga|78|C|{1}{U}|Enchantment — Aura|||Enchant creature$Enchanted creature has "{tap}: This creature deals 1 damage to target creature or player."| Daunting Defender|Onslaught|21|C|{4}{W}|Creature — Human Cleric|3|3|If a source would deal damage to a Cleric creature you control, prevent 1 of that damage.| Ostracize|Urza's Legacy|57|C|{B}|Sorcery|||Target opponent reveals his or her hand. You choose a creature card from it. That player discards that card.| Zephid's Embrace|Urza's Saga|114|U|{2}{U}{U}|Enchantment — Aura|||Enchant creature$Enchanted creature gets +2/+2 and has flying and shroud. (It can't be the target of spells or abilities.)| @@ -5759,7 +5759,7 @@ Goblin Lackey|Urza's Saga|190|U|{R}|Creature Catalog|Urza's Saga|64|C|{2}{U}|Instant|||Draw two cards, then discard a card.| Barrin, Master Wizard|Urza's Saga|63|R|{1}{U}{U}|Legendary Creature — Human Wizard|1|1|{2}, Sacrifice a permanent: Return target creature to its owner's hand.| Brilliant Halo|Urza's Saga|5|C|{1}{W}|Enchantment — Aura|||Enchant creature$Enchanted creature gets +1/+2.$When Brilliant Halo is put into a graveyard from the battlefield, return Brilliant Halo to its owner's hand.| -Retaliation|Urza's Saga|272|U|{2}{G}|Enchantment|||Creatures you control have "Whenever this creature becomes blocked by a creature, this creature gets +1/+1 until end of turn."| +Retaliation|Urza's Saga|272|U|{2}{G}|Enchantment|||Creatures you control have "Whenever this creature becomes blocked by a creature, this creature gets +1/+1 until end of turn."| Spreading Algae|Urza's Saga|274|U|{G}|Enchantment — Aura|||Enchant Swamp$When enchanted land becomes tapped, destroy it.$When Spreading Algae is put into a graveyard from the battlefield, return Spreading Algae to its owner's hand.| Remembrance|Urza's Saga|34|R|{3}{W}|Enchantment|||Whenever a nontoken creature you control dies, you may search your library for a card with the same name as that creature, reveal it, and put it into your hand. If you do, shuffle your library.| Annul|Urza's Saga|59|C|{U}|Instant|||Counter target artifact or enchantment spell.| @@ -6157,7 +6157,7 @@ Unearth|Urza's Legacy|72|C|{B}|Sorcery|||Return target creature card with conver Bone Shredder|Urza's Legacy|49|U|{2}{B}|Creature — Minion|1|1|Flying$Echo {2}{B} (At the beginning of your upkeep, if this came under your control since the beginning of your last upkeep, sacrifice it unless you pay its echo cost.)$When Bone Shredder enters the battlefield, destroy target nonartifact, nonblack creature.| Treacherous Link|Urza's Legacy|71|U|{1}{B}|Enchantment — Aura|||Enchant creature$All damage that would be dealt to enchanted creature is dealt to its controller instead.| Eviscerator|Urza's Legacy|52|R|{3}{B}{B}|Creature — Horror|5|5|Protection from white$When Eviscerator enters the battlefield, you lose 5 life.| -Gloomdrifter|Torment|61|U|{3}{B}|Creature — Zombie Minion|2|2|Flying$Threshold — As long as seven or more cards are in your graveyard, Gloomdrifter has "When Gloomdrifter enters the battlefield, nonblack creatures get -2/-2 until end of turn."| +Gloomdrifter|Torment|61|U|{3}{B}|Creature — Zombie Minion|2|2|Flying$Threshold — As long as seven or more cards are in your graveyard, Gloomdrifter has "When Gloomdrifter enters the battlefield, nonblack creatures get -2/-2 until end of turn."| Brink of Madness|Urza's Legacy|50|R|{2}{B}{B}|Enchantment|||At the beginning of your upkeep, if you have no cards in hand, sacrifice Brink of Madness and target opponent discards his or her hand.| Subversion|Urza's Legacy|68|R|{3}{B}{B}|Enchantment|||At the beginning of your upkeep, each opponent loses 1 life. You gain life equal to the life lost this way.| No Mercy|Urza's Legacy|56|R|{2}{B}{B}|Enchantment|||Whenever a creature deals damage to you, destroy it.| @@ -6202,7 +6202,7 @@ Erratic Explosion|Onslaught|201|C|{2}{R}|Sorcery|||Choose target creature or pla Multani's Presence|Urza's Legacy|109|U|{G}|Enchantment|||Whenever a spell you've cast is countered, draw a card.| Forbidding Watchtower|Urza's Legacy|140|U||Land|||Forbidding Watchtower enters the battlefield tapped.${tap}: Add {W} to your mana pool.${1}{W}: Forbidding Watchtower becomes a 1/5 white Soldier creature until end of turn. It's still a land.| Faerie Conclave|Urza's Legacy|139|U||Land|||Faerie Conclave enters the battlefield tapped.${tap}: Add {U} to your mana pool.${1}{U}: Faerie Conclave becomes a 2/1 blue Faerie creature with flying until end of turn. It's still a land. (It can't be blocked except by creatures with flying or reach.)| -Spawning Pool|Urza's Legacy|142|U||Land|||Spawning Pool enters the battlefield tapped.${tap}: Add {B} to your mana pool.${1}{B}: Spawning Pool becomes a 1/1 black Skeleton creature with "{B}: Regenerate this creature" until end of turn. It's still a land. (If it regenerates, the next time it would be destroyed this turn, it isn't. Instead tap it, remove all damage from it, and remove it from combat.)| +Spawning Pool|Urza's Legacy|142|U||Land|||Spawning Pool enters the battlefield tapped.${tap}: Add {B} to your mana pool.${1}{B}: Spawning Pool becomes a 1/1 black Skeleton creature with "{B}: Regenerate this creature" until end of turn. It's still a land. (If it regenerates, the next time it would be destroyed this turn, it isn't. Instead tap it, remove all damage from it, and remove it from combat.)| Ghitu Encampment|Urza's Legacy|141|U||Land|||Ghitu Encampment enters the battlefield tapped.${tap}: Add {R} to your mana pool.${1}{R}: Ghitu Encampment becomes a 2/1 red Warrior creature with first strike until end of turn. It's still a land. (It deals combat damage before creatures without first strike.)| Treetop Village|Urza's Legacy|143|U||Land|||Treetop Village enters the battlefield tapped.${tap}: Add {G} to your mana pool.${1}{G}: Treetop Village becomes a 3/3 green Ape creature with trample until end of turn. It's still a land. (If it would assign enough damage to its blockers to destroy them, you may have it assign the rest of its damage to defending player or planeswalker.)| Ring of Gix|Urza's Legacy|131|R|{3}|Artifact|||Echo {3} (At the beginning of your upkeep, if this came under your control since the beginning of your last upkeep, sacrifice it unless you pay its echo cost.)${1}, {tap}: Tap target artifact, creature, or land.| @@ -6236,7 +6236,7 @@ Archangel|Starter 1999|4|R|{5}{W}{W}|Creature Phyrexian Plaguelord|Urza's Legacy|62|R|{3}{B}{B}|Creature — Carrier|4|4|{tap}, Sacrifice Phyrexian Plaguelord: Target creature gets -4/-4 until end of turn.$Sacrifice a creature: Target creature gets -1/-1 until end of turn.| Erase|Urza's Legacy|7|C|{W}|Instant|||Exile target enchantment.| Hope and Glory|Urza's Legacy|9|U|{1}{W}|Instant|||Untap two target creatures. Each of them gets +1/+1 until end of turn.| -Aura Flux|Urza's Legacy|27|C|{2}{U}|Enchantment|||Other enchantments have "At the beginning of your upkeep, sacrifice this enchantment unless you pay {2}."| +Aura Flux|Urza's Legacy|27|C|{2}{U}|Enchantment|||Other enchantments have "At the beginning of your upkeep, sacrifice this enchantment unless you pay {2}."| Engineered Plague|Urza's Legacy|51|U|{2}{B}|Enchantment|||As Engineered Plague enters the battlefield, choose a creature type.$$All creatures of the chosen type get -1/-1.| Phyrexian Reclamation|Urza's Legacy|63|U|{B}|Enchantment|||{1}{B}, Pay 2 life: Return target creature card from your graveyard to your hand.| Giant Cockroach|Urza's Legacy|54|C|{3}{B}|Creature — Insect|4|2|| @@ -6425,7 +6425,7 @@ Leshrac's Rite|Classic Sixth Edition|141|U|{B}|Enchantment Agonizing Memories|Classic Sixth Edition|111|U|{2}{B}{B}|Sorcery|||Look at target player's hand and choose two cards from it. Put them on top of that player's library in any order.| Bog Wraith|Classic Sixth Edition|118|U|{3}{B}|Creature — Wraith|3|3|Swampwalk (This creature is unblockable as long as defending player controls a Swamp.)| Evil Eye of Orms-by-Gore|Classic Sixth Edition|126|U|{4}{B}|Creature — Eye|3|6|Non-Eye creatures you control can't attack.$Evil Eye of Orms-by-Gore can't be blocked except by Walls.| -Zombie Master|Classic Sixth Edition|162|R|{1}{B}{B}|Creature — Zombie|2|3|Other Zombie creatures have swampwalk.$Other Zombies have "{B}: Regenerate this permanent."| +Zombie Master|Classic Sixth Edition|162|R|{1}{B}{B}|Creature — Zombie|2|3|Other Zombie creatures have swampwalk.$Other Zombies have "{B}: Regenerate this permanent."| Infernal Contract|Classic Sixth Edition|139|R|{B}{B}{B}|Sorcery|||Draw four cards. You lose half your life, rounded up.| Shock|Classic Sixth Edition|206|C|{R}|Instant|||Shock deals 2 damage to target creature or player.| Lightning Blast|Classic Sixth Edition|193|C|{3}{R}|Instant|||Lightning Blast deals 4 damage to target creature or player.| @@ -6550,7 +6550,7 @@ Mask of Law and Grace|Urza's Destiny|11|C|{W}|Enchantment Voice of Reason|Urza's Destiny|24|U|{3}{W}|Creature — Angel|2|2|Flying, protection from blue| Voice of Duty|Urza's Destiny|23|U|{3}{W}|Creature — Angel|2|2|Flying, protection from green| Scour|Urza's Destiny|18|U|{2}{W}{W}|Instant|||Exile target enchantment. Search its controller's graveyard, hand, and library for all cards with the same name as that enchantment and exile them. Then that player shuffles his or her library.| -Archery Training|Urza's Destiny|2|U|{W}|Enchantment — Aura|||Enchant creature$At the beginning of your upkeep, you may put an arrow counter on Archery Training.$Enchanted creature has "{tap}: This creature deals X damage to target attacking or blocking creature, where X is the number of arrow counters on Archery Training."| +Archery Training|Urza's Destiny|2|U|{W}|Enchantment — Aura|||Enchant creature$At the beginning of your upkeep, you may put an arrow counter on Archery Training.$Enchanted creature has "{tap}: This creature deals X damage to target attacking or blocking creature, where X is the number of arrow counters on Archery Training."| Slay|Planeshift|55|U|{2}{B}|Instant|||Destroy target green creature. It can't be regenerated.$Draw a card.| Academy Rector|Urza's Destiny|1|R|{3}{W}|Creature — Human Cleric|1|2|When Academy Rector dies, you may exile it. If you do, search your library for an enchantment card, put that card onto the battlefield, then shuffle your library.| Opalescence|Urza's Destiny|13|R|{2}{W}{W}|Enchantment|||Each other non-Aura enchantment is a creature with power and toughness each equal to its converted mana cost. It's still an enchantment.| @@ -6992,7 +6992,7 @@ Extravagant Spirit|Mercadian Masques|79|R|{3}{U}|Creature Tidal Kraken|Mercadian Masques|110|R|{5}{U}{U}{U}|Creature — Kraken|6|6|Tidal Kraken is unblockable.| Trade Routes|Mercadian Masques|112|R|{1}{U}|Enchantment|||{1}: Return target land you control to its owner's hand.${1}, Discard a land card: Draw a card.| Statecraft|Mercadian Masques|106|R|{3}{U}|Enchantment|||Prevent all combat damage that would be dealt to and dealt by creatures you control.| -Shoving Match|Mercadian Masques|103|U|{2}{U}|Instant|||Until end of turn, all creatures gain "{tap}: Tap target creature."| +Shoving Match|Mercadian Masques|103|U|{2}{U}|Instant|||Until end of turn, all creatures gain "{tap}: Tap target creature."| Embargo|Mercadian Masques|77|R|{3}{U}|Enchantment|||Nonland permanents don't untap during their controllers' untap steps.$$At the beginning of your upkeep, you lose 2 life.| Catapult Master|Onslaught|10|R|{3}{W}{W}|Creature — Human Soldier|3|3|Tap five untapped Soldiers you control: Exile target creature.| Misdirection|Mercadian Masques|87|R|{3}{U}{U}|Instant|||You may exile a blue card from your hand rather than pay Misdirection's mana cost.$Change the target of target spell with a single target.| @@ -7004,7 +7004,7 @@ Cateran Slaver|Mercadian Masques|125|R|{4}{B}{B}|Creature Silent Assassin|Mercadian Masques|160|R|{B}{B}|Creature — Human Mercenary Assassin|2|1|{3}{B}: Destroy target blocking creature at end of combat.| Nether Spirit|Mercadian Masques|149|R|{1}{B}{B}|Creature — Spirit|2|2|At the beginning of your upkeep, if Nether Spirit is the only creature card in your graveyard, you may return Nether Spirit to the battlefield.| Notorious Assassin|Mercadian Masques|150|R|{3}{B}|Creature — Human Spellshaper Assassin|2|2|{2}{B}, {tap}, Discard a card: Destroy target nonblack creature. It can't be regenerated.| -Coral Net|Torment|35|C|{U}|Enchantment — Aura|||Enchant green or white creature$Enchanted creature has "At the beginning of your upkeep, sacrifice this creature unless you discard a card."| +Coral Net|Torment|35|C|{U}|Enchantment — Aura|||Enchant green or white creature$Enchanted creature has "At the beginning of your upkeep, sacrifice this creature unless you discard a card."| Delraich|Mercadian Masques|133|R|{6}{B}|Creature — Horror|6|6|Trample$You may sacrifice three black creatures rather than pay Delraich's mana cost.| Cateran Overlord|Mercadian Masques|123|R|{4}{B}{B}{B}|Creature — Horror Mercenary|7|5|Sacrifice a creature: Regenerate Cateran Overlord.${6}, {tap}: Search your library for a Mercenary permanent card with converted mana cost 6 or less and put it onto the battlefield. Then shuffle your library.| Instigator|Mercadian Masques|140|R|{1}{B}|Creature — Human Spellshaper|1|1|{1}{B}{B}, {tap}, Discard a card: Creatures target player controls attack this turn if able.| @@ -7028,7 +7028,7 @@ Robber Fly|Mercadian Masques|209|U|{2}{R}|Creature Tectonic Break|Mercadian Masques|216|R|{X}{R}{R}|Sorcery|||Each player sacrifices X lands.| Puppet's Verdict|Mercadian Masques|208|R|{1}{R}{R}|Instant|||Flip a coin. If you win the flip, destroy all creatures with power 2 or less. If you lose the flip, destroy all creatures with power 3 or greater.| Thieves' Auction|Mercadian Masques|218|R|{4}{R}{R}{R}|Sorcery|||Exile all nontoken permanents. Starting with you, each player chooses one of the exiled cards and puts it onto the battlefield tapped under his or her control. Repeat this process until all cards exiled this way have been chosen.| -Brawl|Mercadian Masques|178|R|{3}{R}{R}|Instant|||Until end of turn, all creatures gain "{tap}: This creature deals damage equal to its power to target creature."| +Brawl|Mercadian Masques|178|R|{3}{R}{R}|Instant|||Until end of turn, all creatures gain "{tap}: This creature deals damage equal to its power to target creature."| Pulverize|Mercadian Masques|207|R|{4}{R}{R}|Sorcery|||You may sacrifice two Mountains rather than pay Pulverize's mana cost.$$Destroy all artifacts.| Cave-In|Mercadian Masques|180|R|{3}{R}{R}|Sorcery|||You may exile a red card from your hand rather than pay Cave-In's mana cost.$Cave-In deals 2 damage to each creature and each player.| Blood Oath|Mercadian Masques|177|R|{3}{R}|Instant|||Choose a card type. Target opponent reveals his or her hand. Blood Oath deals 3 damage to that player for each card of the chosen type revealed this way. (Artifact, creature, enchantment, instant, land, planeswalker, sorcery, and tribal are card types.)| @@ -7092,7 +7092,7 @@ Chameleon Spirit|Mercadian Masques|65|U|{3}{U}|Creature Rishadan Airship|Mercadian Masques|91|C|{2}{U}|Creature — Human Pirate|3|1|Flying$Rishadan Airship can block only creatures with flying.| Glowing Anemone|Mercadian Masques|81|U|{3}{U}|Creature — Jellyfish Beast|1|3|When Glowing Anemone enters the battlefield, you may return target land to its owner's hand.| Coastal Piracy|Mercadian Masques|68|U|{2}{U}{U}|Enchantment|||Whenever a creature you control deals combat damage to an opponent, you may draw a card.| -Energy Flux|Mercadian Masques|78|U|{2}{U}|Enchantment|||All artifacts have "At the beginning of your upkeep, sacrifice this artifact unless you pay {2}."| +Energy Flux|Mercadian Masques|78|U|{2}{U}|Enchantment|||All artifacts have "At the beginning of your upkeep, sacrifice this artifact unless you pay {2}."| Soothsaying|Mercadian Masques|104|U|{U}|Enchantment|||{3}{U}{U}: Shuffle your library.${X}: Look at the top X cards of your library, then put them back in any order.| War Tax|Mercadian Masques|113|U|{2}{U}|Enchantment|||{X}{U}: This turn, creatures can't attack unless their controller pays {X} for each attacking creature he or she controls.| Rishadan Footpad|Mercadian Masques|94|U|{3}{U}|Creature — Human Pirate|2|2|When Rishadan Footpad enters the battlefield, each opponent sacrifices a permanent unless he or she pays {2}.| @@ -7278,11 +7278,11 @@ Rappelling Scouts|Mercadian Masques|41|R|{2}{W}{W}|Creature Quiet Speculation|Judgment|49|U|{1}{U}|Sorcery|||Search target player's library for up to three cards with flashback and put them into that player's graveyard. Then the player shuffles his or her library.| Hoodwink|Mercadian Masques|84|C|{1}{U}|Instant|||Return target artifact, enchantment, or land to its owner's hand.| Charisma|Mercadian Masques|66|R|{U}{U}{U}|Enchantment — Aura|||Enchant creature$Whenever enchanted creature deals damage to a creature, gain control of the other creature for as long as Charisma remains on the battlefield.| -Deliver|Invasion|292|U|{2}{U}|Instant|||$Return target permanent to its owner's hand.| +Stand|Invasion|292|U|{W}|Instant|||Prevent the next 2 damage that would be dealt to target creature this turn.| Deliver|Invasion|292|U|{2}{U}|Instant|||$Return target permanent to its owner's hand.| Malice|Invasion|293|U|{3}{B}|Instant|||$Destroy target nonblack creature. It can't be regenerated.| -Malice|Invasion|293|U|{3}{B}|Instant|||$Destroy target nonblack creature. It can't be regenerated.| -Pain|Invasion|294|U|{B}|Sorcery|||Target player discards a card.| +Spite|Invasion|293|U|{3}{U}|Instant|||Counter target noncreature spell.| +Suffering|Invasion|294|U|{3}{R}|Sorcery|||$Destroy target land.| Suffering|Invasion|294|U|{3}{R}|Sorcery|||$Destroy target land.| Battery|Invasion|295|U|{3}{G}|Sorcery|||$Put a 3/3 green Elephant creature token onto the battlefield.| Battery|Invasion|295|U|{3}{G}|Sorcery|||$Put a 3/3 green Elephant creature token onto the battlefield.| @@ -7571,8 +7571,8 @@ Wild Mammoth|Nemesis|124|U|{2}{G}|Creature Animate Land|Nemesis|101|U|{G}|Instant|||Until end of turn, target land becomes a 3/3 creature that's still a land.| Refreshing Rain|Nemesis|110|U|{3}{G}|Instant|||If an opponent controls a Swamp and you control a Forest, you may cast Refreshing Rain without paying its mana cost.$Target player gains 6 life.| Skyshroud Poacher|Nemesis|119|R|{2}{G}{G}|Creature — Human Rebel|2|2|{3}, {tap}: Search your library for an Elf permanent card and put it onto the battlefield. Then shuffle your library.| -Saproling Burst|Nemesis|113|R|{4}{G}|Enchantment|||Fading 7 (This enchantment enters the battlefield with seven fade counters on it. At the beginning of your upkeep, remove a fade counter from it. If you can't, sacrifice it.)$Remove a fade counter from Saproling Burst: Put a green Saproling creature token onto the battlefield. It has "This creature's power and toughness are each equal to the number of fade counters on Saproling Burst."$When Saproling Burst leaves the battlefield, destroy all tokens put onto the battlefield with Saproling Burst. They can't be regenerated.| -Elephant Resurgence|Prophecy|113|R|{1}{G}|Sorcery|||Each player puts a green Elephant creature token onto the battlefield. Those creatures have "This creature's power and toughness are each equal to the number of creature cards in its controller's graveyard."| +Saproling Burst|Nemesis|113|R|{4}{G}|Enchantment|||Fading 7 (This enchantment enters the battlefield with seven fade counters on it. At the beginning of your upkeep, remove a fade counter from it. If you can't, sacrifice it.)$Remove a fade counter from Saproling Burst: Put a green Saproling creature token onto the battlefield. It has "This creature's power and toughness are each equal to the number of fade counters on Saproling Burst."$When Saproling Burst leaves the battlefield, destroy all tokens put onto the battlefield with Saproling Burst. They can't be regenerated.| +Elephant Resurgence|Prophecy|113|R|{1}{G}|Sorcery|||Each player puts a green Elephant creature token onto the battlefield. Those creatures have "This creature's power and toughness are each equal to the number of creature cards in its controller's graveyard."| Saproling Cluster|Nemesis|114|R|{1}{G}|Enchantment|||{1}, Discard a card: Put a 1/1 green Saproling creature token onto the battlefield. Any player may activate this ability.| Rejuvenation Chamber|Nemesis|137|U|{3}|Artifact|||Fading 2 (This artifact enters the battlefield with two fade counters on it. At the beginning of your upkeep, remove a fade counter from it. If you can't, sacrifice it.)${tap}: You gain 2 life.| Rusting Golem|Nemesis|138|U|{4}|Artifact Creature — Golem|*|*|Fading 5 (This creature enters the battlefield with five fade counters on it. At the beginning of your upkeep, remove a fade counter from it. If you can't, sacrifice it.)$Rusting Golem's power and toughness are each equal to the number of fade counters on it.| @@ -7624,7 +7624,7 @@ Stronghold Machinist|Nemesis|46|U|{2}{U}|Creature Parallax Tide|Nemesis|37|R|{2}{U}{U}|Enchantment|||Fading 5 (This enchantment enters the battlefield with five fade counters on it. At the beginning of your upkeep, remove a fade counter from it. If you can't, sacrifice it.)$Remove a fade counter from Parallax Tide: Exile target land.$When Parallax Tide leaves the battlefield, each player returns to the battlefield all cards he or she owns exiled with Parallax Tide.| Lure|Mercadian Masques|258|U|{1}{G}{G}|Enchantment — Aura|||Enchant creature$All creatures able to block enchanted creature do so.| Bola Warrior|Nemesis|78|C|{1}{R}|Creature — Human Spellshaper Warrior|1|1|{R}, {tap}, Discard a card: Target creature can't block this turn.| -Overlaid Terrain|Nemesis|108|R|{2}{G}{G}|Enchantment|||As Overlaid Terrain enters the battlefield, sacrifice all lands you control.$Lands you control have "{tap}: Add two mana of any one color to your mana pool."| +Overlaid Terrain|Nemesis|108|R|{2}{G}{G}|Enchantment|||As Overlaid Terrain enters the battlefield, sacrifice all lands you control.$Lands you control have "{tap}: Add two mana of any one color to your mana pool."| Flint Golem|Nemesis|130|U|{4}|Artifact Creature — Golem|2|3|Whenever Flint Golem becomes blocked, defending player puts the top three cards of his or her library into his or her graveyard.| Trap Runner|Mercadian Masques|55|U|{2}{W}{W}|Creature — Human Soldier|2|3|{tap}: Target unblocked attacking creature becomes blocked. Activate this ability only during combat after blockers are declared. (This ability works on unblockable creatures.)| AEther Barrier|Nemesis|27|R|{2}{U}|Enchantment|||Whenever a player casts a creature spell, that player sacrifices a permanent unless he or she pays {1}.| @@ -7633,7 +7633,7 @@ Rootwater Commando|Nemesis|39|C|{2}{U}|Creature Oraxid|Nemesis|35|C|{3}{U}|Creature — Crab Beast|2|3|Protection from red| Ancient Hydra|Nemesis|76|U|{4}{R}|Creature — Hydra|5|1|Fading 5 (This creature enters the battlefield with five fade counters on it. At the beginning of your upkeep, remove a fade counter from it. If you can't, sacrifice it.)${1}, Remove a fade counter from Ancient Hydra: Ancient Hydra deals 1 damage to target creature or player.| Laccolith Titan|Nemesis|89|R|{5}{R}{R}|Creature — Beast|6|6|Whenever Laccolith Titan becomes blocked, you may have it deal damage equal to its power to target creature. If you do, Laccolith Titan assigns no combat damage this turn.| -Multani's Harmony|Planeshift|84|U|{G}|Enchantment — Aura|||Enchant creature$Enchanted creature has "{tap}: Add one mana of any color to your mana pool."| +Multani's Harmony|Planeshift|84|U|{G}|Enchantment — Aura|||Enchant creature$Enchanted creature has "{tap}: Add one mana of any color to your mana pool."| Mogg Toady|Nemesis|95|C|{1}{R}|Creature — Goblin|2|2|Mogg Toady can't attack unless you control more creatures than defending player.$Mogg Toady can't block unless you control more creatures than attacking player.| Parallax Inhibitor|Nemesis|134|R|{2}|Artifact|||{1}, {tap}, Sacrifice Parallax Inhibitor: Put a fade counter on each permanent with fading you control.| Sivvi's Valor|Nemesis|22|R|{2}{W}|Instant|||If you control a Plains, you may tap an untapped creature you control rather than pay Sivvi's Valor's mana cost.$All damage that would be dealt to target creature this turn is dealt to you instead.| @@ -7699,7 +7699,7 @@ Holy Day|Invasion|20|C|{W}|Instant|||Prevent all combat damage that would be dea Reviving Dose|Invasion|31|C|{2}{W}|Instant|||You gain 3 life.$Draw a card.| Shackles|Invasion|37|C|{2}{W}|Enchantment — Aura|||Enchant creature$Enchanted creature doesn't untap during its controller's untap step.${W}: Return Shackles to its owner's hand.| Restrain|Invasion|30|C|{2}{W}|Instant|||Prevent all combat damage that would be dealt by target attacking creature this turn.$$Draw a card.| -Prison Barricade|Invasion|25|C|{1}{W}|Creature — Wall|1|3|Defender (This creature can't attack.)$Kicker {1}{W} (You may pay an additional {1}{W} as you cast this spell.)$If Prison Barricade was kicked, it enters the battlefield with a +1/+1 counter on it and with "Prison Barricade can attack as though it didn't have defender."| +Prison Barricade|Invasion|25|C|{1}{W}|Creature — Wall|1|3|Defender (This creature can't attack.)$Kicker {1}{W} (You may pay an additional {1}{W} as you cast this spell.)$If Prison Barricade was kicked, it enters the battlefield with a +1/+1 counter on it and with "Prison Barricade can attack as though it didn't have defender."| Orim's Touch|Invasion|23|C|{W}|Instant|||Kicker {1} (You may pay an additional {1} as you cast this spell.)$Prevent the next 2 damage that would be dealt to target creature or player this turn. If Orim's Touch was kicked, prevent the next 4 damage that would be dealt to that creature or player this turn instead.| Dismantling Blow|Invasion|14|C|{2}{W}|Instant|||Kicker {2}{U} (You may pay an additional {2}{U} as you cast this spell.)$Destroy target artifact or enchantment.$If Dismantling Blow was kicked, draw two cards.| Benalish Heralds|Invasion|6|U|{3}{W}|Creature — Human Soldier|2|4|{3}{U}, {tap}: Draw a card.| @@ -7749,7 +7749,7 @@ Zanam Djinn|Invasion|90|U|{5}{U}|Creature Vodalian Hypnotist|Invasion|84|U|{1}{U}|Creature — Merfolk Wizard|1|1|{2}{B}, {tap}: Target player discards a card. Activate this ability only any time you could cast a sorcery.| Rainbow Crow|Invasion|69|U|{3}{U}|Creature — Bird|2|2|Flying$${1}: Rainbow Crow becomes the color of your choice until end of turn.| Sky Weaver|Invasion|74|U|{1}{U}|Creature — Metathran Wizard|2|1|{2}: Target white or black creature gains flying until end of turn. (It can't be blocked except by creatures with flying or reach.)| -Essence Leak|Invasion|55|U|{U}|Enchantment — Aura|||Enchant permanent$As long as enchanted permanent is red or green, it has "At the beginning of your upkeep, sacrifice this permanent unless you pay its mana cost."| +Essence Leak|Invasion|55|U|{U}|Enchantment — Aura|||Enchant permanent$As long as enchanted permanent is red or green, it has "At the beginning of your upkeep, sacrifice this permanent unless you pay its mana cost."| Fact or Fiction|Invasion|57|U|{3}{U}|Instant|||Reveal the top five cards of your library. An opponent separates those cards into two piles. Put one pile into your hand and the other into your graveyard.| Sway of Illusion|Invasion|77|U|{1}{U}|Instant|||Any number of target creatures become the color of your choice until end of turn.$$Draw a card.| Disrupt|Invasion|51|U|{U}|Instant|||Counter target instant or sorcery spell unless its controller pays {1}.$$Draw a card.| @@ -7790,10 +7790,10 @@ Trench Wurm|Invasion|127|U|{3}{B}|Creature Phyrexian Slayer|Invasion|118|C|{3}{B}|Creature — Minion|2|2|Flying$$Whenever Phyrexian Slayer becomes blocked by a white creature, destroy that creature. It can't be regenerated.| Hate Weaver|Invasion|108|U|{1}{B}|Creature — Zombie Wizard|2|1|{2}: Target blue or red creature gets +1/+0 until end of turn.| Annihilate|Invasion|94|U|{3}{B}{B}|Instant|||Destroy target nonblack creature. It can't be regenerated.$Draw a card.| -Shade's Form|Torment|81|C|{1}{B}{B}|Enchantment — Aura|||Enchant creature$Enchanted creature has "{B}: This creature gets +1/+1 until end of turn."$When enchanted creature dies, return that card to the battlefield under your control.| +Shade's Form|Torment|81|C|{1}{B}{B}|Enchantment — Aura|||Enchant creature$Enchanted creature has "{B}: This creature gets +1/+1 until end of turn."$When enchanted creature dies, return that card to the battlefield under your control.| Cursed Flesh|Invasion|98|C|{B}|Enchantment — Aura|||Enchant creature$Enchanted creature gets -1/-1 and has fear. (It can't be blocked except by artifact creatures and/or black creatures.)| Reckless Spite|Invasion|121|U|{1}{B}{B}|Instant|||Destroy two target nonblack creatures. You lose 5 life.| -Defiling Tears|Invasion|99|U|{2}{B}|Instant|||Until end of turn, target creature becomes black, gets +1/-1, and gains "{B}: Regenerate this creature."| +Defiling Tears|Invasion|99|U|{2}{B}|Instant|||Until end of turn, target creature becomes black, gets +1/-1, and gains "{B}: Regenerate this creature."| Tsabo's Assassin|Invasion|128|R|{2}{B}{B}|Creature — Zombie Assassin|1|1|{tap}: Destroy target creature if it shares a color with the most common color among all permanents or a color tied for most common. A creature destroyed this way can't be regenerated.| Nightscape Master|Invasion|113|R|{2}{B}{B}|Creature — Zombie Wizard|2|2|{U}{U}, {tap}: Return target creature to its owner's hand.${R}{R}, {tap}: Nightscape Master deals 2 damage to target creature.| Devouring Strossus|Invasion|101|R|{5}{B}{B}{B}|Creature — Horror|9|9|Flying, trample$At the beginning of your upkeep, sacrifice a creature.$Sacrifice a creature: Regenerate Devouring Strossus.| @@ -7912,7 +7912,7 @@ Cauldron Dance|Invasion|238|U|{4}{B}{R}|Instant|||Cast Cauldron Dance only durin Yavimaya Kavu|Invasion|291|U|{2}{R}{G}|Creature — Kavu|*|*|Yavimaya Kavu's power is equal to the number of red creatures on the battlefield.$Yavimaya Kavu's toughness is equal to the number of green creatures on the battlefield.| Simoon|Invasion|272|U|{R}{G}|Instant|||Simoon deals 1 damage to each creature target opponent controls.| Hunting Kavu|Invasion|252|U|{1}{R}{G}|Creature — Kavu|2|3|{1}{R}{G}, {tap}: Exile Hunting Kavu and target creature without flying that's attacking you.| -Angelic Shield|Invasion|228|U|{W}{U}|Enchantment|||Creatures you control get +0/+1.$$Sacrifice Angelic Shield: Return target creature to its owner's hand.| +Angelic Shield|Invasion|228|U|{W}{U}|Enchantment|||Creatures you control get +0/+1.$Sacrifice Angelic Shield: Return target creature to its owner's hand.| Seer's Vision|Invasion|270|U|{2}{U}{B}|Enchantment|||Your opponents play with their hands revealed.$Sacrifice Seer's Vision: Look at target player's hand and choose a card from it. That player discards that card. Activate this ability only any time you could cast a sorcery.| Smoldering Tar|Invasion|275|U|{2}{B}{R}|Enchantment|||At the beginning of your upkeep, target player loses 1 life.$Sacrifice Smoldering Tar: Smoldering Tar deals 4 damage to target creature. Activate this ability only any time you could cast a sorcery.| Fires of Yavimaya|Invasion|246|U|{1}{R}{G}|Enchantment|||Creatures you control have haste.$Sacrifice Fires of Yavimaya: Target creature gets +2/+2 until end of turn.| @@ -7921,7 +7921,7 @@ Heroes' Reunion|Invasion|250|U|{G}{W}|Instant|||Target player gains 7 life.| Aura Mutation|Invasion|232|R|{G}{W}|Instant|||Destroy target enchantment. Put X 1/1 green Saproling creature tokens onto the battlefield, where X is that enchantment's converted mana cost.| Kangee, Aerie Keeper|Invasion|253|R|{2}{W}{U}|Legendary Creature — Bird Wizard|2|2|Kicker {X}{2} (You may pay an additional {X}{2} as you cast this spell.)$Flying$When Kangee, Aerie Keeper enters the battlefield, if it was kicked, put X feather counters on it.$Other Bird creatures get +1/+1 for each feather counter on Kangee, Aerie Keeper.| Ordered Migration|Invasion|258|U|{3}{W}{U}|Sorcery|||Domain — Put a 1/1 blue Bird creature token with flying onto the battlefield for each basic land type among lands you control.| -Vile Consumption|Invasion|285|R|{1}{U}{B}|Enchantment|||All creatures have "At the beginning of your upkeep, sacrifice this creature unless you pay 1 life."| +Vile Consumption|Invasion|285|R|{1}{U}{B}|Enchantment|||All creatures have "At the beginning of your upkeep, sacrifice this creature unless you pay 1 life."| Spinal Embrace|Invasion|276|R|{3}{U}{U}{B}|Instant|||Cast Spinal Embrace only during combat.$Untap target creature you don't control and gain control of it. It gains haste until end of turn. At the beginning of the next end step, sacrifice it. If you do, you gain life equal to its toughness.| Undermine|Invasion|282|R|{U}{U}{B}|Instant|||Counter target spell. Its controller loses 3 life.| Reckless Assault|Invasion|263|R|{2}{B}{R}|Enchantment|||{1}, Pay 2 life: Reckless Assault deals 1 damage to target creature or player.| @@ -7995,16 +7995,16 @@ Sword Dancer|Prophecy|25|U|{1}{W}|Creature Trenching Steed|Prophecy|26|C|{3}{W}|Creature — Horse Rebel|2|3|Sacrifice a land: Trenching Steed gets +0/+3 until end of turn.| Troubled Healer|Prophecy|27|C|{2}{W}|Creature — Human Cleric|1|2|Sacrifice a land: Prevent the next 2 damage that would be dealt to target creature or player this turn.| Diving Griffin|Prophecy|6|C|{1}{W}{W}|Creature — Griffin|2|2|Flying, vigilance| -Glittering Lynx|Prophecy|11|C|{W}|Creature — Cat|1|1|Prevent all damage that would be dealt to Glittering Lynx.${2}: Until end of turn, Glittering Lynx loses "Prevent all damage that would be dealt to Glittering Lynx." Any player may activate this ability.| +Glittering Lynx|Prophecy|11|C|{W}|Creature — Cat|1|1|Prevent all damage that would be dealt to Glittering Lynx.${2}: Until end of turn, Glittering Lynx loses "Prevent all damage that would be dealt to Glittering Lynx." Any player may activate this ability.| Mageta's Boon|Prophecy|14|C|{1}{W}|Enchantment — Aura|||Flash$Enchant creature$Enchanted creature gets +1/+2.| Rhystic Shield|Prophecy|20|C|{1}{W}|Instant|||Creatures you control get +0/+1 until end of turn. They get an additional +0/+2 until end of turn unless any player pays {2}.| -Flowering Field|Prophecy|9|U|{1}{W}|Enchantment — Aura|||Enchant land$Enchanted land has "{tap}: Prevent the next 1 damage that would be dealt to target creature or player this turn."| +Flowering Field|Prophecy|9|U|{1}{W}|Enchantment — Aura|||Enchant land$Enchanted land has "{tap}: Prevent the next 1 damage that would be dealt to target creature or player this turn."| Excise|Prophecy|8|C|{X}{W}|Instant|||Exile target attacking creature unless its controller pays {X}.| Mirror Strike|Prophecy|17|U|{3}{W}|Instant|||All combat damage that would be dealt to you this turn by target unblocked creature is dealt to its controller instead.| Mine Bearer|Prophecy|16|C|{2}{W}|Creature — Human Soldier|1|1|{tap}, Sacrifice Mine Bearer: Destroy target attacking creature.| Shield Dancer|Prophecy|23|U|{2}{W}|Creature — Human Rebel|1|3|{2}{W}: The next time target attacking creature would deal combat damage to Shield Dancer this turn, that creature deals that damage to itself instead.| Entangler|Prophecy|7|U|{2}{W}{W}|Enchantment — Aura|||Enchant creature$Enchanted creature can block any number of creatures.| -Glittering Lion|Prophecy|10|U|{2}{W}|Creature — Cat|2|2|Prevent all damage that would be dealt to Glittering Lion.${3}: Until end of turn, Glittering Lion loses "Prevent all damage that would be dealt to Glittering Lion." Any player may activate this ability.| +Glittering Lion|Prophecy|10|U|{2}{W}|Creature — Cat|2|2|Prevent all damage that would be dealt to Glittering Lion.${3}: Until end of turn, Glittering Lion loses "Prevent all damage that would be dealt to Glittering Lion." Any player may activate this ability.| Reveille Squad|Prophecy|18|U|{2}{W}{W}|Creature — Human Rebel|3|3|Whenever one or more creatures attack you, if Reveille Squad is untapped, you may untap all creatures you control.| Aura Fracture|Prophecy|2|C|{2}{W}|Enchantment|||Sacrifice a land: Destroy target enchantment.| Abolish|Prophecy|1|U|{1}{W}{W}|Instant|||You may discard a Plains card rather than pay Abolish's mana cost.$Destroy target artifact or enchantment.| @@ -8021,7 +8021,7 @@ Ribbon Snake|Prophecy|46|C|{1}{U}{U}|Creature Hazy Homunculus|Prophecy|36|C|{1}{U}|Creature — Homunculus Illusion|1|1|Hazy Homunculus is unblockable as long as defending player controls an untapped land.| Gulf Squid|Prophecy|35|C|{3}{U}|Creature — Squid Beast|2|2|When Gulf Squid enters the battlefield, tap all lands target player controls.| Coastal Hornclaw|Prophecy|31|C|{4}{U}|Creature — Bird|3|3|Sacrifice a land: Coastal Hornclaw gains flying until end of turn.| -Sunken Field|Prophecy|51|U|{1}{U}|Enchantment — Aura|||Enchant land$Enchanted land has "{tap}: Counter target spell unless its controller pays {1}."| +Sunken Field|Prophecy|51|U|{1}{U}|Enchantment — Aura|||Enchant land$Enchanted land has "{tap}: Counter target spell unless its controller pays {1}."| Rhystic Deluge|Prophecy|43|C|{2}{U}|Enchantment|||{U}: Tap target creature unless its controller pays {1}.| Rhystic Scrying|Prophecy|44|U|{2}{U}{U}|Sorcery|||Draw three cards. Then, if any player pays {2}, discard three cards.| Mana Vapors|Prophecy|38|U|{1}{U}|Sorcery|||Lands target player controls don't untap during his or her next untap step.| @@ -8079,8 +8079,8 @@ Zerapa Minotaur|Prophecy|108|C|{2}{R}{R}|Creature Devastate|Prophecy|87|C|{3}{R}{R}|Sorcery|||Destroy target land. Devastate deals 1 damage to each creature and each player.| Latulla's Orders|Prophecy|96|C|{1}{R}|Enchantment — Aura|||Flash$Enchant creature$Whenever enchanted creature deals combat damage to defending player, you may destroy target artifact that player controls.| Rhystic Lightning|Prophecy|99|C|{2}{R}|Instant|||Rhystic Lightning deals 4 damage to target creature or player unless that creature's controller or that player pays {2}. If he or she does, Rhystic Lightning deals 2 damage to the creature or player.| -Barbed Field|Prophecy|83|U|{2}{R}{R}|Enchantment — Aura|||Enchant land$Enchanted land has "{tap}: This land deals 1 damage to target creature or player."| -Brutal Suppression|Prophecy|85|U|{R}|Enchantment|||Activated abilities of nontoken Rebels cost an additional "Sacrifice a land" to activate.| +Barbed Field|Prophecy|83|U|{2}{R}{R}|Enchantment — Aura|||Enchant land$Enchanted land has "{tap}: This land deals 1 damage to target creature or player."| +Brutal Suppression|Prophecy|85|U|{R}|Enchantment|||Activated abilities of nontoken Rebels cost an additional "Sacrifice a land" to activate.| Scoria Cat|Prophecy|101|U|{3}{R}{R}|Creature — Cat|3|3|Scoria Cat gets +3/+3 as long as you control no untapped lands.| Keldon Arsonist|Prophecy|92|U|{2}{R}|Creature — Human Soldier|1|1|{1}, Sacrifice two lands: Destroy target land.| Branded Brawlers|Prophecy|84|C|{R}|Creature — Human Soldier|2|2|Branded Brawlers can't attack if defending player controls an untapped land.$Branded Brawlers can't block if you control an untapped land.| @@ -8107,7 +8107,7 @@ Thresher Beast|Prophecy|128|C|{3}{G}{G}|Creature Calming Verse|Prophecy|110|C|{3}{G}|Sorcery|||Destroy all enchantments you don't control. Then, if you control an untapped land, destroy all enchantments you control.| Jolrael's Favor|Prophecy|116|C|{1}{G}|Enchantment — Aura|||Flash$Enchant creature${1}{G}: Regenerate enchanted creature.| Wild Might|Prophecy|134|C|{1}{G}|Instant|||Target creature gets +1/+1 until end of turn. That creature gets an additional +4/+4 until end of turn unless any player pays {2}.| -Verdant Field|Prophecy|130|U|{2}{G}|Enchantment — Aura|||Enchant land$Enchanted land has "{tap}: Target creature gets +1/+1 until end of turn."| +Verdant Field|Prophecy|130|U|{2}{G}|Enchantment — Aura|||Enchant land$Enchanted land has "{tap}: Target creature gets +1/+1 until end of turn."| Pygmy Razorback|Prophecy|120|C|{1}{G}|Creature — Boar|2|1|Trample| Marsh Boa|Prophecy|118|C|{G}|Creature — Snake|1|1|Swampwalk| Root Cage|Prophecy|122|U|{1}{G}|Enchantment|||Mercenaries don't untap during their controllers' untap steps.| @@ -8130,7 +8130,7 @@ Copper-Leaf Angel|Prophecy|137|R|{5}|Artifact Creature Keldon Battlewagon|Prophecy|139|R|{5}|Artifact Creature — Juggernaut|0|3|Trample$Keldon Battlewagon can't block.$When Keldon Battlewagon attacks, sacrifice it at end of combat.$Tap an untapped creature you control: Keldon Battlewagon gets +X/+0 until end of turn, where X is the power of the creature tapped this way.| Well of Discovery|Prophecy|140|R|{6}|Artifact|||At the beginning of your end step, if you control no untapped lands, draw a card.| Rhystic Cave|Prophecy|142|U||Land|||{tap}: Choose a color. Add one mana of that color to your mana pool unless any player pays {1}. Activate this ability only any time you could cast an instant.| -Noxious Field|Prophecy|70|U|{1}{B}{B}|Enchantment — Aura|||Enchant land$Enchanted land has "{tap}: This land deals 1 damage to each creature and each player."| +Noxious Field|Prophecy|70|U|{1}{B}{B}|Enchantment — Aura|||Enchant land$Enchanted land has "{tap}: This land deals 1 damage to each creature and each player."| Rhox|Nemesis|112|R|{4}{G}{G}|Creature — Rhino Beast|5|5|You may have Rhox assign its combat damage as though it weren't blocked.${2}{G}: Regenerate Rhox. (The next time this creature would be destroyed this turn, it isn't. Instead tap it, remove all damage from it, and remove it from combat.)| Wash Out|Invasion|87|U|{3}{U}|Sorcery|||Return all permanents of the color of your choice to their owners' hands.| Rewards of Diversity|Invasion|32|U|{2}{W}|Enchantment|||Whenever an opponent casts a multicolored spell, you gain 4 life.| @@ -8370,11 +8370,11 @@ Rushing River|Planeshift|30|C|{2}{U}|Instant|||Kicker Bog Down|Planeshift|39|C|{2}{B}|Sorcery|||Kicker—Sacrifice two lands. (You may sacrifice two lands in addition to any other costs as you cast this spell.)$Target player discards two cards. If Bog Down was kicked, that player discards three cards instead.| Magma Burst|Planeshift|66|C|{3}{R}|Instant|||Kicker—Sacrifice two lands. (You may sacrifice two lands in addition to any other costs as you cast this spell.)$Magma Burst deals 3 damage to target creature or player. If Magma Burst was kicked, it deals 3 damage to another target creature or player.| Falling Timber|Planeshift|79|C|{2}{G}|Instant|||Kicker—Sacrifice a land. (You may sacrifice a land in addition to any other costs as you cast this spell.)$Prevent all combat damage target creature would deal this turn. If Falling Timber was kicked, prevent all combat damage another target creature would deal this turn.| -Degavolver|Apocalypse|6|R|{1}{W}|Creature — Volver|1|1|Kicker {1}{B} and/or {R} (You may pay an additional {1}{B} and/or {R} as you cast this spell.)$If Degavolver was kicked with its {1}{B} kicker, it enters the battlefield with two +1/+1 counters on it and with "Pay 3 life: Regenerate Degavolver."$If Degavolver was kicked with its {R} kicker, it enters the battlefield with a +1/+1 counter on it and with first strike.| +Degavolver|Apocalypse|6|R|{1}{W}|Creature — Volver|1|1|Kicker {1}{B} and/or {R} (You may pay an additional {1}{B} and/or {R} as you cast this spell.)$If Degavolver was kicked with its {1}{B} kicker, it enters the battlefield with two +1/+1 counters on it and with "Pay 3 life: Regenerate Degavolver."$If Degavolver was kicked with its {R} kicker, it enters the battlefield with a +1/+1 counter on it and with first strike.| Cetavolver|Apocalypse|21|R|{1}{U}|Creature — Volver|1|1|Kicker {1}{R} and/or {G} (You may pay an additional {1}{R} and/or {G} as you cast this spell.)$If Cetavolver was kicked with its {1}{R} kicker, it enters the battlefield with two +1/+1 counters on it and with first strike.$If Cetavolver was kicked with its {G} kicker, it enters the battlefield with a +1/+1 counter on it and with trample.| -Necravolver|Apocalypse|46|R|{2}{B}|Creature — Volver|2|2|Kicker {1}{G} and/or {W} (You may pay an additional {1}{G} and/or {W} as you cast this spell.)$If Necravolver was kicked with its {1}{G} kicker, it enters the battlefield with two +1/+1 counters on it and with trample.$If Necravolver was kicked with its {W} kicker, it enters the battlefield with a +1/+1 counter on it and with "Whenever Necravolver deals damage, you gain that much life."| -Rakavolver|Apocalypse|68|R|{2}{R}|Creature — Volver|2|2|Kicker {1}{W} and/or {U} (You may pay an additional {1}{W} and/or {U} as you cast this spell.)$If Rakavolver was kicked with its {1}{W} kicker, it enters the battlefield with two +1/+1 counters on it and with "Whenever Rakavolver deals damage, you gain that much life."$If Rakavolver was kicked with its {U} kicker, it enters the battlefield with a +1/+1 counter on it and with flying.| -Anavolver|Apocalypse|75|R|{3}{G}|Creature — Volver|3|3|Kicker {1}{U} and/or {B} (You may pay an additional {1}{U} and/or {B} as you cast this spell.)$If Anavolver was kicked with its {1}{U} kicker, it enters the battlefield with two +1/+1 counters on it and with flying.$If Anavolver was kicked with its {B} kicker, it enters the battlefield with a +1/+1 counter on it and with "Pay 3 life: Regenerate Anavolver."| +Necravolver|Apocalypse|46|R|{2}{B}|Creature — Volver|2|2|Kicker {1}{G} and/or {W} (You may pay an additional {1}{G} and/or {W} as you cast this spell.)$If Necravolver was kicked with its {1}{G} kicker, it enters the battlefield with two +1/+1 counters on it and with trample.$If Necravolver was kicked with its {W} kicker, it enters the battlefield with a +1/+1 counter on it and with "Whenever Necravolver deals damage, you gain that much life."| +Rakavolver|Apocalypse|68|R|{2}{R}|Creature — Volver|2|2|Kicker {1}{W} and/or {U} (You may pay an additional {1}{W} and/or {U} as you cast this spell.)$If Rakavolver was kicked with its {1}{W} kicker, it enters the battlefield with two +1/+1 counters on it and with "Whenever Rakavolver deals damage, you gain that much life."$If Rakavolver was kicked with its {U} kicker, it enters the battlefield with a +1/+1 counter on it and with flying.| +Anavolver|Apocalypse|75|R|{3}{G}|Creature — Volver|3|3|Kicker {1}{U} and/or {B} (You may pay an additional {1}{U} and/or {B} as you cast this spell.)$If Anavolver was kicked with its {1}{U} kicker, it enters the battlefield with two +1/+1 counters on it and with flying.$If Anavolver was kicked with its {B} kicker, it enters the battlefield with a +1/+1 counter on it and with "Pay 3 life: Regenerate Anavolver."| Pernicious Deed|Apocalypse|114|R|{1}{B}{G}|Enchantment|||{X}, Sacrifice Pernicious Deed: Destroy each artifact, creature, and enchantment with converted mana cost X or less.| Sinister Strength|Planeshift|54|C|{1}{B}|Enchantment — Aura|||Enchant creature$Enchanted creature gets +3/+1 and is black.| Penumbra Kavu|Apocalypse|83|U|{4}{G}|Creature — Kavu|3|3|When Penumbra Kavu dies, put a 3/3 black Kavu creature token onto the battlefield.| @@ -8443,7 +8443,7 @@ Volcano Imp|Planeshift|56|C|{3}{B}|Creature Tunneler Wurm|Judgment|135|U|{6}{G}{G}|Creature — Wurm|6|6|Discard a card: Regenerate Tunneler Wurm.| Coalition Honor Guard|Apocalypse|3|C|{3}{W}|Creature — Human Flagbearer|2|4|While choosing targets as part of casting a spell or activating an ability, your opponents must choose at least one Flagbearer on the battlefield if able.| Phyrexian Infiltrator|Invasion|116|R|{2}{B}|Creature — Minion|2|2|{2}{U}{U}: Exchange control of Phyrexian Infiltrator and target creature. (This effect lasts indefinitely.)| -Quicksilver Dagger|Apocalypse|118|C|{1}{U}{R}|Enchantment — Aura|||Enchant creature$Enchanted creature has "{tap}: This creature deals 1 damage to target player. You draw a card."| +Quicksilver Dagger|Apocalypse|118|C|{1}{U}{R}|Enchantment — Aura|||Enchant creature$Enchanted creature has "{tap}: This creature deals 1 damage to target player. You draw a card."| Stone Kavu|Planeshift|93|C|{4}{G}|Creature — Kavu|3|3|{R}: Stone Kavu gets +1/+0 until end of turn.${W}: Stone Kavu gets +0/+1 until end of turn.| Metathran Transport|Invasion|62|U|{1}{U}{U}|Creature — Metathran|1|3|Flying$Metathran Transport can't be blocked by blue creatures.${U}: Target creature becomes blue until end of turn.| Tsabo's Decree|Invasion|129|R|{5}{B}|Instant|||Choose a creature type. Target player reveals his or her hand and discards all creature cards of that type. Then destroy all creatures of that type that player controls. They can't be regenerated.| @@ -8456,7 +8456,7 @@ Magnigoth Treefolk|Planeshift|82|R|{4}{G}|Creature Skyshroud Blessing|Planeshift|92|U|{1}{G}|Instant|||Lands gain shroud until end of turn. (They can't be the targets of spells or abilities.)$Draw a card.| Surprise Deployment|Planeshift|18|U|{3}{W}|Instant|||Cast Surprise Deployment only during combat.$You may put a nonwhite creature card from your hand onto the battlefield. At the beginning of the next end step, return that creature to your hand. (Return it only if it's on the battlefield.)| Dwell on the Past|Torment|124|U|{G}|Sorcery|||Target player shuffles up to four target cards from his or her graveyard into his or her library.| -Sisay's Ingenuity|Planeshift|33|C|{U}|Enchantment — Aura|||Enchant creature$When Sisay's Ingenuity enters the battlefield, draw a card.$Enchanted creature has "{2}{U}: Target creature becomes the color of your choice until end of turn."| +Sisay's Ingenuity|Planeshift|33|C|{U}|Enchantment — Aura|||Enchant creature$When Sisay's Ingenuity enters the battlefield, draw a card.$Enchanted creature has "{2}{U}: Target creature becomes the color of your choice until end of turn."| Tahngarth, Talruum Hero|Planeshift|74|R|{3}{R}{R}|Legendary Creature — Minotaur Warrior|4|4|Vigilance${1}{R}, {tap}: Tahngarth, Talruum Hero deals damage equal to its power to target creature. That creature deals damage equal to its power to Tahngarth.| Amphibious Kavu|Planeshift|78|C|{2}{G}|Creature — Kavu|2|2|Whenever Amphibious Kavu blocks or becomes blocked by one or more blue and/or black creatures, Amphibious Kavu gets +3/+3 until end of turn.| Natural Emergence|Planeshift|117|R|{2}{R}{G}|Enchantment|||When Natural Emergence enters the battlefield, return a red or green enchantment you control to its owner's hand.$Lands you control are 2/2 creatures with first strike. They're still lands.| @@ -8703,7 +8703,7 @@ Orim's Thunder|Apocalypse|15|C|{2}{W}|Instant|||Kicker {R} (You may pay an ad Shimmering Mirage|Apocalypse|30|C|{1}{U}|Instant|||Target land becomes the basic land type of your choice until end of turn.$Draw a card.| Coastal Drake|Apocalypse|22|C|{2}{U}|Creature — Drake|2|1|Flying${1}{U}, {tap}: Return target Kavu to its owner's hand.| Gallantry|Odyssey|23|U|{1}{W}|Instant|||Target blocking creature gets +4/+4 until end of turn.$$Draw a card.| -Foul Presence|Apocalypse|39|U|{2}{B}|Enchantment — Aura|||Enchant creature$Enchanted creature gets -1/-1 and has "{tap}: Target creature gets -1/-1 until end of turn."| +Foul Presence|Apocalypse|39|U|{2}{B}|Enchantment — Aura|||Enchant creature$Enchanted creature gets -1/-1 and has "{tap}: Target creature gets -1/-1 until end of turn."| Bloodfire Kavu|Apocalypse|58|U|{2}{R}{R}|Creature — Kavu|2|2|{R}, Sacrifice Bloodfire Kavu: Bloodfire Kavu deals 2 damage to each creature.| Bloodfire Colossus|Apocalypse|55|R|{6}{R}{R}|Creature — Giant|6|6|{R}, Sacrifice Bloodfire Colossus: Bloodfire Colossus deals 6 damage to each creature and each player.| Diversionary Tactics|Apocalypse|7|U|{3}{W}|Enchantment|||Tap two untapped creatures you control: Tap target creature.| @@ -8812,7 +8812,7 @@ Cartographer|Odyssey|232|C|{2}{G}|Creature Nimble Mongoose|Odyssey|258|U|{G}|Creature — Mongoose|1|1|Shroud (This permanent can't be the target of spells or abilities.)$Threshold — Nimble Mongoose gets +2/+2 as long as seven or more cards are in your graveyard.| Werebear|Odyssey|282|C|{1}{G}|Creature — Human Bear Druid|1|1|{tap}: Add {G} to your mana pool.$Threshold — Werebear gets +3/+3 as long as seven or more cards are in your graveyard.| Call of the Herd|Odyssey|231|R|{2}{G}|Sorcery|||Put a 3/3 green Elephant creature token onto the battlefield.$Flashback {3}{G} (You may cast this card from your graveyard for its flashback cost. Then exile it.)| -Possessed Centaur|Torment|137|R|{2}{G}{G}|Creature — Centaur Horror|3|3|Trample$Threshold — As long as seven or more cards are in your graveyard, Possessed Centaur gets +1/+1, is black, and has "{2}{B}, {tap}: Destroy target green creature."| +Possessed Centaur|Torment|137|R|{2}{G}{G}|Creature — Centaur Horror|3|3|Trample$Threshold — As long as seven or more cards are in your graveyard, Possessed Centaur gets +1/+1, is black, and has "{2}{B}, {tap}: Destroy target green creature."| Muscle Burst|Odyssey|252|C|{1}{G}|Instant|||Target creature gets +X/+X until end of turn, where X is 3 plus the number of cards named Muscle Burst in all graveyards.| Rites of Spring|Odyssey|265|C|{1}{G}|Sorcery|||Discard any number of cards. Search your library for that many basic land cards, reveal those cards, and put them into your hand. Then shuffle your library.| Sylvan Might|Odyssey|277|U|{1}{G}|Instant|||Target creature gets +2/+2 and gains trample until end of turn.$Flashback {2}{G}{G} (You may cast this card from your graveyard for its flashback cost. Then exile it.)| @@ -8837,7 +8837,7 @@ Sphere of Reason|Odyssey|51|U|{3}{W}|Enchantment|||If a blue source would deal d Sphere of Grace|Odyssey|49|U|{3}{W}|Enchantment|||If a black source would deal damage to you, prevent 2 of that damage.| Sphere of Law|Odyssey|50|U|{3}{W}|Enchantment|||If a red source would deal damage to you, prevent 2 of that damage.| Sphere of Duty|Odyssey|48|U|{3}{W}|Enchantment|||If a green source would deal damage to you, prevent 2 of that damage.| -Possessed Nomad|Torment|13|R|{2}{W}{W}|Creature — Human Nomad Horror|3|3|Vigilance$Threshold — As long as seven or more cards are in your graveyard, Possessed Nomad gets +1/+1, is black, and has "{2}{B}, {tap}: Destroy target white creature."| +Possessed Nomad|Torment|13|R|{2}{W}{W}|Creature — Human Nomad Horror|3|3|Vigilance$Threshold — As long as seven or more cards are in your graveyard, Possessed Nomad gets +1/+1, is black, and has "{2}{B}, {tap}: Destroy target white creature."| Innocent Blood|Odyssey|145|C|{B}|Sorcery|||Each player sacrifices a creature.| Puppeteer|Odyssey|97|U|{2}{U}|Creature — Human Wizard|1|2|{U}, {tap}: You may tap or untap target creature.| Balshan Griffin|Odyssey|67|U|{3}{U}{U}|Creature — Griffin|3|2|Flying${1}{U}, Discard a card: Return Balshan Griffin to its owner's hand.| @@ -8847,7 +8847,7 @@ Plagiarize|Torment|44|R|{3}{U}|Instant|||Until end of turn, if target player wou Insidious Dreams|Torment|66|R|{3}{B}|Instant|||As an additional cost to cast Insidious Dreams, discard X cards.$Search your library for X cards. Then shuffle your library and put those cards on top of it in any order.| Dematerialize|Odyssey|81|C|{3}{U}|Sorcery|||Return target permanent to its owner's hand.$Flashback {5}{U}{U} (You may cast this card from your graveyard for its flashback cost. Then exile it.)| Turbulent Dreams|Torment|49|R|{U}{U}|Sorcery|||As an additional cost to cast Turbulent Dreams, discard X cards.$Return X target nonland permanents to their owners' hands.| -Immobilizing Ink|Odyssey|87|C|{1}{U}|Enchantment — Aura|||Enchant creature$Enchanted creature doesn't untap during its controller's untap step.$Enchanted creature has "{1}, Discard a card: Untap this creature."| +Immobilizing Ink|Odyssey|87|C|{1}{U}|Enchantment — Aura|||Enchant creature$Enchanted creature doesn't untap during its controller's untap step.$Enchanted creature has "{1}, Discard a card: Untap this creature."| Persuasion|Odyssey|92|R|{3}{U}{U}|Enchantment — Aura|||Enchant creature (Target a creature as you cast this. This card enters the battlefield attached to that creature.)$You control enchanted creature.| Think Tank|Odyssey|104|U|{2}{U}|Enchantment|||At the beginning of your upkeep, look at the top card of your library. You may put that card into your graveyard.| Flash of Insight|Judgment|40|U|{X}{1}{U}|Instant|||Look at the top X cards of your library. Put one of them into your hand and the rest on the bottom of your library in any order.$Flashback—{1}{U}, Exile X blue cards from your graveyard. (You may cast this card from your graveyard for its flashback cost, then exile it. You can't exile Flash of Insight to pay for its own flashback cost.)| @@ -8909,7 +8909,7 @@ Barbarian Ring|Odyssey|313|U||Land|||{tap}: Add {R} to your mana pool. Barbarian Invigorating Falls|Torment|128|C|{2}{G}{G}|Sorcery|||You gain life equal to the number of creature cards in all graveyards.| Restless Dreams|Torment|79|C|{B}|Sorcery|||As an additional cost to cast Restless Dreams, discard X cards.$Return X target creature cards from your graveyard to your hand.| Devoted Caretaker|Odyssey|18|R|{W}|Creature — Human Cleric|1|2|{W}, {tap}: Target permanent you control gains protection from instant spells and from sorcery spells until end of turn.| -Wayward Angel|Odyssey|57|R|{4}{W}{W}|Creature — Angel Horror|4|4|Flying, vigilance$Threshold — As long as seven or more cards are in your graveyard, Wayward Angel gets +3/+3, is black, has trample, and has "At the beginning of your upkeep, sacrifice a creature."| +Wayward Angel|Odyssey|57|R|{4}{W}{W}|Creature — Angel Horror|4|4|Flying, vigilance$Threshold — As long as seven or more cards are in your graveyard, Wayward Angel gets +3/+3, is black, has trample, and has "At the beginning of your upkeep, sacrifice a creature."| Master Apothecary|Odyssey|32|R|{W}{W}{W}|Creature — Human Cleric|2|2|Tap an untapped Cleric you control: Prevent the next 2 damage that would be dealt to target creature or player this turn.| Major Teroh|Torment|8|R|{3}{W}|Legendary Creature — Bird Soldier|2|3|Flying${3}{W}{W}, Sacrifice Major Teroh: Exile all black creatures.| Graceful Antelope|Odyssey|24|R|{2}{W}{W}|Creature — Antelope|1|4|Plainswalk$Whenever Graceful Antelope deals combat damage to a player, you may have target land become a Plains until Graceful Antelope leaves the battlefield.| @@ -8937,15 +8937,15 @@ Cephalid Shrine|Odyssey|75|R|{1}{U}{U}|Enchantment|||Whenever a player casts a s Battle of Wits|Odyssey|69|R|{3}{U}{U}|Enchantment|||At the beginning of your upkeep, if you have 200 or more cards in your library, you win the game.| Cabal Patriarch|Odyssey|120|R|{3}{B}{B}{B}|Legendary Creature — Human Wizard|5|5|{2}{B}, Sacrifice a creature: Target creature gets -2/-2 until end of turn.${2}{B}, Exile a creature card from your graveyard: Target creature gets -2/-2 until end of turn.| Sutured Ghoul|Judgment|73|R|{4}{B}{B}{B}|Creature — Zombie|*|*|Trample$As Sutured Ghoul enters the battlefield, exile any number of creature cards from your graveyard.$Sutured Ghoul's power is equal to the total power of the exiled cards and its toughness is equal to their total toughness.| -Repentant Vampire|Odyssey|157|R|{3}{B}{B}|Creature — Vampire|3|3|Flying$Whenever a creature dealt damage by Repentant Vampire this turn dies, put a +1/+1 counter on Repentant Vampire.$Threshold — As long as seven or more cards are in your graveyard, Repentant Vampire is white and has "{tap}: Destroy target black creature."| +Repentant Vampire|Odyssey|157|R|{3}{B}{B}|Creature — Vampire|3|3|Flying$Whenever a creature dealt damage by Repentant Vampire this turn dies, put a +1/+1 counter on Repentant Vampire.$Threshold — As long as seven or more cards are in your graveyard, Repentant Vampire is white and has "{tap}: Destroy target black creature."| Mortivore|Odyssey|152|R|{2}{B}{B}|Creature — Lhurgoyf|*|*|Mortivore's power and toughness are each equal to the number of creature cards in all graveyards.${B}: Regenerate Mortivore.| Braids, Cabal Minion|Odyssey|117|R|{2}{B}{B}|Legendary Creature — Human Minion|2|2|At the beginning of each player's upkeep, that player sacrifices an artifact, creature, or land.| Mindslicer|Odyssey|149|R|{2}{B}{B}|Creature — Horror|4|3|When Mindslicer dies, each player discards his or her hand.| -Bloodcurdler|Odyssey|116|R|{1}{B}|Creature — Horror|1|1|Flying$At the beginning of your upkeep, put the top card of your library into your graveyard.$Threshold — As long as seven or more cards are in your graveyard, Bloodcurdler gets +1/+1 and has "At the beginning of your end step, exile two cards from your graveyard."| +Bloodcurdler|Odyssey|116|R|{1}{B}|Creature — Horror|1|1|Flying$At the beginning of your upkeep, put the top card of your library into your graveyard.$Threshold — As long as seven or more cards are in your graveyard, Bloodcurdler gets +1/+1 and has "At the beginning of your end step, exile two cards from your graveyard."| Nefarious Lich|Odyssey|153|R|{B}{B}{B}{B}|Enchantment|||If damage would be dealt to you, exile that many cards from your graveyard instead. If you can't, you lose the game.$If you would gain life, draw that many cards instead.$When Nefarious Lich leaves the battlefield, you lose the game.| Tainted Pact|Odyssey|164|R|{1}{B}|Instant|||Exile the top card of your library. You may put that card into your hand unless it has the same name as another card exiled this way. Repeat this process until you put a card into your hand or you exile two cards with the same name, whichever comes first.| Diabolic Tutor|Odyssey|129|U|{2}{B}{B}|Sorcery|||Search your library for a card and put that card into your hand. Then shuffle your library.| -Decaying Soil|Odyssey|127|R|{1}{B}{B}|Enchantment|||At the beginning of your upkeep, exile a card from your graveyard.$Threshold — As long as seven or more cards are in your graveyard, Decaying Soil has "Whenever a nontoken creature is put into your graveyard from the battlefield, you may pay {1}. If you do, return that card to your hand."| +Decaying Soil|Odyssey|127|R|{1}{B}{B}|Enchantment|||At the beginning of your upkeep, exile a card from your graveyard.$Threshold — As long as seven or more cards are in your graveyard, Decaying Soil has "Whenever a nontoken creature is put into your graveyard from the battlefield, you may pay {1}. If you do, return that card to your hand."| Haunting Echoes|Odyssey|142|R|{3}{B}{B}|Sorcery|||Exile all cards from target player's graveyard other than basic land cards. For each card exiled this way, search that player's library for all cards with the same name as that card and exile them. Then that player shuffles his or her library.| Zombie Infestation|Odyssey|170|U|{1}{B}|Enchantment|||Discard two cards: Put a 2/2 black Zombie creature token onto the battlefield.| Skeletal Scrying|Odyssey|161|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.| @@ -8972,7 +8972,7 @@ Terravore|Odyssey|278|R|{1}{G}{G}|Creature Stone-Tongue Basilisk|Odyssey|276|R|{4}{G}{G}{G}|Creature — Basilisk|4|5|Whenever Stone-Tongue Basilisk deals combat damage to a creature, destroy that creature at end of combat.$Threshold — As long as seven or more cards are in your graveyard, all creatures able to block Stone-Tongue Basilisk do so.| Zoologist|Odyssey|285|R|{3}{G}|Creature — Human Druid|1|2|{3}{G}, {tap}: Reveal the top card of your library. If it's a creature card, put it onto the battlefield. Otherwise, put it into your graveyard.| Seton, Krosan Protector|Odyssey|267|R|{G}{G}{G}|Legendary Creature — Centaur Druid|2|2|Tap an untapped Druid you control: Add {G} to your mana pool.| -Chlorophant|Odyssey|234|R|{G}{G}{G}|Creature — Elemental|1|1|At the beginning of your upkeep, you may put a +1/+1 counter on Chlorophant.$Threshold — As long as seven or more cards are in your graveyard, Chlorophant has "At the beginning of your upkeep, you may put another +1/+1 counter on Chlorophant."| +Chlorophant|Odyssey|234|R|{G}{G}{G}|Creature — Elemental|1|1|At the beginning of your upkeep, you may put a +1/+1 counter on Chlorophant.$Threshold — As long as seven or more cards are in your graveyard, Chlorophant has "At the beginning of your upkeep, you may put another +1/+1 counter on Chlorophant."| Nut Collector|Odyssey|259|R|{5}{G}|Creature — Human Druid|1|1|At the beginning of your upkeep, you may put a 1/1 green Squirrel creature token onto the battlefield.$Threshold — Squirrel creatures get +2/+2 as long as seven or more cards are in your graveyard.| Verdant Succession|Odyssey|280|R|{4}{G}|Enchantment|||Whenever a green nontoken creature dies, that creature's controller may search his or her library for a card with the same name as that creature and put it onto the battlefield. If that player does, he or she shuffles his or her library.| Ground Seal|Odyssey|242|R|{1}{G}|Enchantment|||When Ground Seal enters the battlefield, draw a card.$Cards in graveyards can't be the targets of spells or abilities.| @@ -9016,7 +9016,7 @@ Mystic Familiar|Torment|11|C|{1}{W}|Creature Patrol Hound|Odyssey|38|C|{1}{W}|Creature — Hound|2|2|Discard a card: Patrol Hound gains first strike until end of turn.| Concentrate|Odyssey|78|U|{2}{U}{U}|Sorcery|||Draw three cards.| Krosan Verge|Judgment|141|U||Land|||Krosan Verge enters the battlefield tapped.${tap}: Add {1} to your mana pool.${2}, {tap}, 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.| -Possessed Aven|Torment|45|R|{2}{U}{U}|Creature — Bird Soldier Horror|3|3|Flying$Threshold — As long as seven or more cards are in your graveyard, Possessed Aven gets +1/+1, is black, and has "{2}{B}, {tap}: Destroy target blue creature."| +Possessed Aven|Torment|45|R|{2}{U}{U}|Creature — Bird Soldier Horror|3|3|Flying$Threshold — As long as seven or more cards are in your graveyard, Possessed Aven gets +1/+1, is black, and has "{2}{B}, {tap}: Destroy target blue creature."| Covert Operative|Legions|33|C|{4}{U}|Creature — Human Wizard|3|2|Covert Operative is unblockable.| Peek|Odyssey|91|C|{U}|Instant|||Look at target player's hand.$Draw a card.| Tombfire|Odyssey|165|R|{B}|Sorcery|||Target player exiles all cards with flashback from his or her graveyard.| @@ -9028,7 +9028,7 @@ Sungrass Egg|Odyssey|311|U|{1}|Artifact|||{2}, {tap}, Sacrifice Sungrass Egg: Ad Shelter|Odyssey|46|C|{1}{W}|Instant|||Target creature you control gains protection from the color of your choice until end of turn.$$Draw a card.| Coffin Purge|Odyssey|124|C|{B}|Instant|||Exile target card from a graveyard.$Flashback {B} (You may cast this card from your graveyard for its flashback cost. Then exile it.)| Cultural Exchange|Odyssey|79|R|{4}{U}{U}|Sorcery|||Choose any number of creatures target player controls. Choose the same number of creatures another target player controls. Those players exchange control of those creatures. (This effect lasts indefinitely.)| -Tribal Golem|Onslaught|311|R|{6}|Artifact Creature — Golem|4|4|Tribal Golem has trample as long as you control a Beast, haste as long as you control a Goblin, first strike as long as you control a Soldier, flying as long as you control a Wizard, and "{B}: Regenerate Tribal Golem" as long as you control a Zombie.| +Tribal Golem|Onslaught|311|R|{6}|Artifact Creature — Golem|4|4|Tribal Golem has trample as long as you control a Beast, haste as long as you control a Goblin, first strike as long as you control a Soldier, flying as long as you control a Wizard, and "{B}: Regenerate Tribal Golem" as long as you control a Zombie.| Testament of Faith|Odyssey|55|U|{W}|Enchantment|||{X}: Testament of Faith becomes an X/X Wall creature with defender until end of turn. It's still an enchantment.| Chatter of the Squirrel|Odyssey|233|C|{G}|Sorcery|||Put a 1/1 green Squirrel creature token onto the battlefield.$Flashback {1}{G} (You may cast this card from your graveyard for its flashback cost. Then exile it.)| Reckless Charge|Odyssey|215|C|{R}|Sorcery|||Target creature gets +3/+0 and gains haste until end of turn.$Flashback {2}{R} (You may cast this card from your graveyard for its flashback cost. Then exile it.)| @@ -9083,7 +9083,7 @@ Impulsive Maneuvers|Odyssey|197|R|{2}{R}{R}|Enchantment|||Whenever a creature at Grand Melee|Onslaught|211|R|{3}{R}|Enchantment|||All creatures attack each turn if able.$$All creatures block each turn if able.| Dogged Hunter|Odyssey|20|R|{2}{W}|Creature — Human Nomad|1|1|{tap}: Destroy target creature token.| Pianna, Nomad Captain|Odyssey|39|R|{1}{W}{W}|Legendary Creature — Human Nomad|2|2|Whenever Pianna, Nomad Captain attacks, attacking creatures get +1/+1 until end of turn.| -Psionic Gift|Odyssey|95|C|{1}{U}|Enchantment — Aura|||Enchant creature$Enchanted creature has "{tap}: This creature deals 1 damage to target creature or player."| +Psionic Gift|Odyssey|95|C|{1}{U}|Enchantment — Aura|||Enchant creature$Enchanted creature has "{tap}: This creature deals 1 damage to target creature or player."| Phantatog|Odyssey|291|U|{1}{W}{U}|Creature — Atog|1|2|Sacrifice an enchantment: Phantatog gets +1/+1 until end of turn.$Discard a card: Phantatog gets +1/+1 until end of turn.| Sarcatog|Odyssey|293|U|{1}{B}{R}|Creature — Atog|1|2|Exile two cards from your graveyard: Sarcatog gets +1/+1 until end of turn.$Sacrifice an artifact: Sarcatog gets +1/+1 until end of turn.| Decompose|Odyssey|128|U|{1}{B}|Sorcery|||Exile up to three target cards from a single graveyard.| @@ -9124,10 +9124,10 @@ Patchwork Gnomes|Odyssey|306|U|{3}|Artifact Creature Slithery Stalker|Torment|84|U|{1}{B}{B}|Creature — Nightmare Horror|1|1|Swampwalk$When Slithery Stalker enters the battlefield, exile target green or white creature an opponent controls.$When Slithery Stalker leaves the battlefield, return the exiled card to the battlefield under its owner's control.| Atogatog|Odyssey|286|R|{W}{U}{B}{R}{G}|Legendary Creature — Atog|5|5|Sacrifice an Atog creature: Atogatog gets +X/+X until end of turn, where X is the sacrificed creature's power.| Thaumatog|Odyssey|295|U|{1}{G}{W}|Creature — Atog|1|2|Sacrifice a land: Thaumatog gets +1/+1 until end of turn.$Sacrifice an enchantment: Thaumatog gets +1/+1 until end of turn.| -Squirrel Nest|Odyssey|274|U|{1}{G}{G}|Enchantment — Aura|||Enchant land$Enchanted land has "{tap}: Put a 1/1 green Squirrel creature token onto the battlefield."| -Caustic Tar|Odyssey|122|U|{4}{B}{B}|Enchantment — Aura|||Enchant land$Enchanted land has "{tap}: Target player loses 3 life."| +Squirrel Nest|Odyssey|274|U|{1}{G}{G}|Enchantment — Aura|||Enchant land$Enchanted land has "{tap}: Put a 1/1 green Squirrel creature token onto the battlefield."| +Caustic Tar|Odyssey|122|U|{4}{B}{B}|Enchantment — Aura|||Enchant land$Enchanted land has "{tap}: Target player loses 3 life."| Steam Vines|Odyssey|223|U|{1}{R}{R}|Enchantment — Aura|||Enchant land$When enchanted land becomes tapped, destroy it and Steam Vines deals 1 damage to that land's controller. That player attaches Steam Vines to a land of his or her choice.| -Animal Boneyard|Odyssey|4|U|{2}{W}|Enchantment — Aura|||Enchant land$Enchanted land has "{tap}, Sacrifice a creature: You gain life equal to that creature's toughness."| +Animal Boneyard|Odyssey|4|U|{2}{W}|Enchantment — Aura|||Enchant land$Enchanted land has "{tap}, Sacrifice a creature: You gain life equal to that creature's toughness."| Cephalid Snitch|Torment|30|C|{1}{U}|Creature — Cephalid Wizard|1|1|Sacrifice Cephalid Snitch: Target creature loses protection from black until end of turn.| Nantuko Calmer|Torment|132|C|{2}{G}{G}|Creature — Insect Druid|2|3|{G}, {tap}, Sacrifice Nantuko Calmer: Destroy target enchantment.$Threshold — Nantuko Calmer gets +1/+1 as long as seven or more cards are in your graveyard.| Upheaval|Odyssey|113|R|{4}{U}{U}|Sorcery|||Return all permanents to their owners' hands.| @@ -9135,27 +9135,27 @@ Traveling Plague|Odyssey|166|R|{3}{B}{B}|Enchantment New Frontiers|Odyssey|257|R|{X}{G}|Sorcery|||Each player may search his or her library for up to X basic land cards and put them onto the battlefield tapped. Then each player who searched his or her library this way shuffles it.| Soulcatcher|Odyssey|47|U|{1}{W}|Creature — Bird Soldier|1|1|Flying$Whenever a creature with flying dies, put a +1/+1 counter on Soulcatcher.| Hint of Insanity|Odyssey|143|R|{2}{B}|Sorcery|||Target player reveals his or her hand. That player discards all nonland cards with the same name as another card in his or her hand.| -Chamber of Manipulation|Odyssey|76|U|{2}{U}{U}|Enchantment — Aura|||Enchant land$Enchanted land has "{tap}, Discard a card: Gain control of target creature until end of turn."| +Chamber of Manipulation|Odyssey|76|U|{2}{U}{U}|Enchantment — Aura|||Enchant land$Enchanted land has "{tap}, Discard a card: Gain control of target creature until end of turn."| Laquatus's Champion|Torment|67|R|{4}{B}{B}|Creature — Nightmare Horror|6|3|When Laquatus's Champion enters the battlefield, target player loses 6 life.$When Laquatus's Champion leaves the battlefield, that player gains 6 life.${B}: Regenerate Laquatus's Champion.| Cephalid Retainer|Odyssey|73|R|{2}{U}{U}|Creature — Cephalid|2|3|{U}{U}: Tap target creature without flying.| Karmic Justice|Odyssey|26|R|{2}{W}|Enchantment|||Whenever a spell or ability an opponent controls destroys a noncreature permanent you control, you may destroy target permanent that opponent controls.| Tattoo Ward|Odyssey|54|U|{2}{W}|Enchantment — Aura|||Enchant creature$Enchanted creature gets +1/+1 and has protection from enchantments. This effect doesn't remove Tattoo Ward.$Sacrifice Tattoo Ward: Destroy target enchantment.| Waste Away|Torment|88|C|{4}{B}|Instant|||As an additional cost to cast Waste Away, discard a card.$Target creature gets -5/-5 until end of turn.| -Teroh's Vanguard|Torment|19|U|{3}{W}|Creature — Human Nomad|2|3|Flash$Threshold — As long as seven or more cards are in your graveyard, Teroh's Vanguard has "When Teroh's Vanguard enters the battlefield, creatures you control gain protection from black until end of turn."| +Teroh's Vanguard|Torment|19|U|{3}{W}|Creature — Human Nomad|2|3|Flash$Threshold — As long as seven or more cards are in your graveyard, Teroh's Vanguard has "When Teroh's Vanguard enters the battlefield, creatures you control gain protection from black until end of turn."| Nostalgic Dreams|Torment|135|R|{G}{G}|Sorcery|||As an additional cost to cast Nostalgic Dreams, discard X cards.$Return X target cards from your graveyard to your hand. Exile Nostalgic Dreams.| Stitch Together|Judgment|72|U|{B}{B}|Sorcery|||Return target creature card from your graveyard to your hand.$Threshold — Return that card from your graveyard to the battlefield instead if seven or more cards are in your graveyard.| Gravegouger|Torment|62|C|{2}{B}|Creature — Nightmare Horror|2|2|When Gravegouger enters the battlefield, exile up to two target cards from a single graveyard.$When Gravegouger leaves the battlefield, return the exiled cards to their owner's graveyard.| Mesmeric Fiend|Torment|69|C|{1}{B}|Creature — Nightmare Horror|1|1|When Mesmeric Fiend enters the battlefield, target opponent reveals his or her hand and you choose a nonland card from it. Exile that card.$When Mesmeric Fiend leaves the battlefield, return the exiled card to its owner's hand.| -Pardic Arsonist|Torment|105|U|{2}{R}{R}|Creature — Human Barbarian|3|3|Threshold — As long as seven or more cards are in your graveyard, Pardic Arsonist has "When Pardic Arsonist enters the battlefield, it deals 3 damage to target creature or player."| +Pardic Arsonist|Torment|105|U|{2}{R}{R}|Creature — Human Barbarian|3|3|Threshold — As long as seven or more cards are in your graveyard, Pardic Arsonist has "When Pardic Arsonist enters the battlefield, it deals 3 damage to target creature or player."| Symbiotic Elf|Onslaught|288|C|{3}{G}|Creature — Elf|2|2|When Symbiotic Elf dies, put two 1/1 green Insect creature tokens onto the battlefield.| -Centaur Chieftain|Torment|122|U|{3}{G}|Creature — Centaur|3|3|Haste$Threshold — As long as seven or more cards are in your graveyard, Centaur Chieftain has "When Centaur Chieftain enters the battlefield, creatures you control get +1/+1 and gain trample until end of turn."| +Centaur Chieftain|Torment|122|U|{3}{G}|Creature — Centaur|3|3|Haste$Threshold — As long as seven or more cards are in your graveyard, Centaur Chieftain has "When Centaur Chieftain enters the battlefield, creatures you control get +1/+1 and gain trample until end of turn."| Gurzigost|Torment|126|R|{3}{G}{G}|Creature — Beast|6|8|At the beginning of your upkeep, sacrifice Gurzigost unless you put two cards from your graveyard on the bottom of your library.${G}{G}, Discard a card: You may have Gurzigost assign its combat damage this turn as though it weren't blocked.| Grotesque Hybrid|Torment|63|U|{4}{B}|Creature — Zombie|3|3|Whenever Grotesque Hybrid deals combat damage to a creature, destroy that creature. It can't be regenerated.$Discard a card: Grotesque Hybrid gains flying and protection from green and from white until end of turn.| Cabal Surgeon|Torment|52|C|{2}{B}{B}|Creature — Human Minion|2|1|{2}{B}{B}, {tap}, Exile two cards from your graveyard: Return target creature card from your graveyard to your hand.| -Boneshard Slasher|Torment|50|U|{1}{B}|Creature — Horror|1|1|Flying$Threshold — As long as seven or more cards are in your graveyard, Boneshard Slasher gets +2/+2 and has "When Boneshard Slasher becomes the target of a spell or ability, sacrifice it."| +Boneshard Slasher|Torment|50|U|{1}{B}|Creature — Horror|1|1|Flying$Threshold — As long as seven or more cards are in your graveyard, Boneshard Slasher gets +2/+2 and has "When Boneshard Slasher becomes the target of a spell or ability, sacrifice it."| Cabal Torturer|Torment|53|C|{1}{B}{B}|Creature — Human Minion|1|1|{B}, {tap}: Target creature gets -1/-1 until end of turn.$Threshold — {3}{B}{B}, {tap}: Target creature gets -2/-2 until end of turn. Activate this ability only if seven or more cards are in your graveyard.| Kamahl's Sledge|Torment|102|C|{5}{R}{R}|Sorcery|||Kamahl's Sledge deals 4 damage to target creature.$Threshold — If seven or more cards are in your graveyard, instead Kamahl's Sledge deals 4 damage to that creature and 4 damage to that creature's controller.| -Possessed Barbarian|Torment|111|R|{2}{R}{R}|Creature — Human Barbarian Horror|3|3|First strike$Threshold — As long as seven or more cards are in your graveyard, Possessed Barbarian gets +1/+1, is black, and has "{2}{B}, {tap}: Destroy target red creature."| +Possessed Barbarian|Torment|111|R|{2}{R}{R}|Creature — Human Barbarian Horror|3|3|First strike$Threshold — As long as seven or more cards are in your graveyard, Possessed Barbarian gets +1/+1, is black, and has "{2}{B}, {tap}: Destroy target red creature."| Pay No Heed|Torment|12|C|{W}|Instant|||Prevent all damage a source of your choice would deal this turn.| Angel of Retribution|Torment|1|R|{6}{W}|Creature — Angel|5|5|Flying, first strike| Ghostly Wings|Torment|38|C|{1}{U}|Enchantment — Aura|||Enchant creature$Enchanted creature gets +1/+1 and has flying.$Discard a card: Return enchanted creature to its owner's hand.| @@ -9175,7 +9175,7 @@ Flaming Gambit|Torment|98|U|{X}{R}|Instant|||Flaming Gambit deals X damage to ta Shadowmage Infiltrator|Odyssey|294|R|{1}{U}{B}|Creature — Human Wizard|1|3|Fear (This creature can't be blocked except by artifact creatures and/or black creatures.)$Whenever Shadowmage Infiltrator deals combat damage to a player, you may draw a card.| Hydromorph Guardian|Torment|39|C|{2}{U}|Creature — Elemental|2|2|{U}, Sacrifice Hydromorph Guardian: Counter target spell that targets one or more creatures you control.| Anurid Scavenger|Torment|119|U|{2}{G}|Creature — Frog Beast|3|3|Protection from black$At the beginning of your upkeep, sacrifice Anurid Scavenger unless you put a card from your graveyard on the bottom of your library.| -Cephalid Sage|Torment|29|U|{3}{U}|Creature — Cephalid|2|3|Threshold — As long as seven or more cards are in your graveyard, Cephalid Sage has "When Cephalid Sage enters the battlefield, draw three cards, then discard two cards."| +Cephalid Sage|Torment|29|U|{3}{U}|Creature — Cephalid|2|3|Threshold — As long as seven or more cards are in your graveyard, Cephalid Sage has "When Cephalid Sage enters the battlefield, draw three cards, then discard two cards."| Psychotic Haze|Torment|76|C|{2}{B}{B}|Instant|||Psychotic Haze deals 1 damage to each creature and each player.$Madness {1}{B} (If you discard this card, you may cast it for its madness cost instead of putting it into your graveyard.)| Oversold Cemetery|Onslaught|160|R|{1}{B}|Enchantment|||At the beginning of your upkeep, if you have four or more creature cards in your graveyard, you may return target creature card from your graveyard to your hand.| Goblin Sharpshooter|Onslaught|207|R|{2}{R}|Creature — Goblin|1|1|Goblin Sharpshooter doesn't untap during your untap step.$Whenever a creature dies, untap Goblin Sharpshooter.${tap}: Goblin Sharpshooter deals 1 damage to target creature or player.| @@ -9206,7 +9206,7 @@ Spurnmage Advocate|Judgment|27|U|{W}|Creature Ancestor's Chosen|Judgment|1|U|{5}{W}{W}|Creature — Human Cleric|4|4|First strike (This creature deals combat damage before creatures without first strike.)$When Ancestor's Chosen enters the battlefield, you gain 1 life for each card in your graveyard.| Forcemage Advocate|Judgment|116|U|{1}{G}|Creature — Centaur Shaman|2|1|{tap}: Return target card from an opponent's graveyard to his or her hand. Put a +1/+1 counter on target creature.| Nullmage Advocate|Judgment|126|C|{2}{G}|Creature — Insect Druid|2|3|{tap}: Return two target cards from an opponent's graveyard to his or her hand. Destroy target artifact or enchantment.| -Reborn Hero|Torment|14|R|{2}{W}|Creature — Human Soldier|2|2|Vigilance$Threshold — As long as seven or more cards are in your graveyard, Reborn Hero has "When Reborn Hero dies, you may pay {W}{W}. If you do, return Reborn Hero to the battlefield under your control."| +Reborn Hero|Torment|14|R|{2}{W}|Creature — Human Soldier|2|2|Vigilance$Threshold — As long as seven or more cards are in your graveyard, Reborn Hero has "When Reborn Hero dies, you may pay {W}{W}. If you do, return Reborn Hero to the battlefield under your control."| Radiate|Torment|113|R|{3}{R}{R}|Instant|||Choose target instant or sorcery spell that targets only a single permanent or player. Copy that spell for each other permanent or player the spell could target. Each copy targets a different one of those permanents and players.| Violent Eruption|Torment|117|U|{1}{R}{R}{R}|Instant|||Violent Eruption deals 4 damage divided as you choose among any number of target creatures and/or players.$Madness {1}{R}{R} (If you discard this card, you may cast it for its madness cost instead of putting it into your graveyard.)| Feral Throwback|Legions|126|R|{4}{G}{G}|Creature — Beast|3|3|Amplify 2 (As this creature enters the battlefield, put two +1/+1 counters on it for each Beast card you reveal in your hand.)$Provoke (When this attacks, you may have target creature defending player controls untap and block it if able.)| @@ -9217,8 +9217,8 @@ Skullscorch|Torment|114|R|{R}{R}|Sorcery|||Target player discards two cards at r Hell-Bent Raider|Torment|101|R|{1}{R}{R}|Creature — Human Barbarian|2|2|First strike, haste$Discard a card at random: Hell-Bent Raider gains protection from white until end of turn.| Pyromania|Torment|112|U|{2}{R}|Enchantment|||{1}{R}, Discard a card at random: Pyromania deals 1 damage to target creature or player.${1}{R}, Sacrifice Pyromania: Pyromania deals 1 damage to target creature or player.| Overwhelming Instinct|Onslaught|276|U|{2}{G}|Enchantment|||Whenever you attack with three or more creatures, draw a card.| -Commando Raid|Onslaught|195|U|{2}{R}|Instant|||Until end of turn, target creature you control gains "When this creature deals combat damage to a player, you may have it deal damage equal to its power to target creature that player controls."| -Riftstone Portal|Judgment|143|U||Land|||{tap}: Add {1} to your mana pool.$$As long as Riftstone Portal is in your graveyard, lands you control have "{tap}: Add {G} or {W} to your mana pool."| +Commando Raid|Onslaught|195|U|{2}{R}|Instant|||Until end of turn, target creature you control gains "When this creature deals combat damage to a player, you may have it deal damage equal to its power to target creature that player controls."| +Riftstone Portal|Judgment|143|U||Land|||{tap}: Add {1} to your mana pool.$$As long as Riftstone Portal is in your graveyard, lands you control have "{tap}: Add {G} or {W} to your mana pool."| Golden Wish|Judgment|12|R|{3}{W}{W}|Sorcery|||You may choose an artifact or enchantment card you own from outside the game, reveal that card, and put it into your hand. Exile Golden Wish.| Cunning Wish|Judgment|37|R|{2}{U}|Instant|||You may choose an instant card you own from outside the game, reveal that card, and put it into your hand. Exile Cunning Wish.| Nantuko Monastery|Judgment|142|U||Land|||{tap}: Add {1} to your mana pool.$Threshold — {G}{W}: Nantuko Monastery becomes a 4/4 green and white Insect Monk creature with first strike until end of turn. It's still a land. Activate this ability only if seven or more cards are in your graveyard.| @@ -9245,7 +9245,7 @@ Cephalid Illusionist|Torment|28|U|{1}{U}|Creature Mist of Stagnation|Judgment|48|R|{3}{U}{U}|Enchantment|||Permanents don't untap during their controllers' untap steps.$At the beginning of each player's upkeep, that player chooses a permanent for each card in his or her graveyard, then untaps those permanents.| Strength of Isolation|Torment|17|U|{1}{W}|Enchantment — Aura|||Enchant creature$Enchanted creature gets +1/+2 and has protection from black.$Madness {W} (If you discard this card, you may cast it for its madness cost instead of putting it into your graveyard.)| Cephalid Inkshrouder|Judgment|36|U|{2}{U}|Creature — Cephalid|2|1|Discard a card: Cephalid Inkshrouder gains shroud until end of turn and is unblockable this turn. (A permanent with shroud can't be the target of spells or abilities.)| -Treacherous Vampire|Judgment|75|U|{4}{B}|Creature — Vampire|4|4|Flying$Whenever Treacherous Vampire attacks or blocks, sacrifice it unless you exile a card from your graveyard.$Threshold — As long as seven or more cards are in your graveyard, Treacherous Vampire gets +2/+2 and has "When Treacherous Vampire dies, you lose 6 life."| +Treacherous Vampire|Judgment|75|U|{4}{B}|Creature — Vampire|4|4|Flying$Whenever Treacherous Vampire attacks or blocks, sacrifice it unless you exile a card from your graveyard.$Threshold — As long as seven or more cards are in your graveyard, Treacherous Vampire gets +2/+2 and has "When Treacherous Vampire dies, you lose 6 life."| Cabal Therapy|Judgment|62|U|{B}|Sorcery|||Name a nonland card. Target player reveals his or her hand and discards all cards with that name.$Flashback—Sacrifice a creature. (You may cast this card from your graveyard for its flashback cost. Then exile it.)| Shaman's Trance|Judgment|98|R|{2}{R}|Instant|||Until end of turn, other players can't play cards from their graveyards, and you may play cards from other players' graveyards as though they were in your graveyard.| Grip of Amnesia|Judgment|41|C|{1}{U}|Instant|||Counter target spell unless its controller exiles all cards from his or her graveyard.$Draw a card.| @@ -9266,7 +9266,7 @@ Oblivion Stone|Mirrodin|222|R|{3}|Artifact|||{4}, {tap}: Put a fate counter on t Goretusk Firebeast|Judgment|91|C|{5}{R}|Creature — Elemental Boar Beast|2|2|When Goretusk Firebeast enters the battlefield, it deals 4 damage to target player.| Wormfang Crab|Judgment|56|U|{3}{U}|Creature — Nightmare Crab|3|6|Wormfang Crab is unblockable.$When Wormfang Crab enters the battlefield, an opponent chooses a permanent you control other than Wormfang Crab and exiles it.$When Wormfang Crab leaves the battlefield, return the exiled card to the battlefield under its owner's control.| Firecat Blitz|Judgment|88|U|{X}{R}{R}|Sorcery|||Put X 1/1 red Elemental Cat creature tokens with haste onto the battlefield. Exile them at the beginning of the next end step.$Flashback—{R}{R}, Sacrifice X Mountains. (You may cast this card from your graveyard for its flashback cost. Then exile it.)| -Fledgling Dragon|Judgment|90|R|{2}{R}{R}|Creature — Dragon|2|2|Flying$Threshold — As long as seven or more cards are in your graveyard, Fledgling Dragon gets +3/+3 and has "{R}: Fledgling Dragon gets +1/+0 until end of turn."| +Fledgling Dragon|Judgment|90|R|{2}{R}{R}|Creature — Dragon|2|2|Flying$Threshold — As long as seven or more cards are in your graveyard, Fledgling Dragon gets +3/+3 and has "{R}: Fledgling Dragon gets +1/+0 until end of turn."| Phantom Flock|Judgment|16|U|{3}{W}{W}|Creature — Bird Soldier Spirit|0|0|Flying$Phantom Flock enters the battlefield with three +1/+1 counters on it.$If damage would be dealt to Phantom Flock, prevent that damage. Remove a +1/+1 counter from Phantom Flock.| Phantom Tiger|Judgment|129|C|{2}{G}|Creature — Cat Spirit|1|0|Phantom Tiger enters the battlefield with two +1/+1 counters on it.$If damage would be dealt to Phantom Tiger, prevent that damage. Remove a +1/+1 counter from Phantom Tiger.| Wormfang Manta|Judgment|58|R|{5}{U}{U}|Creature — Nightmare Fish Beast|6|1|Flying$When Wormfang Manta enters the battlefield, you skip your next turn.$When Wormfang Manta leaves the battlefield, you take an extra turn after this one.| @@ -9305,7 +9305,7 @@ Grave Consequences|Judgment|67|U|{1}{B}|Instant|||Each player may exile any numb Menacing Ogre|Onslaught|219|R|{3}{R}{R}|Creature — Ogre|3|3|Trample, haste$When Menacing Ogre enters the battlefield, each player secretly chooses a number. Then those numbers are revealed. Each player with the highest number loses that much life. If you are one of those players, put two +1/+1 counters on Menacing Ogre.| Sonic Seizure|Torment|115|C|{R}|Instant|||As an additional cost to cast Sonic Seizure, discard a card at random.$Sonic Seizure deals 3 damage to target creature or player.| Krosan Cloudscraper|Legions|130|R|{7}{G}{G}{G}|Creature — Beast Mutant|13|13|At the beginning of your upkeep, sacrifice Krosan Cloudscraper unless you pay {G}{G}.$Morph {7}{G}{G} (You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)| -Hunting Grounds|Judgment|138|R|{G}{W}|Enchantment|||Threshold — As long as seven or more cards are in your graveyard, Hunting Grounds has "Whenever an opponent casts a spell, you may put a creature card from your hand onto the battlefield."| +Hunting Grounds|Judgment|138|R|{G}{W}|Enchantment|||Threshold — As long as seven or more cards are in your graveyard, Hunting Grounds has "Whenever an opponent casts a spell, you may put a creature card from your hand onto the battlefield."| Keep Watch|Judgment|43|C|{2}{U}|Instant|||Draw a card for each attacking creature.| Spelljack|Judgment|51|R|{3}{U}{U}{U}|Instant|||Counter target spell. If that spell is countered this way, exile it instead of putting it into its owner's graveyard. You may play it without paying its mana cost for as long as it remains exiled. (If it has X in its mana cost, X is 0.)| Crush of Wurms|Judgment|110|R|{6}{G}{G}{G}|Sorcery|||Put three 6/6 green Wurm creature tokens onto the battlefield.$Flashback {9}{G}{G}{G} (You may cast this card from your graveyard for its flashback cost. Then exile it.)| @@ -9330,9 +9330,9 @@ Unhinge|Torment|87|C|{2}{B}|Sorcery|||Target player discards a card.$Draw a card Ichorid|Torment|65|R|{3}{B}|Creature — Horror|3|1|Haste$At the beginning of the end step, sacrifice Ichorid.$At the beginning of your upkeep, if Ichorid is in your graveyard, you may exile a black creature card other than Ichorid from your graveyard. If you do, return Ichorid to the battlefield.| Dawn of the Dead|Torment|59|R|{2}{B}{B}{B}|Enchantment|||At the beginning of your upkeep, you lose 1 life.$At the beginning of your upkeep, you may return target creature card from your graveyard to the battlefield. That creature gains haste until end of turn. Exile it at the beginning of the next end step.| Cephalid Vandal|Torment|31|R|{1}{U}|Creature — Cephalid Rogue|1|1|At the beginning of your upkeep, put a shred counter on Cephalid Vandal. Then put the top card of your library into your graveyard for each shred counter on Cephalid Vandal.| -Vigilant Sentry|Judgment|33|C|{1}{W}{W}|Creature — Human Nomad|2|2|Threshold — As long as seven or more cards are in your graveyard, Vigilant Sentry gets +1/+1 and has "{tap}: Target attacking or blocking creature gets +3/+3 until end of turn."| +Vigilant Sentry|Judgment|33|C|{1}{W}{W}|Creature — Human Nomad|2|2|Threshold — As long as seven or more cards are in your graveyard, Vigilant Sentry gets +1/+1 and has "{tap}: Target attacking or blocking creature gets +3/+3 until end of turn."| Silver Seraph|Judgment|23|R|{5}{W}{W}{W}|Creature — Angel|6|6|Flying$Threshold — Other creatures you control get +2/+2 as long as seven or more cards are in your graveyard.| -Treacherous Werewolf|Judgment|76|C|{2}{B}|Creature — Human Wolf Minion|2|2|Threshold — As long as seven or more cards are in your graveyard, Treacherous Werewolf gets +2/+2 and has "When Treacherous Werewolf dies, you lose 4 life."| +Treacherous Werewolf|Judgment|76|C|{2}{B}|Creature — Human Wolf Minion|2|2|Threshold — As long as seven or more cards are in your graveyard, Treacherous Werewolf gets +2/+2 and has "When Treacherous Werewolf dies, you lose 4 life."| Browbeat|Judgment|82|U|{2}{R}|Sorcery|||Any player may have Browbeat deal 5 damage to him or her. If no one does, target player draws three cards.| Anurid Barkripper|Judgment|104|C|{1}{G}{G}|Creature — Frog Beast|2|2|Threshold — Anurid Barkripper gets +2/+2 as long as seven or more cards are in your graveyard.| Battlefield Scrounger|Judgment|106|C|{3}{G}{G}|Creature — Centaur|3|3|Threshold — Put three cards from your graveyard on the bottom of your library: Battlefield Scrounger gets +3/+3 until end of turn. Activate this ability only once each turn, and only if seven or more cards are in your graveyard.| @@ -9354,7 +9354,7 @@ Envelop|Judgment|39|C|{U}|Instant|||Counter target sorcery spell.| Stupefying Touch|Torment|48|U|{1}{U}|Enchantment — Aura|||Enchant creature$When Stupefying Touch enters the battlefield, draw a card.$Enchanted creature's activated abilities can't be activated.| Toxic Stench|Judgment|74|C|{1}{B}|Instant|||Target nonblack creature gets -1/-1 until end of turn.$Threshold — If seven or more cards are in your graveyard, instead destroy that creature. It can't be regenerated.| Cagemail|Judgment|7|C|{1}{W}|Enchantment — Aura|||Enchant creature$Enchanted creature gets +2/+2 and can't attack.| -Arcane Teachings|Judgment|78|C|{2}{R}|Enchantment — Aura|||Enchant creature (Target a creature as you cast this. This card enters the battlefield attached to that creature.)$Enchanted creature gets +2/+2 and has "{tap}: This creature deals 1 damage to target creature or player."| +Arcane Teachings|Judgment|78|C|{2}{R}|Enchantment — Aura|||Enchant creature (Target a creature as you cast this. This card enters the battlefield attached to that creature.)$Enchanted creature gets +2/+2 and has "{tap}: This creature deals 1 damage to target creature or player."| Guided Strike|Judgment|13|C|{1}{W}|Instant|||Target creature gets +1/+0 and gains first strike until end of turn.$$Draw a card.| Pitchstone Wall|Torment|110|U|{2}{R}|Creature — Wall|2|5|Defender (This creature can't attack.)$Whenever you discard a card, you may sacrifice Pitchstone Wall. If you do, return the discarded card from your graveyard to your hand.| Mortiphobia|Torment|72|U|{1}{B}{B}|Enchantment|||{1}{B}, Discard a card: Exile target card from a graveyard.${1}{B}, Sacrifice Mortiphobia: Exile target card from a graveyard.| @@ -9399,11 +9399,11 @@ Charging Slateback|Onslaught|194|C|{4}{R}|Creature Sparksmith|Onslaught|235|C|{1}{R}|Creature — Goblin|1|1|{tap}: Sparksmith deals X damage to target creature and X damage to you, where X is the number of Goblins on the battlefield.| Goblin Sky Raider|Onslaught|208|C|{2}{R}|Creature — Goblin Warrior|1|2|Flying (This creature can't be blocked except by creatures with flying or reach.)| Karstoderm|Darksteel|77|U|{2}{G}{G}|Creature — Beast|0|0|Karstoderm enters the battlefield with five +1/+1 counters on it.$Whenever an artifact enters the battlefield, remove a +1/+1 counter from Karstoderm.| -Lavamancer's Skill|Onslaught|215|C|{1}{R}|Enchantment — Aura|||Enchant creature$Enchanted creature has "{tap}: This creature deals 1 damage to target creature."$As long as enchanted creature is a Wizard, it has "{tap}: This creature deals 2 damage to target creature."| +Lavamancer's Skill|Onslaught|215|C|{1}{R}|Enchantment — Aura|||Enchant creature$Enchanted creature has "{tap}: This creature deals 1 damage to target creature."$As long as enchanted creature is a Wizard, it has "{tap}: This creature deals 2 damage to target creature."| Shock|Onslaught|227|C|{R}|Instant|||Shock deals 2 damage to target creature or player.| Wave of Indifference|Onslaught|243|C|{X}{R}|Sorcery|||X target creatures can't block this turn.| Fever Charm|Onslaught|202|C|{R}|Instant|||Choose one — Target creature gains haste until end of turn; or target creature gets +2/+0 until end of turn; or Fever Charm deals 3 damage to target Wizard creature.| -Darksteel Pendant|Darksteel|113|C|{2}|Artifact|||Darksteel Pendant is indestructible. ("Destroy" effects and lethal damage don't destroy it.)${1}, {tap}: Look at the top card of your library. You may put that card on the bottom of your library.| +Darksteel Pendant|Darksteel|113|C|{2}|Artifact|||Darksteel Pendant is indestructible. ("Destroy" effects and lethal damage don't destroy it.)${1}, {tap}: Look at the top card of your library. You may put that card on the bottom of your library.| Battering Craghorn|Onslaught|188|C|{2}{R}{R}|Creature — Goat Beast|3|1|First strike$Morph {1}{R}{R} (You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)| Snarling Undorak|Onslaught|283|C|{2}{G}{G}|Creature — Beast|3|3|{2}{G}: Target Beast creature gets +1/+1 until end of turn.$Morph {1}{G}{G} (You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)| Elvish Pathcutter|Onslaught|256|C|{3}{G}|Creature — Elf Scout|1|2|{2}{G}: Target Elf creature gains forestwalk until end of turn.| @@ -9572,7 +9572,7 @@ Aphetto Vulture|Onslaught|126|U|{4}{B}{B}|Creature Wirewood Herald|Onslaught|302|C|{1}{G}|Creature — Elf|1|1|When Wirewood Herald dies, you may search your library for an Elf card, reveal that card, put it into your hand, then shuffle your library.| Biorhythm|Onslaught|247|R|{6}{G}{G}|Sorcery|||Each player's life total becomes the number of creatures he or she controls.| Riptide Mangler|Legions|51|R|{1}{U}|Creature — Beast|0|3|{1}{U}: Change Riptide Mangler's power to target creature's power. (This effect lasts indefinitely.)| -Custody Battle|Onslaught|197|U|{1}{R}|Enchantment — Aura|||Enchant creature$Enchanted creature has "At the beginning of your upkeep, target opponent gains control of this creature unless you sacrifice a land."| +Custody Battle|Onslaught|197|U|{1}{R}|Enchantment — Aura|||Enchant creature$Enchanted creature has "At the beginning of your upkeep, target opponent gains control of this creature unless you sacrifice a land."| Artificial Evolution|Onslaught|67|R|{U}|Instant|||Change the text of target spell or permanent by replacing all instances of one creature type with another. The new creature type can't be Wall. (This effect lasts indefinitely.)| Symbiotic Beast|Onslaught|287|U|{4}{G}{G}|Creature — Insect Beast|4|4|When Symbiotic Beast dies, put four 1/1 green Insect creature tokens onto the battlefield.| Symbiotic Wurm|Onslaught|289|R|{5}{G}{G}{G}|Creature — Wurm|7|7|When Symbiotic Wurm dies, put seven 1/1 green Insect creature tokens onto the battlefield.| @@ -9612,7 +9612,7 @@ Dispersing Orb|Onslaught|80|U|{3}{U}{U}|Enchantment|||{3}{U}, Sacrifice a perman Cover of Darkness|Onslaught|133|R|{1}{B}|Enchantment|||As Cover of Darkness enters the battlefield, choose a creature type.$Creatures of the chosen type have fear. (They can't be blocked except by artifact creatures and/or black creatures.)| Steely Resolve|Onslaught|286|R|{1}{G}|Enchantment|||As Steely Resolve enters the battlefield, choose a creature type.$Creatures of the chosen type have shroud. (They can't be the targets of spells or abilities.)| Aven Brigadier|Onslaught|7|R|{3}{W}{W}{W}|Creature — Bird Soldier|3|5|Flying$Other Bird creatures get +1/+1.$Other Soldier creatures get +1/+1.| -Psychic Trance|Onslaught|102|R|{2}{U}{U}|Instant|||Until end of turn, Wizards you control gain "{tap}: Counter target spell."| +Psychic Trance|Onslaught|102|R|{2}{U}{U}|Instant|||Until end of turn, Wizards you control gain "{tap}: Counter target spell."| Voice of the Woods|Onslaught|297|R|{3}{G}{G}|Creature — Elf|2|2|Tap five untapped Elves you control: Put a 7/7 green Elemental creature token with trample onto the battlefield.| Words of Wind|Onslaught|122|R|{2}{U}|Enchantment|||{1}: The next time you would draw a card this turn, each player returns a permanent he or she controls to its owner's hand instead.| Words of Worship|Onslaught|61|R|{2}{W}|Enchantment|||{1}: The next time you would draw a card this turn, you gain 5 life instead.| @@ -9668,7 +9668,7 @@ Mage's Guile|Onslaught|91|C|{1}{U}|Instant|||Target creature gains shroud until Blatant Thievery|Onslaught|71|R|{4}{U}{U}{U}|Sorcery|||For each opponent, gain control of target permanent that player controls. (This effect lasts indefinitely.)| Dirge of Dread|Onslaught|138|C|{2}{B}|Sorcery|||All creatures gain fear until end of turn. (They can't be blocked except by artifact creatures and/or black creatures.)$Cycling {1}{B} ({1}{B}, Discard this card: Draw a card.)$When you cycle Dirge of Dread, you may have target creature gain fear until end of turn.| Lay Waste|Onslaught|216|C|{3}{R}|Sorcery|||Destroy target land.$Cycling {2} ({2}, Discard this card: Draw a card.)| -Run Wild|Onslaught|279|U|{G}|Instant|||Until end of turn, target creature gains trample and "{G}: Regenerate this creature."| +Run Wild|Onslaught|279|U|{G}|Instant|||Until end of turn, target creature gains trample and "{G}: Regenerate this creature."| Choking Tethers|Onslaught|74|C|{3}{U}|Instant|||Tap up to four target creatures.$Cycling {1}{U} ({1}{U}, Discard this card: Draw a card.)$When you cycle Choking Tethers, you may tap target creature.| Akroma's Blessing|Onslaught|1|U|{2}{W}|Instant|||Choose a color. Creatures you control gain protection from the chosen color until end of turn.$Cycling {W} ({W}, Discard this card: Draw a card.)| Improvised Armor|Onslaught|40|U|{3}{W}|Enchantment — Aura|||Enchant creature$Enchanted creature gets +2/+5.$Cycling {3} ({3}, Discard this card: Draw a card.)| @@ -9681,7 +9681,7 @@ Feeding Frenzy|Onslaught|147|U|{2}{B}|Instant|||Target creature gets -X/-X until Sandskin|Onslaught|52|C|{2}{W}|Enchantment — Aura|||Enchant creature$Prevent all combat damage that would be dealt to and dealt by enchanted creature.| Slice and Dice|Onslaught|232|U|{4}{R}{R}|Sorcery|||Slice and Dice deals 4 damage to each creature.$Cycling {2}{R} ({2}{R}, Discard this card: Draw a card.)$When you cycle Slice and Dice, you may have it deal 1 damage to each creature.| Explosive Vegetation|Onslaught|263|U|{3}{G}|Sorcery|||Search your library for up to two basic land cards and put them onto the battlefield tapped. Then shuffle your library.| -Shade's Breath|Onslaught|167|U|{1}{B}|Instant|||Until end of turn, each creature you control becomes a black Shade and gains "{B}: This creature gets +1/+1 until end of turn."| +Shade's Breath|Onslaught|167|U|{1}{B}|Instant|||Until end of turn, each creature you control becomes a black Shade and gains "{B}: This creature gets +1/+1 until end of turn."| Silent Specter|Onslaught|169|R|{4}{B}{B}|Creature — Specter|4|4|Flying$Whenever Silent Specter deals combat damage to a player, that player discards two cards.$Morph {3}{B}{B} (You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)| Reminisce|Onslaught|105|U|{2}{U}|Sorcery|||Target player shuffles his or her graveyard into his or her library.| Annex|Onslaught|63|U|{2}{U}{U}|Enchantment — Aura|||Enchant land (Target a land as you cast this. This card enters the battlefield attached to that land.)$You control enchanted land.| @@ -9692,12 +9692,12 @@ Essence Sliver|Legions|13|R|{3}{W}|Creature Synapse Sliver|Legions|53|R|{4}{U}|Creature — Sliver|3|3|Whenever a Sliver deals combat damage to a player, its controller may draw a card.| Frenetic Raptor|Legions|93|U|{5}{R}|Creature — Lizard Beast|6|6|Beasts can't block.| Quick Sliver|Legions|136|C|{1}{G}|Creature — Sliver|1|1|Flash$Any player may play Sliver cards as though they had flash.| -Crypt Sliver|Legions|63|C|{1}{B}|Creature — Sliver|1|1|All Slivers have "{tap}: Regenerate target Sliver."| -Mistform Sliver|Legions|46|C|{1}{U}|Creature — Illusion Sliver|1|1|All Slivers have "{1}: This permanent becomes the creature type of your choice in addition to its other types until end of turn."| +Crypt Sliver|Legions|63|C|{1}{B}|Creature — Sliver|1|1|All Slivers have "{tap}: Regenerate target Sliver."| +Mistform Sliver|Legions|46|C|{1}{U}|Creature — Illusion Sliver|1|1|All Slivers have "{1}: This permanent becomes the creature type of your choice in addition to its other types until end of turn."| Toxin Sliver|Legions|84|R|{3}{B}|Creature — Sliver|3|3|Whenever a Sliver deals combat damage to a creature, destroy that creature. It can't be regenerated.| Needleshot Gourna|Legions|133|C|{4}{G}{G}|Creature — Beast|3|6|Reach (This creature can block creatures with flying.)| Zealous Inquisitor|Scourge|27|C|{2}{W}|Creature — Human Cleric|2|2|{1}{W}: The next 1 damage that would be dealt to Zealous Inquisitor this turn is dealt to target creature instead.| -Magma Sliver|Legions|107|R|{3}{R}|Creature — Sliver|3|3|All Slivers have "{tap}: Target Sliver creature gets +X/+0 until end of turn, where X is the number of Slivers on the battlefield."| +Magma Sliver|Legions|107|R|{3}{R}|Creature — Sliver|3|3|All Slivers have "{tap}: Target Sliver creature gets +X/+0 until end of turn, where X is the number of Slivers on the battlefield."| Akroma, Angel of Wrath|Legions|1|R|{5}{W}{W}{W}|Legendary Creature — Angel|6|6|Flying, first strike, vigilance, trample, haste, protection from black and from red| Scion of Darkness|Legions|79|R|{5}{B}{B}{B}|Creature — Avatar|6|6|Trample$Whenever Scion of Darkness deals combat damage to a player, you may put target creature card from that player's graveyard onto the battlefield under your control.$Cycling {3} ({3}, Discard this card: Draw a card.)| Daru Mender|Legions|8|U|{W}|Creature — Human Cleric|1|1|Morph {W} (You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)$When Daru Mender is turned face up, regenerate target creature.| @@ -9773,14 +9773,14 @@ Claws of Wirewood|Scourge|114|U|{3}{G}|Sorcery|||Claws of Wirewood deals 3 damag One with Nature|Scourge|125|U|{G}|Enchantment — Aura|||Enchant creature$Whenever enchanted creature deals combat damage to a player, you may search your library for a basic land card, put that card onto the battlefield tapped, then shuffle your library.| Trinisphere|Darksteel|154|R|{3}|Artifact|||As long as Trinisphere is untapped, each spell that would cost less than three mana to cast costs three mana to cast. (Additional mana in the cost may be paid with any color of mana or colorless mana. For example, a spell that would cost {1}{B} to cast costs {2}{B} to cast instead.)| Tanglewalker|Darksteel|86|U|{2}{G}|Creature — Dryad|2|2|Each creature you control is unblockable as long as defending player controls an artifact land.| -Darksteel Reactor|Darksteel|114|R|{4}|Artifact|||Darksteel Reactor is indestructible. ("Destroy" effects and lethal damage don't destroy it.)$At the beginning of your upkeep, you may put a charge counter on Darksteel Reactor.$When Darksteel Reactor has twenty or more charge counters on it, you win the game.| +Darksteel Reactor|Darksteel|114|R|{4}|Artifact|||Darksteel Reactor is indestructible. ("Destroy" effects and lethal damage don't destroy it.)$At the beginning of your upkeep, you may put a charge counter on Darksteel Reactor.$When Darksteel Reactor has twenty or more charge counters on it, you win the game.| Siege-Gang Commander|Scourge|103|R|{3}{R}{R}|Creature — Goblin|2|2|When Siege-Gang Commander enters the battlefield, put three 1/1 red Goblin creature tokens onto the battlefield.${1}{R}, Sacrifice a Goblin: Siege-Gang Commander deals 2 damage to target creature or player.| Misguided Rage|Scourge|99|C|{2}{R}|Sorcery|||Target player sacrifices a permanent.| Auriok Siege Sled|Darksteel|105|U|{6}|Artifact Creature — Juggernaut|3|5|{1}: Target artifact creature blocks Auriok Siege Sled this turn if able.${1}: Target artifact creature can't block Auriok Siege Sled this turn.| Burden of Greed|Darksteel|38|C|{3}{B}|Instant|||Target player loses 1 life for each tapped artifact he or she controls.| Upwelling|Scourge|131|R|{3}{G}|Enchantment|||Mana pools don't empty as steps and phases end.| Magnetic Flux|Darksteel|25|C|{2}{U}|Instant|||Artifact creatures you control gain flying until end of turn.| -Darksteel Brute|Darksteel|108|U|{2}|Artifact|||Darksteel Brute is indestructible. ("Destroy" effects and lethal damage don't destroy it.)${3}: Darksteel Brute becomes a 2/2 Beast artifact creature until end of turn.| +Darksteel Brute|Darksteel|108|U|{2}|Artifact|||Darksteel Brute is indestructible. ("Destroy" effects and lethal damage don't destroy it.)${3}: Darksteel Brute becomes a 2/2 Beast artifact creature until end of turn.| Xantid Swarm|Scourge|135|R|{G}|Creature — Insect|0|1|Flying$Whenever Xantid Swarm attacks, defending player can't cast spells this turn.| Form of the Dragon|Scourge|93|R|{4}{R}{R}{R}|Enchantment|||At the beginning of your upkeep, Form of the Dragon deals 5 damage to target creature or player.$At the beginning of each end step, your life total becomes 5.$Creatures without flying can't attack you.| Goblin Psychopath|Scourge|95|U|{3}{R}|Creature — Goblin Mutant|5|5|Whenever Goblin Psychopath attacks or blocks, flip a coin. If you lose the flip, the next time it would deal combat damage this turn, it deals that damage to you instead.| @@ -9845,7 +9845,7 @@ Clutch of Undeath|Scourge|61|C|{3}{B}{B}|Enchantment Root Sliver|Legions|137|U|{3}{G}|Creature — Sliver|2|2|Root Sliver can't be countered.$Sliver spells can't be countered by spells or abilities.| Warped Researcher|Legions|56|U|{4}{U}|Creature — Human Wizard Mutant|3|4|Whenever a player cycles a card, Warped Researcher gains flying and shroud until end of turn. (It can't be the target of spells or abilities.)| Noxious Ghoul|Legions|77|U|{3}{B}{B}|Creature — Zombie|3|3|Whenever Noxious Ghoul or another Zombie enters the battlefield, all non-Zombie creatures get -1/-1 until end of turn.| -Spectral Sliver|Legions|83|U|{2}{B}|Creature — Sliver Spirit|2|2|All Sliver creatures have "{2}: This creature gets +1/+1 until end of turn."| +Spectral Sliver|Legions|83|U|{2}{B}|Creature — Sliver Spirit|2|2|All Sliver creatures have "{2}: This creature gets +1/+1 until end of turn."| Corpse Harvester|Legions|62|U|{3}{B}{B}|Creature — Zombie Wizard|3|3|{1}{B}, {tap}, Sacrifice a creature: Search your library for a Zombie card and a Swamp card, reveal them, and put them into your hand. Then shuffle your library.| Chartooth Cougar|Scourge|84|C|{5}{R}|Creature — Cat Beast|4|4|{R}: Chartooth Cougar gets +1/+0 until end of turn.$Mountaincycling {2} ({2}, Discard this card: Search your library for a Mountain card, reveal it, and put it into your hand. Then shuffle your library.)| Shaleskin Plower|Legions|110|C|{3}{R}|Creature — Beast|3|2|Morph {4}{R} (You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)$When Shaleskin Plower is turned face up, destroy target land.| @@ -9902,7 +9902,7 @@ Dreamborn Muse|Legions|36|R|{2}{U}{U}|Creature Graveborn Muse|Legions|73|R|{2}{B}{B}|Creature — Zombie Spirit|3|3|At the beginning of your upkeep, you draw X cards and you lose X life, where X is the number of Zombies you control.| Lavaborn Muse|Legions|105|R|{3}{R}|Creature — Spirit|3|3|At the beginning of each opponent's upkeep, if that player has two or fewer cards in hand, Lavaborn Muse deals 3 damage to him or her.| Timberwatch Elf|Legions|140|C|{2}{G}|Creature — Elf|1|2|{tap}: Target creature gets +X/+X until end of turn, where X is the number of Elves on the battlefield.| -Whipgrass Entangler|Legions|26|C|{2}{W}|Creature — Human Cleric|1|3|{1}{W}: Until end of turn, target creature gains "This creature can't attack or block unless its controller pays {1} for each Cleric on the battlefield."| +Whipgrass Entangler|Legions|26|C|{2}{W}|Creature — Human Cleric|1|3|{1}{W}: Until end of turn, target creature gains "This creature can't attack or block unless its controller pays {1} for each Cleric on the battlefield."| Goblin Lookout|Legions|101|C|{1}{R}|Creature — Goblin|1|2|{tap}, Sacrifice a Goblin: Goblin creatures get +2/+0 until end of turn.| Totem Speaker|Legions|141|U|{4}{G}|Creature — Elf Druid|3|3|Whenever a Beast enters the battlefield, you may gain 3 life.| Goblin Grappler|Legions|100|C|{R}|Creature — Goblin|1|1|Provoke (When this attacks, you may have target creature defending player controls untap and block it if able.)| @@ -10026,7 +10026,7 @@ Mahamoti Djinn|Eighth Edition|88|R|{4}{U}{U}|Creature Tidal Kraken|Eighth Edition|108|R|{5}{U}{U}{U}|Creature — Kraken|6|6|Tidal Kraken is unblockable.| Trade Routes|Eighth Edition|109|R|{1}{U}|Enchantment|||{1}: Return target land you control to its owner's hand.${1}, Discard a land card: Draw a card.| Confiscate|Eighth Edition|69|U|{4}{U}{U}|Enchantment — Aura|||Enchant permanent (Target a permanent as you cast this. This card enters the battlefield attached to that permanent.)$You control enchanted permanent.| -Mind Bend|Eighth Edition|92|R|{U}|Instant|||Change the text of target permanent by replacing all instances of one color word with another or one basic land type with another. (For example, you may change "nonblack creature" to "nongreen creature" or "forestwalk" to "islandwalk." This effect lasts indefinitely.)| +Mind Bend|Eighth Edition|92|R|{U}|Instant|||Change the text of target permanent by replacing all instances of one color word with another or one basic land type with another. (For example, you may change "nonblack creature" to "nongreen creature" or "forestwalk" to "islandwalk." This effect lasts indefinitely.)| Merchant Scroll|Eighth Edition|91|U|{1}{U}|Sorcery|||Search your library for a blue instant card, reveal that card, and put it into your hand. Then shuffle your library.| Balance of Power|Eighth Edition|62|R|{3}{U}{U}|Sorcery|||If target opponent has more cards in hand than you, draw cards equal to the difference.| Deflection|Eighth Edition|74|R|{3}{U}|Instant|||Change the target of target spell with a single target.| @@ -10164,7 +10164,7 @@ Moss Monster|Eighth Edition|267|C|{3}{G}{G}|Creature Monstrous Growth|Eighth Edition|266|C|{1}{G}|Sorcery|||Target creature gets +4/+4 until end of turn.| Elvish Pioneer|Eighth Edition|243|C|{G}|Creature — Elf Druid|1|1|When Elvish Pioneer enters the battlefield, you may put a basic land card from your hand onto the battlefield tapped.| Giant Growth|Eighth Edition|254|C|{G}|Instant|||Target creature gets +3/+3 until end of turn.| -Darksteel Citadel|Darksteel|164|C||Artifact Land|||Darksteel Citadel is indestructible. ("Destroy" effects and lethal damage don't destroy it.)${tap}: Add {1} to your mana pool.| +Darksteel Citadel|Darksteel|164|C||Artifact Land|||Darksteel Citadel is indestructible. ("Destroy" effects and lethal damage don't destroy it.)${tap}: Add {1} to your mana pool.| Fertile Ground|Eighth Edition|248|C|{1}{G}|Enchantment — Aura|||Enchant land$Whenever enchanted land is tapped for mana, its controller adds one mana of any color to his or her mana pool (in addition to the mana the land produces).| Rampant Growth|Eighth Edition|274|C|{1}{G}|Sorcery|||Search your library for a basic land card and put that card onto the battlefield tapped. Then shuffle your library.| Regeneration|Eighth Edition|275|C|{1}{G}|Enchantment — Aura|||Enchant creature (Target a creature as you cast this. This card enters the battlefield attached to that creature.)${G}: Regenerate enchanted creature. (The next time that creature would be destroyed this turn, it isn't. Instead tap it, remove all damage from it, and remove it from combat.)| @@ -10265,11 +10265,11 @@ Wirewood Symbiote|Scourge|133|U|{G}|Creature Putrid Raptor|Scourge|71|U|{4}{B}{B}|Creature — Zombie Lizard Beast|4|4|Morph—Discard a Zombie card. (You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)| Vengeful Dead|Scourge|80|C|{3}{B}|Creature — Zombie|3|2|Whenever Vengeful Dead or another Zombie dies, each opponent loses 1 life.| Chill Haunting|Scourge|60|U|{1}{B}|Instant|||As an additional cost to cast Chill Haunting, exile X creature cards from your graveyard.$Target creature gets -X/-X until end of turn.| -Divergent Growth|Scourge|116|C|{G}|Instant|||Until end of turn, lands you control gain "{tap}: Add one mana of any color to your mana pool."| +Divergent Growth|Scourge|116|C|{G}|Instant|||Until end of turn, lands you control gain "{tap}: Add one mana of any color to your mana pool."| Faces of the Past|Scourge|35|R|{2}{U}|Enchantment|||Whenever a creature dies, tap all untapped creatures that share a creature type with it or untap all tapped creatures that share a creature type with it.| Leonin Den-Guard|Mirrodin|9|C|{1}{W}|Creature — Cat Soldier|1|3|As long as Leonin Den-Guard is equipped, it gets +1/+1 and has vigilance.| Leonin Skyhunter|Mirrodin|11|U|{W}{W}|Creature — Cat Knight|2|2|Flying| -Stir the Pride|Darksteel|16|U|{4}{W}|Instant|||Choose one — Creatures you control get +2/+2 until end of turn; or until end of turn, creatures you control gain "Whenever this creature deals damage, you gain that much life."$Entwine {1}{W} (Choose both if you pay the entwine cost.)| +Stir the Pride|Darksteel|16|U|{4}{W}|Instant|||Choose one — Creatures you control get +2/+2 until end of turn; or until end of turn, creatures you control gain "Whenever this creature deals damage, you gain that much life."$Entwine {1}{W} (Choose both if you pay the entwine cost.)| Auriok Transfixer|Mirrodin|5|C|{W}|Creature — Human Scout|1|1|{W}, {tap}: Tap target artifact.| Moriok Scavenger|Mirrodin|68|C|{3}{B}|Creature — Human Rogue|2|3|When Moriok Scavenger enters the battlefield, you may return target artifact creature card from your graveyard to your hand.| Sphere of Purity|Mirrodin|26|C|{3}{W}|Enchantment|||If an artifact would deal damage to you, prevent 1 of that damage.| @@ -10300,7 +10300,7 @@ Duskworker|Mirrodin|166|U|{4}|Artifact Creature Myr Enforcer|Mirrodin|211|C|{7}|Artifact Creature — Myr|4|4|Affinity for artifacts (This spell costs {1} less to cast for each artifact you control.)| Ornithopter|Mirrodin|224|U|{0}|Artifact Creature — Thopter|0|2|Flying| Bottle Gnomes|Mirrodin|148|U|{3}|Artifact Creature — Gnome|1|3|Sacrifice Bottle Gnomes: You gain 3 life.| -Viridian Longbow|Mirrodin|270|C|{1}|Artifact — Equipment|||Equipped creature has "{tap}: This creature deals 1 damage to target creature or player."$Equip {3} ({3}: Attach to target creature you control. Equip only as a sorcery. This card enters the battlefield unattached and stays on the battlefield if the creature leaves.)| +Viridian Longbow|Mirrodin|270|C|{1}|Artifact — Equipment|||Equipped creature has "{tap}: This creature deals 1 damage to target creature or player."$Equip {3} ({3}: Attach to target creature you control. Equip only as a sorcery. This card enters the battlefield unattached and stays on the battlefield if the creature leaves.)| Lightning Greaves|Mirrodin|199|U|{2}|Artifact — Equipment|||Equipped creature has haste and shroud. (It can't be the target of spells or abilities.)$Equip {0}| Death-Mask Duplicant|Darksteel|115|U|{7}|Artifact Creature — Shapeshifter|5|5|Imprint — {1}: Exile target creature card from your graveyard.$As long as a card exiled with Death-Mask Duplicant has flying, Death-Mask Duplicant has flying. The same is true for fear, first strike, double strike, haste, landwalk, protection, and trample.| Gold Myr|Mirrodin|180|C|{2}|Artifact Creature — Myr|1|1|{tap}: Add {W} to your mana pool.| @@ -10382,9 +10382,9 @@ Arcbound Lancer|Darksteel|98|U|{7}|Artifact Creature Arcbound Stinger|Darksteel|103|C|{2}|Artifact Creature — Insect|0|0|Flying$Modular 1 (This enters the battlefield with a +1/+1 counter on it. When it dies, you may put its +1/+1 counters on target artifact creature.)| Lich's Tomb|Darksteel|128|R|{4}|Artifact|||You don't lose the game for having 0 or less life.$Whenever you lose life, sacrifice a permanent for each 1 life you lost. (Damage causes loss of life.)| Farsight Mask|Mirrodin|170|U|{5}|Artifact|||Whenever a source an opponent controls deals damage to you, if Farsight Mask is untapped, you may draw a card.| -Darksteel Gargoyle|Darksteel|111|U|{7}|Artifact Creature — Gargoyle|3|3|Flying$Darksteel Gargoyle is indestructible. ("Destroy" effects and lethal damage don't destroy it.)| +Darksteel Gargoyle|Darksteel|111|U|{7}|Artifact Creature — Gargoyle|3|3|Flying$Darksteel Gargoyle is indestructible. ("Destroy" effects and lethal damage don't destroy it.)| Rustspore Ram|Mirrodin|235|U|{4}|Artifact Creature — Sheep|1|3|When Rustspore Ram enters the battlefield, destroy target Equipment.| -Leonin Bola|Darksteel|127|C|{1}|Artifact — Equipment|||Equipped creature has "{tap}, Unattach Leonin Bola: Tap target creature."$Equip {1} ({1}: Attach to target creature you control. Equip only as a sorcery. This card enters the battlefield unattached and stays on the battlefield if the creature leaves.)| +Leonin Bola|Darksteel|127|C|{1}|Artifact — Equipment|||Equipped creature has "{tap}, Unattach Leonin Bola: Tap target creature."$Equip {1} ({1}: Attach to target creature you control. Equip only as a sorcery. This card enters the battlefield unattached and stays on the battlefield if the creature leaves.)| Razor Golem|Darksteel|137|C|{6}|Artifact Creature — Golem|3|4|Affinity for Plains (This spell costs {1} less to cast for each Plains you control.)$Vigilance| Ageless Entity|Darksteel|73|R|{3}{G}{G}|Creature — Elemental|4|4|Whenever you gain life, put that many +1/+1 counters on Ageless Entity.| Spire Golem|Darksteel|145|C|{6}|Artifact Creature — Golem|2|4|Affinity for Islands (This spell costs {1} less to cast for each Island you control.)$Flying| @@ -10393,7 +10393,7 @@ Mephitic Ooze|Darksteel|47|R|{4}{B}|Creature Echoing Ruin|Darksteel|59|C|{1}{R}|Sorcery|||Destroy target artifact and all other artifacts with the same name as that artifact.| Serum Tank|Mirrodin|240|U|{3}|Artifact|||Whenever Serum Tank or another artifact enters the battlefield, put a charge counter on Serum Tank.${3}, {tap}, Remove a charge counter from Serum Tank: Draw a card.| Dross Golem|Darksteel|119|C|{5}|Artifact Creature — Golem|3|2|Affinity for Swamps (This spell costs {1} less to cast for each Swamp you control.)$Fear (This creature can't be blocked except by artifact creatures and/or black creatures.)| -Surestrike Trident|Darksteel|147|U|{2}|Artifact — Equipment|||Equipped creature has first strike and "{tap}, Unattach Surestrike Trident: This creature deals damage equal to its power to target player."$Equip {4} ({4}: Attach to target creature you control. Equip only as a sorcery. This card enters the battlefield unattached and stays on the battlefield if the creature leaves.)| +Surestrike Trident|Darksteel|147|U|{2}|Artifact — Equipment|||Equipped creature has first strike and "{tap}, Unattach Surestrike Trident: This creature deals damage equal to its power to target player."$Equip {4} ({4}: Attach to target creature you control. Equip only as a sorcery. This card enters the battlefield unattached and stays on the battlefield if the creature leaves.)| Fill with Fright|Fifth Dawn|50|C|{3}{B}|Sorcery|||Target player discards two cards.$Scry 2. (To scry 2, look at the top two cards of your library, then put any number of them on the bottom of your library and the rest on top in any order.)| Genesis Chamber|Darksteel|122|U|{2}|Artifact|||Whenever a nontoken creature enters the battlefield, if Genesis Chamber is untapped, that creature's controller puts a 1/1 colorless Myr artifact creature token onto the battlefield.| Echoing Truth|Darksteel|21|C|{1}{U}|Instant|||Return target nonland permanent and all other permanents with the same name as that permanent to their owners' hands.| @@ -10528,14 +10528,14 @@ Razor Barrier|Mirrodin|17|C|{1}{W}|Instant|||Target permanent you control gains Vermiculos|Mirrodin|80|R|{4}{B}|Creature — Horror|1|1|Whenever an artifact enters the battlefield, Vermiculos gets +4/+4 until end of turn.| Skyhunter Cub|Mirrodin|21|C|{2}{W}|Creature — Cat Knight|2|2|As long as Skyhunter Cub is equipped, it gets +1/+1 and has flying.| Spellweaver Helix|Mirrodin|247|R|{3}|Artifact|||Imprint — When Spellweaver Helix enters the battlefield, you may exile two target sorcery cards from a single graveyard.$Whenever a player casts a card, if it has the same name as one of the cards exiled with Spellweaver Helix, you may copy the other. If you do, you may cast the copy without paying its mana cost.| -Darksteel Ingot|Darksteel|112|C|{3}|Artifact|||Darksteel Ingot is indestructible. ("Destroy" effects and lethal damage don't destroy it.)${tap}: Add one mana of any color to your mana pool.| -Myr Matrix|Darksteel|132|R|{5}|Artifact|||Myr Matrix is indestructible. ("Destroy" effects and lethal damage don't destroy it.)$Myr creatures get +1/+1.${5}: Put a 1/1 colorless Myr artifact creature token onto the battlefield.| +Darksteel Ingot|Darksteel|112|C|{3}|Artifact|||Darksteel Ingot is indestructible. ("Destroy" effects and lethal damage don't destroy it.)${tap}: Add one mana of any color to your mana pool.| +Myr Matrix|Darksteel|132|R|{5}|Artifact|||Myr Matrix is indestructible. ("Destroy" effects and lethal damage don't destroy it.)$Myr creatures get +1/+1.${5}: Put a 1/1 colorless Myr artifact creature token onto the battlefield.| Titanium Golem|Mirrodin|263|C|{5}|Artifact Creature — Golem|3|3|{1}{W}: Titanium Golem gains first strike until end of turn.| Cobalt Golem|Mirrodin|157|C|{4}|Artifact Creature — Golem|2|3|{1}{U}: Cobalt Golem gains flying until end of turn.| Pewter Golem|Mirrodin|227|C|{5}|Artifact Creature — Golem|4|2|{1}{B}: Regenerate Pewter Golem.| Hematite Golem|Mirrodin|185|C|{4}|Artifact Creature — Golem|1|4|{1}{R}: Hematite Golem gets +2/+0 until end of turn.| Malachite Golem|Mirrodin|202|C|{6}|Artifact Creature — Golem|5|3|{1}{G}: Malachite Golem gains trample until end of turn.| -Darksteel Forge|Darksteel|110|R|{9}|Artifact|||Artifacts you control are indestructible. ("Destroy" effects and lethal damage don't destroy them.)| +Darksteel Forge|Darksteel|110|R|{9}|Artifact|||Artifacts you control are indestructible. ("Destroy" effects and lethal damage don't destroy them.)| Fiery Gambit|Mirrodin|90|R|{2}{R}|Sorcery|||Flip a coin until you lose a flip or choose to stop flipping. If you lose a flip, Fiery Gambit has no effect. If you win one or more flips, Fiery Gambit deals 3 damage to target creature. If you win two or more flips, Fiery Gambit deals 6 damage to each opponent. If you win three or more flips, draw nine cards and untap all lands you control.| Awe Strike|Mirrodin|6|C|{W}|Instant|||The next time target creature would deal damage this turn, prevent that damage. You gain life equal to the damage prevented this way.| Goblin Dirigible|Mirrodin|177|U|{6}|Artifact Creature — Construct|4|4|Flying$Goblin Dirigible doesn't untap during your untap step.$At the beginning of your upkeep, you may pay {4}. If you do, untap Goblin Dirigible.| @@ -10572,7 +10572,7 @@ Tower of Champions|Mirrodin|265|R|{4}|Artifact|||{8}, {tap}: Target creature get Altar of Shadows|Mirrodin|143|R|{7}|Artifact|||At the beginning of your precombat main phase, add {B} to your mana pool for each charge counter on Altar of Shadows.${7}, {tap}: Destroy target creature. Then put a charge counter on Altar of Shadows.| Darksteel Colossus|Darksteel|109|R|{11}|Artifact Creature — Golem|11|11|Trample$Darksteel Colossus is indestructible.$If Darksteel Colossus would be put into a graveyard from anywhere, reveal Darksteel Colossus and shuffle it into its owner's library instead.| Dream's Grip|Mirrodin|34|C|{U}|Instant|||Choose one — Tap target permanent; or untap target permanent.$Entwine {1} (Choose both if you pay the entwine cost.)| -Psychic Overload|Darksteel|28|U|{3}{U}|Enchantment — Aura|||Enchant permanent$When Psychic Overload enters the battlefield, tap enchanted permanent.$Enchanted permanent doesn't untap during its controller's untap step.$Enchanted permanent has "Discard two artifact cards: Untap this permanent."| +Psychic Overload|Darksteel|28|U|{3}{U}|Enchantment — Aura|||Enchant permanent$When Psychic Overload enters the battlefield, tap enchanted permanent.$Enchanted permanent doesn't untap during its controller's untap step.$Enchanted permanent has "Discard two artifact cards: Untap this permanent."| Psychic Membrane|Mirrodin|46|U|{2}{U}|Creature — Wall|0|3|Defender (This creature can't attack.)$Whenever Psychic Membrane blocks, you may draw a card.| Rust Elemental|Mirrodin|234|U|{4}|Artifact Creature — Elemental|4|4|Flying$At the beginning of your upkeep, sacrifice an artifact other than Rust Elemental. If you can't, tap Rust Elemental and you lose 4 life.| Suncrusher|Fifth Dawn|159|R|{9}|Artifact Creature — Construct|3|3|Sunburst (This enters the battlefield with a +1/+1 counter on it for each color of mana spent to cast it.)${4}, {tap}, Remove a +1/+1 counter from Suncrusher: Destroy target creature.${2}, Remove a +1/+1 counter from Suncrusher: Return Suncrusher to its owner's hand.| @@ -10591,7 +10591,7 @@ Goblin Cannon|Fifth Dawn|125|U|{4}|Artifact|||{2}: Goblin Cannon deals 1 damage Dragon Blood|Mirrodin|163|U|{3}|Artifact|||{3}, {tap}: Put a +1/+1 counter on target creature.| Chalice of the Void|Mirrodin|150|R|{X}{X}|Artifact|||Chalice of the Void enters the battlefield with X charge counters on it.$Whenever a player casts a spell with converted mana cost equal to the number of charge counters on Chalice of the Void, counter that spell.| Welding Jar|Mirrodin|274|C|{0}|Artifact|||Sacrifice Welding Jar: Regenerate target artifact.| -Relic Bane|Mirrodin|76|U|{1}{B}{B}|Enchantment — Aura|||Enchant artifact$Enchanted artifact has "At the beginning of your upkeep, you lose 2 life."| +Relic Bane|Mirrodin|76|U|{1}{B}{B}|Enchantment — Aura|||Enchant artifact$Enchanted artifact has "At the beginning of your upkeep, you lose 2 life."| Fists of the Anvil|Mirrodin|91|C|{1}{R}|Instant|||Target creature gets +4/+0 until end of turn.| Leonin Bladetrap|Mirrodin|192|U|{3}|Artifact|||Flash${2}, Sacrifice Leonin Bladetrap: Leonin Bladetrap deals 2 damage to each attacking creature without flying.| Altar's Light|Mirrodin|1|U|{2}{W}{W}|Instant|||Exile target artifact or enchantment.| @@ -10639,7 +10639,7 @@ Ritual of Restoration|Darksteel|13|C|{W}|Sorcery|||Return target artifact card f Leonin Shikari|Darksteel|6|R|{1}{W}|Creature — Cat Soldier|2|2|You may activate equip abilities any time you could cast an instant.| Platinum Angel|Mirrodin|228|R|{7}|Artifact Creature — Angel|4|4|Flying$You can't lose the game and your opponents can't win the game.| Bosh, Iron Golem|Mirrodin|147|R|{8}|Legendary Artifact Creature — Golem|6|7|Trample${3}{R}, Sacrifice an artifact: Bosh, Iron Golem deals damage equal to the sacrificed artifact's converted mana cost to target creature or player.| -Shield of Kaldra|Darksteel|139|R|{4}|Legendary Artifact — Equipment|||Equipment named Sword of Kaldra, Shield of Kaldra, and Helm of Kaldra are indestructible.$Equipped creature is indestructible. ("Destroy" effects and lethal damage don't destroy it.)$Equip {4}| +Shield of Kaldra|Darksteel|139|R|{4}|Legendary Artifact — Equipment|||Equipment named Sword of Kaldra, Shield of Kaldra, and Helm of Kaldra are indestructible.$Equipped creature is indestructible. ("Destroy" effects and lethal damage don't destroy it.)$Equip {4}| Sword of Kaldra|Mirrodin|251|R|{4}|Legendary Artifact — Equipment|||Equipped creature gets +5/+5.$Whenever equipped creature deals damage to a creature, exile that creature.$Equip {4} ({4}: Attach to target creature you control. Equip only as a sorcery. This card enters the battlefield unattached and stays on the battlefield if the creature leaves.)| Nim Shrieker|Mirrodin|73|C|{3}{B}|Creature — Zombie|0|1|Flying$Nim Shrieker gets +1/+0 for each artifact you control.| Irradiate|Mirrodin|67|C|{3}{B}|Instant|||Target creature gets -1/-1 until end of turn for each artifact you control.| @@ -10740,7 +10740,7 @@ Nuisance Engine|Mirrodin|221|U|{3}|Artifact|||{2}, {tap}: Put a 0/1 colorless Pe Fist of Suns|Fifth Dawn|123|R|{3}|Artifact|||You may pay {W}{U}{B}{R}{G} rather than pay the mana cost for spells that you cast.| Possessed Portal|Fifth Dawn|144|R|{8}|Artifact|||If a player would draw a card, that player skips that draw instead.$At the beginning of each end step, each player sacrifices a permanent unless he or she discards a card.| Vedalken Shackles|Fifth Dawn|164|R|{3}|Artifact|||You may choose not to untap Vedalken Shackles during your untap step.${2}, {tap}: Gain control of target creature with power less than or equal to the number of Islands you control for as long as Vedalken Shackles remains tapped.| -Endless Whispers|Fifth Dawn|49|R|{2}{B}{B}|Enchantment|||Each creature has "When this creature dies, choose target opponent. That player returns this card from that graveyard to the battlefield under his or her control at the beginning of the next end step."| +Endless Whispers|Fifth Dawn|49|R|{2}{B}{B}|Enchantment|||Each creature has "When this creature dies, choose target opponent. That player returns this card from that graveyard to the battlefield under his or her control at the beginning of the next end step."| Vedalken Orrery|Fifth Dawn|163|R|{4}|Artifact|||You may cast nonland cards as though they had flash.| Skyhunter Prowler|Fifth Dawn|15|C|{2}{W}|Creature — Cat Knight|1|3|Flying, vigilance (This creature can't be blocked except by creatures with flying or reach, and attacking doesn't cause this creature to tap.)| Loxodon Anchorite|Fifth Dawn|10|C|{2}{W}{W}|Creature — Elephant Cleric|2|3|{tap}: Prevent the next 2 damage that would be dealt to target creature or player this turn.| @@ -10775,7 +10775,7 @@ Desecration Elemental|Fifth Dawn|45|R|{3}{B}|Creature Lose Hope|Fifth Dawn|52|C|{B}|Instant|||Target creature gets -1/-1 until end of turn.$Scry 2. (To scry 2, look at the top two cards of your library, then put any number of them on the bottom of your library and the rest on top in any order.)| Fleshgrafter|Fifth Dawn|51|C|{2}{B}|Creature — Human Warrior|2|2|Discard an artifact card: Fleshgrafter gets +2/+2 until end of turn.| Devour in Shadow|Fifth Dawn|46|U|{B}{B}|Instant|||Destroy target creature. It can't be regenerated. You lose life equal to that creature's toughness.| -Mephidross Vampire|Fifth Dawn|53|R|{4}{B}{B}|Creature — Vampire|3|4|Flying$Each creature you control is a Vampire in addition to its other creature types and has "Whenever this creature deals damage to a creature, put a +1/+1 counter on this creature."| +Mephidross Vampire|Fifth Dawn|53|R|{4}{B}{B}|Creature — Vampire|3|4|Flying$Each creature you control is a Vampire in addition to its other creature types and has "Whenever this creature deals damage to a creature, put a +1/+1 counter on this creature."| Blind Creeper|Fifth Dawn|42|C|{1}{B}|Creature — Zombie Beast|3|3|Whenever a player casts a spell, Blind Creeper gets -1/-1 until end of turn.| Retaliate|Fifth Dawn|13|R|{2}{W}{W}|Instant|||Destroy all creatures that dealt damage to you this turn.| Counsel of the Soratami|Champions of Kamigawa|55|C|{2}{U}|Sorcery|||Draw two cards.| @@ -10839,11 +10839,11 @@ Devoted Retainer|Champions of Kamigawa|7|C|{W}|Creature Kitsune Blademaster|Champions of Kamigawa|25|C|{2}{W}|Creature — Fox Samurai|2|2|First strike$Bushido 1 (When this blocks or becomes blocked, it gets +1/+1 until end of turn.)| Sire of the Storm|Champions of Kamigawa|85|U|{4}{U}{U}|Creature — Spirit|3|3|Flying$Whenever you cast a Spirit or Arcane spell, you may draw a card.| Kokusho, the Evening Star|Champions of Kamigawa|122|R|{4}{B}{B}|Legendary Creature — Dragon Spirit|5|5|Flying$When Kokusho, the Evening Star dies, each opponent loses 5 life. You gain life equal to the life lost this way.| -Midnight Covenant|Champions of Kamigawa|125|C|{1}{B}|Enchantment — Aura|||Enchant creature$Enchanted creature has "{B}: This creature gets +1/+1 until end of turn."| +Midnight Covenant|Champions of Kamigawa|125|C|{1}{B}|Enchantment — Aura|||Enchant creature$Enchanted creature has "{B}: This creature gets +1/+1 until end of turn."| Blessed Breath|Champions of Kamigawa|1|C|{W}|Instant — Arcane|||Target creature you control gains protection from the color of your choice until end of turn.$Splice onto Arcane {W} (As you cast an Arcane spell, you may reveal this card from your hand and pay its splice cost. If you do, add this card's effects to that spell.)| Sift Through Sands|Champions of Kamigawa|84|C|{1}{U}{U}|Instant — Arcane|||Draw two cards, then discard a card.$If you've cast a spell named Peer Through Depths and a spell named Reach Through Mists this turn, you may search your library for a card named The Unspeakable, put it onto the battlefield, then shuffle your library.| Heartbeat of Spring|Champions of Kamigawa|212|R|{2}{G}|Enchantment|||Whenever a player taps a land for mana, that player adds one mana to his or her mana pool of any type that land produced.| -Hankyu|Champions of Kamigawa|253|U|{1}|Artifact — Equipment|||Equipped creature has "{tap}: Put an aim counter on Hankyu" and "{tap}, Remove all aim counters from Hankyu: This creature deals damage to target creature or player equal to the number of aim counters removed this way."$Equip {4} ({4}: Attach to target creature you control. Equip only as a sorcery.)| +Hankyu|Champions of Kamigawa|253|U|{1}|Artifact — Equipment|||Equipped creature has "{tap}: Put an aim counter on Hankyu" and "{tap}, Remove all aim counters from Hankyu: This creature deals damage to target creature or player equal to the number of aim counters removed this way."$Equip {4} ({4}: Attach to target creature you control. Equip only as a sorcery.)| Hisoka, Minamo Sensei|Champions of Kamigawa|66|R|{2}{U}{U}|Legendary Creature — Human Wizard|1|3|{2}{U}, Discard a card: Counter target spell if it has the same converted mana cost as the discarded card.| Oathkeeper, Takeno's Daisho|Champions of Kamigawa|265|R|{3}|Legendary Artifact — Equipment|||Equipped creature gets +3/+1.$Whenever equipped creature dies, return that card to the battlefield under your control if it's a Samurai card.$When Oathkeeper, Takeno's Daisho is put into a graveyard from the battlefield, exile equipped creature.$Equip {2}| Order of the Sacred Bell|Champions of Kamigawa|232|C|{3}{G}|Creature — Human Monk|4|3|| @@ -10873,10 +10873,10 @@ Arcbound Fiend|Darksteel|96|U|{6}|Artifact Creature Arcbound Slith|Darksteel|102|U|{2}|Artifact Creature — Slith|0|0|Whenever Arcbound Slith deals combat damage to a player, put a +1/+1 counter on it.$Modular 1 (This enters the battlefield with a +1/+1 counter on it. When it dies, you may put its +1/+1 counters on target artifact creature.)| Arcbound Ravager|Darksteel|100|R|{2}|Artifact Creature — Beast|0|0|Sacrifice an artifact: Put a +1/+1 counter on Arcbound Ravager.$Modular 1 (This enters the battlefield with a +1/+1 counter on it. When it dies, you may put its +1/+1 counters on target artifact creature.)| Memnarch|Darksteel|129|R|{7}|Legendary Artifact Creature — Wizard|4|5|{1}{U}{U}: Target permanent becomes an artifact in addition to its other types. (This effect lasts indefinitely.)${3}{U}: Gain control of target artifact. (This effect lasts indefinitely.)| -Slobad, Goblin Tinkerer|Darksteel|69|R|{1}{R}|Legendary Creature — Goblin Artificer|1|2|Sacrifice an artifact: Target artifact is indestructible this turn. ("Destroy" effects and lethal damage don't destroy that artifact.)| +Slobad, Goblin Tinkerer|Darksteel|69|R|{1}{R}|Legendary Creature — Goblin Artificer|1|2|Sacrifice an artifact: Target artifact is indestructible this turn. ("Destroy" effects and lethal damage don't destroy that artifact.)| Drill-Skimmer|Darksteel|118|C|{4}|Artifact Creature — Thopter|2|1|Flying$Drill-Skimmer has shroud as long as you control another artifact creature. (It can't be the target of spells or abilities.)| Geth's Grimoire|Darksteel|123|U|{4}|Artifact|||Whenever an opponent discards a card, you may draw a card.| -Heartseeker|Darksteel|124|R|{4}|Artifact — Equipment|||Equipped creature gets +2/+1 and has "{tap}, Unattach Heartseeker: Destroy target creature."$Equip {5} ({5}: Attach to target creature you control. Equip only as a sorcery. This card enters the battlefield unattached and stays on the battlefield if the creature leaves.)| +Heartseeker|Darksteel|124|R|{4}|Artifact — Equipment|||Equipped creature gets +2/+1 and has "{tap}, Unattach Heartseeker: Destroy target creature."$Equip {5} ({5}: Attach to target creature you control. Equip only as a sorcery. This card enters the battlefield unattached and stays on the battlefield if the creature leaves.)| Summoner's Egg|Fifth Dawn|157|R|{4}|Artifact Creature — Construct|0|4|Imprint — When Summoner's Egg enters the battlefield, you may exile a card from your hand face down.$When Summoner's Egg dies, turn the exiled card face up. If it's a creature card, put it onto the battlefield under your control.| Steelshaper's Gift|Fifth Dawn|19|U|{W}|Sorcery|||Search your library for an Equipment card, reveal that card, and put it into your hand. Then shuffle your library.| Roar of Reclamation|Fifth Dawn|14|R|{5}{W}{W}|Sorcery|||Each player returns all artifact cards from his or her graveyard to the battlefield.| @@ -10913,7 +10913,7 @@ Goblin Brawler|Fifth Dawn|66|C|{2}{R}|Creature Vulshok Sorcerer|Fifth Dawn|80|C|{1}{R}{R}|Creature — Human Shaman|1|1|Haste${tap}: Vulshok Sorcerer deals 1 damage to target creature or player.| Night's Whisper|Fifth Dawn|55|U|{1}{B}|Sorcery|||You draw two cards and you lose 2 life.| Magma Jet|Fifth Dawn|73|U|{1}{R}|Instant|||Magma Jet deals 2 damage to target creature or player.$Scry 2. (To scry 2, look at the top two cards of your library, then put any number of them on the bottom of your library and the rest on top in any order.)| -Healer's Headdress|Fifth Dawn|129|C|{2}|Artifact — Equipment|||Equipped creature gets +0/+2 and has "{tap}: Prevent the next 1 damage that would be dealt to target creature or player this turn."${W}{W}: Attach Healer's Headdress to target creature you control.$Equip {1} ({1}: Attach to target creature you control. Equip only as a sorcery.)| +Healer's Headdress|Fifth Dawn|129|C|{2}|Artifact — Equipment|||Equipped creature gets +0/+2 and has "{tap}: Prevent the next 1 damage that would be dealt to target creature or player this turn."${W}{W}: Attach Healer's Headdress to target creature you control.$Equip {1} ({1}: Attach to target creature you control. Equip only as a sorcery.)| Neurok Stealthsuit|Fifth Dawn|140|C|{2}|Artifact — Equipment|||Equipped creature has shroud. (It can't be the target of spells or abilities.)${U}{U}: Attach Neurok Stealthsuit to target creature you control.$Equip {1} ({1}: Attach to target creature you control. Equip only as a sorcery.)| Cranial Plating|Fifth Dawn|113|C|{2}|Artifact — Equipment|||Equipped creature gets +1/+0 for each artifact you control.${B}{B}: Attach Cranial Plating to target creature you control.$Equip {1} ({1}: Attach to target creature you control. Equip only as a sorcery.)| Sparring Collar|Fifth Dawn|154|C|{2}|Artifact — Equipment|||Equipped creature has first strike.${R}{R}: Attach Sparring Collar to target creature you control.$Equip {1} ({1}: Attach to target creature you control. Equip only as a sorcery.)| @@ -10955,7 +10955,7 @@ Pentad Prism|Fifth Dawn|143|C|{2}|Artifact|||Sunburst (This enters the battle Lunar Avenger|Fifth Dawn|136|U|{7}|Artifact Creature — Golem|2|2|Sunburst (This enters the battlefield with a +1/+1 counter on it for each color of mana spent to cast it.)$Remove a +1/+1 counter from Lunar Avenger: Lunar Avenger gains your choice of flying, first strike, or haste until end of turn.| Auriok Champion|Fifth Dawn|3|R|{W}{W}|Creature — Human Cleric|1|1|Protection from black and from red$Whenever another creature enters the battlefield, you may gain 1 life.| Ion Storm|Fifth Dawn|68|R|{2}{R}|Enchantment|||{1}{R}, Remove a +1/+1 counter or a charge counter from a permanent you control: Ion Storm deals 2 damage to target creature or player.| -Joiner Adept|Fifth Dawn|89|R|{1}{G}|Creature — Elf Druid|2|1|Lands you control have "{tap}: Add one mana of any color to your mana pool."| +Joiner Adept|Fifth Dawn|89|R|{1}{G}|Creature — Elf Druid|2|1|Lands you control have "{tap}: Add one mana of any color to your mana pool."| Razorgrass Screen|Fifth Dawn|145|C|{1}|Artifact Creature — Wall|2|1|Defender (This creature can't attack.)$Razorgrass Screen blocks each turn if able.| Bringer of the Green Dawn|Fifth Dawn|83|R|{7}{G}{G}|Creature — Bringer|5|5|You may pay {W}{U}{B}{R}{G} rather than pay Bringer of the Green Dawn's mana cost.$Trample$At the beginning of your upkeep, you may put a 3/3 green Beast creature token onto the battlefield.| Bringer of the Red Dawn|Fifth Dawn|62|R|{7}{R}{R}|Creature — Bringer|5|5|You may pay {W}{U}{B}{R}{G} rather than pay Bringer of the Red Dawn's mana cost.$Trample$At the beginning of your upkeep, you may untap target creature and gain control of it until end of turn. That creature gains haste until end of turn.| @@ -10963,7 +10963,7 @@ Bringer of the Blue Dawn|Fifth Dawn|26|R|{7}{U}{U}|Creature Bringer of the Black Dawn|Fifth Dawn|43|R|{7}{B}{B}|Creature — Bringer|5|5|You may pay {W}{U}{B}{R}{G} rather than pay Bringer of the Black Dawn's mana cost.$Trample$At the beginning of your upkeep, you may pay 2 life. If you do, search your library for a card, then shuffle your library and put that card on top of it.| Bringer of the White Dawn|Fifth Dawn|7|R|{7}{W}{W}|Creature — Bringer|5|5|You may pay {W}{U}{B}{R}{G} rather than pay Bringer of the White Dawn's mana cost.$Trample$At the beginning of your upkeep, you may return target artifact card from your graveyard to the battlefield.| Composite Golem|Fifth Dawn|111|U|{6}|Artifact Creature — Golem|4|4|Sacrifice Composite Golem: Add {W}{U}{B}{R}{G} to your mana pool.| -Paradise Mantle|Fifth Dawn|142|U|{0}|Artifact — Equipment|||Equipped creature has "{tap}: Add one mana of any color to your mana pool."$Equip {1} ({1}: Attach to target creature you control. Equip only as a sorcery.)| +Paradise Mantle|Fifth Dawn|142|U|{0}|Artifact — Equipment|||Equipped creature has "{tap}: Add one mana of any color to your mana pool."$Equip {1} ({1}: Attach to target creature you control. Equip only as a sorcery.)| Door to Nothingness|Fifth Dawn|115|R|{5}|Artifact|||Door to Nothingness enters the battlefield tapped.${W}{W}{U}{U}{B}{B}{R}{R}{G}{G}, {tap}, Sacrifice Door to Nothingness: Target player loses the game.| Circle of Protection: Artifacts|Fifth Dawn|8|U|{1}{W}|Enchantment|||{2}: The next time an artifact source of your choice would deal damage to you this turn, prevent that damage.| Plasma Elemental|Fifth Dawn|34|U|{5}{U}|Creature — Elemental|4|1|Plasma Elemental is unblockable.| @@ -11015,7 +11015,7 @@ Moonlit Strider|Betrayers of Kamigawa|16|C|{3}{W}|Creature Crawling Filth|Betrayers of Kamigawa|64|C|{5}{B}|Creature — Spirit|2|2|Fear (This creature can't be blocked except by artifact creatures and/or black creatures.)$Soulshift 5 (When this creature dies, you may return target Spirit card with converted mana cost 5 or less from your graveyard to your hand.)| Walker of Secret Ways|Betrayers of Kamigawa|60|U|{2}{U}|Creature — Human Ninja|1|2|Ninjutsu {1}{U} ({1}{U}, Return an unblocked attacker you control to hand: Put this card onto the battlefield from your hand tapped and attacking.)$Whenever Walker of Secret Ways deals combat damage to a player, look at that player's hand.${1}{U}: Return target Ninja you control to its owner's hand. Activate this ability only during your turn.| Sway of the Stars|Betrayers of Kamigawa|54|R|{8}{U}{U}|Sorcery|||Each player shuffles his or her hand, graveyard, and permanents he or she owns into his or her library, then draws seven cards. Each player's life total becomes 7.| -Genju of the Fens|Betrayers of Kamigawa|66|U|{B}|Enchantment — Aura|||Enchant Swamp${2}: Until end of turn, enchanted Swamp becomes a 2/2 black Spirit creature with "{B}: This creature gets +1/+1 until end of turn." It's still a land.$When enchanted Swamp is put into a graveyard, you may return Genju of the Fens from your graveyard to your hand.| +Genju of the Fens|Betrayers of Kamigawa|66|U|{B}|Enchantment — Aura|||Enchant Swamp${2}: Until end of turn, enchanted Swamp becomes a 2/2 black Spirit creature with "{B}: This creature gets +1/+1 until end of turn." It's still a land.$When enchanted Swamp is put into a graveyard, you may return Genju of the Fens from your graveyard to your hand.| Isao, Enlightened Bushi|Betrayers of Kamigawa|129|R|{2}{G}|Legendary Creature — Human Samurai|2|1|Isao, Enlightened Bushi can't be countered.$Bushido 2 (When this blocks or becomes blocked, it gets +2/+2 until end of turn.)${2}: Regenerate target Samurai.| In the Web of War|Betrayers of Kamigawa|108|R|{3}{R}{R}|Enchantment|||Whenever a creature enters the battlefield under your control, it gets +2/+0 and gains haste until end of turn.| Kitsune Bonesetter|Saviors of Kamigawa|15|C|{2}{W}|Creature — Fox Cleric|0|1|{tap}: Prevent the next 3 damage that would be dealt to target creature this turn. Activate this ability only if you have more cards in hand than each opponent.| @@ -11033,7 +11033,7 @@ Ghost-Lit Nourisher|Saviors of Kamigawa|131|U|{2}{G}|Creature Ghost-Lit Redeemer|Saviors of Kamigawa|10|U|{W}|Creature — Spirit|1|1|{W}, {tap}: You gain 2 life.$Channel — {1}{W}, Discard Ghost-Lit Redeemer: You gain 4 life.| Mistblade Shinobi|Betrayers of Kamigawa|43|C|{2}{U}|Creature — Human Ninja|1|1|Ninjutsu {U} ({U}, Return an unblocked attacker you control to hand: Put this card onto the battlefield from your hand tapped and attacking.)$Whenever Mistblade Shinobi deals combat damage to a player, you may return target creature that player controls to its owner's hand.| Kodama of the Center Tree|Betrayers of Kamigawa|131|R|{4}{G}|Legendary Creature — Spirit|*|*|Kodama of the Center Tree's power and toughness are each equal to the number of Spirits you control.$Kodama of the Center Tree has soulshift X, where X is the number of Spirits you control. (When this creature dies, you may return target Spirit card with converted mana cost X or less from your graveyard to your hand.)| -Genju of the Fields|Betrayers of Kamigawa|5|U|{W}|Enchantment — Aura|||Enchant Plains${2}: Until end of turn, enchanted Plains becomes a 2/5 white Spirit creature with "Whenever this creature deals damage, its controller gains that much life." It's still a land.$When enchanted Plains is put into a graveyard, you may return Genju of the Fields from your graveyard to your hand.| +Genju of the Fields|Betrayers of Kamigawa|5|U|{W}|Enchantment — Aura|||Enchant Plains${2}: Until end of turn, enchanted Plains becomes a 2/5 white Spirit creature with "Whenever this creature deals damage, its controller gains that much life." It's still a land.$When enchanted Plains is put into a graveyard, you may return Genju of the Fields from your graveyard to your hand.| Shinen of Flight's Wings|Saviors of Kamigawa|57|C|{4}{U}|Creature — Spirit|3|3|Flying$Channel — {U}, Discard Shinen of Flight's Wings: Target creature gains flying until end of turn.| Sosuke's Summons|Betrayers of Kamigawa|145|U|{2}{G}|Sorcery|||Put two 1/1 green Snake creature tokens onto the battlefield.$Whenever a nontoken Snake enters the battlefield under your control, you may return Sosuke's Summons from your graveyard to your hand.| Indebted Samurai|Betrayers of Kamigawa|9|U|{3}{W}|Creature — Human Samurai|2|3|Bushido 1 (When this blocks or becomes blocked, it gets +1/+1 until end of turn.)$Whenever a Samurai you control dies, you may put a +1/+1 counter on Indebted Samurai.| @@ -11062,7 +11062,7 @@ Evermind|Saviors of Kamigawa|37|U||Instant O-Naginata|Saviors of Kamigawa|157|U|{1}|Artifact — Equipment|||O-Naginata can be attached only to a creature with 3 or more power.$Equipped creature gets +3/+0 and has trample.$Equip {2} ({2}: Attach to target creature you control. Equip only as a sorcery.)| Akuta, Born of Ash|Saviors of Kamigawa|61|R|{2}{B}{B}|Legendary Creature — Spirit|3|2|Haste$At the beginning of your upkeep, if you have more cards in hand than each opponent, you may sacrifice a Swamp. If you do, return Akuta, Born of Ash from your graveyard to the battlefield.| Kiku's Shadow|Saviors of Kamigawa|77|U|{B}{B}|Sorcery|||Target creature deals damage to itself equal to its power.| -Manriki-Gusari|Saviors of Kamigawa|156|U|{2}|Artifact — Equipment|||Equipped creature gets +1/+2 and has "{tap}: Destroy target Equipment."$Equip {1} ({1}: Attach to target creature you control. Equip only as a sorcery.)| +Manriki-Gusari|Saviors of Kamigawa|156|U|{2}|Artifact — Equipment|||Equipped creature gets +1/+2 and has "{tap}: Destroy target Equipment."$Equip {1} ({1}: Attach to target creature you control. Equip only as a sorcery.)| Briarknit Kami|Saviors of Kamigawa|124|U|{3}{G}{G}|Creature — Spirit|3|3|Whenever you cast a Spirit or Arcane spell, put a +1/+1 counter on target creature.| Fiddlehead Kami|Saviors of Kamigawa|130|C|{4}{G}|Creature — Spirit|3|3|Whenever you cast a Spirit or Arcane spell, regenerate Fiddlehead Kami.| Seed the Land|Saviors of Kamigawa|146|R|{2}{G}{G}|Enchantment|||Whenever a land enters the battlefield, its controller puts a 1/1 green Snake creature token onto the battlefield.| @@ -11074,7 +11074,7 @@ Masumaro, First to Live|Saviors of Kamigawa|136|R|{3}{G}{G}{G}|Legendary Creatur Charge Across the Araba|Saviors of Kamigawa|4|U|{4}{W}|Instant — Arcane|||Sweep — Return any number of Plains you control to their owner's hand. Creatures you control get +1/+1 until end of turn for each Plains returned this way.| Adamaro, First to Desire|Saviors of Kamigawa|91|R|{1}{R}{R}|Legendary Creature — Spirit|*|*|Adamaro, First to Desire's power and toughness are each equal to the number of cards in the hand of the opponent with the most cards in hand.| Rending Vines|Saviors of Kamigawa|143|C|{1}{G}{G}|Instant — Arcane|||Destroy target artifact or enchantment if its converted mana cost is less than or equal to the number of cards in your hand.$Draw a card.| -Kataki, War's Wage|Saviors of Kamigawa|14|R|{1}{W}|Legendary Creature — Spirit|2|1|All artifacts have "At the beginning of your upkeep, sacrifice this artifact unless you pay {1}."| +Kataki, War's Wage|Saviors of Kamigawa|14|R|{1}{W}|Legendary Creature — Spirit|2|1|All artifacts have "At the beginning of your upkeep, sacrifice this artifact unless you pay {1}."| Shifting Borders|Saviors of Kamigawa|56|U|{3}{U}|Instant — Arcane|||Exchange control of two target lands.$Splice onto Arcane {3}{U} (As you cast an Arcane spell, you may reveal this card from your hand and pay its splice cost. If you do, add this card's effects to that spell.)| Kashi-Tribe Elite|Saviors of Kamigawa|135|U|{1}{G}{G}|Creature — Snake Warrior|2|3|Legendary Snakes you control have shroud. (They can't be the targets of spells or abilities.)$Whenever Kashi-Tribe Elite deals combat damage to a creature, tap that creature and it doesn't untap during its controller's next untap step.| Okina Nightwatch|Saviors of Kamigawa|140|C|{4}{G}|Creature — Human Monk|4|3|As long as you have more cards in hand than each opponent, Okina Nightwatch gets +3/+3.| @@ -11115,14 +11115,14 @@ Oppressive Will|Saviors of Kamigawa|50|C|{2}{U}|Instant|||Counter target spell u Genju of the Cedars|Betrayers of Kamigawa|126|U|{G}|Enchantment — Aura|||Enchant Forest${2}: Enchanted Forest becomes a 4/4 green Spirit creature until end of turn. It's still a land.$When enchanted Forest is put into a graveyard, you may return Genju of the Cedars from your graveyard to your hand.| Bile Urchin|Betrayers of Kamigawa|61|C|{B}|Creature — Spirit|1|1|Sacrifice Bile Urchin: Target player loses 1 life.| Akki Blizzard-Herder|Betrayers of Kamigawa|91|C|{1}{R}|Creature — Goblin Shaman|1|1|When Akki Blizzard-Herder dies, each player sacrifices a land.| -Mark of Sakiko|Betrayers of Kamigawa|135|U|{1}{G}|Enchantment — Aura|||Enchant creature$Enchanted creature has "Whenever this creature deals combat damage to a player, add that much {G} to your mana pool. Until end of turn, this mana doesn't empty from your mana pool as steps and phases end."| +Mark of Sakiko|Betrayers of Kamigawa|135|U|{1}{G}|Enchantment — Aura|||Enchant creature$Enchanted creature has "Whenever this creature deals combat damage to a player, add that much {G} to your mana pool. Until end of turn, this mana doesn't empty from your mana pool as steps and phases end."| Toshiro Umezawa|Betrayers of Kamigawa|89|R|{1}{B}{B}|Legendary Creature — Human Samurai|2|2|Bushido 1 (When this blocks or becomes blocked, it gets +1/+1 until end of turn.)$Whenever a creature an opponent controls dies, you may cast target instant card from your graveyard. If that card would be put into a graveyard this turn, exile it instead.| Goblin Cohort|Betrayers of Kamigawa|106|C|{R}|Creature — Goblin Warrior|2|2|Goblin Cohort can't attack unless you've cast a creature spell this turn.| Gnarled Mass|Betrayers of Kamigawa|127|C|{1}{G}{G}|Creature — Spirit|3|3|| Shizuko, Caller of Autumn|Betrayers of Kamigawa|144|R|{1}{G}{G}|Legendary Creature — Snake Shaman|2|3|At the beginning of each player's upkeep, that player adds {G}{G}{G} to his or her mana pool. Until end of turn, this mana doesn't empty from that player's mana pool as steps and phases end.| Blazing Shoal|Betrayers of Kamigawa|96|R|{X}{R}{R}|Instant — Arcane|||You may exile a red card with converted mana cost X from your hand rather than pay Blazing Shoal's mana cost.$Target creature gets +X/+0 until end of turn.| Kaijin of the Vanishing Touch|Betrayers of Kamigawa|39|U|{1}{U}|Creature — Spirit|0|3|Defender (This creature can't attack.)$Whenever Kaijin of the Vanishing Touch blocks a creature, return that creature to its owner's hand at end of combat. (Return it only if it's on the battlefield.)| -Kira, Great Glass-Spinner|Betrayers of Kamigawa|40|R|{1}{U}{U}|Legendary Creature — Spirit|2|2|Flying$Creatures you control have "Whenever this creature becomes the target of a spell or ability for the first time in a turn, counter that spell or ability."| +Kira, Great Glass-Spinner|Betrayers of Kamigawa|40|R|{1}{U}{U}|Legendary Creature — Spirit|2|2|Flying$Creatures you control have "Whenever this creature becomes the target of a spell or ability for the first time in a turn, counter that spell or ability."| Tomorrow, Azami's Familiar|Betrayers of Kamigawa|58|R|{5}{U}|Legendary Creature — Spirit|1|5|If you would draw a card, look at the top three cards of your library instead. Put one of those cards into your hand and the rest on the bottom of your library in any order.| Higure, the Still Wind|Betrayers of Kamigawa|37|R|{3}{U}{U}|Legendary Creature — Human Ninja|3|4|Ninjutsu {2}{U}{U} ({2}{U}{U}, Return an unblocked attacker you control to hand: Put this card onto the battlefield from your hand tapped and attacking.)$Whenever Higure, the Still Wind deals combat damage to a player, you may search your library for a Ninja card, reveal it, and put it into your hand. If you do, shuffle your library.${2}: Target Ninja creature is unblockable this turn.| First Volley|Betrayers of Kamigawa|100|C|{1}{R}|Instant — Arcane|||First Volley deals 1 damage to target creature and 1 damage to that creature's controller.| @@ -11149,7 +11149,7 @@ Phantom Wings|Betrayers of Kamigawa|46|C|{1}{U}|Enchantment Quash|Betrayers of Kamigawa|47|U|{2}{U}{U}|Instant|||Counter target instant or sorcery spell. Search its controller's graveyard, hand, and library for all cards with the same name as that spell and exile them. Then that player shuffles his or her library.| Spiraling Embers|Saviors of Kamigawa|116|C|{3}{R}|Sorcery — Arcane|||Spiraling Embers deals damage to target creature or player equal to the number of cards in your hand.| Iwamori of the Open Fist|Betrayers of Kamigawa|130|R|{2}{G}{G}|Legendary Creature — Human Monk|5|5|Trample$When Iwamori of the Open Fist enters the battlefield, each opponent may put a legendary creature card from his or her hand onto the battlefield.| -Sakashima the Impostor|Saviors of Kamigawa|53|R|{2}{U}{U}|Legendary Creature — Human Rogue|3|1|You may have Sakashima the Impostor enter the battlefield as a copy of any creature on the battlefield, except its name is still Sakashima the Impostor, it's legendary in addition to its other types, and it gains "{2}{U}{U}: Return Sakashima the Impostor to its owner's hand at the beginning of the next end step."| +Sakashima the Impostor|Saviors of Kamigawa|53|R|{2}{U}{U}|Legendary Creature — Human Rogue|3|1|You may have Sakashima the Impostor enter the battlefield as a copy of any creature on the battlefield, except its name is still Sakashima the Impostor, it's legendary in addition to its other types, and it gains "{2}{U}{U}: Return Sakashima the Impostor to its owner's hand at the beginning of the next end step."| Yukora, the Prisoner|Betrayers of Kamigawa|90|R|{2}{B}{B}|Legendary Creature — Demon Spirit|5|5|When Yukora, the Prisoner leaves the battlefield, sacrifice all non-Ogre creatures you control.| Ornate Kanzashi|Betrayers of Kamigawa|157|R|{5}|Artifact|||{2}, {tap}: Target opponent exiles the top card of his or her library. You may play that card this turn.| Empty-Shrine Kannushi|Betrayers of Kamigawa|2|U|{W}|Creature — Human Cleric|1|1|Empty-Shrine Kannushi has protection from the colors of permanents you control.| @@ -11171,7 +11171,7 @@ Silverstorm Samurai|Betrayers of Kamigawa|22|C|{4}{W}{W}|Creature Eradicate|Betrayers of Kamigawa|65|U|{2}{B}{B}|Sorcery|||Exile target nonblack creature. Search its controller's graveyard, hand, and library for all cards with the same name as that creature and exile them. Then that player shuffles his or her library.| Kyoki, Sanity's Eclipse|Betrayers of Kamigawa|72|R|{4}{B}{B}|Legendary Creature — Demon Spirit|6|4|Whenever you cast a Spirit or Arcane spell, target opponent exiles a card from his or her hand.| Psychic Spear|Betrayers of Kamigawa|78|C|{B}|Sorcery|||Target player reveals his or her hand. You choose a Spirit or Arcane card from it. That player discards that card.| -Mirror Gallery|Betrayers of Kamigawa|154|R|{5}|Artifact|||The "legend rule" doesn't apply.| +Mirror Gallery|Betrayers of Kamigawa|154|R|{5}|Artifact|||The "legend rule" doesn't apply.| Kagemaro's Clutch|Saviors of Kamigawa|74|C|{3}{B}|Enchantment — Aura|||Enchant creature$Enchanted creature gets -X/-X, where X is the number of cards in your hand.| Uproot|Betrayers of Kamigawa|149|C|{3}{G}|Sorcery — Arcane|||Put target land on top of its owner's library.| Lifegift|Betrayers of Kamigawa|132|R|{2}{G}|Enchantment|||Whenever a land enters the battlefield, you may gain 1 life.| @@ -11188,10 +11188,10 @@ Terashi's Grasp|Betrayers of Kamigawa|26|C|{2}{W}|Sorcery Ninja of the Deep Hours|Betrayers of Kamigawa|44|C|{3}{U}|Creature — Human Ninja|2|2|Ninjutsu {1}{U} ({1}{U}, Return an unblocked attacker you control to hand: Put this card onto the battlefield from your hand tapped and attacking.)$Whenever Ninja of the Deep Hours deals combat damage to a player, you may draw a card.| Frost Ogre|Betrayers of Kamigawa|102|C|{3}{R}{R}|Creature — Ogre Warrior|5|3|| Horobi's Whisper|Betrayers of Kamigawa|70|C|{1}{B}{B}|Instant — Arcane|||If you control a Swamp, destroy target nonblack creature.$Splice onto Arcane—Exile four cards from your graveyard. (As you cast an Arcane spell, you may reveal this card from your hand and pay its splice cost. If you do, add this card's effects to that spell.)| -Ogre Marauder|Betrayers of Kamigawa|75|U|{1}{B}{B}|Creature — Ogre Warrior|3|1|Whenever Ogre Marauder attacks, it gains "Ogre Marauder is unblockable" until end of turn unless defending player sacrifices a creature.| +Ogre Marauder|Betrayers of Kamigawa|75|U|{1}{B}{B}|Creature — Ogre Warrior|3|1|Whenever Ogre Marauder attacks, it gains "Ogre Marauder is unblockable" until end of turn unless defending player sacrifices a creature.| Akki Raider|Betrayers of Kamigawa|92|U|{1}{R}|Creature — Goblin Warrior|2|1|Whenever a land is put into a graveyard from the battlefield, Akki Raider gets +1/+0 until end of turn.| Takeno's Cavalry|Betrayers of Kamigawa|24|C|{3}{W}|Creature — Human Samurai Archer|1|1|Bushido 1 (When this blocks or becomes blocked, it gets +1/+1 until end of turn.)${tap}: Takeno's Cavalry deals 1 damage to target attacking or blocking Spirit.| -Clash of Realities|Betrayers of Kamigawa|97|R|{3}{R}|Enchantment|||All Spirits have "When this permanent enters the battlefield, you may have it deal 3 damage to target non-Spirit creature."$Non-Spirit creatures have "When this creature enters the battlefield, you may have it deal 3 damage to target Spirit creature."| +Clash of Realities|Betrayers of Kamigawa|97|R|{3}{R}|Enchantment|||All Spirits have "When this permanent enters the battlefield, you may have it deal 3 damage to target non-Spirit creature."$Non-Spirit creatures have "When this creature enters the battlefield, you may have it deal 3 damage to target Spirit creature."| Minamo Sightbender|Betrayers of Kamigawa|41|U|{1}{U}|Creature — Human Wizard|1|2|{X}, {tap}: Target creature with power X or less is unblockable this turn.| Kitsune Palliator|Betrayers of Kamigawa|14|U|{2}{W}|Creature — Fox Cleric|0|2|{tap}: Prevent the next 1 damage that would be dealt to each creature and each player this turn.| Reki, the History of Kamigawa|Saviors of Kamigawa|142|R|{2}{G}|Legendary Creature — Human Shaman|1|2|Whenever you cast a legendary spell, draw a card.| @@ -11235,13 +11235,13 @@ Glimpse of Nature|Champions of Kamigawa|210|R|{G}|Sorcery|||Whenever you cast a Matsu-Tribe Decoy|Champions of Kamigawa|227|C|{2}{G}|Creature — Snake Warrior|1|3|{2}{G}: Target creature blocks Matsu-Tribe Decoy this turn if able.$Whenever Matsu-Tribe Decoy deals combat damage to a creature, tap that creature and it doesn't untap during its controller's next untap step.| Mindblaze|Champions of Kamigawa|180|R|{5}{R}|Sorcery|||Name a nonland card and choose a number greater than 0. Target player reveals his or her library. If that library contains exactly the chosen number of the named card, Mindblaze deals 8 damage to that player. Then that player shuffles his or her library.| Uba Mask|Champions of Kamigawa|272|R|{4}|Artifact|||If a player would draw a card, that player exiles that card face up instead.$Each player may play cards he or she exiled with Uba Mask this turn.| -Cruel Deceiver|Champions of Kamigawa|106|C|{1}{B}|Creature — Spirit|2|1|{1}: Look at the top card of your library.${2}: Reveal the top card of your library. If it's a land card, Cruel Deceiver gains "Whenever Cruel Deceiver deals damage to a creature, destroy that creature" until end of turn. Activate this ability only once each turn.| +Cruel Deceiver|Champions of Kamigawa|106|C|{1}{B}|Creature — Spirit|2|1|{1}: Look at the top card of your library.${2}: Reveal the top card of your library. If it's a land card, Cruel Deceiver gains "Whenever Cruel Deceiver deals damage to a creature, destroy that creature" until end of turn. Activate this ability only once each turn.| Rend Flesh|Champions of Kamigawa|140|C|{2}{B}|Instant — Arcane|||Destroy target non-Spirit creature.| Cursed Ronin|Champions of Kamigawa|107|C|{3}{B}|Creature — Human Samurai|1|1|Bushido 1 (When this blocks or becomes blocked, it gets +1/+1 until end of turn.)${B}: Cursed Ronin gets +1/+1 until end of turn.| No-Dachi|Champions of Kamigawa|264|U|{2}|Artifact — Equipment|||Equipped creature gets +2/+0 and has first strike.$Equip {3} ({3}: Attach to target creature you control. Equip only as a sorcery.)| Kumano's Pupils|Champions of Kamigawa|177|U|{4}{R}|Creature — Human Shaman|3|3|If a creature dealt damage by Kumano's Pupils this turn would die, exile it instead.| Meloku the Clouded Mirror|Champions of Kamigawa|74|R|{4}{U}|Legendary Creature — Moonfolk Wizard|2|4|Flying${1}, Return a land you control to its owner's hand: Put a 1/1 blue Illusion creature token with flying onto the battlefield.| -Kusari-Gama|Champions of Kamigawa|260|R|{3}|Artifact — Equipment|||Equipped creature has "{2}: This creature gets +1/+0 until end of turn."$Whenever equipped creature deals damage to a blocking creature, Kusari-Gama deals that much damage to each other creature defending player controls.$Equip {3} ({3}: Attach to target creature you control. Equip only as a sorcery.)| +Kusari-Gama|Champions of Kamigawa|260|R|{3}|Artifact — Equipment|||Equipped creature has "{2}: This creature gets +1/+0 until end of turn."$Whenever equipped creature deals damage to a blocking creature, Kusari-Gama deals that much damage to each other creature defending player controls.$Equip {3} ({3}: Attach to target creature you control. Equip only as a sorcery.)| Akki Avalanchers|Champions of Kamigawa|151|C|{R}|Creature — Goblin Warrior|1|1|Sacrifice a land: Akki Avalanchers gets +2/+0 until end of turn. Activate this ability only once each turn.| Shell of the Last Kappa|Champions of Kamigawa|269|R|{3}|Legendary Artifact|||{3}, {tap}: Exile target instant or sorcery spell that targets you. (The spell has no effect.)${3}, {tap}, Sacrifice Shell of the Last Kappa: You may cast a card exiled with Shell of the Last Kappa without paying its mana cost.| Teller of Tales|Champions of Kamigawa|95|C|{3}{U}{U}|Creature — Spirit|3|3|Flying$Whenever you cast a Spirit or Arcane spell, you may tap or untap target creature.| @@ -11271,7 +11271,7 @@ Brutal Deceiver|Champions of Kamigawa|161|C|{2}{R}|Creature Commune with Nature|Champions of Kamigawa|204|C|{G}|Sorcery|||Look at the top five cards of your library. You may reveal a creature card from among them and put it into your hand. Put the rest on the bottom of your library in any order.| Moss Kami|Champions of Kamigawa|228|C|{5}{G}|Creature — Spirit|5|5|Trample| Kitsune Diviner|Champions of Kamigawa|26|C|{W}|Creature — Fox Cleric|0|1|{tap}: Tap target Spirit.| -Disruption Aura|Fifth Dawn|28|U|{2}{U}|Enchantment — Aura|||Enchant artifact$Enchanted artifact has "At the beginning of your upkeep, sacrifice this artifact unless you pay its mana cost."| +Disruption Aura|Fifth Dawn|28|U|{2}{U}|Enchantment — Aura|||Enchant artifact$Enchanted artifact has "At the beginning of your upkeep, sacrifice this artifact unless you pay its mana cost."| Kami of the Painted Road|Champions of Kamigawa|23|C|{4}{W}|Creature — Spirit|3|3|Whenever you cast a Spirit or Arcane spell, Kami of the Painted Road gains protection from the color of your choice until end of turn.| Hana Kami|Champions of Kamigawa|211|U|{G}|Creature — Spirit|1|1|{1}{G}, Sacrifice Hana Kami: Return target Arcane card from your graveyard to your hand.| Hearth Kami|Champions of Kamigawa|171|C|{1}{R}|Creature — Spirit|2|1|{X}, Sacrifice Hearth Kami: Destroy target artifact with converted mana cost X.| @@ -11284,7 +11284,7 @@ Scuttling Death|Champions of Kamigawa|142|C|{4}{B}|Creature Hall of the Bandit Lord|Champions of Kamigawa|277|R||Legendary Land|||Hall of the Bandit Lord enters the battlefield tapped.${tap}, Pay 3 life: Add {1} to your mana pool. If that mana is spent on a creature spell, that creature has haste.| Blind with Anger|Champions of Kamigawa|158|U|{3}{R}|Instant — Arcane|||Untap target nonlegendary creature and gain control of it until end of turn. That creature gains haste until end of turn.| Unnatural Speed|Champions of Kamigawa|197|C|{R}|Instant — Arcane|||Target creature gains haste until end of turn.| -Time Stop|Champions of Kamigawa|97|R|{4}{U}{U}|Instant|||End the turn. (Exile all spells and abilities on the stack, including this card. The player whose turn it is discards down to his or her maximum hand size. Damage wears off, and "this turn" and "until end of turn" effects end.)| +Time Stop|Champions of Kamigawa|97|R|{4}{U}{U}|Instant|||End the turn. (Exile all spells and abilities on the stack, including this card. The player whose turn it is discards down to his or her maximum hand size. Damage wears off, and "this turn" and "until end of turn" effects end.)| Callous Deceiver|Champions of Kamigawa|53|C|{2}{U}|Creature — Spirit|1|3|{1}: Look at the top card of your library.${2}: Reveal the top card of your library. If it's a land card, Callous Deceiver gets +1/+0 and gains flying until end of turn. Activate this ability only once each turn.| Godo, Bandit Warlord|Champions of Kamigawa|169|R|{5}{R}|Legendary Creature — Human Barbarian|3|3|When Godo, Bandit Warlord enters the battlefield, you may search your library for an Equipment card and put it onto the battlefield. If you do, shuffle your library.$Whenever Godo attacks for the first time each turn, untap it and all Samurai you control. After this phase, there is an additional combat phase.| Bounteous Kirin|Saviors of Kamigawa|123|R|{5}{G}{G}|Legendary Creature — Kirin Spirit|4|4|Flying$Whenever you cast a Spirit or Arcane spell, you may gain life equal to that spell's converted mana cost.| @@ -11317,7 +11317,7 @@ Waking Nightmare|Champions of Kamigawa|149|C|{2}{B}|Sorcery Kumano, Master Yamabushi|Champions of Kamigawa|176|R|{3}{R}{R}|Legendary Creature — Human Shaman|4|4|{1}{R}: Kumano, Master Yamabushi deals 1 damage to target creature or player.$If a creature dealt damage by Kumano this turn would die, exile it instead.| Seizan, Perverter of Truth|Champions of Kamigawa|143|R|{3}{B}{B}|Legendary Creature — Demon Spirit|6|5|At the beginning of each player's upkeep, that player loses 2 life and draws two cards.| Gibbering Kami|Champions of Kamigawa|112|C|{3}{B}|Creature — Spirit|2|2|Flying$Soulshift 3 (When this creature dies, you may return target Spirit card with converted mana cost 3 or less from your graveyard to your hand.)| -Brothers Yamazaki|Champions of Kamigawa|160|U|{2}{R}|Legendary Creature — Human Samurai|2|1|Bushido 1 (When this blocks or becomes blocked, it gets +1/+1 until end of turn.)$If there are exactly two permanents named Brothers Yamazaki on the battlefield, the "legend rule" doesn't apply to them.$Each other creature named Brothers Yamazaki gets +2/+2 and has haste.| +Brothers Yamazaki|Champions of Kamigawa|160|U|{2}{R}|Legendary Creature — Human Samurai|2|1|Bushido 1 (When this blocks or becomes blocked, it gets +1/+1 until end of turn.)$If there are exactly two permanents named Brothers Yamazaki on the battlefield, the "legend rule" doesn't apply to them.$Each other creature named Brothers Yamazaki gets +2/+2 and has haste.| Pull Under|Champions of Kamigawa|137|C|{5}{B}|Instant — Arcane|||Target creature gets -5/-5 until end of turn.| Shidako, Broodmistress|Champions of Kamigawa|233|U|{2}{G}|Legendary Creature — Snake Shaman|3|3|{G}, Sacrifice a creature: Target creature gets +3/+3 until end of turn.| Myojin of Life's Web|Champions of Kamigawa|229|R|{6}{G}{G}{G}|Legendary Creature — Spirit|8|8|Myojin of Life's Web enters the battlefield with a divinity counter on it if you cast it from your hand.$Myojin of Life's Web is indestructible as long as it has a divinity counter on it.$Remove a divinity counter from Myojin of Life's Web: Put any number of creature cards from your hand onto the battlefield.| @@ -11426,7 +11426,7 @@ Glacial Ray|Champions of Kamigawa|168|C|{1}{R}|Instant Soulblast|Champions of Kamigawa|190|R|{3}{R}{R}{R}|Instant|||As an additional cost to cast Soulblast, sacrifice all creatures you control.$Soulblast deals damage to target creature or player equal to the total power of the sacrificed creatures.| Through the Breach|Champions of Kamigawa|193|R|{4}{R}|Instant — Arcane|||You may put a creature card from your hand onto the battlefield. That creature gains haste. Sacrifice that creature at the beginning of the next end step.$Splice onto Arcane {2}{R}{R} (As you cast an Arcane spell, you may reveal this card from your hand and pay its splice cost. If you do, add this card's effects to that spell.)| Okina, Temple to the Grandfathers|Champions of Kamigawa|280|R||Legendary Land|||{tap}: Add {G} to your mana pool.${G}, {tap}: Target legendary creature gets +1/+1 until end of turn.| -Sachi, Daughter of Seshiro|Champions of Kamigawa|238|U|{2}{G}{G}|Legendary Creature — Snake Shaman|1|3|Other Snake creatures you control get +0/+1.$Shamans you control have "{tap}: Add {G}{G} to your mana pool."| +Sachi, Daughter of Seshiro|Champions of Kamigawa|238|U|{2}{G}{G}|Legendary Creature — Snake Shaman|1|3|Other Snake creatures you control get +0/+1.$Shamans you control have "{tap}: Add {G}{G} to your mana pool."| Consuming Vortex|Champions of Kamigawa|54|C|{1}{U}|Instant — Arcane|||Return target creature to its owner's hand.$Splice onto Arcane {3}{U} (As you cast an Arcane spell, you may reveal this card from your hand and pay its splice cost. If you do, add this card's effects to that spell.)| Seshiro the Anointed|Champions of Kamigawa|241|R|{4}{G}{G}|Legendary Creature — Snake Monk|3|4|Other Snake creatures you control get +2/+2.$Whenever a Snake you control deals combat damage to a player, you may draw a card.| Reito Lantern|Champions of Kamigawa|267|U|{2}|Artifact|||{3}: Put target card from a graveyard on the bottom of its owner's library.| @@ -11456,7 +11456,7 @@ Ember-Fist Zubera|Champions of Kamigawa|166|C|{1}{R}|Creature Ashen-Skin Zubera|Champions of Kamigawa|101|C|{1}{B}|Creature — Zubera Spirit|1|2|When Ashen-Skin Zubera dies, target opponent discards a card for each Zubera that died this turn.| Silent-Chant Zubera|Champions of Kamigawa|45|C|{1}{W}|Creature — Zubera Spirit|1|2|When Silent-Chant Zubera dies, you gain 2 life for each Zubera that died this turn.| Dripping-Tongue Zubera|Champions of Kamigawa|206|C|{1}{G}|Creature — Zubera Spirit|1|2|When Dripping-Tongue Zubera dies, put a 1/1 colorless Spirit creature token onto the battlefield for each Zubera that died this turn.| -Villainous Ogre|Champions of Kamigawa|148|C|{2}{B}|Creature — Ogre Warrior|3|2|Villainous Ogre can't block.$As long as you control a Demon, Villainous Ogre has "{B}: Regenerate Villainous Ogre."| +Villainous Ogre|Champions of Kamigawa|148|C|{2}{B}|Creature — Ogre Warrior|3|2|Villainous Ogre can't block.$As long as you control a Demon, Villainous Ogre has "{B}: Regenerate Villainous Ogre."| Nezumi Cutthroat|Champions of Kamigawa|128|C|{1}{B}|Creature — Rat Warrior|2|1|Fear (This creature can't be blocked except by artifact creatures and/or black creatures.)$Nezumi Cutthroat can't block.| Deathcurse Ogre|Champions of Kamigawa|109|C|{5}{B}|Creature — Ogre Warrior|3|3|When Deathcurse Ogre dies, each player loses 3 life.| Sideswipe|Champions of Kamigawa|187|U|{1}{R}|Instant|||You may change any targets of target Arcane spell.| @@ -11477,10 +11477,10 @@ Heart of Light|Betrayers of Kamigawa|6|C|{2}{W}|Enchantment Skullsnatcher|Betrayers of Kamigawa|84|C|{1}{B}|Creature — Rat Ninja|2|1|Ninjutsu {B} ({B}, Return an unblocked attacker you control to hand: Put this card onto the battlefield from your hand tapped and attacking.)$Whenever Skullsnatcher deals combat damage to a player, exile up to two target cards from that player's graveyard.| Overblaze|Betrayers of Kamigawa|114|U|{3}{R}|Instant — Arcane|||Each time target permanent would deal damage to a creature or player this turn, it deals double that damage to that creature or player instead.$Splice onto Arcane {2}{R}{R} (As you cast an Arcane spell, you may reveal this card from your hand and pay its splice cost. If you do, add this card's effects to that spell.)| Shirei, Shizo's Caretaker|Betrayers of Kamigawa|81|R|{4}{B}|Legendary Creature — Spirit|2|2|Whenever a creature with power 1 or less is put into your graveyard from the battlefield, you may return that card to the battlefield under your control at the beginning of the next end step if Shirei, Shizo's Caretaker is still on the battlefield.| -Blinding Powder|Betrayers of Kamigawa|153|U|{1}|Artifact — Equipment|||Equipped creature has "Unattach Blinding Powder: Prevent all combat damage that would be dealt to this creature this turn."$Equip {2} ({2}: Attach to target creature you control. Equip only as a sorcery.)| +Blinding Powder|Betrayers of Kamigawa|153|U|{1}|Artifact — Equipment|||Equipped creature has "Unattach Blinding Powder: Prevent all combat damage that would be dealt to this creature this turn."$Equip {2} ({2}: Attach to target creature you control. Equip only as a sorcery.)| Torrent of Stone|Betrayers of Kamigawa|119|C|{3}{R}|Instant — Arcane|||Torrent of Stone deals 4 damage to target creature.$Splice onto Arcane—Sacrifice two Mountains. (As you cast an Arcane spell, you may reveal this card from your hand and pay its splice cost. If you do, add this card's effects to that spell.)| Final Judgment|Betrayers of Kamigawa|4|R|{4}{W}{W}|Sorcery|||Exile all creatures.| -Shuriken|Betrayers of Kamigawa|160|U|{1}|Artifact — Equipment|||Equipped creature has "{tap}, Unattach Shuriken: Shuriken deals 2 damage to target creature. That creature's controller gains control of Shuriken unless it was unattached from a Ninja."$Equip {2} ({2}: Attach to target creature you control. Equip only as a sorcery.)| +Shuriken|Betrayers of Kamigawa|160|U|{1}|Artifact — Equipment|||Equipped creature has "{tap}, Unattach Shuriken: Shuriken deals 2 damage to target creature. That creature's controller gains control of Shuriken unless it was unattached from a Ninja."$Equip {2} ({2}: Attach to target creature you control. Equip only as a sorcery.)| Enshrined Memories|Betrayers of Kamigawa|124|R|{X}{G}|Sorcery|||Reveal the top X cards of your library. Put all creature cards revealed this way into your hand and the rest on the bottom of your library in any order.| Strange Inversion|Champions of Kamigawa|192|U|{2}{R}|Instant — Arcane|||Switch target creature's power and toughness until end of turn.$Splice onto Arcane {1}{R} (As you cast an Arcane spell, you may reveal this card from your hand and pay its splice cost. If you do, add this card's effects to that spell.)| Vine Kami|Champions of Kamigawa|249|C|{6}{G}|Creature — Spirit|4|4|Vine Kami can't be blocked except by two or more creatures.$Soulshift 6 (When this creature dies, you may return target Spirit card with converted mana cost 6 or less from your graveyard to your hand.)| @@ -11605,7 +11605,7 @@ Crafty Pathmage|Ninth Edition|71|C|{2}{U}|Creature Withering Gaze|Ninth Edition|113|U|{2}{U}|Sorcery|||Target opponent reveals his or her hand. You draw a card for each Forest and green card in it.| Might of Oaks|Ninth Edition|255|R|{3}{G}|Instant|||Target creature gets +7/+7 until end of turn.| Millstone|Ninth Edition|304|R|{2}|Artifact|||{2}, {tap}: Target player puts the top two cards of his or her library into his or her graveyard.| -Mind Bend|Ninth Edition|87|R|{U}|Instant|||Change the text of target permanent by replacing all instances of one color word with another or one basic land type with another. (For example, you may change "nonblack creature" to "nongreen creature" or "forestwalk" to "islandwalk." This effect lasts indefinitely.)| +Mind Bend|Ninth Edition|87|R|{U}|Instant|||Change the text of target permanent by replacing all instances of one color word with another or one basic land type with another. (For example, you may change "nonblack creature" to "nongreen creature" or "forestwalk" to "islandwalk." This effect lasts indefinitely.)| Mind Rot|Ninth Edition|145|C|{2}{B}|Sorcery|||Target player discards two cards.| Mogg Sentry|Ninth Edition|204|R|{R}|Creature — Goblin Warrior|1|1|Whenever an opponent casts a spell, Mogg Sentry gets +2/+2 until end of turn.| Kavu Climber|Ninth Edition|249|C|{3}{G}{G}|Creature — Kavu|3|3|When Kavu Climber enters the battlefield, draw a card.| @@ -11832,7 +11832,7 @@ Boros Garrison|Ravnica: City of Guilds|275|C||Land|||Boros Garrison enters the b Crown of Convergence|Ravnica: City of Guilds|258|R|{2}|Artifact|||Play with the top card of your library revealed.$As long as the top card of your library is a creature card, creatures you control that share a color with that card get +1/+1.${G}{W}: Put the top card of your library on the bottom of your library.| Three Dreams|Ravnica: City of Guilds|32|R|{4}{W}|Sorcery|||Search your library for up to three Aura cards with different names, reveal them, and put them into your hand. Then shuffle your library.| Woodwraith Strangler|Ravnica: City of Guilds|241|C|{2}{B}{G}|Creature — Plant Zombie|2|2|Exile a creature card from your graveyard: Regenerate Woodwraith Strangler.| -Flame Fusillade|Ravnica: City of Guilds|123|R|{3}{R}|Sorcery|||Until end of turn, permanents you control gain "{tap}: This permanent deals 1 damage to target creature or player."| +Flame Fusillade|Ravnica: City of Guilds|123|R|{3}{R}|Sorcery|||Until end of turn, permanents you control gain "{tap}: This permanent deals 1 damage to target creature or player."| Nullmage Shepherd|Ravnica: City of Guilds|174|U|{3}{G}|Creature — Elf Shaman|2|4|Tap four untapped creatures you control: Destroy target artifact or enchantment.| Mark of Eviction|Ravnica: City of Guilds|58|U|{U}|Enchantment — Aura|||Enchant creature$At the beginning of your upkeep, return enchanted creature and all Auras attached to that creature to their owners' hands.| Bloodletter Quill|Ravnica: City of Guilds|254|R|{3}|Artifact|||{2}, {tap}, Put a blood counter on Bloodletter Quill: Draw a card, then lose 1 life for each blood counter on Bloodletter Quill.${U}{B}: Remove a blood counter from Bloodletter Quill.| @@ -11936,7 +11936,7 @@ Inner Fire|Saviors of Kamigawa|105|C|{3}{R}|Sorcery|||Add {R} to your mana pool Yuki-Onna|Saviors of Kamigawa|120|U|{3}{R}|Creature — Spirit|3|1|When Yuki-Onna enters the battlefield, destroy target artifact.$Whenever you cast a Spirit or Arcane spell, you may return Yuki-Onna to its owner's hand.| Homura's Essence|Saviors of Kamigawa|103|R|{4}{R}{R}|Legendary Enchantment|2|2|| Sink into Takenuma|Saviors of Kamigawa|89|C|{3}{B}|Sorcery — Arcane|||Sweep — Return any number of Swamps you control to their owner's hand. Target player discards a card for each Swamp returned this way.| -Brothers Yamazaki|Champions of Kamigawa|160|U|{2}{R}|Legendary Creature — Human Samurai|2|1|Bushido 1 (When this blocks or becomes blocked, it gets +1/+1 until end of turn.)$If there are exactly two permanents named Brothers Yamazaki on the battlefield, the "legend rule" doesn't apply to them.$Each other creature named Brothers Yamazaki gets +2/+2 and has haste.| +Brothers Yamazaki|Champions of Kamigawa|160|U|{2}{R}|Legendary Creature — Human Samurai|2|1|Bushido 1 (When this blocks or becomes blocked, it gets +1/+1 until end of turn.)$If there are exactly two permanents named Brothers Yamazaki on the battlefield, the "legend rule" doesn't apply to them.$Each other creature named Brothers Yamazaki gets +2/+2 and has haste.| Curtain of Light|Saviors of Kamigawa|6|C|{1}{W}|Instant|||Cast Curtain of Light only during combat after blockers are declared.$Target unblocked attacking creature becomes blocked. (This spell works on unblockable creatures.)$Draw a card.| Murmurs from Beyond|Saviors of Kamigawa|47|C|{2}{U}|Instant — Arcane|||Reveal the top three cards of your library. An opponent chooses one of them. Put that card into your graveyard and the rest into your hand.| Molting Skin|Saviors of Kamigawa|138|U|{2}{G}|Enchantment|||Return Molting Skin to its owner's hand: Regenerate target creature.| @@ -12009,7 +12009,7 @@ Coalhauler Swine|Ravnica: City of Guilds|119|C|{4}{R}{R}|Creature Veteran Armorer|Ravnica: City of Guilds|34|C|{1}{W}|Creature — Human Soldier|2|2|Other creatures you control get +0/+1.| Peel from Reality|Ravnica: City of Guilds|61|C|{1}{U}|Instant|||Return target creature you control and target creature you don't control to their owners' hands.| Auratouched Mage|Ravnica: City of Guilds|1|U|{5}{W}|Creature — Human Wizard|3|3|When Auratouched Mage enters the battlefield, search your library for an Aura card that could enchant it. If Auratouched Mage is still on the battlefield, put that Aura card onto the battlefield attached to it. Otherwise, reveal the Aura card and put it into your hand. Then shuffle your library.| -Flash Conscription|Ravnica: City of Guilds|124|U|{5}{R}|Instant|||Untap target creature and gain control of it until end of turn. That creature gains haste until end of turn. If {W} was spent to cast Flash Conscription, the creature gains "Whenever this creature deals combat damage, you gain that much life" until end of turn.| +Flash Conscription|Ravnica: City of Guilds|124|U|{5}{R}|Instant|||Untap target creature and gain control of it until end of turn. That creature gains haste until end of turn. If {W} was spent to cast Flash Conscription, the creature gains "Whenever this creature deals combat damage, you gain that much life" until end of turn.| Leave No Trace|Ravnica: City of Guilds|23|C|{1}{W}|Instant|||Radiance — Destroy target enchantment and each other enchantment that shares a color with it.| Mortipede|Ravnica: City of Guilds|96|C|{3}{B}|Creature — Insect|4|1|{2}{G}: All creatures able to block Mortipede this turn do so.| Surge of Zeal|Ravnica: City of Guilds|146|C|{R}|Instant|||Radiance — Target creature and each other creature that shares a color with it gain haste until end of turn.| @@ -12044,7 +12044,7 @@ Drooling Groodion|Ravnica: City of Guilds|204|U|{3}{B}{B}{G}|Creature Dimir Guildmage|Ravnica: City of Guilds|245|U|{UB}{UB}|Creature — Human Wizard|2|2|({UB} can be paid with either {U} or {B}.)${3}{U}: Target player draws a card. Activate this ability only any time you could cast a sorcery.${3}{B}: Target player discards a card. Activate this ability only any time you could cast a sorcery.| Compulsive Research|Ravnica: City of Guilds|40|C|{2}{U}|Sorcery|||Target player draws three cards. Then that player discards two cards unless he or she discards a land card.| Perplex|Ravnica: City of Guilds|217|C|{1}{U}{B}|Instant|||Counter target spell unless its controller discards his or her hand.$Transmute {1}{U}{B} ({1}{U}{B}, Discard this card: Search your library for a card with the same converted mana cost as this card, reveal it, and put it into your hand. Then shuffle your library. Transmute only as a sorcery.)| -Incite Hysteria|Ravnica: City of Guilds|132|C|{2}{R}|Sorcery|||Radiance — Until end of turn, target creature and each other creature that shares a color with it gain "This creature can't block."| +Incite Hysteria|Ravnica: City of Guilds|132|C|{2}{R}|Sorcery|||Radiance — Until end of turn, target creature and each other creature that shares a color with it gain "This creature can't block."| Drift of Phantasms|Ravnica: City of Guilds|46|C|{2}{U}|Creature — Spirit|0|5|Defender (This creature can't attack.)$Flying$Transmute {1}{U}{U} ({1}{U}{U}, Discard this card: Search your library for a card with the same converted mana cost as this card, reveal it, and put it into your hand. Then shuffle your library. Transmute only as a sorcery.)| Congregation at Dawn|Ravnica: City of Guilds|198|U|{G}{G}{W}|Instant|||Search your library for up to three creature cards and reveal them. Shuffle your library, then put those cards on top of it in any order.| Oboro Breezecaller|Saviors of Kamigawa|48|C|{1}{U}|Creature — Moonfolk Wizard|1|1|Flying${2}, Return a land you control to its owner's hand: Untap target land.| @@ -12109,7 +12109,7 @@ Boros Recruit|Ravnica: City of Guilds|243|C|{RW}|Creature Wojek Apothecary|Ravnica: City of Guilds|36|U|{2}{W}{W}|Creature — Human Cleric|1|1|Radiance — {tap}: Prevent the next 1 damage that would be dealt to target creature and each other creature that shares a color with it this turn.| Golgari Thug|Ravnica: City of Guilds|87|U|{1}{B}|Creature — Human Warrior|1|1|When Golgari Thug dies, put target creature card from your graveyard on top of your library.$Dredge 4 (If you would draw a card, instead you may put exactly four cards from the top of your library into your graveyard. If you do, return this card from your graveyard to your hand. Otherwise, draw a card.)| Sewerdreg|Ravnica: City of Guilds|104|C|{3}{B}{B}|Creature — Spirit|3|3|Swampwalk$Sacrifice Sewerdreg: Exile target card from a graveyard.| -Instill Furor|Ravnica: City of Guilds|134|U|{1}{R}|Enchantment — Aura|||Enchant creature$Enchanted creature has "At the beginning of your end step, sacrifice this creature unless it attacked this turn."| +Instill Furor|Ravnica: City of Guilds|134|U|{1}{R}|Enchantment — Aura|||Enchant creature$Enchanted creature has "At the beginning of your end step, sacrifice this creature unless it attacked this turn."| Convolute|Ravnica: City of Guilds|41|C|{2}{U}|Instant|||Counter target spell unless its controller pays {4}.| Bloodbond March|Ravnica: City of Guilds|192|R|{2}{B}{G}|Enchantment|||Whenever a player casts a creature spell, each player returns all cards with the same name as that spell from his or her graveyard to the battlefield.| Life from the Loam|Ravnica: City of Guilds|172|R|{1}{G}|Sorcery|||Return up to three target land cards from your graveyard to your hand.$Dredge 3 (If you would draw a card, instead you may put exactly three cards from the top of your library into your graveyard. If you do, return this card from your graveyard to your hand. Otherwise, draw a card.)| @@ -12143,7 +12143,7 @@ Devouring Light|Ravnica: City of Guilds|13|U|{1}{W}{W}|Instant|||Convoke (Eac Stone-Seeder Hierophant|Ravnica: City of Guilds|184|C|{2}{G}{G}|Creature — Human Druid|1|1|Whenever a land enters the battlefield under your control, untap Stone-Seeder Hierophant.${tap}: Untap target land.| Ghosts of the Innocent|Ravnica: City of Guilds|20|R|{5}{W}{W}|Creature — Spirit|4|5|If a source would deal damage to a creature or player, it deals half that damage, rounded down, to that creature or player instead.| Overwhelm|Ravnica: City of Guilds|175|U|{5}{G}{G}|Sorcery|||Convoke (Each creature you tap while casting this spell reduces its cost by {1} or by one mana of that creature's color.)$Creatures you control get +3/+3 until end of turn.| -Svogthos, the Restless Tomb|Ravnica: City of Guilds|283|U||Land|||{tap}: Add {1} to your mana pool.${3}{B}{G}: Until end of turn, Svogthos, the Restless Tomb becomes a black and green Plant Zombie creature with "This creature's power and toughness are each equal to the number of creature cards in your graveyard." It's still a land.| +Svogthos, the Restless Tomb|Ravnica: City of Guilds|283|U||Land|||{tap}: Add {1} to your mana pool.${3}{B}{G}: Until end of turn, Svogthos, the Restless Tomb becomes a black and green Plant Zombie creature with "This creature's power and toughness are each equal to the number of creature cards in your graveyard." It's still a land.| Benevolent Ancestor|Ravnica: City of Guilds|3|C|{2}{W}|Creature — Spirit|0|4|Defender (This creature can't attack.)${tap}: Prevent the next 1 damage that would be dealt to target creature or player this turn.| Carven Caryatid|Ravnica: City of Guilds|155|U|{1}{G}{G}|Creature — Spirit|2|5|Defender (This creature can't attack.)$When Carven Caryatid enters the battlefield, draw a card.| Woebringer Demon|Ravnica: City of Guilds|113|R|{3}{B}{B}|Creature — Demon|4|4|Flying$At the beginning of each player's upkeep, that player sacrifices a creature. If the player can't, sacrifice Woebringer Demon.| @@ -12195,7 +12195,7 @@ Searing Meditation|Ravnica: City of Guilds|226|R|{1}{R}{W}|Enchantment|||Wheneve Plow Through Reito|Saviors of Kamigawa|22|C|{1}{W}|Instant — Arcane|||Sweep — Return any number of Plains you control to their owner's hand. Target creature gets +1/+1 until end of turn for each Plains returned this way.| Secretkeeper|Saviors of Kamigawa|54|U|{3}{U}|Creature — Spirit|2|2|As long as you have more cards in hand than each opponent, Secretkeeper gets +2/+2 and has flying.| Cloudhoof Kirin|Saviors of Kamigawa|31|R|{3}{U}{U}|Legendary Creature — Kirin Spirit|4|4|Flying$Whenever you cast a Spirit or Arcane spell, you may put the top X cards of target player's library into his or her graveyard, where X is that spell's converted mana cost.| -Descendant of Kiyomaro|Saviors of Kamigawa|7|U|{1}{W}{W}|Creature — Human Soldier|2|3|As long as you have more cards in hand than each opponent, Descendant of Kiyomaro gets +1/+2 and has "Whenever this creature deals combat damage, you gain 3 life."| +Descendant of Kiyomaro|Saviors of Kamigawa|7|U|{1}{W}{W}|Creature — Human Soldier|2|3|As long as you have more cards in hand than each opponent, Descendant of Kiyomaro gets +1/+2 and has "Whenever this creature deals combat damage, you gain 3 life."| Gaze of Adamaro|Saviors of Kamigawa|98|U|{2}{R}{R}|Instant — Arcane|||Gaze of Adamaro deals damage equal to the number of cards in target player's hand to that player.| Glitterfang|Saviors of Kamigawa|100|C|{R}|Creature — Spirit|1|1|Haste$At the beginning of the end step, return Glitterfang to its owner's hand.| Overwhelming Intellect|Saviors of Kamigawa|51|U|{4}{U}{U}|Instant|||Counter target creature spell. Draw cards equal to that spell's converted mana cost.| @@ -12240,7 +12240,7 @@ Sky Swallower|Guildpact|34|R|{3}{U}{U}|Creature Bloodscale Prowler|Guildpact|64|C|{2}{R}|Creature — Viashino Warrior|3|1|Bloodthirst 1 (If an opponent was dealt damage this turn, this creature enters the battlefield with a +1/+1 counter on it.)| Gruul Guildmage|Guildpact|144|U|{RG}{RG}|Creature — Human Shaman|2|2|({RG} can be paid with either {R} or {G}.)${3}{R}, Sacrifice a land: Gruul Guildmage deals 2 damage to target player.${3}{G}: Target creature gets +2/+2 until end of turn.| Skyrider Trainee|Guildpact|17|C|{4}{W}|Creature — Human Soldier|3|3|Skyrider Trainee has flying as long as it's enchanted.| -Hypervolt Grasp|Guildpact|67|U|{2}{R}|Enchantment — Aura|||Enchant creature$Enchanted creature has "{tap}: This creature deals 1 damage to target creature or player."${1}{U}: Return Hypervolt Grasp to its owner's hand.| +Hypervolt Grasp|Guildpact|67|U|{2}{R}|Enchantment — Aura|||Enchant creature$Enchanted creature has "{tap}: This creature deals 1 damage to target creature or player."${1}{U}: Return Hypervolt Grasp to its owner's hand.| Lionheart Maverick|Guildpact|11|C|{W}|Creature — Human Knight|1|1|Vigilance${4}{W}: Lionheart Maverick gets +1/+2 until end of turn.| Ghostway|Guildpact|6|R|{2}{W}|Instant|||Exile each creature you control. Return those cards to the battlefield under their owner's control at the beginning of the next end step.| Harrier Griffin|Guildpact|9|U|{5}{W}|Creature — Griffin|3|3|Flying$At the beginning of your upkeep, tap target creature.| @@ -12265,10 +12265,10 @@ Hatching Plans|Guildpact|27|R|{1}{U}|Enchantment|||When Hatching Plans is put in Living Inferno|Guildpact|69|R|{6}{R}{R}|Creature — Elemental|8|5|{tap}: Living Inferno deals damage equal to its power divided as you choose among any number of target creatures. Each of those creatures deals damage equal to its power to Living Inferno.| Cryptwailing|Guildpact|47|U|{3}{B}|Enchantment|||{1}, Exile two creature cards from your graveyard: Target player discards a card. Activate this ability only any time you could cast a sorcery.| Gatherer of Graces|Guildpact|85|U|{1}{G}|Creature — Human Druid|1|2|Gatherer of Graces gets +1/+1 for each Aura attached to it.$Sacrifice an Aura: Regenerate Gatherer of Graces.| -Pillory of the Sleepless|Guildpact|125|C|{1}{W}{B}|Enchantment — Aura|||Enchant creature$Enchanted creature can't attack or block.$Enchanted creature has "At the beginning of your upkeep, you lose 1 life."| +Pillory of the Sleepless|Guildpact|125|C|{1}{W}{B}|Enchantment — Aura|||Enchant creature$Enchanted creature can't attack or block.$Enchanted creature has "At the beginning of your upkeep, you lose 1 life."| Gruul Scrapper|Guildpact|89|C|{3}{G}|Creature — Human Berserker|3|2|When Gruul Scrapper enters the battlefield, if {R} was spent to cast Gruul Scrapper, it gains haste until end of turn.| Seize the Soul|Guildpact|61|R|{2}{B}{B}|Instant|||Destroy target nonwhite, nonblack creature. Put a 1/1 white Spirit creature token with flying onto the battlefield.$Haunt (When this spell card is put into a graveyard after resolving, exile it haunting target creature.)$When the creature Seize the Soul haunts dies, destroy target nonwhite, nonblack creature. Put a 1/1 white Spirit creature token with flying onto the battlefield.| -Sinstriker's Will|Guildpact|16|U|{3}{W}|Enchantment — Aura|||Enchant creature$Enchanted creature has "{tap}: This creature deals damage equal to its power to target attacking or blocking creature."| +Sinstriker's Will|Guildpact|16|U|{3}{W}|Enchantment — Aura|||Enchant creature$Enchanted creature has "{tap}: This creature deals damage equal to its power to target attacking or blocking creature."| Frazzle|Guildpact|25|U|{3}{U}|Instant|||Counter target nonblue spell.| Gelectrode|Guildpact|113|U|{1}{U}{R}|Creature — Weird|0|1|{tap}: Gelectrode deals 1 damage to target creature or player.$Whenever you cast an instant or sorcery spell, you may untap Gelectrode.| Agent of Masks|Guildpact|100|U|{3}{W}{B}|Creature — Human Advisor|2|3|At the beginning of your upkeep, each opponent loses 1 life. You gain life equal to the life lost this way.| @@ -12328,14 +12328,14 @@ False Prophet|Promo set for Gatherer|6|R|{2}{W}{W}|Creature Giant Badger|Promo set for Gatherer|253|Special|{1}{G}{G}|Creature — Badger|2|2|Whenever Giant Badger blocks, it gets +2/+2 until end of turn.| Helm of Kaldra|Promo set for Gatherer|131|R|{3}|Legendary Artifact — Equipment|||Equipped creature has first strike, trample, and haste.${1}: If you control Equipment named Helm of Kaldra, Sword of Kaldra, and Shield of Kaldra, put a legendary 4/4 colorless Avatar creature token named Kaldra onto the battlefield and attach those Equipment to it.$Equip {2}| Lightning Dragon|Promo set for Gatherer|202|R|{2}{R}{R}|Creature — Dragon|4|4|Flying$Echo {2}{R}{R} (At the beginning of your upkeep, if this came under your control since the beginning of your last upkeep, sacrifice it unless you pay its echo cost.)${R}: Lightning Dragon gets +1/+0 until end of turn.| -Mana Crypt|Promo set for Gatherer|5|Special|{0}|Artifact|||At the beginning of your upkeep, flip a coin. If you lose the flip, Mana Crypt deals 3 damage to you.${tap}: Add {2} to your mana pool.| +Mana Crypt|Promo set for Gatherer|61|Special|{0}|Artifact|||At the beginning of your upkeep, flip a coin. If you lose the flip, Mana Crypt deals 3 damage to you.${tap}: Add {2} to your mana pool.| Monstrous Hound|Promo set for Gatherer|89|R|{3}{R}|Creature — Hound|4|4|Monstrous Hound can't attack unless you control more lands than defending player.$Monstrous Hound can't block unless you control more lands than attacking player.| -Nalathni Dragon|Promo set for Gatherer|8|Special|{2}{R}{R}|Creature — Dragon|1|1|Flying; banding (Any creatures with banding, and up to one without, can attack in a band. Bands are blocked as a group. If any creatures with banding you control are blocking or being blocked by a creature, you divide that creature's combat damage, not its controller, among any of the creatures it's being blocked by or is blocking.)${R}: Nalathni Dragon gets +1/+0 until end of turn. If this ability has been activated four or more times this turn, sacrifice Nalathni Dragon at the beginning of the next end step.| +Nalathni Dragon|Promo set for Gatherer|1|Special|{2}{R}{R}|Creature — Dragon|1|1|Flying; banding (Any creatures with banding, and up to one without, can attack in a band. Bands are blocked as a group. If any creatures with banding you control are blocking or being blocked by a creature, you divide that creature's combat damage, not its controller, among any of the creatures it's being blocked by or is blocking.)${R}: Nalathni Dragon gets +1/+0 until end of turn. If this ability has been activated four or more times this turn, sacrifice Nalathni Dragon at the beginning of the next end step.| Overtaker|Promo set for Gatherer|89|R|{1}{U}|Creature — Merfolk Spellshaper|1|1|{3}{U}, {tap}, Discard a card: Untap target creature and gain control of it until end of turn. That creature gains haste until end of turn.| Questing Phelddagrif|Promo set for Gatherer|119|R|{1}{G}{W}{U}|Creature — Phelddagrif|4|4|{G}: Questing Phelddagrif gets +1/+1 until end of turn. Target opponent puts a 1/1 green Hippo creature token onto the battlefield.${W}: Questing Phelddagrif gains protection from black and from red until end of turn. Target opponent gains 2 life.${U}: Questing Phelddagrif gains flying until end of turn. Target opponent may draw a card.| Revenant|Promo set for Gatherer|120|R|{4}{B}|Creature — Spirit|*|*|Flying$Revenant's power and toughness are each equal to the number of creature cards in your graveyard.| Sewers of Estark|Promo set for Gatherer|2|Special|{2}{B}{B}|Instant|||Choose target creature. If it's attacking, it's unblockable this turn. If it's blocking, prevent all combat damage that would be dealt this turn by it and each creature it's blocking.| -Shield of Kaldra|Promo set for Gatherer|139||{4}|Legendary Artifact — Equipment|||Equipment named Sword of Kaldra, Shield of Kaldra, and Helm of Kaldra are indestructible.$Equipped creature is indestructible. ("Destroy" effects and lethal damage don't destroy it.)$Equip {4}| +Shield of Kaldra|Promo set for Gatherer|139||{4}|Legendary Artifact — Equipment|||Equipment named Sword of Kaldra, Shield of Kaldra, and Helm of Kaldra are indestructible.$Equipped creature is indestructible. ("Destroy" effects and lethal damage don't destroy it.)$Equip {4}| Sword of Kaldra|Promo set for Gatherer|251|R|{4}|Legendary Artifact — Equipment|||Equipped creature gets +5/+5.$Whenever equipped creature deals damage to a creature, exile that creature.$Equip {4} ({4}: Attach to target creature you control. Equip only as a sorcery. This card enters the battlefield unattached and stays on the battlefield if the creature leaves.)| Windseeker Centaur|Promo set for Gatherer|3|Special|{1}{R}{R}|Creature — Centaur|2|2|Vigilance| Beast of Burden|Promo set for Gatherer|122|R|{6}|Artifact Creature — Golem|*|*|Beast of Burden's power and toughness are each equal to the number of creatures on the battlefield.| @@ -12368,7 +12368,7 @@ Breeding Pool|Dissension|172|R||Land Simic Growth Chamber|Dissension|180|C||Land|||Simic Growth Chamber enters the battlefield tapped.$When Simic Growth Chamber enters the battlefield, return a land you control to its owner's hand.${tap}: Add {G}{U} to your mana pool.| Novijen Sages|Dissension|27|R|{4}{U}{U}|Creature — Human Advisor Mutant|0|0|Graft 4 (This creature enters the battlefield with four +1/+1 counters on it. Whenever another creature enters the battlefield, you may move a +1/+1 counter from this creature onto it.)${1}, Remove two +1/+1 counters from among creatures you control: Draw a card.| Walking Archive|Dissension|169|R|{3}|Artifact Creature — Golem|1|1|Defender (This creature can't attack.)$Walking Archive enters the battlefield with a +1/+1 counter on it.$At the beginning of each player's upkeep, that player draws a card for each +1/+1 counter on Walking Archive.${2}{W}{U}: Put a +1/+1 counter on Walking Archive.| -Evolution Vat|Dissension|161|R|{3}|Artifact|||{3}, {tap}: Tap target creature and put a +1/+1 counter on it. Until end of turn, that creature gains "{2}{G}{U}: Double the number of +1/+1 counters on this creature."| +Evolution Vat|Dissension|161|R|{3}|Artifact|||{3}, {tap}: Tap target creature and put a +1/+1 counter on it. Until end of turn, that creature gains "{2}{G}{U}: Double the number of +1/+1 counters on this creature."| Windreaver|Dissension|138|R|{3}{W}{U}|Creature — Elemental|1|3|Flying${W}: Windreaver gains vigilance until end of turn.${W}: Windreaver gets +0/+1 until end of turn.${U}: Switch Windreaver's power and toughness until end of turn.${U}: Return Windreaver to its owner's hand.| Voidslime|Dissension|137|R|{G}{U}{U}|Instant|||Counter target spell, activated ability, or triggered ability. (Mana abilities can't be targeted.)| Pride of the Clouds|Dissension|125|R|{W}{U}|Creature — Elemental Cat|1|1|Flying$Pride of the Clouds gets +1/+1 for each other creature with flying on the battlefield.$Forecast — {2}{W}{U}, Reveal Pride of the Clouds from your hand: Put a 1/1 white and blue Bird creature token with flying onto the battlefield. (Activate this ability only during your upkeep and only once each turn.)| @@ -12391,7 +12391,7 @@ Steeling Stance|Dissension|18|C|{1}{W}{W}|Instant|||Creatures you control get +1 Macabre Waltz|Dissension|47|C|{1}{B}|Sorcery|||Return up to two target creature cards from your graveyard to your hand, then discard a card.| Prahv, Spires of Order|Dissension|177|U||Land|||{tap}: Add {1} to your mana pool.${4}{W}{U}, {tap}: Prevent all damage a source of your choice would deal this turn.| Palliation Accord|Dissension|122|U|{3}{W}{U}|Enchantment|||Whenever a creature an opponent controls becomes tapped, put a shield counter on Palliation Accord.$Remove a shield counter from Palliation Accord: Prevent the next 1 damage that would be dealt to you this turn.| -Rakdos Riteknife|Dissension|164|R|{2}|Artifact — Equipment|||Equipped creature gets +1/+0 for each blood counter on Rakdos Riteknife and has "{tap}, Sacrifice a creature: Put a blood counter on Rakdos Riteknife."${B}{R}, Sacrifice Rakdos Riteknife: Target player sacrifices a permanent for each blood counter on Rakdos Riteknife.$Equip {2}| +Rakdos Riteknife|Dissension|164|R|{2}|Artifact — Equipment|||Equipped creature gets +1/+0 for each blood counter on Rakdos Riteknife and has "{tap}, Sacrifice a creature: Put a blood counter on Rakdos Riteknife."${B}{R}, Sacrifice Rakdos Riteknife: Target player sacrifices a permanent for each blood counter on Rakdos Riteknife.$Equip {2}| Vigean Intuition|Dissension|136|U|{3}{G}{U}|Instant|||Choose a card type, then reveal the top four cards of your library. Put all cards of the chosen type revealed this way into your hand and the rest into your graveyard. (Artifact, creature, enchantment, instant, land, planeswalker, sorcery, and tribal are card types.)| Sanguine Praetor|Guildpact|60|R|{6}{B}{B}|Creature — Avatar Praetor|7|5|{B}, Sacrifice a creature: Destroy each creature with the same converted mana cost as the sacrificed creature.| Moratorium Stone|Guildpact|154|R|{1}|Artifact|||{2}, {tap}: Exile target card from a graveyard.${2}{W}{B}, {tap}, Sacrifice Moratorium Stone: Exile target nonland card from a graveyard, all other cards from graveyards with the same name as that card, and all permanents with that name.| @@ -12445,7 +12445,7 @@ Faerie Conclave|Tenth Edition|351|U||Land|||Faerie Conclave enters the battlefie Platinum Angel|Tenth Edition|339|R|{7}|Artifact Creature — Angel|4|4|Flying$You can't lose the game and your opponents can't win the game.| Razormane Masticore|Tenth Edition|340|R|{5}|Artifact Creature — Masticore|5|5|First strike (This creature deals combat damage before creatures without first strike.)$At the beginning of your upkeep, sacrifice Razormane Masticore unless you discard a card.$At the beginning of your draw step, you may have Razormane Masticore deal 3 damage to target creature.| March of the Machines|Tenth Edition|91|R|{3}{U}|Enchantment|||Each noncreature artifact is an artifact creature with power and toughness each equal to its converted mana cost. (Equipment that's a creature can't equip a creature.)| -Spawning Pool|Tenth Edition|358|U||Land|||Spawning Pool enters the battlefield tapped.${tap}: Add {B} to your mana pool.${1}{B}: Spawning Pool becomes a 1/1 black Skeleton creature with "{B}: Regenerate this creature" until end of turn. It's still a land. (If it regenerates, the next time it would be destroyed this turn, it isn't. Instead tap it, remove all damage from it, and remove it from combat.)| +Spawning Pool|Tenth Edition|358|U||Land|||Spawning Pool enters the battlefield tapped.${tap}: Add {B} to your mana pool.${1}{B}: Spawning Pool becomes a 1/1 black Skeleton creature with "{B}: Regenerate this creature" until end of turn. It's still a land. (If it regenerates, the next time it would be destroyed this turn, it isn't. Instead tap it, remove all damage from it, and remove it from combat.)| Ghitu Encampment|Tenth Edition|353|U||Land|||Ghitu Encampment enters the battlefield tapped.${tap}: Add {R} to your mana pool.${1}{R}: Ghitu Encampment becomes a 2/1 red Warrior creature with first strike until end of turn. It's still a land. (It deals combat damage before creatures without first strike.)| Mimeofacture|Guildpact|30|R|{3}{U}|Sorcery|||Replicate {3}{U} (When you cast this spell, copy it for each time you paid its replicate cost. You may choose new targets for the copies.)$Choose target permanent an opponent controls. Search that player's library for a card with the same name and put it onto the battlefield under your control. Then that player shuffles his or her library.| Streetbreaker Wurm|Guildpact|133|C|{3}{R}{G}|Creature — Wurm|6|4|| @@ -12489,7 +12489,7 @@ Wildsize|Guildpact|98|C|{2}{G}|Instant|||Target creature gets +2/+2 and gains tr Gruul War Plow|Guildpact|151|R|{4}|Artifact|||Creatures you control have trample.${1}{R}{G}: Gruul War Plow becomes a 4/4 Juggernaut artifact creature until end of turn.| Poisonbelly Ogre|Guildpact|57|C|{4}{B}|Creature — Ogre Warrior|3|3|Whenever another creature enters the battlefield, its controller loses 1 life.| Demonfire|Dissension|60|R|{X}{R}|Sorcery|||Demonfire deals X damage to target creature or player. If a creature dealt damage this way would die this turn, exile it instead.$Hellbent — If you have no cards in hand, Demonfire can't be countered by spells or abilities and the damage can't be prevented.| -Freewind Equenaut|Dissension|9|C|{2}{W}|Creature — Human Archer|2|2|Flying$As long as Freewind Equenaut is enchanted, it has "{tap}: Freewind Equenaut deals 2 damage to target attacking or blocking creature."| +Freewind Equenaut|Dissension|9|C|{2}{W}|Creature — Human Archer|2|2|Flying$As long as Freewind Equenaut is enchanted, it has "{tap}: Freewind Equenaut deals 2 damage to target attacking or blocking creature."| Psychic Possession|Dissension|30|R|{2}{U}{U}|Enchantment — Aura|||Enchant opponent$Skip your draw step.$Whenever enchanted opponent draws a card, you may draw a card.| Cackling Flames|Dissension|59|C|{3}{R}|Instant|||Cackling Flames deals 3 damage to target creature or player.$Hellbent — Cackling Flames deals 5 damage to that creature or player instead if you have no cards in hand.| Error|Dissension|158|U|{U}{B}|Instant|||$Counter target multicolored spell.| @@ -12534,7 +12534,7 @@ Vigean Graftmage|Dissension|35|U|{2}{U}|Creature Dread Slag|Dissension|109|R|{3}{B}{R}|Creature — Horror|9|9|Trample$Dread Slag gets -4/-4 for each card in your hand.| Skullmead Cauldron|Dissension|167|U|{4}|Artifact|||{tap}: You gain 1 life.${tap}, Discard a card: You gain 3 life.| Bronze Bombshell|Dissension|160|R|{4}|Artifact Creature — Construct|4|1|When a player other than Bronze Bombshell's owner controls it, that player sacrifices it. If the player does, Bronze Bombshell deals 7 damage to him or her.| -Ocular Halo|Dissension|28|C|{3}{U}|Enchantment — Aura|||Enchant creature$Enchanted creature has "{tap}: Draw a card."${W}: Enchanted creature gains vigilance until end of turn.| +Ocular Halo|Dissension|28|C|{3}{U}|Enchantment — Aura|||Enchant creature$Enchanted creature has "{tap}: Draw a card."${W}: Enchanted creature gains vigilance until end of turn.| Grand Arbiter Augustin IV|Dissension|112|R|{2}{W}{U}|Legendary Creature — Human Advisor|2|3|White spells you cast cost {1} less to cast.$Blue spells you cast cost {1} less to cast.$Spells your opponents cast cost {1} more to cast.| Crypt Champion|Dissension|40|U|{3}{B}|Creature — Zombie|2|2|Double strike$When Crypt Champion enters the battlefield, each player puts a creature card with converted mana cost 3 or less from his or her graveyard onto the battlefield.$When Crypt Champion enters the battlefield, sacrifice it unless {R} was spent to cast it.| Flame-Kin War Scout|Dissension|61|U|{3}{R}|Creature — Elemental Scout|2|4|When another creature enters the battlefield, sacrifice Flame-Kin War Scout. If you do, Flame-Kin War Scout deals 4 damage to that creature.| @@ -12543,7 +12543,7 @@ Brain Pry|Dissension|39|U|{1}{B}|Sorcery|||Name a nonland card. Target player re Proclamation of Rebirth|Dissension|15|R|{2}{W}|Sorcery|||Return up to three target creature cards with converted mana cost 1 or less from your graveyard to the battlefield.$Forecast — {5}{W}, Reveal Proclamation of Rebirth from your hand: Return target creature card with converted mana cost 1 or less from your graveyard to the battlefield. (Activate this ability only during your upkeep and only once each turn.)| Enemy of the Guildpact|Dissension|44|C|{4}{B}|Creature — Spirit|4|2|Protection from multicolored| Cytoshape|Dissension|108|R|{1}{G}{U}|Instant|||Choose a nonlegendary creature on the battlefield. Target creature becomes a copy of that creature until end of turn.| -Simic Basilisk|Dissension|91|U|{4}{G}{G}|Creature — Basilisk Mutant|0|0|Graft 3 (This creature enters the battlefield with three +1/+1 counters on it. Whenever another creature enters the battlefield, you may move a +1/+1 counter from this creature onto it.)${1}{G}: Until end of turn, target creature with a +1/+1 counter on it gains "Whenever this creature deals combat damage to a creature, destroy that creature at end of combat."| +Simic Basilisk|Dissension|91|U|{4}{G}{G}|Creature — Basilisk Mutant|0|0|Graft 3 (This creature enters the battlefield with three +1/+1 counters on it. Whenever another creature enters the battlefield, you may move a +1/+1 counter from this creature onto it.)${1}{G}: Until end of turn, target creature with a +1/+1 counter on it gains "Whenever this creature deals combat damage to a creature, destroy that creature at end of combat."| Cytoplast Manipulator|Dissension|23|R|{2}{U}{U}|Creature — Human Wizard Mutant|0|0|Graft 2 (This creature enters the battlefield with two +1/+1 counters on it. Whenever another creature enters the battlefield, you may move a +1/+1 counter from this creature onto it.)${U}, {tap}: Gain control of target creature with a +1/+1 counter on it for as long as Cytoplast Manipulator remains on the battlefield.| Rain of Gore|Dissension|126|R|{B}{R}|Enchantment|||If a spell or ability would cause its controller to gain life, that player loses that much life instead.| Transguild Courier|Dissension|168|U|{4}|Artifact Creature — Golem|3|3|Transguild Courier is all colors (even if this card isn't on the battlefield).| @@ -12552,7 +12552,7 @@ Elemental Resonance|Dissension|83|R|{2}{G}{G}|Enchantment Street Savvy|Dissension|97|C|{G}|Enchantment — Aura|||Enchant creature$Enchanted creature gets +0/+2 and can block creatures with landwalk abilities as though they didn't have those abilities.| Determined|Dissension|149|R|{G}{U}|Instant|||$Other spells you control can't be countered by spells or abilities this turn.$Draw a card.| Nettling Curse|Dissension|48|C|{2}{B}|Enchantment — Aura|||Enchant creature$Whenever enchanted creature attacks or blocks, its controller loses 3 life.${1}{R}: Enchanted creature attacks this turn if able.| -Research|Dissension|155|R|{G}{U}|Instant|||Choose up to four cards you own from outside the game and shuffle them into your library.| +Development|Dissension|155|R|{3}{U}{R}|Instant|||$Put a 3/1 red Elemental creature token onto the battlefield unless any opponent has you draw a card. Repeat this process two more times.| Indrik Stomphowler|Dissension|86|U|{4}{G}|Creature — Beast|4|4|When Indrik Stomphowler enters the battlefield, destroy target artifact or enchantment.| Plumes of Peace|Dissension|124|C|{1}{W}{U}|Enchantment — Aura|||Enchant creature$Enchanted creature doesn't untap during its controller's untap step.$Forecast — {W}{U}, Reveal Plumes of Peace from your hand: Tap target creature. (Activate this ability only during your upkeep and only once each turn.)| Experiment Kraj|Dissension|110|R|{2}{G}{G}{U}{U}|Legendary Creature — Ooze Mutant|4|6|Experiment Kraj has all activated abilities of each other creature with a +1/+1 counter on it.${tap}: Put a +1/+1 counter on target creature.| @@ -12599,12 +12599,12 @@ Simple|Dissension|154|U|{1}{G}{W}|Sorcery|||$Destroy all Auras and Equipment.| Seal of Doom|Dissension|53|C|{2}{B}|Enchantment|||Sacrifice Seal of Doom: Destroy target nonblack creature. It can't be regenerated.| Helium Squirter|Dissension|26|C|{4}{U}|Creature — Beast Mutant|0|0|Graft 3 (This creature enters the battlefield with three +1/+1 counters on it. Whenever another creature enters the battlefield, you may move a +1/+1 counter from this creature onto it.)${1}: Target creature with a +1/+1 counter on it gains flying until end of turn.| Brace for Impact|Dissension|5|U|{4}{W}|Instant|||Prevent all damage that would be dealt to target multicolored creature this turn. For each 1 damage prevented this way, put a +1/+1 counter on that creature.| -Gobhobbler Rats|Dissension|111|C|{B}{R}|Creature — Rat|2|2|Hellbent — As long as you have no cards in hand, Gobhobbler Rats gets +1/+0 and has "{B}: Regenerate Gobhobbler Rats."| +Gobhobbler Rats|Dissension|111|C|{B}{R}|Creature — Rat|2|2|Hellbent — As long as you have no cards in hand, Gobhobbler Rats gets +1/+0 and has "{B}: Regenerate Gobhobbler Rats."| Rakdos Augermage|Dissension|127|R|{B}{B}{R}|Creature — Human Wizard|3|2|First strike${tap}: Reveal your hand and discard a card of target opponent's choice. Then that player reveals his or her hand and discards a card of your choice. Activate this ability only any time you could cast a sorcery.| Patagia Viper|Dissension|89|U|{3}{G}|Creature — Snake|2|1|Flying$When Patagia Viper enters the battlefield, put two 1/1 green and blue Snake creature tokens onto the battlefield.$When Patagia Viper enters the battlefield, sacrifice it unless {U} was spent to cast it.| Weight of Spires|Dissension|78|U|{R}|Instant|||Weight of Spires deals damage to target creature equal to the number of nonbasic lands that creature's controller controls.| Muse Vessel|Dissension|163|R|{4}|Artifact|||{3}, {tap}: Target player exiles a card from his or her hand. Activate this ability only any time you could cast a sorcery.${1}: Choose a card exiled with Muse Vessel. You may play that card this turn.| -Leafdrake Roost|Dissension|116|U|{3}{G}{U}|Enchantment — Aura|||Enchant land$Enchanted land has "{G}{U}, {tap}: Put a 2/2 green and blue Drake creature token with flying onto the battlefield."| +Leafdrake Roost|Dissension|116|U|{3}{G}{U}|Enchantment — Aura|||Enchant land$Enchanted land has "{G}{U}, {tap}: Put a 2/2 green and blue Drake creature token with flying onto the battlefield."| Wit's End|Dissension|58|R|{5}{B}{B}|Sorcery|||Target player discards his or her hand.| Simic Ragworm|Dissension|93|C|{3}{G}|Creature — Worm|3|3|{U}: Untap Simic Ragworm.| Loaming Shaman|Dissension|87|R|{2}{G}|Creature — Centaur Shaman|3|2|When Loaming Shaman enters the battlefield, target player shuffles any number of target cards from his or her graveyard into his or her library.| @@ -12639,7 +12639,7 @@ Teferi's Moat|Time Spiral "Timeshifted"|103|Special|{3}{W}{U}|Enchantment|||As T Eternity Snare|Time Spiral|61|C|{5}{U}|Enchantment — Aura|||Enchant creature$When Eternity Snare enters the battlefield, draw a card.$Enchanted creature doesn't untap during its controller's untap step.| Gaea's Blessing|Time Spiral "Timeshifted"|77|Special|{1}{G}|Sorcery|||Target player shuffles up to three target cards from his or her graveyard into his or her library.$Draw a card.$When Gaea's Blessing is put into your graveyard from your library, shuffle your graveyard into your library.| Undertaker|Time Spiral "Timeshifted"|53|Special|{1}{B}|Creature — Human Spellshaper|1|1|{B}, {tap}, Discard a card: Return target creature card from your graveyard to your hand.| -Basal Sliver|Time Spiral|96|C|{2}{B}|Creature — Sliver|2|2|All Slivers have "Sacrifice this permanent: Add {B}{B} to your mana pool."| +Basal Sliver|Time Spiral|96|C|{2}{B}|Creature — Sliver|2|2|All Slivers have "Sacrifice this permanent: Add {B}{B} to your mana pool."| Witch Hunter|Time Spiral "Timeshifted"|17|Special|{2}{W}{W}|Creature — Human Cleric|1|1|{tap}: Witch Hunter deals 1 damage to target player.${1}{W}{W}, {tap}: Return target creature an opponent controls to its owner's hand.| Ophidian Eye|Time Spiral|70|C|{2}{U}|Enchantment — Aura|||Flash (You may cast this spell any time you could cast an instant.)$Enchant creature$Whenever enchanted creature deals damage to an opponent, you may draw a card.| Fungal Reaches|Time Spiral|273|U||Land|||{tap}: Add {1} to your mana pool.${1}, {tap}: Put a storage counter on Fungal Reaches.${1}, Remove X storage counters from Fungal Reaches: Add X mana in any combination of {R} and/or {G} to your mana pool.| @@ -12684,7 +12684,7 @@ Flickering Spirit|Time Spiral|17|C|{3}{W}|Creature Twisted Abomination|Time Spiral "Timeshifted"|50|Special|{5}{B}|Creature — Zombie Mutant|5|3|{B}: Regenerate Twisted Abomination.$Swampcycling {2} ({2}, Discard this card: Search your library for a Swamp card, reveal it, and put it into your hand. Then shuffle your library.)| Moorish Cavalry|Time Spiral "Timeshifted"|11|Special|{2}{W}{W}|Creature — Human Knight|3|3|Trample| Drudge Reavers|Time Spiral|105|C|{3}{B}|Creature — Skeleton|2|1|Flash (You may cast this spell any time you could cast an instant.)${B}: Regenerate Drudge Reavers.| -Two-Headed Sliver|Time Spiral|183|C|{1}{R}|Creature — Sliver|1|1|All Sliver creatures have "This creature can't be blocked except by two or more creatures."| +Two-Headed Sliver|Time Spiral|183|C|{1}{R}|Creature — Sliver|1|1|All Sliver creatures have "This creature can't be blocked except by two or more creatures."| AEther Web|Time Spiral|189|C|{1}{G}|Enchantment — Aura|||Flash (You may cast this spell any time you could cast an instant.)$Enchant creature$Enchanted creature gets +1/+1, has reach, and can block creatures with shadow as though they didn't have shadow. (Creatures with reach can block creatures with flying.)| Spitting Slug|Time Spiral "Timeshifted"|85|Special|{1}{G}{G}|Creature — Slug|2|4|Whenever Spitting Slug blocks or becomes blocked, you may pay {1}{G}. If you do, Spitting Slug gains first strike until end of turn. Otherwise, each creature blocking or blocked by Spitting Slug gains first strike until end of turn.| Soltari Priest|Time Spiral "Timeshifted"|14|Special|{W}{W}|Creature — Soltari Cleric|2|1|Protection from red$Shadow (This creature can block or be blocked by only creatures with shadow.)| @@ -12700,7 +12700,7 @@ Undead Warchief|Time Spiral "Timeshifted"|52|Special|{2}{B}{B}|Creature Flamecore Elemental|Time Spiral|154|C|{2}{R}{R}|Creature — Elemental|5|4|Echo {2}{R}{R} (At the beginning of your upkeep, if this came under your control since the beginning of your last upkeep, sacrifice it unless you pay its echo cost.)| Merieke Ri Berit|Time Spiral "Timeshifted"|95|Special|{W}{U}{B}|Legendary Creature — Human|1|1|Merieke Ri Berit doesn't untap during your untap step.${tap}: Gain control of target creature for as long as you control Merieke Ri Berit. When Merieke Ri Berit leaves the battlefield or becomes untapped, destroy that creature. It can't be regenerated.| Pentarch Ward|Time Spiral|33|C|{2}{W}|Enchantment — Aura|||Enchant creature$As Pentarch Ward enters the battlefield, choose a color.$When Pentarch Ward enters the battlefield, draw a card.$Enchanted creature has protection from the chosen color. This effect doesn't remove Pentarch Ward.| -Fire Whip|Time Spiral "Timeshifted"|63|Special|{1}{R}|Enchantment — Aura|||Enchant creature you control$Enchanted creature has "{tap}: This creature deals 1 damage to target creature or player."$Sacrifice Fire Whip: Fire Whip deals 1 damage to target creature or player.| +Fire Whip|Time Spiral "Timeshifted"|63|Special|{1}{R}|Enchantment — Aura|||Enchant creature you control$Enchanted creature has "{tap}: This creature deals 1 damage to target creature or player."$Sacrifice Fire Whip: Fire Whip deals 1 damage to target creature or player.| Honorable Passage|Time Spiral "Timeshifted"|9|Special|{1}{W}|Instant|||The next time a source of your choice would deal damage to target creature or player this turn, prevent that damage. If damage from a red source is prevented this way, Honorable Passage deals that much damage to the source's controller.| Fiery Temper|Time Spiral "Timeshifted"|62|Special|{1}{R}{R}|Instant|||Fiery Temper deals 3 damage to target creature or player.$Madness {R} (If you discard this card, you may cast it for its madness cost instead of putting it into your graveyard.)| Suq'Ata Lancer|Time Spiral "Timeshifted"|69|Special|{2}{R}|Creature — Human Knight|2|2|Haste$Flanking (Whenever a creature without flanking blocks this creature, the blocking creature gets -1/-1 until end of turn.)| @@ -12747,7 +12747,7 @@ Thunder Totem|Time Spiral|265|U|{3}|Artifact|||{tap}: Add {W} to your mana pool. Mindless Automaton|Time Spiral "Timeshifted"|111|Special|{4}|Artifact Creature — Construct|0|0|Mindless Automaton enters the battlefield with two +1/+1 counters on it.${1}, Discard a card: Put a +1/+1 counter on Mindless Automaton.$Remove two +1/+1 counters from Mindless Automaton: Draw a card.| Sindbad|Time Spiral "Timeshifted"|31|Special|{1}{U}|Creature — Human|1|1|{tap}: Draw a card and reveal it. If it isn't a land card, discard it.| Skyknight Legionnaire|Ravnica: City of Guilds|232|C|{1}{R}{W}|Creature — Human Knight|2|2|Flying, haste| -Dementia Sliver|Time Spiral|236|U|{3}{U}{B}|Creature — Sliver|3|3|All Slivers have "{tap}: Name a card. Target opponent reveals a card at random from his or her hand. If it's the named card, that player discards it. Activate this ability only during your turn."| +Dementia Sliver|Time Spiral|236|U|{3}{U}{B}|Creature — Sliver|3|3|All Slivers have "{tap}: Name a card. Target opponent reveals a card at random from his or her hand. If it's the named card, that player discards it. Activate this ability only during your turn."| Stronghold Overseer|Time Spiral|133|R|{3}{B}{B}{B}|Creature — Demon|5|5|Flying$Shadow (This creature can block or be blocked by only creatures with shadow.)${B}{B}: Creatures with shadow get +1/+0 until end of turn and creatures without shadow get -1/-0 until end of turn.| Call of the Herd|Time Spiral "Timeshifted"|74|Special|{2}{G}|Sorcery|||Put a 3/3 green Elephant creature token onto the battlefield.$Flashback {3}{G} (You may cast this card from your graveyard for its flashback cost. Then exile it.)| Clockspinning|Time Spiral|53|C|{U}|Instant|||Buyback {3} (You may pay an additional {3} as you cast this spell. If you do, put this card into your hand as it resolves.)$Choose a counter on target permanent or suspended card. Remove that counter from that permanent or card or put another of those counters on it.| @@ -12770,12 +12770,12 @@ Bonesplitter Sliver|Time Spiral|149|C|{3}{R}|Creature Squall Line|Time Spiral|222|R|{X}{G}{G}|Instant|||Squall Line deals X damage to each creature with flying and each player.| Thick-Skinned Goblin|Time Spiral|182|U|{1}{R}|Creature — Goblin Shaman|2|1|You may pay {0} rather than pay the echo cost for permanents you control.${R}: Thick-Skinned Goblin gains protection from red until end of turn.| Battery|Time Spiral "Timeshifted"|106|Special|{3}{G}|Sorcery|||$Put a 3/3 green Elephant creature token onto the battlefield.| -Harmonic Sliver|Time Spiral|240|U|{1}{G}{W}|Creature — Sliver|1|1|All Slivers have "When this permanent enters the battlefield, destroy target artifact or enchantment."| +Harmonic Sliver|Time Spiral|240|U|{1}{G}{W}|Creature — Sliver|1|1|All Slivers have "When this permanent enters the battlefield, destroy target artifact or enchantment."| Spell Burst|Time Spiral|79|U|{X}{U}|Instant|||Buyback {3} (You may pay an additional {3} as you cast this spell. If you do, put this card into your hand as it resolves.)$Counter target spell with converted mana cost X.| Grinning Totem|Time Spiral "Timeshifted"|110|Special|{4}|Artifact|||{2}, {tap}, Sacrifice Grinning Totem: Search target opponent's library for a card and exile it. Then that player shuffles his or her library. Until the beginning of your next upkeep, you may play that card. At the beginning of your next upkeep, if you haven't played it, put it into its owner's graveyard.| Return to Dust|Time Spiral|39|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.| Strangling Soot|Time Spiral|132|C|{2}{B}|Instant|||Destroy target creature with toughness 3 or less.$Flashback {5}{R} (You may cast this card from your graveyard for its flashback cost. Then exile it.)| -Opaline Sliver|Time Spiral|244|U|{1}{W}{U}|Creature — Sliver|2|2|All Slivers have "Whenever this permanent becomes the target of a spell an opponent controls, you may draw a card."| +Opaline Sliver|Time Spiral|244|U|{1}{W}{U}|Creature — Sliver|2|2|All Slivers have "Whenever this permanent becomes the target of a spell an opponent controls, you may draw a card."| Desert|Time Spiral "Timeshifted"|118|Special||Land — Desert|||{tap}: Add {1} to your mana pool.${tap}: Desert deals 1 damage to target attacking creature. Activate this ability only during the end of combat step.| Riftwing Cloudskate|Time Spiral|73|U|{3}{U}{U}|Creature — Illusion|2|2|Flying$When Riftwing Cloudskate enters the battlefield, return target permanent to its owner's hand.$Suspend 3—{1}{U} (Rather than cast this card from your hand, you may pay {1}{U} and exile it with three time counters on it. At the beginning of your upkeep, remove a time counter. When the last is removed, cast it without paying its mana cost. It has haste.)| Tormod's Crypt|Time Spiral "Timeshifted"|115|Special|{0}|Artifact|||{tap}, Sacrifice Tormod's Crypt: Exile all cards from target player's graveyard.| @@ -12788,7 +12788,7 @@ Sol'kanar the Swamp King|Time Spiral "Timeshifted"|100|Special|{2}{U}{B}{R}|Lege Mirari|Time Spiral "Timeshifted"|112|Special|{5}|Legendary Artifact|||Whenever you cast an instant or sorcery spell, you may pay {3}. If you do, copy that spell. You may choose new targets for the copy.| The Rack|Time Spiral "Timeshifted"|113|Special|{1}|Artifact|||As The Rack enters the battlefield, choose an opponent.$At the beginning of the chosen player's upkeep, The Rack deals X damage to that player, where X is 3 minus the number of cards in his or her hand.| Nantuko Shaman|Time Spiral|208|C|{2}{G}|Creature — Insect Shaman|3|2|When Nantuko Shaman enters the battlefield, if you control no tapped lands, draw a card.$Suspend 1—{2}{G}{G} (Rather than cast this card from your hand, you may pay {2}{G}{G} and exile it with a time counter on it. At the beginning of your upkeep, remove a time counter. When the last is removed, cast it without paying its mana cost. It has haste.)| -Firewake Sliver|Time Spiral|238|U|{1}{R}{G}|Creature — Sliver|1|1|All Sliver creatures have haste.$All Slivers have "{1}, Sacrifice this permanent: Target Sliver creature gets +2/+2 until end of turn."| +Firewake Sliver|Time Spiral|238|U|{1}{R}{G}|Creature — Sliver|1|1|All Sliver creatures have haste.$All Slivers have "{1}, Sacrifice this permanent: Target Sliver creature gets +2/+2 until end of turn."| Reiterate|Time Spiral|175|R|{1}{R}{R}|Instant|||Buyback {3} (You may pay an additional {3} as you cast this spell. If you do, put this card into your hand as it resolves.)$Copy target instant or sorcery spell. You may choose new targets for the copy.| Serrated Arrows|Time Spiral "Timeshifted"|114|Special|{4}|Artifact|||Serrated Arrows enters the battlefield with three arrowhead counters on it.$At the beginning of your upkeep, if there are no arrowhead counters on Serrated Arrows, sacrifice it.${tap}, Remove an arrowhead counter from Serrated Arrows: Put a -1/-1 counter on target creature.| Haunting Hymn|Time Spiral|112|U|{4}{B}{B}|Instant|||Target player discards two cards. If you cast this spell during your main phase, that player discards four cards instead.| @@ -12814,8 +12814,8 @@ Gemstone Mine|Time Spiral "Timeshifted"|119|Special||Land|||Gemstone Mine enters Barbed Shocker|Time Spiral|144|U|{3}{R}|Creature — Insect|2|2|Trample, haste$Whenever Barbed Shocker deals damage to a player, that player discards all the cards in his or her hand, then draws that many cards.| Might of Old Krosa|Time Spiral|204|U|{G}|Instant|||Target creature gets +2/+2 until end of turn. If you cast this spell during your main phase, that creature gets +4/+4 until end of turn instead.| Jasmine Boreal|Time Spiral "Timeshifted"|93|Special|{3}{G}{W}|Legendary Creature — Human|4|5|| -Vesuvan Shapeshifter|Time Spiral|90|R|{3}{U}{U}|Creature — Shapeshifter|0|0|As Vesuvan Shapeshifter enters the battlefield or is turned face up, you may choose another creature on the battlefield. If you do, until Vesuvan Shapeshifter is turned face down, it becomes a copy of that creature and gains "At the beginning of your upkeep, you may turn this creature face down."$Morph {1}{U} (You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)| -Verdant Embrace|Time Spiral|232|R|{3}{G}{G}|Enchantment — Aura|||Enchant creature$Enchanted creature gets +3/+3 and has "At the beginning of each upkeep, put a 1/1 green Saproling creature token onto the battlefield."| +Vesuvan Shapeshifter|Time Spiral|90|R|{3}{U}{U}|Creature — Shapeshifter|0|0|As Vesuvan Shapeshifter enters the battlefield or is turned face up, you may choose another creature on the battlefield. If you do, until Vesuvan Shapeshifter is turned face down, it becomes a copy of that creature and gains "At the beginning of your upkeep, you may turn this creature face down."$Morph {1}{U} (You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)| +Verdant Embrace|Time Spiral|232|R|{3}{G}{G}|Enchantment — Aura|||Enchant creature$Enchanted creature gets +3/+3 and has "At the beginning of each upkeep, put a 1/1 green Saproling creature token onto the battlefield."| Trickbind|Time Spiral|88|R|{1}{U}|Instant|||Split second (As long as this spell is on the stack, players can't cast spells or activate abilities that aren't mana abilities.)$Counter target activated or triggered ability. If a permanent's ability is countered this way, activated abilities of that permanent can't be activated this turn. (Mana abilities can't be targeted.)| Dust Corona|Planar Chaos|97|C|{R}|Enchantment — Aura|||Enchant creature$Enchanted creature gets +2/+0 and can't be blocked by creatures with flying.| Chronosavant|Time Spiral|9|R|{5}{W}|Creature — Giant|5|5|{1}{W}: Return Chronosavant from your graveyard to the battlefield tapped. You skip your next turn.| @@ -12842,7 +12842,7 @@ Might Sliver|Time Spiral|205|U|{4}{G}|Creature Deadly Grub|Planar Chaos|69|C|{2}{B}|Creature — Insect|3|1|Vanishing 3 (This permanent enters the battlefield with three time counters on it. At the beginning of your upkeep, remove a time counter from it. When the last is removed, sacrifice it.)$When Deadly Grub dies, if it had no time counters on it, put a 6/1 green Insect creature token with shroud onto the battlefield. (It can't be the target of spells or abilities.)| Greater Gargadon|Time Spiral|161|R|{9}{R}|Creature — Beast|9|7|Suspend 10—{R} (Rather than cast this card from your hand, you may pay {R} and exile it with ten time counters on it. At the beginning of your upkeep, remove a time counter. When the last is removed, cast it without paying its mana cost. It has haste.)$Sacrifice an artifact, creature, or land: Remove a time counter from Greater Gargadon. Activate this ability only if Greater Gargadon is suspended.| Curse of the Cabal|Time Spiral|99|R|{9}{B}|Sorcery|||Target player sacrifices half the permanents he or she controls, rounded down.$Suspend 2—{2}{B}{B} (Rather than cast this card from your hand, you may pay {2}{B}{B} and exile it with two time counters on it. At the beginning of your upkeep, remove a time counter. When the last is removed, cast it without paying its mana cost.)$At the beginning of each player's upkeep, if Curse of the Cabal is suspended, that player may sacrifice a permanent. If he or she does, put two time counters on Curse of the Cabal.| -Quilled Sliver|Time Spiral|37|U|{1}{W}|Creature — Sliver|1|1|All Slivers have "{tap}: This permanent deals 1 damage to target attacking or blocking creature."| +Quilled Sliver|Time Spiral|37|U|{1}{W}|Creature — Sliver|1|1|All Slivers have "{tap}: This permanent deals 1 damage to target attacking or blocking creature."| Lavacore Elemental|Planar Chaos|103|U|{2}{R}|Creature — Elemental|5|3|Vanishing 1 (This permanent enters the battlefield with a time counter on it. At the beginning of your upkeep, remove a time counter from it. When the last is removed, sacrifice it.)$Whenever a creature you control deals combat damage to a player, put a time counter on Lavacore Elemental.| Draining Whelk|Time Spiral|57|R|{4}{U}{U}|Creature — Illusion|1|1|Flash (You may cast this spell any time you could cast an instant.)$Flying$When Draining Whelk enters the battlefield, counter target spell. Put X +1/+1 counters on Draining Whelk, where X is that spell's converted mana cost.| Mystical Teachings|Time Spiral|69|C|{3}{U}|Instant|||Search your library for an instant card or a card with flash, reveal it, and put it into your hand. Then shuffle your library.$Flashback {5}{B} (You may cast this card from your graveyard for its flashback cost. Then exile it.)| @@ -12856,16 +12856,16 @@ Voidmage Husher|Time Spiral|92|U|{3}{U}|Creature Nightshade Assassin|Time Spiral|121|U|{2}{B}{B}|Creature — Human Assassin|2|1|First strike$When Nightshade Assassin enters the battlefield, you may reveal X black cards in your hand. If you do, target creature gets -X/-X until end of turn.$Madness {1}{B} (If you discard this card, you may cast it for its madness cost instead of putting it into your graveyard.)| Viscid Lemures|Time Spiral|141|C|{4}{B}|Creature — Spirit|4|3|{0}: Viscid Lemures gets -1/-0 and gains swampwalk until end of turn.| Pendelhaven Elder|Time Spiral|209|U|{1}{G}|Creature — Elf Shaman|1|1|{tap}: Each 1/1 creature you control gets +1/+2 until end of turn.| -Telekinetic Sliver|Time Spiral|84|U|{2}{U}{U}|Creature — Sliver|2|2|All Slivers have "{tap}: Tap target permanent."| +Telekinetic Sliver|Time Spiral|84|U|{2}{U}{U}|Creature — Sliver|2|2|All Slivers have "{tap}: Tap target permanent."| Rakdos Pit Dragon|Dissension|69|R|{2}{R}{R}|Creature — Dragon|3|3|{R}{R}: Rakdos Pit Dragon gains flying until end of turn.${R}: Rakdos Pit Dragon gets +1/+0 until end of turn.$Hellbent — Rakdos Pit Dragon has double strike as long as you have no cards in hand.| -AEthermage's Touch|Dissension|101|R|{2}{W}{U}|Instant|||Reveal the top four cards of your library. You may put a creature card from among them onto the battlefield. It has "At the beginning of your end step, return this creature to its owner's hand." Then put the rest of the cards revealed this way on the bottom of your library in any order.| +AEthermage's Touch|Dissension|101|R|{2}{W}{U}|Instant|||Reveal the top four cards of your library. You may put a creature card from among them onto the battlefield. It has "At the beginning of your end step, return this creature to its owner's hand." Then put the rest of the cards revealed this way on the bottom of your library in any order.| Wrecking Ball|Dissension|139|C|{2}{B}{R}|Instant|||Destroy target creature or land.| Fertile Imagination|Dissension|84|U|{2}{G}{G}|Sorcery|||Choose a card type. Target opponent reveals his or her hand. Put two 1/1 green Saproling creature tokens onto the battlefield for each card of the chosen type revealed this way. (Artifact, creature, enchantment, instant, land, planeswalker, sorcery, and tribal are card types.)| Simic Sky Swallower|Dissension|130|R|{5}{G}{U}|Creature — Leviathan|6|6|Flying, trample$Shroud (This creature can't be the target of spells or abilities.)| Sprouting Phytohydra|Dissension|95|R|{4}{G}|Creature — Plant Hydra|0|2|Defender (This creature can't attack.)$Whenever Sprouting Phytohydra is dealt damage, you may put a token that's a copy of Sprouting Phytohydra onto the battlefield.| Beacon Hawk|Dissension|3|C|{1}{W}|Creature — Bird|1|1|Flying$Whenever Beacon Hawk deals combat damage to a player, you may untap target creature.${W}: Beacon Hawk gets +0/+1 until end of turn.| Wakestone Gargoyle|Dissension|21|R|{3}{W}|Creature — Gargoyle|3|4|Defender (This creature can't attack.)$Flying${1}{W}: Creatures you control with defender can attack this turn as though they didn't have defender.| -Flaring Flame-Kin|Dissension|62|U|{2}{R}|Creature — Elemental Warrior|2|2|As long as Flaring Flame-Kin is enchanted, it gets +2/+2, has trample, and has "{R}: Flaring Flame-Kin gets +1/+0 until end of turn."| +Flaring Flame-Kin|Dissension|62|U|{2}{R}|Creature — Elemental Warrior|2|2|As long as Flaring Flame-Kin is enchanted, it gets +2/+2, has trample, and has "{R}: Flaring Flame-Kin gets +1/+0 until end of turn."| Azorius AEthermage|Dissension|104|U|{1}{W}{U}|Creature — Human Wizard|1|1|Whenever a permanent is returned to your hand, you may pay {1}. If you do, draw a card.| Drekavac|Dissension|43|U|{1}{B}|Creature — Beast|3|3|When Drekavac enters the battlefield, sacrifice it unless you discard a noncreature card.| Magewright's Stone|Dissension|162|U|{2}|Artifact|||{1}, {tap}: Untap target creature that has an activated ability with {tap} in its cost.| @@ -12899,11 +12899,11 @@ Lovisa Coldeyes|Coldsnap|90|R|{3}{R}{R}|Legendary Creature Vesuva|Time Spiral|281|R||Land|||You may have Vesuva enter the battlefield tapped as a copy of any land on the battlefield.| Kher Keep|Time Spiral|275|R||Legendary Land|||{tap}: Add {1} to your mana pool.${1}{R}, {tap}: Put a 0/1 red Kobold creature token named Kobolds of Kher Keep onto the battlefield.| AEtherflame Wall|Time Spiral|142|C|{1}{R}|Creature — Wall|0|4|Defender$Ætherflame Wall can block creatures with shadow as though they didn't have shadow.${R}: Ætherflame Wall gets +1/+0 until end of turn.| -Psionic Sliver|Time Spiral|72|R|{4}{U}|Creature — Sliver|2|2|All Sliver creatures have "{tap}: This creature deals 2 damage to target creature or player and 3 damage to itself."| +Psionic Sliver|Time Spiral|72|R|{4}{U}|Creature — Sliver|2|2|All Sliver creatures have "{tap}: This creature deals 2 damage to target creature or player and 3 damage to itself."| Mangara of Corondor|Time Spiral|28|R|{1}{W}{W}|Legendary Creature — Human Wizard|1|1|{tap}: Exile Mangara of Corondor and target permanent.| Lightning Axe|Time Spiral|168|C|{R}|Instant|||As an additional cost to cast Lightning Axe, discard a card or pay {5}.$Lightning Axe deals 5 damage to target creature.| Jedit's Dragoons|Time Spiral|25|C|{5}{W}|Creature — Cat Soldier|2|5|Vigilance$When Jedit's Dragoons enters the battlefield, you gain 4 life.| -Pulmonic Sliver|Time Spiral|36|R|{3}{W}{W}|Creature — Sliver|3|3|All Sliver creatures have flying.$All Slivers have "If this permanent would be put into a graveyard, you may put it on top of its owner's library instead."| +Pulmonic Sliver|Time Spiral|36|R|{3}{W}{W}|Creature — Sliver|3|3|All Sliver creatures have flying.$All Slivers have "If this permanent would be put into a graveyard, you may put it on top of its owner's library instead."| Unyaro Bees|Time Spiral|231|R|{G}{G}{G}|Creature — Insect|0|1|Flying${G}: Unyaro Bees gets +1/+1 until end of turn.${3}{G}, Sacrifice Unyaro Bees: Unyaro Bees deals 2 damage to target creature or player.| Wormwood Dryad|Time Spiral|233|C|{2}{G}|Creature — Dryad|3|1|{G}: Wormwood Dryad gains forestwalk until end of turn and deals 1 damage to you.${B}: Wormwood Dryad gains swampwalk until end of turn and deals 1 damage to you.| Subterranean Shambler|Time Spiral|178|C|{3}{R}|Creature — Elemental|2|3|Echo {3}{R} (At the beginning of your upkeep, if this came under your control since the beginning of your last upkeep, sacrifice it unless you pay its echo cost.)$When Subterranean Shambler enters the battlefield or leaves the battlefield, it deals 1 damage to each creature without flying.| @@ -12916,7 +12916,7 @@ Orcish Cannonade|Time Spiral|172|C|{1}{R}{R}|Instant|||Orcish Cannonade deals 2 Ith, High Arcanist|Time Spiral|241|R|{5}{W}{U}|Legendary Creature — Human Wizard|3|5|Vigilance${tap}: Untap target attacking creature. Prevent all combat damage that would be dealt to and dealt by that creature this turn.$Suspend 4—{W}{U} (Rather than cast this card from your hand, you may pay {W}{U} and exile it with four time counters on it. At the beginning of your upkeep, remove a time counter. When the last is removed, cast it without paying its mana cost. It has haste.)| Lotus Bloom|Time Spiral|259|R||Artifact|||Suspend 3—{0} (Rather than cast this card from your hand, pay {0} and exile it with three time counters on it. At the beginning of your upkeep, remove a time counter. When the last is removed, cast it without paying its mana cost.)${tap}, Sacrifice Lotus Bloom: Add three mana of any one color to your mana pool.| Ashcoat Bear|Time Spiral|190|C|{1}{G}|Creature — Bear|2|2|Flash (You may cast this spell any time you could cast an instant.)| -Fallen Ideal|Time Spiral|109|U|{2}{B}|Enchantment — Aura|||Enchant creature$Enchanted creature has flying and "Sacrifice a creature: This creature gets +2/+1 until end of turn."$When Fallen Ideal is put into a graveyard from the battlefield, return Fallen Ideal to its owner's hand.| +Fallen Ideal|Time Spiral|109|U|{2}{B}|Enchantment — Aura|||Enchant creature$Enchanted creature has flying and "Sacrifice a creature: This creature gets +2/+1 until end of turn."$When Fallen Ideal is put into a graveyard from the battlefield, return Fallen Ideal to its owner's hand.| Conflagrate|Time Spiral|151|U|{X}{X}{R}|Sorcery|||Conflagrate deals X damage divided as you choose among any number of target creatures and/or players.$Flashback—{R}{R}, Discard X cards. (You may cast this card from your graveyard for its flashback cost. Then exile it.)| Sudden Shock|Time Spiral|179|U|{1}{R}|Instant|||Split second (As long as this spell is on the stack, players can't cast spells or activate abilities that aren't mana abilities.)$Sudden Shock deals 2 damage to target creature or player.| Ib Halfheart, Goblin Tactician|Time Spiral|163|R|{3}{R}|Legendary Creature — Goblin Advisor|3|2|Whenever another Goblin you control becomes blocked, sacrifice it. If you do, it deals 4 damage to each creature blocking it.$Sacrifice two Mountains: Put two 1/1 red Goblin creature tokens onto the battlefield.| @@ -12926,11 +12926,11 @@ Cyclopean Giant|Time Spiral|100|C|{2}{B}{B}|Creature Assembly-Worker|Time Spiral|248|U|{3}|Artifact Creature — Assembly-Worker|2|2|{tap}: Target Assembly-Worker creature gets +1/+1 until end of turn.| Wurmcalling|Time Spiral|234|R|{X}{G}|Sorcery|||Buyback {2}{G} (You may pay an additional {2}{G} as you cast this spell. If you do, put this card into your hand as it resolves.)$Put an X/X green Wurm creature token onto the battlefield.| Assassinate|Time Spiral|95|C|{2}{B}|Sorcery|||Destroy target tapped creature.| -Triskelavus|Time Spiral|266|R|{7}|Artifact Creature — Construct|1|1|Flying$Triskelavus enters the battlefield with three +1/+1 counters on it.${1}, Remove a +1/+1 counter from Triskelavus: Put a 1/1 colorless Triskelavite artifact creature token with flying onto the battlefield. It has "Sacrifice this creature: This creature deals 1 damage to target creature or player."| +Triskelavus|Time Spiral|266|R|{7}|Artifact Creature — Construct|1|1|Flying$Triskelavus enters the battlefield with three +1/+1 counters on it.${1}, Remove a +1/+1 counter from Triskelavus: Put a 1/1 colorless Triskelavite artifact creature token with flying onto the battlefield. It has "Sacrifice this creature: This creature deals 1 damage to target creature or player."| Sarpadian Empires, Vol. VII|Time Spiral|263|R|{3}|Artifact|||As Sarpadian Empires, Vol. VII enters the battlefield, choose white Citizen, blue Camarid, black Thrull, red Goblin, or green Saproling.${3}, {tap}: Put a 1/1 creature token of the chosen color and type onto the battlefield.| Errant Doomsayers|Time Spiral|15|C|{1}{W}|Creature — Human Rebel|1|1|{tap}: Tap target creature with toughness 2 or less.| Thallid Germinator|Time Spiral|225|C|{2}{G}|Creature — Fungus|2|2|At the beginning of your upkeep, put a spore counter on Thallid Germinator.$Remove three spore counters from Thallid Germinator: Put a 1/1 green Saproling creature token onto the battlefield.$Sacrifice a Saproling: Target creature gets +1/+1 until end of turn.| -Sengir Nosferatu|Time Spiral|128|R|{3}{B}{B}|Creature — Vampire|4|4|Flying${1}{B}, Exile Sengir Nosferatu: Put a 1/2 black Bat creature token with flying onto the battlefield. It has "{1}{B}, Sacrifice this creature: Return an exiled card named Sengir Nosferatu to the battlefield under its owner's control."| +Sengir Nosferatu|Time Spiral|128|R|{3}{B}{B}|Creature — Vampire|4|4|Flying${1}{B}, Exile Sengir Nosferatu: Put a 1/2 black Bat creature token with flying onto the battlefield. It has "{1}{B}, Sacrifice this creature: Return an exiled card named Sengir Nosferatu to the battlefield under its owner's control."| Urza's Factory|Time Spiral|280|U||Land — Urza’s|||{tap}: Add {1} to your mana pool.${7}, {tap}: Put a 2/2 colorless Assembly-Worker artifact creature token onto the battlefield.| Slipstream Serpent|Time Spiral|77|C|{7}{U}|Creature — Serpent|6|6|Slipstream Serpent can't attack unless defending player controls an Island.$When you control no Islands, sacrifice Slipstream Serpent.$Morph {5}{U} (You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)| Sprite Noble|Time Spiral|81|R|{1}{U}{U}|Creature — Faerie|2|2|Flying$Other creatures you control with flying get +0/+1.${tap}: Other creatures you control with flying get +1/+0 until end of turn.| @@ -12957,8 +12957,8 @@ Nether Traitor|Time Spiral|120|R|{B}{B}|Creature Deathspore Thallid|Time Spiral|102|C|{1}{B}|Creature — Zombie Fungus|1|1|At the beginning of your upkeep, put a spore counter on Deathspore Thallid.$Remove three spore counters from Deathspore Thallid: Put a 1/1 green Saproling creature token onto the battlefield.$Sacrifice a Saproling: Target creature gets -1/-1 until end of turn.| Scion of the Ur-Dragon|Time Spiral|246|R|{W}{U}{B}{R}{G}|Legendary Creature — Dragon Avatar|4|4|Flying${2}: Search your library for 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.| Opal Guardian|Time Spiral|30|R|{W}{W}{W}|Enchantment|||When an opponent casts a creature spell, if Opal Guardian is an enchantment, Opal Guardian becomes a 3/4 Gargoyle creature with flying and protection from red.| -Plague Sliver|Time Spiral|124|R|{2}{B}{B}|Creature — Sliver|5|5|All Slivers have "At the beginning of your upkeep, this permanent deals 1 damage to you."| -Mindlash Sliver|Time Spiral|118|C|{B}|Creature — Sliver|1|1|All Slivers have "{1}, Sacrifice this permanent: Each player discards a card."| +Plague Sliver|Time Spiral|124|R|{2}{B}{B}|Creature — Sliver|5|5|All Slivers have "At the beginning of your upkeep, this permanent deals 1 damage to you."| +Mindlash Sliver|Time Spiral|118|C|{B}|Creature — Sliver|1|1|All Slivers have "{1}, Sacrifice this permanent: Each player discards a card."| Phantom Wurm|Time Spiral|211|U|{4}{G}{G}|Creature — Wurm Spirit|2|0|Phantom Wurm enters the battlefield with four +1/+1 counters on it.$If damage would be dealt to Phantom Wurm, prevent that damage. Remove a +1/+1 counter from Phantom Wurm.| Word of Seizing|Time Spiral|188|R|{3}{R}{R}|Instant|||Split second (As long as this spell is on the stack, players can't cast spells or activate abilities that aren't mana abilities.)$Untap target permanent and gain control of it until end of turn. It gains haste until end of turn.| Spectral Force|Time Spiral|217|R|{3}{G}{G}|Creature — Elemental Spirit|8|8|Trample$Whenever Spectral Force attacks, if defending player controls no black permanents, it doesn't untap during your next untap step.| @@ -12969,7 +12969,7 @@ Brass Gnat|Time Spiral|249|C|{1}|Artifact Creature Skittering Monstrosity|Time Spiral|129|U|{3}{B}{B}|Creature — Horror|5|5|When you cast a creature spell, sacrifice Skittering Monstrosity.| Jhoira's Timebug|Time Spiral|257|C|{2}|Artifact Creature — Insect|1|2|{tap}: Choose target permanent you control or suspended card you own. If that permanent or card has a time counter on it, you may remove a time counter from it or put another time counter on it.| Prismatic Lens|Time Spiral|262|C|{2}|Artifact|||{tap}: Add {1} to your mana pool.${1}, {tap}: Add one mana of any color to your mana pool.| -Fungus Sliver|Time Spiral|195|R|{3}{G}|Creature — Fungus Sliver|2|2|All Sliver creatures have "Whenever this creature is dealt damage, put a +1/+1 counter on it." (The damage is dealt before the counter is put on.)| +Fungus Sliver|Time Spiral|195|R|{3}{G}|Creature — Fungus Sliver|2|2|All Sliver creatures have "Whenever this creature is dealt damage, put a +1/+1 counter on it." (The damage is dealt before the counter is put on.)| Grapeshot|Time Spiral|160|C|{1}{R}|Sorcery|||Grapeshot deals 1 damage to target creature or player.$Storm (When you cast this spell, copy it for each spell cast before it this turn. You may choose new targets for the copies.)| Basalt Gargoyle|Time Spiral|145|U|{2}{R}|Creature — Gargoyle|3|2|Flying$Echo {2}{R} (At the beginning of your upkeep, if this came under your control since the beginning of your last upkeep, sacrifice it unless you pay its echo cost.)${R}: Basalt Gargoyle gets +0/+1 until end of turn.| Yavimaya Dryad|Time Spiral|235|U|{1}{G}{G}|Creature — Dryad|2|1|Forestwalk$When Yavimaya Dryad enters the battlefield, you may search your library for a Forest card and put it onto the battlefield tapped under target player's control. If you do, shuffle your library.| @@ -12983,7 +12983,7 @@ Stormcloud Djinn|Time Spiral|82|U|{4}{U}|Creature Brine Elemental|Time Spiral|50|U|{4}{U}{U}|Creature — Elemental|5|4|Morph {5}{U}{U} (You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)$When Brine Elemental is turned face up, each opponent skips his or her next untap step.| Skulking Knight|Time Spiral|130|C|{2}{B}|Creature — Zombie Knight|3|3|Flanking (Whenever a creature without flanking blocks this creature, the blocking creature gets -1/-1 until end of turn.)$When Skulking Knight becomes the target of a spell or ability, sacrifice it.| Penumbra Spider|Time Spiral|210|C|{2}{G}{G}|Creature — Spider|2|4|Reach (This creature can block creatures with flying.)$When Penumbra Spider dies, put a 2/4 black Spider creature token with reach onto the battlefield.| -Vampiric Sliver|Time Spiral|140|U|{3}{B}|Creature — Sliver|3|3|All Sliver creatures have "Whenever a creature dealt damage by this creature this turn dies, put a +1/+1 counter on this creature."| +Vampiric Sliver|Time Spiral|140|U|{3}{B}|Creature — Sliver|3|3|All Sliver creatures have "Whenever a creature dealt damage by this creature this turn dies, put a +1/+1 counter on this creature."| Bewilder|Time Spiral|49|C|{2}{U}|Instant|||Target creature gets -3/-0 until end of turn.$Draw a card.| Outrider en-Kor|Time Spiral|31|U|{2}{W}|Creature — Kor Rebel Knight|2|2|Flanking (Whenever a creature without flanking blocks this creature, the blocking creature gets -1/-1 until end of turn.)${0}: The next 1 damage that would be dealt to Outrider en-Kor this turn is dealt to target creature you control instead.| Swamp|Time Spiral|293|L||Basic Land — Swamp|||B| @@ -12998,10 +12998,10 @@ Fathom Seer|Time Spiral|62|C|{1}{U}|Creature Spiketail Drakeling|Time Spiral|80|C|{1}{U}{U}|Creature — Drake|2|2|Flying$Sacrifice Spiketail Drakeling: Counter target spell unless its controller pays {2}.| Sage of Epityr|Time Spiral|74|C|{U}|Creature — Human Wizard|1|1|When Sage of Epityr enters the battlefield, look at the top four cards of your library, then put them back in any order.| Stonebrow, Krosan Hero|Time Spiral|247|R|{3}{R}{G}|Legendary Creature — Centaur Warrior|4|4|Trample$Whenever a creature you control with trample attacks, it gets +2/+2 until end of turn.| -Sedge Sliver|Time Spiral|177|R|{2}{R}|Creature — Sliver|2|2|All Sliver creatures have "This creature gets +1/+1 as long as you control a Swamp."$All Slivers have "{B}: Regenerate this permanent."| +Sedge Sliver|Time Spiral|177|R|{2}{R}|Creature — Sliver|2|2|All Sliver creatures have "This creature gets +1/+1 as long as you control a Swamp."$All Slivers have "{B}: Regenerate this permanent."| Looter il-Kor|Time Spiral|66|C|{1}{U}|Creature — Kor Rogue|1|1|Shadow (This creature can block or be blocked by only creatures with shadow.)$Whenever Looter il-Kor deals damage to an opponent, draw a card, then discard a card.| Mountain|Time Spiral|294|L||Basic Land — Mountain|||R| -Gemhide Sliver|Time Spiral|196|C|{1}{G}|Creature — Sliver|1|1|All Slivers have "{tap}: Add one mana of any color to your mana pool."| +Gemhide Sliver|Time Spiral|196|C|{1}{G}|Creature — Sliver|1|1|All Slivers have "{tap}: Add one mana of any color to your mana pool."| Gorgon Recluse|Time Spiral|111|C|{3}{B}{B}|Creature — Gorgon|2|4|Whenever Gorgon Recluse blocks or becomes blocked by a nonblack creature, destroy that creature at end of combat.$Madness {B}{B} (If you discard this card, you may cast it for its madness cost instead of putting it into your graveyard.)| Scryb Ranger|Time Spiral|215|U|{1}{G}|Creature — Faerie|1|1|Flash (You may cast this spell any time you could cast an instant.)$Flying, protection from blue$Return a Forest you control to its owner's hand: Untap target creature. Activate this ability only once each turn.| Chameleon Blur|Time Spiral|192|C|{3}{G}|Instant|||Prevent all damage that creatures would deal to players this turn.| @@ -13036,8 +13036,8 @@ Blizzard Specter|Coldsnap|126|U|{2}{U}{B}|Snow Creature Bull Aurochs|Coldsnap|107|C|{1}{G}|Creature — Aurochs|2|1|Trample$Whenever Bull Aurochs attacks, it gets +1/+0 until end of turn for each other attacking Aurochs.| Luminesce|Coldsnap|14|U|{W}|Instant|||Prevent all damage that black sources and red sources would deal this turn.| Zombie Musher|Coldsnap|75|C|{3}{B}|Snow Creature — Zombie|2|3|Snow landwalk${snow}: Regenerate Zombie Musher. ({snow} can be paid with one mana from a snow permanent.)| -Dark Depths|Coldsnap|145|R||Legendary Snow Land|||Dark Depths enters the battlefield with ten ice counters on it.${3}: Remove an ice counter from Dark Depths.$When Dark Depths has no ice counters on it, sacrifice it. If you do, put a legendary 20/20 black Avatar creature token with flying and "This creature is indestructible" named Marit Lage onto the battlefield.| -Sound the Call|Coldsnap|123|C|{2}{G}|Sorcery|||Put a 1/1 green Wolf creature token onto the battlefield. It has "This creature gets +1/+1 for each card named Sound the Call in each graveyard."| +Dark Depths|Coldsnap|145|R||Legendary Snow Land|||Dark Depths enters the battlefield with ten ice counters on it.${3}: Remove an ice counter from Dark Depths.$When Dark Depths has no ice counters on it, sacrifice it. If you do, put a legendary 20/20 black Avatar creature token with flying and "This creature is indestructible" named Marit Lage onto the battlefield.| +Sound the Call|Coldsnap|123|C|{2}{G}|Sorcery|||Put a 1/1 green Wolf creature token onto the battlefield. It has "This creature gets +1/+1 for each card named Sound the Call in each graveyard."| Allosaurus Rider|Coldsnap|101|R|{5}{G}{G}|Creature — Elf Warrior|1+*|1+*|You may exile two green cards from your hand rather than pay Allosaurus Rider's mana cost.$Allosaurus Rider's power and toughness are each equal to 1 plus the number of lands you control.| Arctic Flats|Coldsnap|143|U||Snow Land|||Arctic Flats enters the battlefield tapped.${tap}: Add {G} or {W} to your mana pool.| Counterbalance|Coldsnap|31|U|{U}{U}|Enchantment|||Whenever an opponent casts a spell, you may reveal the top card of your library. If you do, counter that spell if it has the same converted mana cost as the revealed card.| @@ -13076,7 +13076,7 @@ Scrying Sheets|Coldsnap|149|R||Snow Land|||{tap}: Add {1} to your mana pool.${1} Surging Might|Coldsnap|125|C|{2}{G}|Enchantment — Aura|||Enchant creature$Enchanted creature gets +2/+2.$Ripple 4 (When you cast this spell, you may reveal the top four cards of your library. You may cast any revealed cards with the same name as this spell without paying their mana costs. Put the rest on the bottom of your library.)| Volcanic Awakening|Time Spiral|186|U|{4}{R}{R}|Sorcery|||Destroy target land.$Storm (When you cast this spell, copy it for each spell cast before it this turn. You may choose new targets for the copies.)| Kjeldoran Gargoyle|Coldsnap|10|U|{5}{W}|Creature — Gargoyle|3|3|Flying, first strike$Whenever Kjeldoran Gargoyle deals damage, you gain that much life.| -Greater Stone Spirit|Coldsnap|84|U|{4}{R}{R}|Creature — Elemental Spirit|4|4|Greater Stone Spirit can't be blocked by creatures with flying.${2}{R}: Until end of turn, target creature gets +0/+2 and gains "{R}: This creature gets +1/+0 until end of turn."| +Greater Stone Spirit|Coldsnap|84|U|{4}{R}{R}|Creature — Elemental Spirit|4|4|Greater Stone Spirit can't be blocked by creatures with flying.${2}{R}: Until end of turn, target creature gets +0/+2 and gains "{R}: This creature gets +1/+0 until end of turn."| Rimehorn Aurochs|Coldsnap|118|U|{4}{G}|Snow Creature — Aurochs|3|3|Trample$Whenever Rimehorn Aurochs attacks, it gets +1/+0 until end of turn for each other attacking Aurochs.${2}{snow}: Target creature blocks target creature this turn if able. ({snow} can be paid with one mana from a snow permanent.)| Glacial Plating|Coldsnap|7|U|{2}{W}{W}|Snow Enchantment — Aura|||Enchant creature$Cumulative upkeep {snow} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it. {snow} can be paid with one mana from a snow permanent.)$Enchanted creature gets +3/+3 for each age counter on Glacial Plating.| Frost Marsh|Coldsnap|146|U||Snow Land|||Frost Marsh enters the battlefield tapped.${tap}: Add {U} or {B} to your mana pool.| @@ -13115,7 +13115,7 @@ Stromgald Crusader|Coldsnap|71|U|{B}{B}|Creature Earthen Goo|Coldsnap|80|U|{2}{R}|Creature — Ooze|2|2|Trample$Cumulative upkeep {R} or {G} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)$Earthen Goo gets +1/+1 for each age counter on it.| Swift Maneuver|Coldsnap|21|C|{1}{W}|Instant|||Prevent the next 2 damage that would be dealt to target creature or player this turn.$Draw a card at the beginning of the next turn's upkeep.| Snow-Covered Swamp|Coldsnap|153|C||Basic Snow Land — Swamp|||B| -Rime Transfusion|Coldsnap|68|U|{1}{B}|Snow Enchantment — Aura|||Enchant creature$Enchanted creature gets +2/+1 and has "{snow}: This creature can't be blocked this turn except by snow creatures." ({snow} can be paid with one mana from a snow permanent.)| +Rime Transfusion|Coldsnap|68|U|{1}{B}|Snow Enchantment — Aura|||Enchant creature$Enchanted creature gets +2/+1 and has "{snow}: This creature can't be blocked this turn except by snow creatures." ({snow} can be paid with one mana from a snow permanent.)| Chilling Shade|Coldsnap|53|C|{2}{B}|Snow Creature — Shade|1|1|Flying${snow}: Chilling Shade gets +1/+1 until end of turn. ({snow} can be paid with one mana from a snow permanent.)| Highland Weald|Coldsnap|147|U||Snow Land|||Highland Weald enters the battlefield tapped.${tap}: Add {R} or {G} to your mana pool.| Aurochs Herd|Coldsnap|103|C|{5}{G}|Creature — Aurochs|4|4|Trample$When Aurochs Herd enters the battlefield, you may search your library for an Aurochs card, reveal it, and put it into your hand. If you do, shuffle your library.$Whenever Aurochs Herd attacks, it gets +1/+0 until end of turn for each other attacking Aurochs.| @@ -13202,7 +13202,7 @@ Healing Leaves|Planar Chaos|150|C|{G}|Instant|||Choose one Brute Force|Planar Chaos|116|C|{R}|Instant|||Target creature gets +3/+3 until end of turn.| Fa'adiyah Seer|Planar Chaos|146|C|{1}{G}|Creature — Human Shaman|1|1|{tap}: Draw a card and reveal it. If it isn't a land card, discard it.| Shaper Parasite|Planar Chaos|46|C|{1}{U}{U}|Creature — Illusion|2|3|Morph {2}{U} (You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)$When Shaper Parasite is turned face up, target creature gets +2/-2 or -2/+2 until end of turn.| -Screeching Sliver|Time Spiral|75|C|{U}|Creature — Sliver|1|1|All Slivers have "{tap}: Target player puts the top card of his or her library into his or her graveyard."| +Screeching Sliver|Time Spiral|75|C|{U}|Creature — Sliver|1|1|All Slivers have "{tap}: Target player puts the top card of his or her library into his or her graveyard."| Frozen AEther|Planar Chaos|54|U|{3}{U}|Enchantment|||Artifacts, creatures, and lands your opponents control enter the battlefield tapped.| Hedge Troll|Planar Chaos|151|U|{2}{G}|Creature — Troll Cleric|2|2|Hedge Troll gets +1/+1 as long as you control a Plains.${W}: Regenerate Hedge Troll.| Mirri the Cursed|Planar Chaos|75|R|{2}{B}{B}|Legendary Creature — Vampire Cat|3|2|Flying, first strike, haste$Whenever Mirri the Cursed deals combat damage to a creature, put a +1/+1 counter on Mirri the Cursed.| @@ -13280,16 +13280,16 @@ Sinew Sliver|Planar Chaos|30|C|{1}{W}|Creature Reality Acid|Planar Chaos|45|C|{2}{U}|Enchantment — Aura|||Enchant permanent$Vanishing 3 (This permanent enters the battlefield with three time counters on it. At the beginning of your upkeep, remove a time counter from it. When the last is removed, sacrifice it.)$When Reality Acid leaves the battlefield, enchanted permanent's controller sacrifices it.| Voidstone Gargoyle|Planar Chaos|21|R|{3}{W}{W}|Creature — Gargoyle|3|3|Flying$As Voidstone Gargoyle enters the battlefield, name a nonland card.$The named card can't be cast.$Activated abilities of sources with the chosen name can't be activated.| Keldon Marauders|Planar Chaos|102|C|{1}{R}|Creature — Human Warrior|3|3|Vanishing 2 (This permanent enters the battlefield with two time counters on it. At the beginning of your upkeep, remove a time counter from it. When the last is removed, sacrifice it.)$When Keldon Marauders enters the battlefield or leaves the battlefield, it deals 1 damage to target player.| -Frenetic Sliver|Planar Chaos|157|U|{1}{U}{R}|Creature — Sliver|2|2|All Slivers have "{0}: If this permanent is on the battlefield, flip a coin. If you win the flip, exile this permanent and return it to the battlefield under its owner's control at the beginning of the next end step. If you lose the flip, sacrifice it."| -Darkheart Sliver|Planar Chaos|155|U|{B}{G}|Creature — Sliver|2|2|All Slivers have "Sacrifice this permanent: You gain 3 life."| -Poultice Sliver|Planar Chaos|11|C|{2}{W}|Creature — Sliver|2|2|All Slivers have "{2}, {tap}: Regenerate target Sliver."| +Frenetic Sliver|Planar Chaos|157|U|{1}{U}{R}|Creature — Sliver|2|2|All Slivers have "{0}: If this permanent is on the battlefield, flip a coin. If you win the flip, exile this permanent and return it to the battlefield under its owner's control at the beginning of the next end step. If you lose the flip, sacrifice it."| +Darkheart Sliver|Planar Chaos|155|U|{B}{G}|Creature — Sliver|2|2|All Slivers have "Sacrifice this permanent: You gain 3 life."| +Poultice Sliver|Planar Chaos|11|C|{2}{W}|Creature — Sliver|2|2|All Slivers have "{2}, {tap}: Regenerate target Sliver."| Battering Sliver|Planar Chaos|95|C|{5}{R}|Creature — Sliver|4|4|All Sliver creatures have trample.| Reflex Sliver|Planar Chaos|138|C|{3}{G}|Creature — Sliver|2|2|All Sliver creatures have haste.| -Cautery Sliver|Planar Chaos|154|U|{R}{W}|Creature — Sliver|2|2|All Slivers have "{1}, Sacrifice this permanent: This permanent deals 1 damage to target creature or player."$All Slivers have "{1}, Sacrifice this permanent: Prevent the next 1 damage that would be dealt to target Sliver creature or player this turn."| +Cautery Sliver|Planar Chaos|154|U|{R}{W}|Creature — Sliver|2|2|All Slivers have "{1}, Sacrifice this permanent: This permanent deals 1 damage to target creature or player."$All Slivers have "{1}, Sacrifice this permanent: Prevent the next 1 damage that would be dealt to target Sliver creature or player this turn."| Spitting Sliver|Planar Chaos|80|C|{4}{B}|Creature — Sliver|3|3|All Sliver creatures have first strike.| -Necrotic Sliver|Planar Chaos|159|U|{1}{W}{B}|Creature — Sliver|2|2|All Slivers have "{3}, Sacrifice this permanent: Destroy target permanent."| +Necrotic Sliver|Planar Chaos|159|U|{1}{W}{B}|Creature — Sliver|2|2|All Slivers have "{3}, Sacrifice this permanent: Destroy target permanent."| Aquamorph Entity|Planar Chaos|33|C|{2}{U}{U}|Creature — Shapeshifter|*|*|As Aquamorph Entity enters the battlefield or is turned face up, it becomes your choice of 5/1 or 1/5.$Morph {2}{U} (You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)| -Dormant Sliver|Planar Chaos|156|U|{2}{G}{U}|Creature — Sliver|2|2|All Sliver creatures have defender.$All Slivers have "When this permanent enters the battlefield, draw a card."| +Dormant Sliver|Planar Chaos|156|U|{2}{G}{U}|Creature — Sliver|2|2|All Sliver creatures have defender.$All Slivers have "When this permanent enters the battlefield, draw a card."| Festering March|Future Sight|65|U|{3}{B}{B}|Sorcery|||Creatures your opponents control get -1/-1 until end of turn. Exile Festering March with three time counters on it.$Suspend 3—{2}{B} (Rather than cast this card from your hand, you may pay {2}{B} and exile it with three time counters on it. At the beginning of your upkeep, remove a time counter. When the last is removed, cast it without paying its mana cost.)| Edge of Autumn|Future Sight|144|C|{1}{G}|Sorcery|||If you control four or fewer lands, search your library for a basic land card, put it onto the battlefield tapped, then shuffle your library.$Cycling—Sacrifice a land. (Sacrifice a land, Discard this card: Draw a card.)| Shimian Specter|Future Sight|76|R|{2}{B}{B}|Creature — Specter|2|2|Flying$Whenever Shimian Specter deals combat damage to a player, that player reveals his or her hand. You choose a nonland card from it. Search that player's graveyard, hand, and library for all cards with the same name as that card and exile them. Then that player shuffles his or her library.| @@ -13310,7 +13310,7 @@ Bogardan Lancer|Future Sight|95|C|{1}{R}|Creature Homing Sliver|Future Sight|118|C|{2}{R}|Creature — Sliver|2|2|Each Sliver card in each player's hand has slivercycling {3}.$Slivercycling {3} ({3}, Discard this card: Search your library for a Sliver card, reveal it, and put it into your hand. Then shuffle your library.)| Judge Unworthy|Future Sight|9|C|{1}{W}|Instant|||Choose target attacking or blocking creature. Scry 3, then reveal the top card of your library. Judge Unworthy deals damage equal to that card's converted mana cost to that creature. (To scry 3, look at the top three cards of your library, then put any number of them on the bottom of your library and the rest on top in any order.)| Lymph Sliver|Future Sight|26|C|{4}{W}|Creature — Sliver|3|3|All Sliver creatures have absorb 1. (If a source would deal damage to a Sliver, prevent 1 of that damage.)| -Llanowar Mentor|Future Sight|131|U|{G}|Creature — Elf Spellshaper|1|1|{G}, {tap}, Discard a card: Put a 1/1 green Elf Druid creature token named Llanowar Elves onto the battlefield. It has "{tap}: Add {G} to your mana pool."| +Llanowar Mentor|Future Sight|131|U|{G}|Creature — Elf Spellshaper|1|1|{G}, {tap}, Discard a card: Put a 1/1 green Elf Druid creature token named Llanowar Elves onto the battlefield. It has "{tap}: Add {G} to your mana pool."| Cyclical Evolution|Future Sight|125|U|{3}{G}{G}|Sorcery|||Target creature gets +3/+3 until end of turn. Exile Cyclical Evolution with three time counters on it.$Suspend 3—{2}{G} (Rather than cast this card from your hand, you may pay {2}{G} and exile it with three time counters on it. At the beginning of your upkeep, remove a time counter. When the last is removed, cast it without paying its mana cost.)| Cutthroat il-Dal|Future Sight|64|C|{3}{B}|Creature — Human Rogue|4|1|Hellbent — Cutthroat il-Dal has shadow as long as you have no cards in hand. (It can block or be blocked by only creatures with shadow.)| Whip-Spine Drake|Future Sight|62|C|{3}{U}{U}|Creature — Drake|3|3|Flying$Morph {2}{W} (You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)| @@ -13464,7 +13464,7 @@ Loxodon Mystic|Tenth Edition|26|C|{3}{W}{W}|Creature Megrim|Tenth Edition|157|U|{2}{B}|Enchantment|||Whenever an opponent discards a card, Megrim deals 2 damage to that player.| Might of Oaks|Tenth Edition|277|R|{3}{G}|Instant|||Target creature gets +7/+7 until end of turn.| Millstone|Tenth Edition|334|R|{2}|Artifact|||{2}, {tap}: Target player puts the top two cards of his or her library into his or her graveyard.| -Mind Bend|Tenth Edition|93|R|{U}|Instant|||Change the text of target permanent by replacing all instances of one color word with another or one basic land type with another. (For example, you may change "nonblack creature" to "nongreen creature" or "forestwalk" to "islandwalk." This effect lasts indefinitely.)| +Mind Bend|Tenth Edition|93|R|{U}|Instant|||Change the text of target permanent by replacing all instances of one color word with another or one basic land type with another. (For example, you may change "nonblack creature" to "nongreen creature" or "forestwalk" to "islandwalk." This effect lasts indefinitely.)| Mind Rot|Tenth Edition|159|C|{2}{B}|Sorcery|||Target player discards two cards.| Mortivore|Tenth Edition|161|R|{2}{B}{B}|Creature — Lhurgoyf|*|*|Mortivore's power and toughness are each equal to the number of creature cards in all graveyards.${B}: Regenerate Mortivore.| Mountain|Tenth Edition|376|L||Basic Land — Mountain|||R| @@ -13560,7 +13560,7 @@ Plagiarize|Tenth Edition|97|R|{3}{U}|Instant|||Until end of turn, if target play Seismic Assault|Tenth Edition|228|R|{R}{R}{R}|Enchantment|||Discard a land card: Seismic Assault deals 2 damage to target creature or player.| Hurricane|Tenth Edition|270|R|{X}{G}|Sorcery|||Hurricane deals X damage to each creature with flying and each player.| Twincast|Tenth Edition|120|R|{U}{U}|Instant|||Copy target instant or sorcery spell. You may choose new targets for the copy.| -Time Stop|Tenth Edition|117|R|{4}{U}{U}|Instant|||End the turn. (Exile all spells and abilities on the stack, including this card. The player whose turn it is discards down to his or her maximum hand size. Damage wears off, and "this turn" and "until end of turn" effects end.)| +Time Stop|Tenth Edition|117|R|{4}{U}{U}|Instant|||End the turn. (Exile all spells and abilities on the stack, including this card. The player whose turn it is discards down to his or her maximum hand size. Damage wears off, and "this turn" and "until end of turn" effects end.)| Persuasion|Tenth Edition|95|U|{3}{U}{U}|Enchantment — Aura|||Enchant creature (Target a creature as you cast this. This card enters the battlefield attached to that creature.)$You control enchanted creature.| Spiketail Hatchling|Tenth Edition|111|U|{1}{U}|Creature — Drake|1|1|Flying (This creature can't be blocked except by creatures with flying or reach.)$Sacrifice Spiketail Hatchling: Counter target spell unless its controller pays {1}.| Birds of Paradise|Tenth Edition|252|R|{G}|Creature — Bird|0|1|Flying${tap}: Add one mana of any color to your mana pool.| @@ -13570,12 +13570,12 @@ Deathmark|Tenth Edition|134|U|{B}|Sorcery|||Destroy target green or white creatu Karplusan Strider|Tenth Edition|272|U|{3}{G}|Creature — Yeti|3|4|Karplusan Strider can't be the target of blue or black spells.| Luminesce|Tenth Edition|28|U|{W}|Instant|||Prevent all damage that black sources and red sources would deal this turn.| Ambassador Laquatus|Tenth Edition|65|R|{1}{U}{U}|Legendary Creature — Merfolk Wizard|1|3|{3}: Target player puts the top three cards of his or her library into his or her graveyard.| -Cloudseeder|Future Sight|33|U|{1}{U}|Creature — Faerie Spellshaper|1|1|Flying${U}, {tap}, Discard a card: Put a 1/1 blue Faerie creature token named Cloud Sprite onto the battlefield. It has flying and "Cloud Sprite can block only creatures with flying."| -Goldmeadow Lookout|Future Sight|22|U|{3}{W}|Creature — Kithkin Spellshaper|2|2|{W}, {tap}, Discard a card: Put a 1/1 white Kithkin Soldier creature token named Goldmeadow Harrier onto the battlefield. It has "{W}, {tap}: Tap target creature."| -Skirk Ridge Exhumer|Future Sight|77|U|{1}{B}|Creature — Zombie Spellshaper|1|1|{B}, {tap}, Discard a card: Put a 1/1 black Zombie Goblin creature token named Festering Goblin onto the battlefield. It has "When Festering Goblin dies, target creature gets -1/-1 until end of turn."| +Cloudseeder|Future Sight|33|U|{1}{U}|Creature — Faerie Spellshaper|1|1|Flying${U}, {tap}, Discard a card: Put a 1/1 blue Faerie creature token named Cloud Sprite onto the battlefield. It has flying and "Cloud Sprite can block only creatures with flying."| +Goldmeadow Lookout|Future Sight|22|U|{3}{W}|Creature — Kithkin Spellshaper|2|2|{W}, {tap}, Discard a card: Put a 1/1 white Kithkin Soldier creature token named Goldmeadow Harrier onto the battlefield. It has "{W}, {tap}: Tap target creature."| +Skirk Ridge Exhumer|Future Sight|77|U|{1}{B}|Creature — Zombie Spellshaper|1|1|{B}, {tap}, Discard a card: Put a 1/1 black Zombie Goblin creature token named Festering Goblin onto the battlefield. It has "When Festering Goblin dies, target creature gets -1/-1 until end of turn."| Minions' Murmurs|Future Sight|71|U|{2}{B}{B}|Sorcery|||You draw X cards and you lose X life, where X is the number of creatures you control.| Saltskitter|Future Sight|14|C|{3}{W}|Creature — Wurm|3|4|Whenever another creature enters the battlefield, exile Saltskitter. Return Saltskitter to the battlefield under its owner's control at the beginning of the next end step.| -Sporoloth Ancient|Future Sight|152|C|{3}{G}{G}|Creature — Fungus|4|4|At the beginning of your upkeep, put a spore counter on Sporoloth Ancient.$Creatures you control have "Remove two spore counters from this creature: Put a 1/1 green Saproling creature token onto the battlefield."| +Sporoloth Ancient|Future Sight|152|C|{3}{G}{G}|Creature — Fungus|4|4|At the beginning of your upkeep, put a spore counter on Sporoloth Ancient.$Creatures you control have "Remove two spore counters from this creature: Put a 1/1 green Saproling creature token onto the battlefield."| Vedalken AEthermage|Future Sight|61|C|{1}{U}|Creature — Vedalken Wizard|1|2|Flash (You may cast this spell any time you could cast an instant.)$When Vedalken Æthermage enters the battlefield, return target Sliver to its owner's hand.$Wizardcycling {3} ({3}, Discard this card: Search your library for a Wizard card, reveal it, and put it into your hand. Then shuffle your library.)| Samite Censer-Bearer|Future Sight|15|C|{W}|Creature — Human Rebel Cleric|1|1|{W}, Sacrifice Samite Censer-Bearer: Prevent the next 1 damage that would be dealt to each creature you control this turn.| Haze of Rage|Future Sight|100|U|{1}{R}|Sorcery|||Buyback {2} (You may pay an additional {2} as you cast this spell. If you do, put this card into your hand as it resolves.)$Creatures you control get +1/+0 until end of turn.$Storm (When you cast this spell, copy it for each spell cast before it this turn.)| @@ -13585,7 +13585,7 @@ Lost Hours|Future Sight|69|C|{1}{B}|Sorcery|||Target player reveals his or her h Bound in Silence|Future Sight|20|U|{2}{W}|Tribal Enchantment — Rebel Aura|||Enchant creature$Enchanted creature can't attack or block.| Thunderblade Charge|Future Sight|124|R|{1}{R}{R}|Sorcery|||Thunderblade Charge deals 3 damage to target creature or player.$Whenever one or more creatures you control deal combat damage to a player, if Thunderblade Charge is in your graveyard, you may pay {2}{R}{R}{R}. If you do, you may cast it without paying its mana cost.| Ravaging Riftwurm|Future Sight|135|U|{1}{G}{G}|Creature — Wurm|6|6|Kicker {4} (You may pay an additional {4} as you cast this spell.)$Vanishing 2 (This permanent enters the battlefield with two time counters on it. At the beginning of your upkeep, remove a time counter from it. When the last is removed, sacrifice it.)$If Ravaging Riftwurm was kicked, it enters the battlefield with three additional time counters on it.| -Sparkspitter|Future Sight|109|U|{2}{R}|Creature — Elemental Spellshaper|1|3|{R}, {tap}, Discard a card: Put a 3/1 red Elemental creature token named Spark Elemental onto the battlefield. It has trample, haste, and "At the beginning of the end step, sacrifice Spark Elemental."| +Sparkspitter|Future Sight|109|U|{2}{R}|Creature — Elemental Spellshaper|1|3|{R}, {tap}, Discard a card: Put a 3/1 red Elemental creature token named Spark Elemental onto the battlefield. It has trample, haste, and "At the beginning of the end step, sacrifice Spark Elemental."| Unblinking Bleb|Future Sight|45|C|{3}{U}|Creature — Illusion|1|3|Morph {2}{U} (You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)$Whenever Unblinking Bleb or another permanent is turned face up, you may scry 2. (To scry 2, look at the top two cards of your library, then put any number of them on the bottom of your library and the rest on top in any order.)| Spin into Myth|Future Sight|60|U|{4}{U}|Instant|||Put target creature on top of its owner's library, then fateseal 2. (To fateseal 2, look at the top two cards of an opponent's library, then put any number of them on the bottom of that player's library and the rest on top in any order.)| Angel of Salvation|Future Sight|1|R|{6}{W}{W}|Creature — Angel|5|5|Flash; convoke (Each creature you tap while casting this spell reduces its cost by {1} or by one mana of that creature's color.)$Flying$When Angel of Salvation enters the battlefield, prevent the next 5 damage that would be dealt this turn to any number of target creatures and/or players, divided as you choose.| @@ -13611,7 +13611,7 @@ Abundance|Tenth Edition|249|R|{2}{G}{G}|Enchantment|||If you would draw a card, Quirion Dryad|Tenth Edition|287|R|{1}{G}|Creature — Dryad|1|1|Whenever you cast a white, blue, black, or red spell, put a +1/+1 counter on Quirion Dryad.| Upwelling|Tenth Edition|306|R|{3}{G}|Enchantment|||Mana pools don't empty as steps and phases end.| Troll Ascetic|Tenth Edition|305|R|{1}{G}{G}|Creature — Troll Shaman|3|2|Hexproof (This creature can't be the target of spells or abilities your opponents control.)${1}{G}: Regenerate Troll Ascetic.| -Joiner Adept|Tenth Edition|271|R|{1}{G}|Creature — Elf Druid|2|1|Lands you control have "{tap}: Add one mana of any color to your mana pool."| +Joiner Adept|Tenth Edition|271|R|{1}{G}|Creature — Elf Druid|2|1|Lands you control have "{tap}: Add one mana of any color to your mana pool."| Scion of the Wild|Tenth Edition|295|R|{1}{G}{G}|Creature — Avatar|*|*|Scion of the Wild's power and toughness are each equal to the number of creatures you control.| Overrun|Tenth Edition|284|U|{2}{G}{G}{G}|Sorcery|||Creatures you control get +3/+3 and gain trample until end of turn. (If a creature you control would assign enough damage to its blockers to destroy them, you may have it assign the rest of its damage to defending player or planeswalker.)| Recollect|Tenth Edition|289|U|{2}{G}|Sorcery|||Return target card from your graveyard to your hand.| @@ -13623,7 +13623,7 @@ Aggressive Urge|Tenth Edition|250|C|{1}{G}|Instant|||Target creature gets +1/+1 Pincher Beetles|Tenth Edition|285|C|{2}{G}|Creature — Insect|3|1|Shroud (This creature can't be the target of spells or abilities.)| Craw Wurm|Tenth Edition|257|C|{4}{G}{G}|Creature — Wurm|6|4|| Condemn|Tenth Edition|13|U|{W}|Instant|||Put target attacking creature on the bottom of its owner's library. Its controller gains life equal to its toughness.| -Arcane Teachings|Tenth Edition|188|U|{2}{R}|Enchantment — Aura|||Enchant creature (Target a creature as you cast this. This card enters the battlefield attached to that creature.)$Enchanted creature gets +2/+2 and has "{tap}: This creature deals 1 damage to target creature or player."| +Arcane Teachings|Tenth Edition|188|U|{2}{R}|Enchantment — Aura|||Enchant creature (Target a creature as you cast this. This card enters the battlefield attached to that creature.)$Enchanted creature gets +2/+2 and has "{tap}: This creature deals 1 damage to target creature or player."| Viashino Runner|Tenth Edition|245|C|{3}{R}|Creature — Viashino|3|2|Viashino Runner can't be blocked except by two or more creatures.| Smash|Tenth Edition|235|C|{2}{R}|Instant|||Destroy target artifact.$Draw a card.| Bogardan Firefiend|Tenth Edition|193|C|{2}{R}|Creature — Elemental Spirit|2|1|When Bogardan Firefiend dies, it deals 2 damage to target creature.| @@ -13680,7 +13680,7 @@ Melancholy|Planar Chaos|88|C|{2}{B}|Enchantment Blood Knight|Planar Chaos|115|U|{R}{R}|Creature — Human Knight|2|2|First strike, protection from white| Ridged Kusite|Planar Chaos|78|C|{B}|Creature — Horror Spellshaper|1|1|{1}{B}, {tap}, Discard a card: Target creature gets +1/+0 and gains first strike until end of turn.| Rathi Trapper|Planar Chaos|90|C|{1}{B}|Creature — Human Rebel Rogue|1|2|{B}, {tap}: Tap target creature.| -Magus of the Tabernacle|Planar Chaos|8|R|{3}{W}|Creature — Human Wizard|2|6|All creatures have "At the beginning of your upkeep, sacrifice this creature unless you pay {1}."| +Magus of the Tabernacle|Planar Chaos|8|R|{3}{W}|Creature — Human Wizard|2|6|All creatures have "At the beginning of your upkeep, sacrifice this creature unless you pay {1}."| Firefright Mage|Planar Chaos|99|C|{R}|Creature — Goblin Spellshaper|1|1|{1}{R}, {tap}, Discard a card: Target creature can't be blocked this turn except by artifact creatures and/or red creatures.| Auramancer's Guise|Planar Chaos|34|U|{2}{U}{U}|Enchantment — Aura|||Enchant creature$Enchanted creature gets +2/+2 for each Aura attached to it and has vigilance.| Tidewalker|Planar Chaos|49|U|{2}{U}|Creature — Elemental|*|*|Tidewalker enters the battlefield with a time counter on it for each Island you control.$Vanishing (At the beginning of your upkeep, remove a time counter from this permanent. When the last is removed, sacrifice it.)$Tidewalker's power and toughness are each equal to the number of time counters on it.| @@ -13697,7 +13697,7 @@ Rage Weaver|Tenth Edition|223|U|{1}{R}|Creature Sky Weaver|Tenth Edition|109|U|{1}{U}|Creature — Metathran Wizard|2|1|{2}: Target white or black creature gains flying until end of turn. (It can't be blocked except by creatures with flying or reach.)| Spirit Weaver|Tenth Edition|46|U|{1}{W}|Creature — Human Wizard|2|1|{2}: Target green or blue creature gets +0/+1 until end of turn.| Treacherous Urge|Planar Chaos|82|U|{4}{B}|Instant|||Target opponent reveals his or her hand. You may put a creature card from it onto the battlefield under your control. That creature has haste. Sacrifice it at the beginning of the next end step.| -Utopia Vow|Planar Chaos|142|C|{1}{G}|Enchantment — Aura|||Enchant creature$Enchanted creature can't attack or block.$Enchanted creature has "{tap}: Add one mana of any color to your mana pool."| +Utopia Vow|Planar Chaos|142|C|{1}{G}|Enchantment — Aura|||Enchant creature$Enchanted creature can't attack or block.$Enchanted creature has "{tap}: Add one mana of any color to your mana pool."| Urborg, Tomb of Yawgmoth|Planar Chaos|165|R||Legendary Land|||Each land is a Swamp in addition to its other land types.| Kor Dirge|Planar Chaos|87|U|{2}{B}|Instant|||All damage that would be dealt this turn to target creature you control by a source of your choice is dealt to another target creature instead.| Retether|Planar Chaos|13|R|{3}{W}|Sorcery|||Return each Aura card from your graveyard to the battlefield. Only creatures can be enchanted this way. (Aura cards that can't enchant a creature on the battlefield remain in your graveyard.)| @@ -13729,7 +13729,7 @@ Zoetic Cavern|Future Sight|180|U||Land|||{tap}: Add {1} to your mana pool.$Morph Heartwood Storyteller|Future Sight|127|R|{1}{G}{G}|Creature — Treefolk|2|3|Whenever a player casts a noncreature spell, each of that player's opponents may draw a card.| Quiet Disrepair|Future Sight|134|C|{1}{G}|Enchantment — Aura|||Enchant artifact or enchantment$At the beginning of your upkeep, choose one — Destroy enchanted permanent; or you gain 2 life.| Kavu Primarch|Future Sight|128|C|{3}{G}|Creature — Kavu|3|3|Convoke (Each creature you tap while casting this spell reduces its total cost by {1} or by one mana of that creature's color.)$Kicker {4} (You may pay an additional {4} as you cast this spell.)$If Kavu Primarch was kicked, it enters the battlefield with four +1/+1 counters on it.| -Oblivion Crown|Future Sight|73|C|{1}{B}|Enchantment — Aura|||Flash (You may cast this spell any time you could cast an instant.)$Enchant creature$Enchanted creature has "Discard a card: This creature gets +1/+1 until end of turn."| +Oblivion Crown|Future Sight|73|C|{1}{B}|Enchantment — Aura|||Flash (You may cast this spell any time you could cast an instant.)$Enchant creature$Enchanted creature has "Discard a card: This creature gets +1/+1 until end of turn."| Fleshwrither|Future Sight|84|U|{2}{B}{B}|Creature — Horror|3|3|Transfigure {1}{B}{B} ({1}{B}{B}, Sacrifice this creature: Search your library for a creature card with the same converted mana cost as this creature and put that card onto the battlefield. Then shuffle your library. Transfigure only as a sorcery.)| Spirit en-Dal|Future Sight|17|U|{2}{W}|Creature — Spirit|2|1|Shadow (This creature can block or be blocked by only creatures with shadow.)$Forecast — {1}{W}, Reveal Spirit en-Dal from your hand: Target creature gains shadow until end of turn. (Activate this ability only during your upkeep and only once each turn.)| Witch's Mist|Future Sight|92|U|{2}{B}|Enchantment|||{2}{B}, {tap}: Destroy target creature that was dealt damage this turn.| @@ -13874,13 +13874,13 @@ Oros, the Avenger|Planar Chaos|161|R|{3}{W}{B}{R}|Legendary Creature Even the Odds|Future Sight|6|U|{2}{W}|Instant|||Cast Even the Odds only if you control fewer creatures than each opponent.$Put three 1/1 white Soldier creature tokens onto the battlefield.| Jhoira of the Ghitu|Future Sight|157|R|{1}{U}{R}|Legendary Creature — Human Wizard|2|2|{2}, Exile a nonland card from your hand: Put four time counters on the exiled card. If it doesn't have suspend, it gains suspend. (At the beginning of your upkeep, remove a time counter from that card. When the last is removed, cast it without paying its mana cost. If it's a creature, it has haste.)| Maelstrom Djinn|Future Sight|39|R|{7}{U}|Creature — Djinn|5|6|Flying$Morph {2}{U} (You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)$When Maelstrom Djinn is turned face up, put two time counters on it and it gains vanishing. (At the beginning of your upkeep, remove a time counter from it. When the last is removed, sacrifice it.)| -Dryad Arbor|Future Sight|174|U||Land Creature — Forest Dryad|1|1|(Dryad Arbor isn't a spell, it's affected by summoning sickness, and it has "{tap}: Add {G} to your mana pool.")$Dryad Arbor is green.| +Dryad Arbor|Future Sight|174|U||Land Creature — Forest Dryad|1|1|(Dryad Arbor isn't a spell, it's affected by summoning sickness, and it has "{tap}: Add {G} to your mana pool.")$Dryad Arbor is green.| Venser's Diffusion|Future Sight|47|C|{2}{U}|Instant|||Return target nonland permanent or suspended card to its owner's hand.| Linessa, Zephyr Mage|Future Sight|51|R|{3}{U}|Legendary Creature — Human Wizard|3|3|{X}{U}{U}, {tap}: Return target creature with converted mana cost X to its owner's hand.$Grandeur — Discard another card named Linessa, Zephyr Mage: Target player returns a creature he or she controls to its owner's hand, then repeats this process for an artifact, an enchantment, and a land.| Take Possession|Future Sight|44|R|{5}{U}{U}|Enchantment — Aura|||Split second (As long as this spell is on the stack, players can't cast spells or activate abilities that aren't mana abilities.)$Enchant permanent$You control enchanted permanent.| Gift of Granite|Future Sight|7|C|{W}|Enchantment — Aura|||Flash (You may cast this spell any time you could cast an instant.)$Enchant creature$Enchanted creature gets +0/+2.| Imperial Mask|Future Sight|23|R|{4}{W}|Enchantment|||When Imperial Mask enters the battlefield, if it's not a token, each of your teammates puts a token that's a copy of Imperial Mask onto the battlefield.$You have hexproof. (You can't be the target of spells or abilities your opponents control.)| -Mesmeric Sliver|Future Sight|53|C|{3}{U}|Creature — Sliver|2|2|All Slivers have "When this permanent enters the battlefield, you may fateseal 1." (To fateseal 1, its controller looks at the top card of an opponent's library, then he or she may put that card on the bottom of that library.)| +Mesmeric Sliver|Future Sight|53|C|{3}{U}|Creature — Sliver|2|2|All Slivers have "When this permanent enters the battlefield, you may fateseal 1." (To fateseal 1, its controller looks at the top card of an opponent's library, then he or she may put that card on the bottom of that library.)| Aven Mindcensor|Future Sight|18|U|{2}{W}|Creature — Bird Wizard|2|1|Flash (You may cast this spell any time you could cast an instant.)$Flying$If an opponent would search a library, that player searches the top four cards of that library instead.| Street Wraith|Future Sight|90|U|{3}{B}{B}|Creature — Wraith|3|4|Swampwalk$Cycling—Pay 2 life. (Pay 2 life, Discard this card: Draw a card.)| Nihilith|Future Sight|72|R|{4}{B}{B}|Creature — Horror|4|4|Fear (This creature can't be blocked except by artifact creatures and/or black creatures.)$Suspend 7—{1}{B} (Rather than cast this card from your hand, you may pay {1}{B} and exile it with seven time counters on it. At the beginning of your upkeep, remove a time counter. When the last is removed, cast it without paying its mana cost. It has haste.)$Whenever a card is put into an opponent's graveyard from anywhere, if Nihilith is suspended, you may remove a time counter from Nihilith.| @@ -13961,7 +13961,7 @@ Flamekin Harbinger|Lorwyn|167|U|{R}|Creature Smokebraider|Lorwyn|189|C|{1}{R}|Creature — Elemental Shaman|1|1|{tap}: Add two mana in any combination of colors to your mana pool. Spend this mana only to cast Elemental spells or activate abilities of Elementals.| Ceaseless Searblades|Lorwyn|158|U|{3}{R}|Creature — Elemental Warrior|2|4|Whenever you activate an ability of an Elemental, Ceaseless Searblades gets +1/+0 until end of turn.| Soulbright Flamekin|Lorwyn|190|C|{1}{R}|Creature — Elemental Shaman|2|1|{2}: Target creature gains trample until end of turn. If this is the third time this ability has resolved this turn, you may add {R}{R}{R}{R}{R}{R}{R}{R} to your mana pool.| -Heat Shimmer|Lorwyn|175|R|{2}{R}|Sorcery|||Put a token that's a copy of target creature onto the battlefield. That token has haste and "At the beginning of the end step, exile this permanent."| +Heat Shimmer|Lorwyn|175|R|{2}{R}|Sorcery|||Put a token that's a copy of target creature onto the battlefield. That token has haste and "At the beginning of the end step, exile this permanent."| Quill-Slinger Boggart|Lorwyn|137|C|{3}{B}|Creature — Goblin Warrior|3|2|Whenever a player casts a Kithkin spell, you may have target player lose 1 life.| Tar Pitcher|Lorwyn|193|U|{3}{R}|Creature — Goblin Shaman|2|2|{tap}, Sacrifice a Goblin: Tar Pitcher deals 2 damage to target creature or player.| Caterwauling Boggart|Lorwyn|157|C|{3}{R}|Creature — Goblin Shaman|2|2|Each Goblin you control can't be blocked except by two or more creatures.$Each Elemental you control can't be blocked except by two or more creatures.| @@ -13997,7 +13997,7 @@ Galepowder Mage|Lorwyn|15|R|{3}{W}|Creature Sunrise Sovereign|Lorwyn|192|R|{5}{R}|Creature — Giant Warrior|5|5|Other Giant creatures you control get +2/+2 and have trample.| Scattering Stroke|Lorwyn|82|U|{2}{U}{U}|Instant|||Counter target spell. Clash with an opponent. If you win, at the beginning of your next main phase, you may add {X} to your mana pool, where X is that spell's converted mana cost. (Each clashing player reveals the top card of his or her library, then puts that card on the top or bottom. A player wins if his or her card had a higher converted mana cost.)| Veteran of the Depths|Lorwyn|46|U|{3}{W}|Creature — Merfolk Soldier|2|2|Whenever Veteran of the Depths becomes tapped, you may put a +1/+1 counter on it.| -Makeshift Mannequin|Lorwyn|124|U|{3}{B}|Instant|||Return target creature card from your graveyard to the battlefield with a mannequin counter on it. For as long as that creature has a mannequin counter on it, it has "When this creature becomes the target of a spell or ability, sacrifice it."| +Makeshift Mannequin|Lorwyn|124|U|{3}{B}|Instant|||Return target creature card from your graveyard to the battlefield with a mannequin counter on it. For as long as that creature has a mannequin counter on it, it has "When this creature becomes the target of a spell or ability, sacrifice it."| Scarred Vinebreeder|Lorwyn|138|C|{1}{B}|Creature — Elf Shaman|1|1|{2}{B}, Exile an Elf card from your graveyard: Scarred Vinebreeder gets +3/+3 until end of turn.| Elvish Promenade|Lorwyn|208|U|{3}{G}|Tribal Sorcery — Elf|||Put a 1/1 green Elf Warrior creature token onto the battlefield for each Elf you control.| Wings of Velis Vel|Lorwyn|97|C|{1}{U}|Tribal Instant — Shapeshifter|||Changeling (This card is every creature type at all times.)$Target creature becomes 4/4, gains all creature types, and gains flying until end of turn.| @@ -14064,7 +14064,7 @@ Vigor|Lorwyn|240|R|{3}{G}{G}{G}|Creature Wydwen, the Biting Gale|Lorwyn|253|R|{2}{U}{B}|Legendary Creature — Faerie Wizard|3|3|Flash$Flying${U}{B}, Pay 1 life: Return Wydwen, the Biting Gale to its owner's hand.| Boggart Mob|Lorwyn|104|R|{3}{B}|Creature — Goblin Warrior|5|5|Champion a Goblin (When this enters the battlefield, sacrifice it unless you exile another Goblin you control. When this leaves the battlefield, that card returns to the battlefield.)$Whenever a Goblin you control deals combat damage to a player, you may put a 1/1 black Goblin Rogue creature token onto the battlefield.| Thoughtweft Trio|Lorwyn|44|R|{2}{W}{W}|Creature — Kithkin Soldier|5|5|First strike, vigilance$Champion a Kithkin (When this enters the battlefield, sacrifice it unless you exile another Kithkin you control. When this leaves the battlefield, that card returns to the battlefield.)$Thoughtweft Trio can block any number of creatures.| -Ajani Goldmane|Lorwyn|1|R|{2}{W}{W}|Planeswalker — Ajani|||+1: You gain 2 life.$-1: Put a +1/+1 counter on each creature you control. Those creatures gain vigilance until end of turn.$-6: Put a white Avatar creature token onto the battlefield. It has "This creature's power and toughness are each equal to your life total."| +Ajani Goldmane|Lorwyn|1|R|{2}{W}{W}|Planeswalker — Ajani|||+1: You gain 2 life.$-1: Put a +1/+1 counter on each creature you control. Those creatures gain vigilance until end of turn.$-6: Put a white Avatar creature token onto the battlefield. It has "This creature's power and toughness are each equal to your life total."| Nova Chaser|Lorwyn|187|R|{3}{R}|Creature — Elemental Warrior|10|2|Trample$Champion an Elemental (When this enters the battlefield, sacrifice it unless you exile another Elemental you control. When this leaves the battlefield, that card returns to the battlefield.)| Fire-Belly Changeling|Lorwyn|164|C|{1}{R}|Creature — Shapeshifter|1|1|Changeling (This card is every creature type at all times.)${R}: Fire-Belly Changeling gets +1/+0 until end of turn. Activate this ability no more than twice each turn.| Amoeboid Changeling|Lorwyn|51|C|{1}{U}|Creature — Shapeshifter|1|1|Changeling (This card is every creature type at all times.)${tap}: Target creature gains all creature types until end of turn.${tap}: Target creature loses all creature types until end of turn.| @@ -14091,7 +14091,7 @@ Vivid Creek|Lorwyn|276|U||Land|||Vivid Creek enters the battlefield tapped with Vivid Crag|Lorwyn|275|U||Land|||Vivid Crag enters the battlefield tapped with two charge counters on it.${tap}: Add {R} to your mana pool.${tap}, Remove a charge counter from Vivid Crag: Add one mana of any color to your mana pool.| Vivid Meadow|Lorwyn|279|U||Land|||Vivid Meadow enters the battlefield tapped with two charge counters on it.${tap}: Add {W} to your mana pool.${tap}, Remove a charge counter from Vivid Meadow: Add one mana of any color to your mana pool.| Apothecary Initiate|Shadowmoor|1|C|{W}|Creature — Kithkin Cleric|1|1|Whenever a player casts a white spell, you may pay {1}. If you do, you gain 1 life.| -Resplendent Mentor|Shadowmoor|19|U|{4}{W}|Creature — Kithkin Cleric|2|2|White creatures you control have "{tap}: You gain 1 life."| +Resplendent Mentor|Shadowmoor|19|U|{4}{W}|Creature — Kithkin Cleric|2|2|White creatures you control have "{tap}: You gain 1 life."| Gravelgill Axeshark|Shadowmoor|164|C|{4}{UB}|Creature — Merfolk Soldier|3|3|Persist (When this creature dies, if it had no -1/-1 counters on it, return it to the battlefield under its owner's control with a -1/-1 counter on it.)| Sootwalkers|Shadowmoor|196|C|{2}{BR}{BR}|Creature — Elemental Rogue|3|3|Sootwalkers can't be blocked by white creatures.| Merrow Grimeblotter|Shadowmoor|171|U|{3}{UB}|Creature — Merfolk Wizard|2|2|{1}{UB}, {untap}: Target creature gets -2/-0 until end of turn. ({untap} is the untap symbol.)| @@ -14209,7 +14209,7 @@ Favor of the Mighty|Lorwyn|14|R|{1}{W}|Tribal Enchantment Summon the School|Lorwyn|42|U|{3}{W}|Tribal Sorcery — Merfolk|||Put two 1/1 blue Merfolk Wizard creature tokens onto the battlefield.$Tap four untapped Merfolk you control: Return Summon the School from your graveyard to your hand.| Eyes of the Wisent|Lorwyn|210|R|{1}{G}|Tribal Enchantment — Elemental|||Whenever an opponent casts a blue spell during your turn, you may put a 4/4 green Elemental creature token onto the battlefield.| Hoofprints of the Stag|Lorwyn|21|R|{1}{W}|Tribal Enchantment — Elemental|||Whenever you draw a card, you may put a hoofprint counter on Hoofprints of the Stag.${2}{W}, Remove four hoofprint counters from Hoofprints of the Stag: Put a 4/4 white Elemental creature token with flying onto the battlefield. Activate this ability only during your turn.| -Nettlevine Blight|Lorwyn|131|R|{4}{B}{B}|Enchantment — Aura|||Enchant creature or land$Enchanted permanent has "At the beginning of your end step, sacrifice this permanent and attach Nettlevine Blight to a creature or land you control."| +Nettlevine Blight|Lorwyn|131|R|{4}{B}{B}|Enchantment — Aura|||Enchant creature or land$Enchanted permanent has "At the beginning of your end step, sacrifice this permanent and attach Nettlevine Blight to a creature or land you control."| Epic Proportions|Lorwyn|209|R|{4}{G}{G}|Enchantment — Aura|||Flash$Enchant creature$Enchanted creature gets +5/+5 and has trample.| Pale Recluse|Alara Reborn|74|C|{4}{G}{W}|Creature — Spider|4|5|Reach (This can block creatures with flying.)$Forestcycling {2}, plainscycling {2} ({2}, Discard this card: Search your library for a Forest or Plains card, reveal it, and put it into your hand. Then shuffle your library.)| Valley Rannet|Alara Reborn|61|C|{4}{R}{G}|Creature — Beast|6|3|Mountaincycling {2}, forestcycling {2} ({2}, Discard this card: Search your library for a Mountain or Forest card, reveal it, and put it into your hand. Then shuffle your library.)| @@ -14282,7 +14282,7 @@ Jaws of Stone|Shadowmoor|97|U|{5}{R}|Sorcery|||Jaws of Stone deals X damage divi Puncture Bolt|Shadowmoor|102|C|{1}{R}|Instant|||Puncture Bolt deals 1 damage to target creature. Put a -1/-1 counter on that creature.| Safehold Elite|Shadowmoor|239|C|{1}{GW}|Creature — Elf Scout|2|2|Persist (When this creature dies, if it had no -1/-1 counters on it, return it to the battlefield under its owner's control with a -1/-1 counter on it.)| Curse of Chains|Shadowmoor|139|C|{1}{WU}|Enchantment — Aura|||Enchant creature$At the beginning of each upkeep, tap enchanted creature.| -Elemental Mastery|Shadowmoor|90|R|{3}{R}|Enchantment — Aura|||Enchant creature$Enchanted creature has "{tap}: Put X 1/1 red Elemental creature tokens with haste onto the battlefield, where X is this creature's power. Exile them at the beginning of the next end step."| +Elemental Mastery|Shadowmoor|90|R|{3}{R}|Enchantment — Aura|||Enchant creature$Enchanted creature has "{tap}: Put X 1/1 red Elemental creature tokens with haste onto the battlefield, where X is this creature's power. Exile them at the beginning of the next end step."| Spiteful Visions|Shadowmoor|198|R|{2}{BR}{BR}|Enchantment|||At the beginning of each player's draw step, that player draws an additional card.$Whenever a player draws a card, Spiteful Visions deals 1 damage to that player.| Windbrisk Raptor|Shadowmoor|26|R|{5}{W}{W}|Creature — Bird|5|7|Flying$Attacking creatures you control have lifelink.| River Kelpie|Shadowmoor|49|R|{3}{U}{U}|Creature — Beast|3|3|Whenever River Kelpie or another permanent is put onto the battlefield from a graveyard, draw a card.$Whenever a player casts a spell from a graveyard, draw a card.$Persist (When this creature dies, if it had no -1/-1 counters on it, return it to the battlefield under its owner's control with a -1/-1 counter on it.)| @@ -14434,7 +14434,7 @@ Thornwatch Scarecrow|Shadowmoor|265|C|{6}|Artifact Creature Enchanted Evening|Shadowmoor|140|R|{3}{WU}{WU}|Enchantment|||All permanents are enchantments in addition to their other types.| Woodfall Primus|Shadowmoor|135|R|{5}{G}{G}{G}|Creature — Treefolk Shaman|6|6|Trample$When Woodfall Primus enters the battlefield, destroy target noncreature permanent.$Persist (When this creature dies, if it had no -1/-1 counters on it, return it to the battlefield under its owner's control with a -1/-1 counter on it.)| Prismatic Omen|Shadowmoor|126|R|{1}{G}|Enchantment|||Lands you control are every basic land type in addition to their other types.| -Scourge of the Nobilis|Eventide|146|C|{2}{RW}|Enchantment — Aura|||Enchant creature$As long as enchanted creature is red, it gets +1/+1 and has "{RW}: This creature gets +1/+0 until end of turn."$As long as enchanted creature is white, it gets +1/+1 and has lifelink. (Damage dealt by the creature also causes its controller to gain that much life.)| +Scourge of the Nobilis|Eventide|146|C|{2}{RW}|Enchantment — Aura|||Enchant creature$As long as enchanted creature is red, it gets +1/+1 and has "{RW}: This creature gets +1/+0 until end of turn."$As long as enchanted creature is white, it gets +1/+1 and has lifelink. (Damage dealt by the creature also causes its controller to gain that much life.)| Noggle Ransacker|Eventide|109|U|{2}{UR}|Creature — Noggle Rogue|2|1|When Noggle Ransacker enters the battlefield, each player draws two cards, then discards a card at random.| Canker Abomination|Eventide|115|U|{2}{BG}{BG}|Creature — Treefolk Horror|6|6|As Canker Abomination enters the battlefield, choose an opponent. Canker Abomination enters the battlefield with a -1/-1 counter on it for each creature that player controls.| Puncture Blast|Eventide|60|C|{2}{R}|Instant|||Wither (This deals damage to creatures in the form of -1/-1 counters.)$Puncture Blast deals 3 damage to target creature or player.| @@ -14446,9 +14446,9 @@ Twilight Shepherd|Shadowmoor|25|R|{3}{W}{W}{W}|Creature Oona, Queen of the Fae|Shadowmoor|172|R|{3}{UB}{UB}{UB}|Legendary Creature — Faerie Wizard|5|5|Flying${X}{UB}: Choose a color. Target opponent exiles the top X cards of his or her library. For each card of the chosen color exiled this way, put a 1/1 blue and black Faerie Rogue creature token with flying onto the battlefield.| Cauldron of Souls|Shadowmoor|248|R|{5}|Artifact|||{tap}: Choose any number of target creatures. Each of those creatures gains persist until end of turn. (When it dies, if it had no -1/-1 counters on it, return it to the battlefield under its owner's control with a -1/-1 counter on it.)| Witherscale Wurm|Shadowmoor|134|R|{4}{G}{G}|Creature — Wurm|9|9|Whenever Witherscale Wurm blocks or becomes blocked by a creature, that creature gains wither until end of turn. (It deals damage to creatures in the form of -1/-1 counters.)$Whenever Witherscale Wurm deals damage to an opponent, remove all -1/-1 counters from it.| -Furystoke Giant|Shadowmoor|93|R|{3}{R}{R}|Creature — Giant Warrior|3|3|When Furystoke Giant enters the battlefield, other creatures you control gain "{tap}: This creature deals 2 damage to target creature or player" until end of turn.$Persist (When this creature dies, if it had no -1/-1 counters on it, return it to the battlefield under its owner's control with a -1/-1 counter on it.)| +Furystoke Giant|Shadowmoor|93|R|{3}{R}{R}|Creature — Giant Warrior|3|3|When Furystoke Giant enters the battlefield, other creatures you control gain "{tap}: This creature deals 2 damage to target creature or player" until end of turn.$Persist (When this creature dies, if it had no -1/-1 counters on it, return it to the battlefield under its owner's control with a -1/-1 counter on it.)| Spectral Procession|Shadowmoor|23|U|{2W}{2W}{2W}|Sorcery|||({2W} can be paid with any two mana or with {W}. This card's converted mana cost is 6.)$Put three 1/1 white Spirit creature tokens with flying onto the battlefield.| -Tower Above|Shadowmoor|131|U|{2G}{2G}{2G}|Sorcery|||({2G} can be paid with any two mana or with {G}. This card's converted mana cost is 6.)$Until end of turn, target creature gets +4/+4 and gains trample, wither, and "When this creature attacks, target creature blocks it this turn if able." (It deals damage to creatures in the form of -1/-1 counters.)| +Tower Above|Shadowmoor|131|U|{2G}{2G}{2G}|Sorcery|||({2G} can be paid with any two mana or with {G}. This card's converted mana cost is 6.)$Until end of turn, target creature gets +4/+4 and gains trample, wither, and "When this creature attacks, target creature blocks it this turn if able." (It deals damage to creatures in the form of -1/-1 counters.)| Scuzzback Marauders|Shadowmoor|216|C|{4}{RG}|Creature — Goblin Warrior|5|2|Trample$Persist (When this creature dies, if it had no -1/-1 counters on it, return it to the battlefield under its owner's control with a -1/-1 counter on it.)| Beseech the Queen|Shadowmoor|57|U|{2B}{2B}{2B}|Sorcery|||({2B} can be paid with any two mana or with {B}. This card's converted mana cost is 6.)$Search your library for a card with converted mana cost less than or equal to the number of lands you control, reveal it, and put it into your hand. Then shuffle your library.| Necroskitter|Eventide|38|R|{1}{B}{B}|Creature — Elemental|1|4|Wither (This deals damage to creatures in the form of -1/-1 counters.)$Whenever a creature an opponent controls with a -1/-1 counter on it dies, you may return that card to the battlefield under your control.| @@ -14462,7 +14462,7 @@ Mirror Sheen|Eventide|105|R|{1}{UR}{UR}|Enchantment|||{1}{UR}{UR}: Copy target i Trapjaw Kelpie|Eventide|164|C|{4}{GU}{GU}|Creature — Beast|3|3|Flash$Persist (When this creature dies, if it had no -1/-1 counters on it, return it to the battlefield under its owner's control with a -1/-1 counter on it.)| Hateflayer|Eventide|55|R|{5}{R}{R}|Creature — Elemental|5|5|Wither (This deals damage to creatures in the form of -1/-1 counters.)${2}{R}, {untap}: Hateflayer deals damage equal to its power to target creature or player. ({untap} is the untap symbol.)| Reflecting Pool|Shadowmoor|278|R||Land|||{tap}: Add to your mana pool one mana of any type that a land you control could produce.| -Power of Fire|Shadowmoor|101|C|{1}{R}|Enchantment — Aura|||Enchant creature$Enchanted creature has "{tap}: This creature deals 1 damage to target creature or player."| +Power of Fire|Shadowmoor|101|C|{1}{R}|Enchantment — Aura|||Enchant creature$Enchanted creature has "{tap}: This creature deals 1 damage to target creature or player."| Door of Destinies|Morningtide|143|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.| Supreme Exemplar|Morningtide|53|R|{6}{U}|Creature — Elemental|10|10|Flying$Champion an Elemental (When this enters the battlefield, sacrifice it unless you exile another Elemental you control. When this leaves the battlefield, that card returns to the battlefield.)| Fire Juggler|Morningtide|90|C|{2}{R}|Creature — Goblin Shaman|2|2|Whenever Fire Juggler becomes blocked, clash with an opponent. If you win, Fire Juggler deals 4 damage to each creature blocking it. (Each clashing player reveals the top card of his or her library, then puts that card on the top or bottom. A player wins if his or her card had a higher converted mana cost.)| @@ -14471,7 +14471,7 @@ Maralen of the Mornsong|Morningtide|65|R|{1}{B}{B}|Legendary Creature Vendilion Clique|Morningtide|55|R|{1}{U}{U}|Legendary Creature — Faerie Wizard|3|1|Flash$Flying$When Vendilion Clique enters the battlefield, look at target player's hand. You may choose a nonland card from it. If you do, that player reveals the chosen card, puts it on the bottom of his or her library, then draws a card.| Titan's Revenge|Morningtide|110|R|{X}{R}{R}|Sorcery|||Titan's Revenge deals X damage to target creature or player. Clash with an opponent. If you win, return Titan's Revenge to its owner's hand. (Each clashing player reveals the top card of his or her library, then puts that card on the top or bottom. A player wins if his or her card had a higher converted mana cost.)| Walker of the Grove|Morningtide|138|U|{6}{G}{G}|Creature — Elemental|7|7|When Walker of the Grove leaves the battlefield, put a 4/4 green Elemental creature token onto the battlefield.$Evoke {4}{G} (You may cast this spell for its evoke cost. If you do, it's sacrificed when it enters the battlefield.)| -Hostile Realm|Morningtide|91|C|{2}{R}|Enchantment — Aura|||Enchant land$Enchanted land has "{tap}: Target creature can't block this turn."| +Hostile Realm|Morningtide|91|C|{2}{R}|Enchantment — Aura|||Enchant land$Enchanted land has "{tap}: Target creature can't block this turn."| Heritage Druid|Morningtide|126|U|{G}|Creature — Elf Druid|1|1|Tap three untapped Elves you control: Add {G}{G}{G} to your mana pool.| Bosk Banneret|Morningtide|114|C|{1}{G}|Creature — Treefolk Shaman|1|3|Treefolk spells and Shaman spells you cast cost {1} less to cast.| Kindled Fury|Morningtide|92|C|{R}|Instant|||Target creature gets +1/+0 and gains first strike until end of turn. (It deals combat damage before creatures without first strike.)| @@ -14541,7 +14541,7 @@ Cenn's Tactician|Morningtide|5|U|{W}|Creature Spitebellows|Morningtide|105|U|{5}{R}|Creature — Elemental|6|1|When Spitebellows leaves the battlefield, it deals 6 damage to target creature.$Evoke {1}{R}{R} (You may cast this spell for its evoke cost. If you do, it's sacrificed when it enters the battlefield.)| Lightning Crafter|Morningtide|93|R|{3}{R}|Creature — Goblin Shaman|3|3|Champion a Goblin or Shaman (When this enters the battlefield, sacrifice it unless you exile another Goblin or Shaman you control. When this leaves the battlefield, that card returns to the battlefield.)${tap}: Lightning Crafter deals 3 damage to target creature or player.| Morsel Theft|Morningtide|68|C|{2}{B}{B}|Tribal Sorcery — Rogue|||Prowl {1}{B} (You may cast this for its prowl cost if you dealt combat damage to a player this turn with a Rogue.)$Target player loses 3 life and you gain 3 life. If Morsel Theft's prowl cost was paid, draw a card.| -Thornbite Staff|Morningtide|145|U|{2}|Tribal Artifact — Shaman Equipment|||Equipped creature has "{2}, {tap}: This creature deals 1 damage to target creature or player" and "Whenever a creature dies, untap this creature."$Whenever a Shaman creature enters the battlefield, you may attach Thornbite Staff to it.$Equip {4}| +Thornbite Staff|Morningtide|145|U|{2}|Tribal Artifact — Shaman Equipment|||Equipped creature has "{2}, {tap}: This creature deals 1 damage to target creature or player" and "Whenever a creature dies, untap this creature."$Whenever a Shaman creature enters the battlefield, you may attach Thornbite Staff to it.$Equip {4}| Stinkdrinker Bandit|Morningtide|80|U|{3}{B}|Creature — Goblin Rogue|2|1|Prowl {1}{B} (You may cast this for its prowl cost if you dealt combat damage to a player this turn with a Goblin or Rogue.)$Whenever a Rogue you control attacks and isn't blocked, it gets +2/+1 until end of turn.| Fertilid|Morningtide|122|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 his or her library for a basic land card and puts it onto the battlefield tapped. Then that player shuffles his or her library.| Nevermaker|Morningtide|44|U|{3}{U}|Creature — Elemental|2|3|Flying$When Nevermaker leaves the battlefield, put target nonland permanent on top of its owner's library.$Evoke {3}{U} (You may cast this spell for its evoke cost. If you do, it's sacrificed when it enters the battlefield.)| @@ -14561,7 +14561,7 @@ Nightshade Schemers|Morningtide|69|U|{4}{B}|Creature Elvish Warrior|Morningtide|120|C|{G}{G}|Creature — Elf Warrior|2|3|| Pyroclast Consul|Morningtide|96|U|{3}{R}{R}|Creature — Elemental Shaman|3|3|Kinship — At the beginning of your upkeep, you may look at the top card of your library. If it shares a creature type with Pyroclast Consul, you may reveal it. If you do, Pyroclast Consul deals 2 damage to each creature.| Weirding Shaman|Morningtide|84|R|{1}{B}|Creature — Goblin Shaman|2|1|{3}{B}, Sacrifice a Goblin: Put two 1/1 black Goblin Rogue creature tokens onto the battlefield.| -Veteran's Armaments|Morningtide|146|U|{2}|Tribal Artifact — Soldier Equipment|||Equipped creature has "Whenever this creature attacks or blocks, it gets +1/+1 until end of turn for each attacking creature."$Whenever a Soldier creature enters the battlefield, you may attach Veteran's Armaments to it.$Equip {2}| +Veteran's Armaments|Morningtide|146|U|{2}|Tribal Artifact — Soldier Equipment|||Equipped creature has "Whenever this creature attacks or blocks, it gets +1/+1 until end of turn for each attacking creature."$Whenever a Soldier creature enters the battlefield, you may attach Veteran's Armaments to it.$Equip {2}| Springjack Shepherd|Eventide|15|U|{3}{W}|Creature — Kithkin Wizard|1|2|Chroma — When Springjack Shepherd enters the battlefield, put a 0/1 white Goat creature token onto the battlefield for each white mana symbol in the mana costs of permanents you control.| Dream Fracture|Eventide|19|U|{1}{U}{U}|Instant|||Counter target spell. Its controller draws a card.$Draw a card.| Stillmoon Cavalier|Eventide|95|R|{1}{WB}{WB}|Creature — Zombie Knight|2|1|Protection from white and from black${WB}: Stillmoon Cavalier gains flying until end of turn.${WB}: Stillmoon Cavalier gains first strike until end of turn.$(w/b){WB}: Stillmoon Cavalier gets +1/+0 until end of turn.| @@ -14603,7 +14603,7 @@ Pale Wayfarer|Shadowmoor|17|U|{5}{W}{W}|Creature Dire Undercurrents|Shadowmoor|159|R|{3}{UB}{UB}|Enchantment|||Whenever a blue creature enters the battlefield under your control, you may have target player draw a card.$Whenever a black creature enters the battlefield under your control, you may have target player discard a card.| Heartmender|Shadowmoor|228|R|{2}{GW}{GW}|Creature — Elemental|2|2|At the beginning of your upkeep, remove a -1/-1 counter from each creature you control.$Persist (When this creature dies, if it had no -1/-1 counters on it, return it to the battlefield under its owner's control with a -1/-1 counter on it.)| Firespout|Shadowmoor|205|U|{2}{RG}|Sorcery|||Firespout deals 3 damage to each creature without flying if {R} was spent to cast Firespout and 3 damage to each creature with flying if {G} was spent to cast it. (Do both if {R}{G} was spent.)| -Umbral Mantle|Shadowmoor|267|U|{3}|Artifact — Equipment|||Equipped creature has "{3}, {untap}: This creature gets +2/+2 until end of turn." ({untap} is the untap symbol.)$Equip {0}| +Umbral Mantle|Shadowmoor|267|U|{3}|Artifact — Equipment|||Equipped creature has "{3}, {untap}: This creature gets +2/+2 until end of turn." ({untap} is the untap symbol.)$Equip {0}| Merrow Wavebreakers|Shadowmoor|44|C|{4}{U}|Creature — Merfolk Soldier|3|3|{1}{U}, {untap}: Merrow Wavebreakers gains flying until end of turn. ({untap} is the untap symbol.)| Cache Raiders|Eventide|18|U|{3}{U}{U}|Creature — Merfolk Rogue|4|4|At the beginning of your upkeep, return a permanent you control to its owner's hand.| Suture Spirit|Eventide|16|U|{1}{W}|Creature — Spirit|1|1|Flying${WB}{WB}{WB}: Regenerate target creature.| @@ -14681,14 +14681,14 @@ Sickle Ripper|Shadowmoor|77|C|{1}{B}|Creature Inkwell Leviathan|Conflux|30|R|{7}{U}{U}|Artifact Creature — Leviathan|7|11|Islandwalk, trample, shroud| Deglamer|Morningtide|118|C|{1}{G}|Instant|||Choose target artifact or enchantment. Its owner shuffles it into his or her library.| Reach of Branches|Morningtide|132|R|{4}{G}|Tribal Instant — Treefolk|||Put a 2/5 green Treefolk Shaman creature token onto the battlefield.$Whenever a Forest enters the battlefield under your control, you may return Reach of Branches from your graveyard to your hand.| -Diviner's Wand|Morningtide|142|U|{3}|Tribal Artifact — Wizard Equipment|||Equipped creature has "Whenever you draw a card, this creature gets +1/+1 and gains flying until end of turn" and "{4}: Draw a card."$Whenever a Wizard creature enters the battlefield, you may attach Diviner's Wand to it.$Equip {3}| +Diviner's Wand|Morningtide|142|U|{3}|Tribal Artifact — Wizard Equipment|||Equipped creature has "Whenever you draw a card, this creature gets +1/+1 and gains flying until end of turn" and "{4}: Draw a card."$Whenever a Wizard creature enters the battlefield, you may attach Diviner's Wand to it.$Equip {3}| Obsidian Battle-Axe|Morningtide|144|U|{3}|Tribal Artifact — Warrior Equipment|||Equipped creature gets +2/+1 and has haste.$Whenever a Warrior creature enters the battlefield, you may attach Obsidian Battle-Axe to it.$Equip {3}| Nobilis of War|Eventide|144|R|{RW}{RW}{RW}{RW}{RW}|Creature — Spirit Avatar|3|4|Flying$Attacking creatures you control get +2/+0.| Spitting Image|Eventide|162|R|{4}{GU}{GU}|Sorcery|||Put a token that's a copy of target creature onto the battlefield.$Retrace (You may cast this card from your graveyard by discarding a land card in addition to paying its other costs.)| Inside Out|Eventide|103|C|{1}{UR}|Instant|||Switch target creature's power and toughness until end of turn.$Draw a card.| Kithkin Zealot|Eventide|9|C|{1}{W}|Creature — Kithkin Cleric|1|3|When Kithkin Zealot enters the battlefield, you gain 1 life for each black and/or red permanent target opponent controls.| Swirling Spriggan|Eventide|76|U|{2}{G}{G}|Creature — Goblin Shaman|3|3|{GU}{GU}: Target creature you control becomes the color or colors of your choice until end of turn.| -Banishing Knack|Eventide|17|C|{U}|Instant|||Until end of turn, target creature gains "{tap}: Return target nonland permanent to its owner's hand."| +Banishing Knack|Eventide|17|C|{U}|Instant|||Until end of turn, target creature gains "{tap}: Return target nonland permanent to its owner's hand."| Aphotic Wisps|Shadowmoor|55|C|{B}|Instant|||Target creature becomes black and gains fear until end of turn. (It can't be blocked except by artifact creatures and/or black creatures.)$Draw a card.| Gloomwidow's Feast|Shadowmoor|118|C|{3}{G}|Instant|||Destroy target creature with flying. If that creature was blue or black, put a 1/2 green Spider creature token with reach onto the battlefield. (It can block creatures with flying.)| Heap Doll|Shadowmoor|253|U|{1}|Artifact Creature — Scarecrow|1|1|Sacrifice Heap Doll: Exile target card from a graveyard.| @@ -14861,16 +14861,16 @@ Mine Excavation|Shadowmoor|13|C|{1}{W}|Sorcery|||Return target artifact or encha Gloomlance|Shadowmoor|67|C|{3}{B}{B}|Sorcery|||Destroy target creature. If that creature was green or white, its controller discards a card.| Viridescent Wisps|Shadowmoor|132|C|{G}|Instant|||Target creature becomes green and gets +1/+0 until end of turn.$Draw a card.| Memory Sluice|Shadowmoor|170|C|{UB}|Sorcery|||Target player puts the top four cards of his or her library into his or her graveyard.$Conspire (As you cast this spell, you may tap two untapped creatures you control that share a color with it. When you do, copy it and you may choose a new target for the copy.)| -Sinking Feeling|Shadowmoor|51|C|{2}{U}|Enchantment — Aura|||Enchant creature$Enchanted creature doesn't untap during its controller's untap step.$Enchanted creature has "{1}, Put a -1/-1 counter on this creature: Untap this creature."| +Sinking Feeling|Shadowmoor|51|C|{2}{U}|Enchantment — Aura|||Enchant creature$Enchanted creature doesn't untap during its controller's untap step.$Enchanted creature has "{1}, Put a -1/-1 counter on this creature: Untap this creature."| Repel Intruders|Shadowmoor|147|U|{3}{WU}|Instant|||Put two 1/1 white Kithkin Soldier creature tokens onto the battlefield if {W} was spent to cast Repel Intruders. Counter up to one target creature spell if {U} was spent to cast Repel Intruders. (Do both if {W}{U} was spent.)| -Shield of the Oversoul|Shadowmoor|242|C|{2}{GW}|Enchantment — Aura|||Enchant creature$As long as enchanted creature is green, it gets +1/+1 and is indestructible. (Lethal damage and effects that say "destroy" don't destroy it. If its toughness is 0 or less, it's still put into its owner's graveyard.)$As long as enchanted creature is white, it gets +1/+1 and has flying.| +Shield of the Oversoul|Shadowmoor|242|C|{2}{GW}|Enchantment — Aura|||Enchant creature$As long as enchanted creature is green, it gets +1/+1 and is indestructible. (Lethal damage and effects that say "destroy" don't destroy it. If its toughness is 0 or less, it's still put into its owner's graveyard.)$As long as enchanted creature is white, it gets +1/+1 and has flying.| Cursecatcher|Shadowmoor|34|U|{U}|Creature — Merfolk Wizard|1|1|Sacrifice Cursecatcher: Counter target instant or sorcery spell unless its controller pays {1}.| Flourishing Defenses|Shadowmoor|114|U|{4}{G}|Enchantment|||Whenever a -1/-1 counter is placed on a creature, you may put a 1/1 green Elf Warrior creature token onto the battlefield.| Inquisitor's Snare|Shadowmoor|8|C|{1}{W}|Instant|||Prevent all damage target attacking or blocking creature would deal this turn. If that creature is black or red, destroy it.| Ember Gale|Shadowmoor|91|C|{3}{R}|Sorcery|||Creatures target player controls can't block this turn. Ember Gale deals 1 damage to each white and/or blue creature that player controls.| Cemetery Puca|Shadowmoor|158|R|{1}{UB}{UB}|Creature — Shapeshifter|1|2|Whenever a creature dies, you may pay {1}. If you do, Cemetery Puca becomes a copy of that creature and gains this ability.| -Presence of Gond|Shadowmoor|125|C|{2}{G}|Enchantment — Aura|||Enchant creature$Enchanted creature has "{tap}: Put a 1/1 green Elf Warrior creature token onto the battlefield."| -Helm of the Ghastlord|Shadowmoor|166|C|{3}{UB}|Enchantment — Aura|||Enchant creature$As long as enchanted creature is blue, it gets +1/+1 and has "Whenever this creature deals damage to an opponent, draw a card."$As long as enchanted creature is black, it gets +1/+1 and has "Whenever this creature deals damage to an opponent, that player discards a card."| +Presence of Gond|Shadowmoor|125|C|{2}{G}|Enchantment — Aura|||Enchant creature$Enchanted creature has "{tap}: Put a 1/1 green Elf Warrior creature token onto the battlefield."| +Helm of the Ghastlord|Shadowmoor|166|C|{3}{UB}|Enchantment — Aura|||Enchant creature$As long as enchanted creature is blue, it gets +1/+1 and has "Whenever this creature deals damage to an opponent, draw a card."$As long as enchanted creature is black, it gets +1/+1 and has "Whenever this creature deals damage to an opponent, that player discards a card."| Mercy Killing|Shadowmoor|231|U|{2}{GW}|Instant|||Target creature's controller sacrifices it, then puts X 1/1 green and white Elf Warrior creature tokens onto the battlefield, where X is that creature's power.| Barkshell Blessing|Shadowmoor|224|C|{GW}|Instant|||Target creature gets +2/+2 until end of turn.$Conspire (As you cast this spell, you may tap two untapped creatures you control that share a color with it. When you do, copy it and you may choose a new target for the copy.)| Guttural Response|Shadowmoor|208|U|{RG}|Instant|||Counter target blue instant spell.| @@ -14985,7 +14985,7 @@ Seraph|Masters Edition|26|R|{6}{W}|Creature Shambling Strider|Masters Edition|129|C|{4}{G}{G}|Creature — Yeti|5|5|{R}{G}: Shambling Strider gets +1/-1 until end of turn.| Urza's Bauble|Masters Edition|170|U|{0}|Artifact|||{tap}, Sacrifice Urza's Bauble: Look at a card at random in target player's hand. You draw a card at the beginning of the next turn's upkeep.| Walking Wall|Masters Edition|172|U|{4}|Artifact Creature — Wall|0|6|Defender${3}: Walking Wall gets +3/-1 until end of turn and can attack this turn as though it didn't have defender. Activate this ability only once each turn.| -Animate Dead|Masters Edition|57|U|{1}{B}|Enchantment — Aura|||Enchant creature card in a graveyard$When Animate Dead enters the battlefield, if it's on the battlefield, it loses "enchant creature card in a graveyard" and gains "enchant creature put onto the battlefield with Animate Dead." Return enchanted creature card to the battlefield under your control and attach Animate Dead to it. When Animate Dead leaves the battlefield, that creature's controller sacrifices it.$Enchanted creature gets -1/-0.| +Animate Dead|Masters Edition|57|U|{1}{B}|Enchantment — Aura|||Enchant creature card in a graveyard$When Animate Dead enters the battlefield, if it's on the battlefield, it loses "enchant creature card in a graveyard" and gains "enchant creature put onto the battlefield with Animate Dead." Return enchanted creature card to the battlefield under your control and attach Animate Dead to it. When Animate Dead leaves the battlefield, that creature's controller sacrifices it.$Enchanted creature gets -1/-0.| Animate Wall|Masters Edition|2|U|{W}|Enchantment — Aura|||Enchant Wall$Enchanted Wall can attack as though it didn't have defender.| Ankh of Mishra|Masters Edition|151|R|{2}|Artifact|||Whenever a land enters the battlefield, Ankh of Mishra deals 2 damage to that land's controller.| Armageddon|Masters Edition|4|R|{3}{W}|Sorcery|||Destroy all lands.| @@ -15101,13 +15101,13 @@ Death Speakers|Masters Edition|7|C|{W}|Creature Black Knight|Masters Edition|60|U|{B}{B}|Creature — Human Knight|2|2|First strike (This creature deals combat damage before creatures without first strike.)$Protection from white (This creature can't be blocked, targeted, dealt damage, or enchanted by anything white.)| Crusade|Masters Edition|6|R|{W}{W}|Enchantment|||White creatures get +1/+1.| Mesa Pegasus|Masters Edition|20|C|{1}{W}|Creature — Pegasus|1|1|Flying; banding (Any creatures with banding, and up to one without, can attack in a band. Bands are blocked as a group. If any creatures with banding you control are blocking or being blocked by a creature, you divide that creature's combat damage, not its controller, among any of the creatures it's being blocked by or is blocking.)| -Vesuvan Doppelganger|Masters Edition|54|R|{3}{U}{U}|Creature — Shapeshifter|0|0|You may have Vesuvan Doppelganger enter the battlefield as a copy of any creature on the battlefield except it doesn't copy that creature's color and it gains "At the beginning of your upkeep, you may have this creature become a copy of target creature except it doesn't copy that creature's color. If you do, this creature gains this ability."| +Vesuvan Doppelganger|Masters Edition|54|R|{3}{U}{U}|Creature — Shapeshifter|0|0|You may have Vesuvan Doppelganger enter the battlefield as a copy of any creature on the battlefield except it doesn't copy that creature's color and it gains "At the beginning of your upkeep, you may have this creature become a copy of target creature except it doesn't copy that creature's color. If you do, this creature gains this ability."| Mindstab Thrull|Masters Edition|76|C|{1}{B}{B}|Creature — Thrull|2|2|Whenever Mindstab Thrull attacks and isn't blocked, you may sacrifice it. If you do, defending player discards three cards.| River Merfolk|Masters Edition|47|C|{U}{U}|Creature — Merfolk|2|1|{U}: River Merfolk gains mountainwalk until end of turn.| Chains of Mephistopheles|Masters Edition|63|R|{1}{B}|Enchantment|||If a player would draw a card except the first one he or she draws in his or her draw step each turn, that player discards a card instead. If the player discards a card this way, he or she draws a card. If the player doesn't discard a card this way, he or she puts the top card of his or her library into his or her graveyard.| Elder Land Wurm|Masters Edition|11|U|{4}{W}{W}{W}|Creature — Dragon Wurm|5|5|Defender, trample$When Elder Land Wurm blocks, it loses defender.| Greater Realm of Preservation|Masters Edition|13|U|{1}{W}|Enchantment|||{1}{W}: The next time a black or red source of your choice would deal damage to you this turn, prevent that damage.| -Serpent Generator|Masters Edition|164|R|{6}|Artifact|||{4}, {tap}: Put a 1/1 colorless Snake artifact creature token onto the battlefield. It has "Whenever this creature deals damage to a player, that player gets a poison counter." (A player with ten or more poison counters loses the game.)| +Serpent Generator|Masters Edition|164|R|{6}|Artifact|||{4}, {tap}: Put a 1/1 colorless Snake artifact creature token onto the battlefield. It has "Whenever this creature deals damage to a player, that player gets a poison counter." (A player with ten or more poison counters loses the game.)| Winter Blast|Masters Edition|138|U|{X}{G}|Sorcery|||Tap X target creatures. Winter Blast deals 2 damage to each of those creatures with flying.| Amnesia|Masters Edition|29|R|{3}{U}{U}{U}|Sorcery|||Target player reveals his or her hand and discards all nonland cards.| Tivadar's Crusade|Masters Edition|28|U|{1}{W}{W}|Sorcery|||Destroy all Goblins.| @@ -15130,7 +15130,7 @@ Icatian Lieutenant|Masters Edition|17|C|{W}{W}|Creature Mistvein Borderpost|Alara Reborn|27|C|{1}{U}{B}|Artifact|||You may pay {1} and return a basic land you control to its owner's hand rather than pay Mistvein Borderpost's mana cost.$Mistvein Borderpost enters the battlefield tapped.${tap}: Add {U} or {B} to your mana pool.| Breath of Malfegor|Alara Reborn|35|C|{3}{B}{R}|Instant|||Breath of Malfegor deals 5 damage to each opponent.| Trace of Abundance|Alara Reborn|142|C|{RW}{G}|Enchantment — Aura|||Enchant land$Enchanted land has shroud. (It can't be the target of spells or abilities.)$Whenever enchanted land is tapped for mana, its controller adds one mana of any color to his or her mana pool (in addition to the mana the land produces).| -Predatory Urge|Zendikar|175|R|{3}{G}|Enchantment — Aura|||Enchant creature$Enchanted creature has "{tap}: This creature deals damage equal to its power to target creature. That creature deals damage equal to its power to this creature."| +Predatory Urge|Zendikar|175|R|{3}{G}|Enchantment — Aura|||Enchant creature$Enchanted creature has "{tap}: This creature deals damage equal to its power to target creature. That creature deals damage equal to its power to this creature."| Kabira Crossroads|Zendikar|216|C||Land|||Kabira Crossroads enters the battlefield tapped.$When Kabira Crossroads enters the battlefield, you gain 2 life.${tap}: Add {W} to your mana pool.| Turntimber Ranger|Zendikar|191|R|{3}{G}{G}|Creature — Elf Scout Ally|2|2|Whenever Turntimber Ranger or another Ally enters the battlefield under your control, you may put a 2/2 green Wolf creature token onto the battlefield. If you do, put a +1/+1 counter on Turntimber Ranger.| Piranha Marsh|Zendikar|222|C||Land|||Piranha Marsh enters the battlefield tapped.$When Piranha Marsh enters the battlefield, target player loses 1 life.${tap}: Add {B} to your mana pool.| @@ -15146,13 +15146,13 @@ AEther Figment|Zendikar|40|U|{1}{U}|Creature Blood Tribute|Zendikar|81|R|{4}{B}{B}|Sorcery|||Kicker—Tap an untapped Vampire you control. (You may tap a Vampire you control in addition to any other costs as you cast this spell.)$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.| Hagra Crocodile|Zendikar|94|C|{3}{B}|Creature — Crocodile|3|1|Hagra Crocodile can't block.$Landfall — Whenever a land enters the battlefield under your control, Hagra Crocodile gets +2/+2 until end of turn.| Noble Vestige|Zendikar|29|C|{2}{W}|Creature — Spirit|1|2|Flying${tap}: Prevent the next 1 damage that would be dealt to target player this turn.| -Lavaclaw Reaches|Worldwake|139|R||Land|||Lavaclaw Reaches enters the battlefield tapped.${tap}: Add {B} or {R} to your mana pool.${1}{B}{R}: Until end of turn, Lavaclaw Reaches becomes a 2/2 black and red Elemental creature with "{X}: This creature gets +X/+0 until end of turn." It's still a land.| +Lavaclaw Reaches|Worldwake|139|R||Land|||Lavaclaw Reaches enters the battlefield tapped.${tap}: Add {B} or {R} to your mana pool.${1}{B}{R}: Until end of turn, Lavaclaw Reaches becomes a 2/2 black and red Elemental creature with "{X}: This creature gets +X/+0 until end of turn." It's still a land.| Steppe Lynx|Zendikar|36|C|{W}|Creature — Cat|0|1|Landfall — Whenever a land enters the battlefield under your control, Steppe Lynx gets +2/+2 until end of turn.| Mosstodon|Shards of Alara|139|C|{4}{G}|Creature — Plant Elephant|5|3|{1}: Target creature with power 5 or greater gains trample until end of turn.| Cradle of Vitality|Shards of Alara|7|R|{3}{W}|Enchantment|||Whenever you gain life, you may pay {1}{W}. If you do, put a +1/+1 counter on target creature for each 1 life you gained.| Jhessian Balmgiver|Conflux|112|U|{1}{W}{U}|Creature — Human Cleric|1|1|{tap}: Prevent the next 1 damage that would be dealt to target creature or player this turn.${tap}: Target creature is unblockable this turn.| Scepter of Dominance|Conflux|17|R|{1}{W}{W}|Artifact|||{W}, {tap}: Tap target permanent.| -Minion Reflector|Shards of Alara|211|R|{5}|Artifact|||Whenever a nontoken creature enters the battlefield under your control, you may pay {2}. If you do, put a token that's a copy of that creature onto the battlefield. That token has haste and "At the beginning of the end step, sacrifice this permanent."| +Minion Reflector|Shards of Alara|211|R|{5}|Artifact|||Whenever a nontoken creature enters the battlefield under your control, you may pay {2}. If you do, put a token that's a copy of that creature onto the battlefield. That token has haste and "At the beginning of the end step, sacrifice this permanent."| Hellspark Elemental|Conflux|65|U|{1}{R}|Creature — Elemental|3|1|Trample, haste$At the beginning of the end step, sacrifice Hellspark Elemental.$Unearth {1}{R} ({1}{R}: Return this card from your graveyard to the battlefield. It gains haste. Exile it at the beginning of the next end step or if it would leave the battlefield. Unearth only as a sorcery.)| Courier's Capsule|Shards of Alara|37|C|{1}{U}|Artifact|||{1}{U}, {tap}, Sacrifice Courier's Capsule: Draw two cards.| Gustrider Exuberant|Shards of Alara|13|C|{2}{W}|Creature — Human Wizard|1|2|Flying$Sacrifice Gustrider Exuberant: Creatures you control with power 5 or greater gain flying until end of turn.| @@ -15182,7 +15182,7 @@ Archdemon of Unx|Shards of Alara|64|R|{5}{B}{B}|Creature Dreg Reaver|Shards of Alara|73|C|{4}{B}|Creature — Zombie Beast|4|3|| Ajani Vengeant|Shards of Alara|154|M|{2}{R}{W}|Planeswalker — Ajani|||+1: Target permanent doesn't untap during its controller's next untap step.$-2: Ajani Vengeant deals 3 damage to target creature or player and you gain 3 life.$-7: Destroy all lands target player controls.| Scourglass|Shards of Alara|25|R|{3}{W}{W}|Artifact|||{tap}, Sacrifice Scourglass: Destroy all permanents except for artifacts and lands. Activate this ability only during your upkeep.| -Elspeth, Knight-Errant|Shards of Alara|9|M|{2}{W}{W}|Planeswalker — Elspeth|||+1: Put a 1/1 white Soldier creature token onto the battlefield.$+1: Target creature gets +3/+3 and gains flying until end of turn.$-8: You get an emblem with "Artifacts, creatures, enchantments, and lands you control are indestructible."| +Elspeth, Knight-Errant|Shards of Alara|9|M|{2}{W}{W}|Planeswalker — Elspeth|||+1: Put a 1/1 white Soldier creature token onto the battlefield.$+1: Target creature gets +3/+3 and gains flying until end of turn.$-8: You get an emblem with "Artifacts, creatures, enchantments, and lands you control are indestructible."| Sprouting Thrinax|Shards of Alara|197|U|{B}{R}{G}|Creature — Lizard|3|3|When Sprouting Thrinax dies, put three 1/1 green Saproling creature tokens onto the battlefield.| Sigil of Distinction|Shards of Alara|219|R|{X}|Artifact — Equipment|||Sigil of Distinction enters the battlefield with X charge counters on it.$Equipped creature gets +1/+1 for each charge counter on Sigil of Distinction.$Equip—Remove a charge counter from Sigil of Distinction.| Grixis Battlemage|Shards of Alara|78|U|{2}{B}|Creature — Human Wizard|2|2|{U}, {tap}: Draw a card, then discard a card.${R}, {tap}: Target creature can't block this turn.| @@ -15299,7 +15299,7 @@ Jungle Shrine|Shards of Alara|226|U||Land|||Jungle Shrine enters the battlefield Obelisk of Naya|Shards of Alara|216|C|{3}|Artifact|||{tap}: Add {R}, {G}, or {W} to your mana pool.| Woolly Thoctar|Shards of Alara|209|U|{R}{G}{W}|Creature — Beast|5|4|| Thorn-Thrash Viashino|Shards of Alara|116|C|{3}{R}|Creature — Viashino Warrior|2|2|Devour 2 (As this enters the battlefield, you may sacrifice any number of creatures. This creature enters the battlefield with twice that many +1/+1 counters on it.)${G}: Thorn-Thrash Viashino gains trample until end of turn.| -Skeletonize|Shards of Alara|114|U|{4}{R}|Instant|||Skeletonize deals 3 damage to target creature. When a creature dealt damage this way dies this turn, put a 1/1 black Skeleton creature token onto the battlefield with "{B}: Regenerate this creature."| +Skeletonize|Shards of Alara|114|U|{4}{R}|Instant|||Skeletonize deals 3 damage to target creature. When a creature dealt damage this way dies this turn, put a 1/1 black Skeleton creature token onto the battlefield with "{B}: Regenerate this creature."| Caldera Hellion|Shards of Alara|95|R|{3}{R}{R}|Creature — Hellion|3|3|Devour 1 (As this enters the battlefield, you may sacrifice any number of creatures. This creature enters the battlefield with that many +1/+1 counters on it.)$When Caldera Hellion enters the battlefield, it deals 3 damage to each creature.| Deathgreeter|Shards of Alara|71|C|{B}|Creature — Human Shaman|1|1|Whenever another creature dies, you may gain 1 life.| Yoked Plowbeast|Shards of Alara|31|C|{5}{W}{W}|Creature — Beast|5|5|Cycling {2} ({2}, Discard this card: Draw a card.)| @@ -15397,7 +15397,7 @@ Sunspring Expedition|Zendikar|37|C|{W}|Enchantment|||Landfall Burst Lightning|Zendikar|119|C|{R}|Instant|||Kicker {4} (You may pay an additional {4} as you cast this spell.)$Burst Lightning deals 2 damage to target creature or player. If Burst Lightning was kicked, it deals 4 damage to that creature or player instead.| Stirring Wildwood|Worldwake|144|R||Land|||Stirring Wildwood enters the battlefield tapped.${tap}: 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.| Vines of Vastwood|Zendikar|193|C|{G}|Instant|||Kicker {G} (You may pay an additional {G} as you cast this spell.)$Target creature can't be the target of spells or abilities your opponents control this turn. If Vines of Vastwood was kicked, that creature gets +4/+4 until end of turn.| -Raging Ravine|Worldwake|141|R||Land|||Raging Ravine enters the battlefield tapped.${tap}: Add {R} or {G} to your mana pool.${2}{R}{G}: Until end of turn, Raging Ravine becomes a 3/3 red and green Elemental creature with "Whenever this creature attacks, put a +1/+1 counter on it." It's still a land.| +Raging Ravine|Worldwake|141|R||Land|||Raging Ravine enters the battlefield tapped.${tap}: Add {R} or {G} to your mana pool.${2}{R}{G}: Until end of turn, Raging Ravine becomes a 3/3 red and green Elemental creature with "Whenever this creature attacks, put a +1/+1 counter on it." It's still a land.| Arid Mesa|Zendikar|211|R||Land|||{tap}, Pay 1 life, Sacrifice Arid Mesa: Search your library for a Mountain or Plains card and put it onto the battlefield. Then shuffle your library.| Kraken Hatchling|Zendikar|50|C|{U}|Creature — Kraken|0|4|| Soul Stair Expedition|Zendikar|112|C|{B}|Enchantment|||Landfall — Whenever a land enters the battlefield under your control, you may put a quest counter on Soul Stair Expedition.$Remove three quest counters from Soul Stair Expedition and sacrifice it: Return up to two target creature cards from your graveyard to your hand.| @@ -15695,7 +15695,7 @@ Pillage|Masters Edition II|146|U|{1}{R}{R}|Sorcery|||Destroy target artifact or Ritual of the Machine|Masters Edition II|109|R|{2}{B}{B}|Sorcery|||As an additional cost to cast Ritual of the Machine, sacrifice a creature.$Gain control of target nonartifact, nonblack creature.| Rogue Skycaptain|Masters Edition II|149|R|{2}{R}|Creature — Human Rogue Mercenary|3|4|Flying$At the beginning of your upkeep, put a wage counter on Rogue Skycaptain. You may pay {2} for each wage counter on it. If you don't, remove all wage counters from Rogue Skycaptain and an opponent gains control of it.| Scars of the Veteran|Masters Edition II|34|R|{4}{W}|Instant|||You may exile a white card from your hand rather than pay Scars of the Veteran's mana cost.$Prevent the next 7 damage that would be dealt to target creature or player this turn. At the beginning of the next end step, put a +0/+1 counter on that creature for each 1 damage prevented this way.| -Forbidden Lore|Masters Edition II|163|U|{2}{G}|Enchantment — Aura|||Enchant land$Enchanted land has "{tap}: Target creature gets +2/+1 until end of turn."| +Forbidden Lore|Masters Edition II|163|U|{2}{G}|Enchantment — Aura|||Enchant land$Enchanted land has "{tap}: Target creature gets +2/+1 until end of turn."| Soldevi Digger|Masters Edition II|221|U|{2}|Artifact|||{2}: Put the top card of your graveyard on the bottom of your library.| Soldevi Excavations|Masters Edition II|236|R||Land|||If Soldevi Excavations would enter the battlefield, sacrifice an untapped Island instead. If you do, put Soldevi Excavations onto the battlefield. If you don't, put it into its owner's graveyard.${tap}: Add {1}{U} to your mana pool.${1}, {tap}: Look at the top card of your library. You may put that card on the bottom of your library.| Fyndhorn Pollen|Masters Edition II|166|R|{2}{G}|Enchantment|||Cumulative upkeep {1} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)$All creatures get -1/-0.${1}{G}: All creatures get -1/-0 until end of turn.| @@ -15725,16 +15725,16 @@ Balduvian Conjurer|Masters Edition II|40|C|{1}{U}|Creature Barbed Sextant|Masters Edition II|204|C|{1}|Artifact|||{1}, {tap}, Sacrifice Barbed Sextant: Add one mana of any color to your mana pool. Draw a card at the beginning of the next turn's upkeep.| Binding Grasp|Masters Edition II|41|R|{3}{U}|Enchantment — Aura|||Enchant creature$At the beginning of your upkeep, sacrifice Binding Grasp unless you pay {1}{U}.$You control enchanted creature.$Enchanted creature gets +0/+1.| Brainstorm|Masters Edition II|42|C|{U}|Instant|||Draw three cards, then put two cards from your hand on top of your library in any order.| -Caribou Range|Masters Edition II|8|R|{2}{W}{W}|Enchantment — Aura|||Enchant land you control$Enchanted land has "{W}{W}, {tap}: Put a 0/1 white Caribou creature token onto the battlefield."$Sacrifice a Caribou token: You gain 1 life.| +Caribou Range|Masters Edition II|8|R|{2}{W}{W}|Enchantment — Aura|||Enchant land you control$Enchanted land has "{W}{W}, {tap}: Put a 0/1 white Caribou creature token onto the battlefield."$Sacrifice a Caribou token: You gain 1 life.| Sacred Boon|Masters Edition II|33|U|{1}{W}|Instant|||Prevent the next 3 damage that would be dealt to target creature this turn. At the beginning of the next end step, put a +0/+1 counter on that creature for each 1 damage prevented this way.| Conquer|Masters Edition II|122|U|{3}{R}{R}|Enchantment — Aura|||Enchant land$You control enchanted land.| Soul Kiss|Masters Edition II|112|U|{2}{B}|Enchantment — Aura|||Enchant creature${B}, Pay 1 life: Enchanted creature gets +2/+2 until end of turn. Activate this ability no more than three times each turn.| -Dance of the Dead|Masters Edition II|83|U|{1}{B}|Enchantment — Aura|||Enchant creature card in a graveyard$When Dance of the Dead enters the battlefield, if it's on the battlefield, it loses "enchant creature card in a graveyard" and gains "enchant creature put onto the battlefield with Dance of the Dead." Return enchanted creature card to the battlefield tapped under your control and attach Dance of the Dead to it. When Dance of the Dead leaves the battlefield, that creature's controller sacrifices it.$Enchanted creature gets +1/+1 and doesn't untap during its controller's untap step.$At the beginning of the upkeep of enchanted creature's controller, that player may pay {1}{B}. If he or she does, untap that creature.| +Dance of the Dead|Masters Edition II|83|U|{1}{B}|Enchantment — Aura|||Enchant creature card in a graveyard$When Dance of the Dead enters the battlefield, if it's on the battlefield, it loses "enchant creature card in a graveyard" and gains "enchant creature put onto the battlefield with Dance of the Dead." Return enchanted creature card to the battlefield tapped under your control and attach Dance of the Dead to it. When Dance of the Dead leaves the battlefield, that creature's controller sacrifices it.$Enchanted creature gets +1/+1 and doesn't untap during its controller's untap step.$At the beginning of the upkeep of enchanted creature's controller, that player may pay {1}{B}. If he or she does, untap that creature.| Dark Banishing|Masters Edition II|84|C|{2}{B}|Instant|||Destroy target nonblack creature. It can't be regenerated.| Demonic Consultation|Masters Edition II|85|U|{B}|Instant|||Name a card. Exile the top six cards of your library, then reveal cards from the top of your library until you reveal the named card. Put that card into your hand and exile all other cards revealed this way.| Despotic Scepter|Masters Edition II|206|R|{1}|Artifact|||{tap}: Destroy target permanent you own. It can't be regenerated.| Diabolic Vision|Masters Edition II|191|U|{U}{B}|Sorcery|||Look at the top five cards of your library. Put one of them into your hand and the rest on top of your library in any order.| -Dreams of the Dead|Masters Edition II|46|R|{3}{U}|Enchantment|||{1}{U}: Return target white or black creature card from your graveyard to the battlefield. That creature gains "Cumulative upkeep {2}." If the creature would leave the battlefield, exile it instead of putting it anywhere else. (At the beginning of its controller's upkeep, that player puts an age counter on it, then sacrifices it unless he or she pays its upkeep cost for each age counter on it.)| +Dreams of the Dead|Masters Edition II|46|R|{3}{U}|Enchantment|||{1}{U}: Return target white or black creature card from your graveyard to the battlefield. That creature gains "Cumulative upkeep {2}." If the creature would leave the battlefield, exile it instead of putting it anywhere else. (At the beginning of its controller's upkeep, that player puts an age counter on it, then sacrifices it unless he or she pays its upkeep cost for each age counter on it.)| Elemental Augury|Masters Edition II|193|R|{U}{B}{R}|Enchantment|||{3}: Look at the top three cards of target player's library, then put them back in any order.| Elkin Bottle|Masters Edition II|207|R|{3}|Artifact|||{3}, {tap}: Exile the top card of your library. Until the beginning of your next upkeep, you may play that card.| Energy Storm|Masters Edition II|11|R|{1}{W}|Enchantment|||Cumulative upkeep {1} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)$Prevent all damage that would be dealt by instant and sorcery spells.$Creatures with flying don't untap during their controllers' untap steps.| @@ -15868,7 +15868,7 @@ Tundra|Masters Edition II|239|R||Land Underground Sea|Masters Edition II|240|R||Land — Island Swamp|||| Angel of Light|Masters Edition II|3|U|{4}{W}|Creature — Angel|3|3|Flying, vigilance| Icy Prison|Masters Edition II|50|C|{U}{U}|Enchantment|||When Icy Prison enters the battlefield, exile target creature.$At the beginning of your upkeep, sacrifice Icy Prison unless any player pays {3}.$When Icy Prison leaves the battlefield, return the exiled card to the battlefield under its owner's control.| -Musician|Masters Edition II|56|R|{2}{U}|Creature — Human Wizard|1|3|Cumulative upkeep {1} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)${tap}: Put a music counter on target creature. If it doesn't have "At the beginning of your upkeep, destroy this creature unless you pay {1} for each music counter on it," it gains that ability.| +Musician|Masters Edition II|56|R|{2}{U}|Creature — Human Wizard|1|3|Cumulative upkeep {1} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.)${tap}: Put a music counter on target creature. If it doesn't have "At the beginning of your upkeep, destroy this creature unless you pay {1} for each music counter on it," it gains that ability.| Righteous Fury|Masters Edition II|30|R|{4}{W}{W}|Sorcery|||Destroy all tapped creatures. You gain 2 life for each creature destroyed this way.| Balduvian Hydra|Masters Edition II|118|R|{X}{R}{R}|Creature — Hydra|0|1|Balduvian Hydra enters the battlefield with X +1/+0 counters on it.$Remove a +1/+0 counter from Balduvian Hydra: Prevent the next 1 damage that would be dealt to Balduvian Hydra this turn.${R}{R}{R}: Put a +1/+0 counter on Balduvian Hydra. Activate this ability only during your upkeep.| Royal Trooper|Masters Edition II|32|C|{2}{W}|Creature — Human Soldier|2|2|Whenever Royal Trooper blocks, it gets +2/+2 until end of turn.| @@ -15958,7 +15958,7 @@ Counterspell|Duel Decks: Jace vs. Chandra|24|C|{U}{U}|Instant|||Counter target s Scattershot Archer|Conflux|90|C|{G}|Creature — Elf Archer|1|2|{tap}: Scattershot Archer deals 1 damage to each creature with flying.| Spore Burst|Conflux|93|U|{3}{G}|Sorcery|||Domain — Put a 1/1 green Saproling creature token onto the battlefield for each basic land type among lands you control.| Day of Judgment|Zendikar|9|R|{2}{W}{W}|Sorcery|||Destroy all creatures.| -Savage Silhouette|Zendikar|181|C|{2}{G}|Enchantment — Aura|||Enchant creature$Enchanted creature gets +2/+2 and has "{1}{G}: Regenerate this creature."| +Savage Silhouette|Zendikar|181|C|{2}{G}|Enchantment — Aura|||Enchant creature$Enchanted creature gets +2/+2 and has "{1}{G}: Regenerate this creature."| Khalni Heart Expedition|Zendikar|167|C|{1}{G}|Enchantment|||Landfall — Whenever a land enters the battlefield under your control, you may put a quest counter on Khalni Heart Expedition.$Remove three quest counters from Khalni Heart Expedition and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle your library.| Terra Stomper|Zendikar|187|R|{3}{G}{G}{G}|Creature — Beast|8|8|Terra Stomper can't be countered.$Trample| Cosi's Trickster|Zendikar|45|R|{U}|Creature — Merfolk Wizard|1|1|Whenever an opponent shuffles his or her library, you may put a +1/+1 counter on Cosi's Trickster.| @@ -16214,7 +16214,7 @@ Glacial Fortress|Magic 2010|226|R||Land|||Glacial Fortress enters the battlefiel Vampire Aristocrat|Magic 2010|117|C|{2}{B}|Creature — Vampire Rogue|2|2|Sacrifice a creature: Vampire Aristocrat gets +2/+2 until end of turn.| Tempest of Light|Magic 2010|36|U|{2}{W}|Instant|||Destroy all enchantments.| Hypnotic Specter|Magic 2010|100|R|{1}{B}{B}|Creature — Specter|2|2|Flying$Whenever Hypnotic Specter deals damage to an opponent, that player discards a card at random.| -Indestructibility|Magic 2010|17|R|{3}{W}|Enchantment — Aura|||Enchant permanent$Enchanted permanent is indestructible. (Effects that say "destroy" don't destroy that permanent. An indestructible creature can't be destroyed by damage.)| +Indestructibility|Magic 2010|17|R|{3}{W}|Enchantment — Aura|||Enchant permanent$Enchanted permanent is indestructible. (Effects that say "destroy" don't destroy that permanent. An indestructible creature can't be destroyed by damage.)| Gravedigger|Magic 2010|97|C|{3}{B}|Creature — Zombie|2|2|When Gravedigger enters the battlefield, you may return target creature card from your graveyard to your hand.| Soul Warden|Magic 2010|34|C|{W}|Creature — Human Cleric|1|1|Whenever another creature enters the battlefield, you gain 1 life.| Pacifism|Magic 2010|22|C|{1}{W}|Enchantment — Aura|||Enchant creature$Enchanted creature can't attack or block.| @@ -16275,7 +16275,7 @@ Burning Inquiry|Magic 2010|128|C|{R}|Sorcery|||Each player draws three cards, th Sphinx Ambassador|Magic 2010|73|M|{5}{U}{U}|Creature — Sphinx|5|5|Flying$Whenever Sphinx Ambassador deals combat damage to a player, search that player's library for a card, then that player names a card. If you searched for a creature card that isn't the named card, you may put it onto the battlefield under your control. Then that player shuffles his or her library.| Sunpetal Grove|Magic 2010|228|R||Land|||Sunpetal Grove enters the battlefield tapped unless you control a Forest or a Plains.${tap}: Add {G} or {W} to your mana pool.| Prodigal Pyromancer|Magic 2010|151|U|{2}{R}|Creature — Human Wizard|1|1|{tap}: Prodigal Pyromancer deals 1 damage to target creature or player.| -Ajani Goldmane|Magic 2010|1|M|{2}{W}{W}|Planeswalker — Ajani|||+1: You gain 2 life.$-1: Put a +1/+1 counter on each creature you control. Those creatures gain vigilance until end of turn.$-6: Put a white Avatar creature token onto the battlefield. It has "This creature's power and toughness are each equal to your life total."| +Ajani Goldmane|Magic 2010|1|M|{2}{W}{W}|Planeswalker — Ajani|||+1: You gain 2 life.$-1: Put a +1/+1 counter on each creature you control. Those creatures gain vigilance until end of turn.$-6: Put a white Avatar creature token onto the battlefield. It has "This creature's power and toughness are each equal to your life total."| Jace Beleren|Magic 2010|58|M|{1}{U}{U}|Planeswalker — Jace|||+2: Each player draws a card.$-1: Target player draws a card.$-10: Target player puts the top twenty cards of his or her library into his or her graveyard.| Liliana Vess|Magic 2010|102|M|{3}{B}{B}|Planeswalker — Liliana|||+1: Target player discards a card.$-2: Search your library for a card, then shuffle your library and put that card on top of it.$-8: Put all creature cards from all graveyards onto the battlefield under your control.| Chandra Nalaar|Magic 2010|132|M|{3}{R}{R}|Planeswalker — Chandra|||+1: Chandra Nalaar deals 1 damage to target player.$-X: Chandra Nalaar deals X damage to target creature.$-8: Chandra Nalaar deals 10 damage to target player and each creature he or she controls.| @@ -16314,7 +16314,7 @@ Heartstabber Mosquito|Zendikar|97|C|{3}{B}|Creature Warren Instigator|Zendikar|154|M|{R}{R}|Creature — Goblin Berserker|1|1|Double strike$Whenever Warren Instigator deals damage to an opponent, you may put a Goblin creature card from your hand onto the battlefield.| Lorthos, the Tidemaker|Zendikar|53|M|{5}{U}{U}{U}|Legendary Creature — Octopus|8|8|Whenever Lorthos, the Tidemaker attacks, you may pay {8}. If you do, tap up to eight target permanents. Those permanents don't untap during their controllers' next untap steps.| Marsh Flats|Zendikar|219|R||Land|||{tap}, Pay 1 life, Sacrifice Marsh Flats: Search your library for a Plains or Swamp card and put it onto the battlefield. Then shuffle your library.| -Blazing Torch|Zendikar|197|U|{1}|Artifact — Equipment|||Equipped creature can't be blocked by Vampires or Zombies.$Equipped creature has "{tap}, Sacrifice Blazing Torch: Blazing Torch deals 2 damage to target creature or player."$Equip {1}| +Blazing Torch|Zendikar|197|U|{1}|Artifact — Equipment|||Equipped creature can't be blocked by Vampires or Zombies.$Equipped creature has "{tap}, Sacrifice Blazing Torch: Blazing Torch deals 2 damage to target creature or player."$Equip {1}| Electropotence|Zendikar|122|R|{2}{R}|Enchantment|||Whenever a creature enters the battlefield under your control, you may pay {2}{R}. If you do, that creature deals damage equal to its power to target creature or player.| Devout Lightcaster|Zendikar|10|R|{W}{W}{W}|Creature — Kor Cleric|2|2|Protection from black$When Devout Lightcaster enters the battlefield, exile target black permanent.| World Queller|Zendikar|39|R|{3}{W}{W}|Creature — Avatar|4|4|At the beginning of your upkeep, you may choose a card type. If you do, each player sacrifices a permanent of that type.| @@ -16379,7 +16379,7 @@ Grappling Hook|Zendikar|203|R|{4}|Artifact Elemental Appeal|Zendikar|123|R|{R}{R}{R}{R}|Sorcery|||Kicker {5} (You may pay an additional {5} as you cast this spell.)$Put a 7/1 red Elemental creature token with trample and haste onto the battlefield. Exile it at the beginning of the next end step. If Elemental Appeal was kicked, that creature gets +7/+0 until end of turn.| Rampaging Baloths|Zendikar|178|M|{4}{G}{G}|Creature — Beast|6|6|Trample$Landfall — Whenever a land enters the battlefield under your control, you may put a 4/4 green Beast creature token onto the battlefield.| Trapmaker's Snare|Zendikar|74|U|{1}{U}|Instant|||Search your library for a Trap card, reveal it, and put it into your hand. Then shuffle your library.| -Obsidian Fireheart|Zendikar|140|M|{1}{R}{R}{R}|Creature — Elemental|4|4|{1}{R}{R}: Put a blaze counter on target land without a blaze counter on it. For as long as that land has a blaze counter on it, it has "At the beginning of your upkeep, this land deals 1 damage to you." (The land continues to burn after Obsidian Fireheart has left the battlefield.)| +Obsidian Fireheart|Zendikar|140|M|{1}{R}{R}{R}|Creature — Elemental|4|4|{1}{R}{R}: Put a blaze counter on target land without a blaze counter on it. For as long as that land has a blaze counter on it, it has "At the beginning of your upkeep, this land deals 1 damage to you." (The land continues to burn after Obsidian Fireheart has left the battlefield.)| Vampire Lacerator|Zendikar|115|C|{B}|Creature — Vampire Warrior|2|2|At the beginning of your upkeep, you lose 1 life unless an opponent has 10 or less life.| Giant Scorpion|Zendikar|90|C|{2}{B}|Creature — Scorpion|1|3|Deathtouch (Any amount of damage this deals to a creature is enough to destroy it.)| Joraga Bard|Zendikar|166|C|{3}{G}|Creature — Elf Rogue Ally|1|4|Whenever Joraga Bard or another Ally enters the battlefield under your control, you may have Ally creatures you control gain vigilance until end of turn.| @@ -16401,7 +16401,7 @@ Primal Bellow|Zendikar|176|U|{G}|Instant|||Target creature gets +1/+1 until end Wildheart Invoker|Rise of the Eldrazi|213|C|{2}{G}{G}|Creature — Elf Shaman|4|3|{8}: Target creature gets +5/+5 and gains trample until end of turn.| Skeletal Wurm|Rise of the Eldrazi|127|U|{7}{B}|Creature — Skeleton Wurm|7|6|{B}: Regenerate Skeletal Wurm.| Umbra Mystic|Rise of the Eldrazi|52|R|{2}{W}|Creature — Human Wizard|2|2|Auras attached to permanents you control have totem armor. (If an enchanted permanent you control would be destroyed, instead remove all damage from it and destroy an Aura attached to it.)| -Nest Invader|Rise of the Eldrazi|201|C|{1}{G}|Creature — Eldrazi Drone|2|2|When Nest Invader enters the battlefield, put a 0/1 colorless Eldrazi Spawn creature token onto the battlefield. It has "Sacrifice this creature: Add {1} to your mana pool."| +Nest Invader|Rise of the Eldrazi|201|C|{1}{G}|Creature — Eldrazi Drone|2|2|When Nest Invader enters the battlefield, put a 0/1 colorless Eldrazi Spawn creature token onto the battlefield. It has "Sacrifice this creature: Add {1} to your mana pool."| Hedron-Field Purists|Rise of the Eldrazi|25|R|{2}{W}|Creature — Human Cleric|0|3|Level up {2}{W} ({2}{W}: Put a level counter on this. Level up only as a sorcery.)$LEVEL 1-4$1/4$If a source would deal damage to you or a creature you control, prevent 1 of that damage.$LEVEL 5+$2/5$If a source would deal damage to you or a creature you control, prevent 2 of that damage.| Lone Missionary|Rise of the Eldrazi|34|C|{1}{W}|Creature — Kor Monk|2|1|When Lone Missionary enters the battlefield, you gain 4 life.| Inquisition of Kozilek|Rise of the Eldrazi|115|U|{B}|Sorcery|||Target player reveals his or her hand. You choose a nonland card from it with converted mana cost 3 or less. That player discards that card.| @@ -16409,7 +16409,7 @@ Artisan of Kozilek|Rise of the Eldrazi|2|U|{9}|Creature Pestilence Demon|Rise of the Eldrazi|124|R|{5}{B}{B}{B}|Creature — Demon|7|6|Flying${B}: Pestilence Demon deals 1 damage to each creature and each player.| Goblin Tunneler|Rise of the Eldrazi|148|C|{1}{R}|Creature — Goblin Rogue|1|1|{tap}: Target creature with power 2 or less is unblockable this turn.| Kabira Vindicator|Rise of the Eldrazi|28|U|{3}{W}|Creature — Human Knight|2|4|Level up {2}{W} ({2}{W}: Put a level counter on this. Level up only as a sorcery.)$LEVEL 2-4$3/6$Other creatures you control get +1/+1.$LEVEL 5+$4/8$Other creatures you control get +2/+2.| -Spawning Breath|Rise of the Eldrazi|164|C|{1}{R}|Instant|||Spawning Breath deals 1 damage to target creature or player. Put a 0/1 colorless Eldrazi Spawn creature token onto the battlefield. It has "Sacrifice this creature: Add {1} to your mana pool."| +Spawning Breath|Rise of the Eldrazi|164|C|{1}{R}|Instant|||Spawning Breath deals 1 damage to target creature or player. Put a 0/1 colorless Eldrazi Spawn creature token onto the battlefield. It has "Sacrifice this creature: Add {1} to your mana pool."| Angelheart Vial|Rise of the Eldrazi|215|R|{5}|Artifact|||Whenever you're dealt damage, you may put that many charge counters on Angelheart Vial.${2}, {tap}, Remove four charge counters from Angelheart Vial: You gain 2 life and draw a card.| Ancient Stirrings|Rise of the Eldrazi|174|C|{G}|Sorcery|||Look at the top five cards of your library. You may reveal a colorless card from among them and put it into your hand. Then put the rest on the bottom of your library in any order. (Cards with no colored mana in their mana costs are colorless. Lands are also colorless.)| Naturalize|Rise of the Eldrazi|199|C|{1}{G}|Instant|||Destroy target artifact or enchantment.| @@ -16428,7 +16428,7 @@ Rage Nimbus|Rise of the Eldrazi|160|R|{2}{R}|Creature Thought Gorger|Rise of the Eldrazi|129|R|{2}{B}{B}|Creature — Horror|2|2|Trample$When Thought Gorger enters the battlefield, put a +1/+1 counter on it for each card in your hand. If you do, discard your hand.$When Thought Gorger leaves the battlefield, draw a card for each +1/+1 counter on it.| Unified Will|Rise of the Eldrazi|92|U|{1}{U}|Instant|||Counter target spell if you control more creatures than that spell's controller.| Gravitational Shift|Rise of the Eldrazi|69|R|{3}{U}{U}|Enchantment|||Creatures with flying get +2/+0.$Creatures without flying get -2/-0.| -Joraga Treespeaker|Rise of the Eldrazi|190|U|{G}|Creature — Elf Druid|1|1|Level up {1}{G} ({1}{G}: Put a level counter on this. Level up only as a sorcery.)$LEVEL 1-4$1/2${tap}: Add {G}{G} to your mana pool.$LEVEL 5+$1/4$Elves you control have "{tap}: Add {G}{G} to your mana pool."| +Joraga Treespeaker|Rise of the Eldrazi|190|U|{G}|Creature — Elf Druid|1|1|Level up {1}{G} ({1}{G}: Put a level counter on this. Level up only as a sorcery.)$LEVEL 1-4$1/2${tap}: Add {G}{G} to your mana pool.$LEVEL 5+$1/4$Elves you control have "{tap}: Add {G}{G} to your mana pool."| Lightmine Field|Rise of the Eldrazi|32|R|{2}{W}{W}|Enchantment|||Whenever one or more creatures attack, Lightmine Field deals damage to each of those creatures equal to the number of attacking creatures.| Jaddi Lifestrider|Rise of the Eldrazi|189|U|{4}{G}|Creature — Elemental|2|8|When Jaddi Lifestrider enters the battlefield, you may tap any number of untapped creatures you control. You gain 2 life for each creature tapped this way.| Bramblesnap|Rise of the Eldrazi|180|U|{1}{G}|Creature — Elemental|1|1|Trample$Tap an untapped creature you control: Bramblesnap gets +1/+1 until end of turn.| @@ -16437,7 +16437,7 @@ Conquering Manticore|Rise of the Eldrazi|139|R|{4}{R}{R}|Creature Lay Bare|Rise of the Eldrazi|74|C|{2}{U}{U}|Instant|||Counter target spell. Look at its controller's hand.| Jwari Scuttler|Rise of the Eldrazi|73|C|{2}{U}|Creature — Crab|2|3|| Nirkana Revenant|Rise of the Eldrazi|120|M|{4}{B}{B}|Creature — Vampire Shade|4|4|Whenever you tap a Swamp for mana, add {B} to your mana pool (in addition to the mana the land produces).${B}: Nirkana Revenant gets +1/+1 until end of turn.| -Splinter Twin|Rise of the Eldrazi|165|R|{2}{R}{R}|Enchantment — Aura|||Enchant creature$Enchanted creature has "{tap}: Put a token that's a copy of this creature onto the battlefield. That token has haste. Exile it at the beginning of the next end step."| +Splinter Twin|Rise of the Eldrazi|165|R|{2}{R}{R}|Enchantment — Aura|||Enchant creature$Enchanted creature has "{tap}: Put a token that's a copy of this creature onto the battlefield. That token has haste. Exile it at the beginning of the next end step."| Consume the Meek|Rise of the Eldrazi|100|R|{3}{B}{B}|Instant|||Destroy each creature with converted mana cost 3 or less. They can't be regenerated.| Frostwind Invoker|Rise of the Eldrazi|68|C|{4}{U}|Creature — Merfolk Wizard|3|3|Flying${8}: Creatures you control gain flying until end of turn.| Aura Gnarlid|Rise of the Eldrazi|175|C|{2}{G}|Creature — Beast|2|2|Creatures with power less than Aura Gnarlid's power can't block it.$Aura Gnarlid gets +1/+1 for each Aura on the battlefield.| @@ -16446,7 +16446,7 @@ Vent Sentinel|Rise of the Eldrazi|171|C|{3}{R}|Creature Kargan Dragonlord|Rise of the Eldrazi|152|M|{R}{R}|Creature — Human Warrior|2|2|Level up {R} ({R}: Put a level counter on this. Level up only as a sorcery.)$LEVEL 4-7$4/4$Flying$LEVEL 8+$8/8$Flying, trample${R}: Kargan Dragonlord gets +1/+0 until end of turn.| Evolving Wilds|Rise of the Eldrazi|228|C||Land|||{tap}, Sacrifice Evolving Wilds: Search your library for a basic land card and put it onto the battlefield tapped. Then shuffle your library.| World at War|Rise of the Eldrazi|172|R|{3}{R}{R}|Sorcery|||After the first postcombat main phase this turn, there's an additional combat phase followed by an additional main phase. At the beginning of that combat, untap all creatures that attacked this turn.$Rebound (If you cast this spell from your hand, exile it as it resolves. At the beginning of your next upkeep, you may cast this card from exile without paying its mana cost.)| -Emrakul's Hatcher|Rise of the Eldrazi|142|C|{4}{R}|Creature — Eldrazi Drone|3|3|When Emrakul's Hatcher enters the battlefield, put three 0/1 colorless Eldrazi Spawn creature tokens onto the battlefield. They have "Sacrifice this creature: Add {1} to your mana pool."| +Emrakul's Hatcher|Rise of the Eldrazi|142|C|{4}{R}|Creature — Eldrazi Drone|3|3|When Emrakul's Hatcher enters the battlefield, put three 0/1 colorless Eldrazi Spawn creature tokens onto the battlefield. They have "Sacrifice this creature: Add {1} to your mana pool."| Nighthaze|Rise of the Eldrazi|118|C|{B}|Sorcery|||Target creature gains swampwalk until end of turn.$Draw a card.| Living Destiny|Rise of the Eldrazi|195|C|{3}{G}|Instant|||As an additional cost to cast Living Destiny, reveal a creature card from your hand.$You gain life equal to the revealed card's converted mana cost.| Training Grounds|Rise of the Eldrazi|91|R|{U}|Enchantment|||Activated abilities of creatures you control cost up to {2} less to activate. This effect can't reduce the amount of mana an ability costs to activate to less than one mana.| @@ -16461,7 +16461,7 @@ Dreamstone Hedron|Rise of the Eldrazi|216|U|{6}|Artifact|||{tap}: Add {3} to you Gelatinous Genesis|Rise of the Eldrazi|183|R|{X}{X}{G}|Sorcery|||Put X X/X green Ooze creature tokens onto the battlefield.| Merfolk Skyscout|Rise of the Eldrazi|77|U|{2}{U}{U}|Creature — Merfolk Scout|2|3|Flying$Whenever Merfolk Skyscout attacks or blocks, untap target permanent.| Akoum Boulderfoot|Rise of the Eldrazi|134|U|{4}{R}{R}|Creature — Giant Warrior|4|5|When Akoum Boulderfoot enters the battlefield, it deals 1 damage to target creature or player.| -Awakening Zone|Rise of the Eldrazi|176|R|{2}{G}|Enchantment|||At the beginning of your upkeep, you may put a 0/1 colorless Eldrazi Spawn creature token onto the battlefield. It has "Sacrifice this creature: Add {1} to your mana pool."| +Awakening Zone|Rise of the Eldrazi|176|R|{2}{G}|Enchantment|||At the beginning of your upkeep, you may put a 0/1 colorless Eldrazi Spawn creature token onto the battlefield. It has "Sacrifice this creature: Add {1} to your mana pool."| Boar Umbra|Rise of the Eldrazi|179|U|{2}{G}|Enchantment — Aura|||Enchant creature$Enchanted creature gets +3/+3.$Totem armor (If enchanted creature would be destroyed, instead remove all damage from it and destroy this Aura.)| Arrogant Bloodlord|Rise of the Eldrazi|94|U|{1}{B}{B}|Creature — Vampire Knight|4|4|Whenever Arrogant Bloodlord blocks or becomes blocked by a creature with power 1 or less, destroy Arrogant Bloodlord at end of combat.| Forked Bolt|Rise of the Eldrazi|146|U|{R}|Sorcery|||Forked Bolt deals 2 damage divided as you choose among one or two target creatures and/or players.| @@ -16474,17 +16474,17 @@ Deprive|Rise of the Eldrazi|59|C|{U}{U}|Instant|||As an additional cost to cast Induce Despair|Rise of the Eldrazi|114|C|{2}{B}|Instant|||As an additional cost to cast Induce Despair, reveal a creature card from your hand.$Target creature gets -X/-X until end of turn, where X is the revealed card's converted mana cost.| Battle-Rattle Shaman|Rise of the Eldrazi|136|C|{3}{R}|Creature — Goblin Shaman|2|2|At the beginning of combat on your turn, you may have target creature get +2/+0 until end of turn.| Stalwart Shield-Bearers|Rise of the Eldrazi|46|C|{1}{W}|Creature — Human Soldier|0|3|Defender$Other creatures you control with defender get +0/+2.| -Growth Spasm|Rise of the Eldrazi|186|C|{2}{G}|Sorcery|||Search your library for a basic land card, put it onto the battlefield tapped, then shuffle your library. Put a 0/1 colorless Eldrazi Spawn creature token onto the battlefield. It has "Sacrifice this creature: Add {1} to your mana pool."| +Growth Spasm|Rise of the Eldrazi|186|C|{2}{G}|Sorcery|||Search your library for a basic land card, put it onto the battlefield tapped, then shuffle your library. Put a 0/1 colorless Eldrazi Spawn creature token onto the battlefield. It has "Sacrifice this creature: Add {1} to your mana pool."| Irresistible Prey|Rise of the Eldrazi|188|U|{G}|Sorcery|||Target creature must be blocked this turn if able.$Draw a card.| Pennon Blade|Rise of the Eldrazi|221|U|{3}|Artifact — Equipment|||Equipped creature gets +1/+1 for each creature you control.$Equip {4}| Survival Cache|Rise of the Eldrazi|48|U|{2}{W}|Sorcery|||You gain 2 life. Then if you have more life than an opponent, draw a card.$Rebound (If you cast this spell from your hand, exile it as it resolves. At the beginning of your next upkeep, you may cast this card from exile without paying its mana cost.)| Shrivel|Rise of the Eldrazi|126|C|{1}{B}|Sorcery|||All creatures get -1/-1 until end of turn.| -Spawnsire of Ulamog|Rise of the Eldrazi|11|R|{10}|Creature — Eldrazi|7|11|Annihilator 1 (Whenever this creature attacks, defending player sacrifices a permanent.)${4}: Put two 0/1 colorless Eldrazi Spawn creature tokens onto the battlefield. They have "Sacrifice this creature: Add {1} to your mana pool."${2}0: Cast any number of Eldrazi cards you own from outside the game without paying their mana costs.| +Spawnsire of Ulamog|Rise of the Eldrazi|11|R|{10}|Creature — Eldrazi|7|11|Annihilator 1 (Whenever this creature attacks, defending player sacrifices a permanent.)${4}: Put two 0/1 colorless Eldrazi Spawn creature tokens onto the battlefield. They have "Sacrifice this creature: Add {1} to your mana pool."${2}0: Cast any number of Eldrazi cards you own from outside the game without paying their mana costs.| Hedron Matrix|Rise of the Eldrazi|218|R|{4}|Artifact — Equipment|||Equipped creature gets +X/+X, where X is its converted mana cost.$Equip {4}| Sporecap Spider|Rise of the Eldrazi|209|C|{2}{G}|Creature — Spider|1|5|Reach (This creature can block creatures with flying.)| Bloodrite Invoker|Rise of the Eldrazi|97|C|{2}{B}|Creature — Vampire Shaman|3|1|{8}: Target player loses 3 life and you gain 3 life.| Mammoth Umbra|Rise of the Eldrazi|37|U|{4}{W}|Enchantment — Aura|||Enchant creature$Enchanted creature gets +3/+3 and has vigilance.$Totem armor (If enchanted creature would be destroyed, instead remove all damage from it and destroy this Aura.)| -Dread Drone|Rise of the Eldrazi|108|C|{4}{B}|Creature — Eldrazi Drone|4|1|When Dread Drone enters the battlefield, put two 0/1 colorless Eldrazi Spawn creature tokens onto the battlefield. They have "Sacrifice this creature: Add {1} to your mana pool."| +Dread Drone|Rise of the Eldrazi|108|C|{4}{B}|Creature — Eldrazi Drone|4|1|When Dread Drone enters the battlefield, put two 0/1 colorless Eldrazi Spawn creature tokens onto the battlefield. They have "Sacrifice this creature: Add {1} to your mana pool."| Zof Shade|Rise of the Eldrazi|132|C|{3}{B}|Creature — Shade|2|2|{2}{B}: Zof Shade gets +2/+2 until end of turn.| Kor Spiritdancer|Rise of the Eldrazi|31|R|{1}{W}|Creature — Kor Wizard|0|2|Kor Spiritdancer gets +2/+2 for each Aura attached to it.$Whenever you cast an Aura spell, you may draw a card.| Wall of Omens|Rise of the Eldrazi|53|U|{1}{W}|Creature — Wall|0|4|Defender$When Wall of Omens enters the battlefield, draw a card.| @@ -16511,7 +16511,7 @@ Disaster Radius|Rise of the Eldrazi|141|R|{5}{R}{R}|Sorcery|||As an additional c Renegade Doppelganger|Rise of the Eldrazi|84|R|{1}{U}|Creature — Shapeshifter|0|1|Whenever another creature enters the battlefield under your control, you may have Renegade Doppelganger become a copy of that creature until end of turn. (If it does, it loses this ability for the rest of the turn.)| Ogre Sentry|Rise of the Eldrazi|159|C|{1}{R}|Creature — Ogre Warrior|3|3|Defender| Dormant Gomazoa|Rise of the Eldrazi|62|R|{1}{U}{U}|Creature — Jellyfish|5|5|Flying$Dormant Gomazoa enters the battlefield tapped.$Dormant Gomazoa doesn't untap during your untap step.$Whenever you become the target of a spell, you may untap Dormant Gomazoa.| -Snake Umbra|Rise of the Eldrazi|207|C|{2}{G}|Enchantment — Aura|||Enchant creature$Enchanted creature gets +1/+1 and has "Whenever this creature deals damage to an opponent, you may draw a card."$Totem armor (If enchanted creature would be destroyed, instead remove all damage from it and destroy this Aura.)| +Snake Umbra|Rise of the Eldrazi|207|C|{2}{G}|Enchantment — Aura|||Enchant creature$Enchanted creature gets +1/+1 and has "Whenever this creature deals damage to an opponent, you may draw a card."$Totem armor (If enchanted creature would be destroyed, instead remove all damage from it and destroy this Aura.)| Lighthouse Chronologist|Rise of the Eldrazi|75|M|{1}{U}|Creature — Human Wizard|1|3|Level up {U} ({U}: Put a level counter on this. Level up only as a sorcery.)$LEVEL 4-6$2/4$$LEVEL 7+$3/5$At the beginning of each end step, if it's not your turn, take an extra turn after this one.| Skywatcher Adept|Rise of the Eldrazi|88|C|{U}|Creature — Merfolk Wizard|1|1|Level up {3} ({3}: Put a level counter on this. Level up only as a sorcery.)$LEVEL 1-2$2/2$Flying$LEVEL 3+$4/2$Flying| Drana, Kalastria Bloodchief|Rise of the Eldrazi|107|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.| @@ -16529,18 +16529,18 @@ Contaminated Ground|Rise of the Eldrazi|102|C|{1}{B}|Enchantment Overgrown Battlement|Rise of the Eldrazi|203|C|{1}{G}|Creature — Wall|0|4|Defender${tap}: Add {G} to your mana pool for each creature with defender you control.| Kazandu Tuskcaller|Rise of the Eldrazi|191|R|{1}{G}|Creature — Human Shaman|1|1|Level up {1}{G} ({1}{G}: Put a level counter on this. Level up only as a sorcery.)$LEVEL 2-5$1/1${tap}: Put a 3/3 green Elephant creature token onto the battlefield.$LEVEL 6+$1/1${tap}: Put two 3/3 green Elephant creature tokens onto the battlefield.| Guul Draz Assassin|Rise of the Eldrazi|112|R|{B}|Creature — Vampire Assassin|1|1|Level up {1}{B} ({1}{B}: Put a level counter on this. Level up only as a sorcery.)$LEVEL 2-3$2/2${B}, {tap}: Target creature gets -2/-2 until end of turn.$LEVEL 4+$4/4${B}, {tap}: Target creature gets -4/-4 until end of turn.| -Skittering Invasion|Rise of the Eldrazi|10|U|{7}|Tribal Sorcery — Eldrazi|||Put five 0/1 colorless Eldrazi Spawn creature tokens onto the battlefield. They have "Sacrifice this creature: Add {1} to your mana pool."| +Skittering Invasion|Rise of the Eldrazi|10|U|{7}|Tribal Sorcery — Eldrazi|||Put five 0/1 colorless Eldrazi Spawn creature tokens onto the battlefield. They have "Sacrifice this creature: Add {1} to your mana pool."| Soulbound Guardians|Rise of the Eldrazi|45|U|{4}{W}|Creature — Kor Spirit|4|5|Defender, flying| Hand of Emrakul|Rise of the Eldrazi|5|C|{9}|Creature — Eldrazi|7|7|You may sacrifice four Eldrazi Spawn rather than pay Hand of Emrakul's mana cost.$Annihilator 1 (Whenever this creature attacks, defending player sacrifices a permanent.)| Suffer the Past|Rise of the Eldrazi|128|U|{X}{B}|Instant|||Exile X target cards from target player's graveyard. For each card exiled this way, that player loses 1 life and you gain 1 life.| Pelakka Wurm|Rise of the Eldrazi|204|U|{4}{G}{G}{G}|Creature — Wurm|7|7|Trample$When Pelakka Wurm enters the battlefield, you gain 7 life.$When Pelakka Wurm dies, draw a card.| Lavafume Invoker|Rise of the Eldrazi|155|C|{2}{R}|Creature — Goblin Shaman|2|2|{8}: Creatures you control get +3/+0 until end of turn.| -Corpsehatch|Rise of the Eldrazi|103|U|{3}{B}{B}|Sorcery|||Destroy target nonblack creature. Put two 0/1 colorless Eldrazi Spawn creature tokens onto the battlefield. They have "Sacrifice this creature: Add {1} to your mana pool."| +Corpsehatch|Rise of the Eldrazi|103|U|{3}{B}{B}|Sorcery|||Destroy target nonblack creature. Put two 0/1 colorless Eldrazi Spawn creature tokens onto the battlefield. They have "Sacrifice this creature: Add {1} to your mana pool."| Enatu Golem|Rise of the Eldrazi|217|U|{6}|Artifact Creature — Golem|3|5|When Enatu Golem dies, you gain 4 life.| Nema Siltlurker|Rise of the Eldrazi|200|C|{4}{G}|Creature — Lizard|3|5|| Deathless Angel|Rise of the Eldrazi|17|R|{4}{W}{W}|Creature — Angel|5|7|Flying${W}{W}: Target creature is indestructible this turn.| Kozilek, Butcher of Truth|Rise of the Eldrazi|6|M|{10}|Legendary Creature — Eldrazi|12|12|When you cast Kozilek, Butcher of Truth, draw four cards.$Annihilator 4 (Whenever this creature attacks, defending player sacrifices four permanents.)$When Kozilek is put into a graveyard from anywhere, its owner shuffles his or her graveyard into his or her library.| -Brood Birthing|Rise of the Eldrazi|138|C|{1}{R}|Sorcery|||If you control an Eldrazi Spawn, put three 0/1 colorless Eldrazi Spawn creature tokens onto the battlefield. They have "Sacrifice this creature: Add {1} to your mana pool." Otherwise, put one of those tokens onto the battlefield.| +Brood Birthing|Rise of the Eldrazi|138|C|{1}{R}|Sorcery|||If you control an Eldrazi Spawn, put three 0/1 colorless Eldrazi Spawn creature tokens onto the battlefield. They have "Sacrifice this creature: Add {1} to your mana pool." Otherwise, put one of those tokens onto the battlefield.| Broodwarden|Rise of the Eldrazi|181|U|{3}{G}{G}|Creature — Eldrazi Drone|4|4|Eldrazi Spawn creatures you control get +2/+1.| Drake Umbra|Rise of the Eldrazi|63|U|{4}{U}|Enchantment — Aura|||Enchant creature$Enchanted creature gets +3/+3 and has flying.$Totem armor (If enchanted creature would be destroyed, instead remove all damage from it and destroy this Aura.)| Beastbreaker of Bala Ged|Rise of the Eldrazi|178|U|{1}{G}|Creature — Human Warrior|2|2|Level up {2}{G} ({2}{G}: Put a level counter on this. Level up only as a sorcery.)$LEVEL 1-3$4/4$$LEVEL 4+$6/6$Trample| @@ -16694,7 +16694,7 @@ Spell Contortion|Worldwake|38|U|{2}{U}|Instant|||Multikicker {1}{U} (You may Marsh Threader|Worldwake|14|C|{1}{W}|Creature — Kor Scout|2|1|Swampwalk| Goblin Arsonist|Rise of the Eldrazi|147|C|{R}|Creature — Goblin Shaman|1|1|When Goblin Arsonist dies, you may have it deal 1 damage to target creature or player.| Enclave Cryptologist|Rise of the Eldrazi|66|U|{U}|Creature — Merfolk Wizard|0|1|Level up {1}{U} ({1}{U}: Put a level counter on this. Level up only as a sorcery.)$LEVEL 1-2$0/1${tap}: Draw a card, then discard a card.$LEVEL 3+$0/1${tap}: Draw a card.| -Pawn of Ulamog|Rise of the Eldrazi|122|U|{1}{B}{B}|Creature — Vampire Shaman|2|2|Whenever Pawn of Ulamog or another nontoken creature you control dies, you may put a 0/1 colorless Eldrazi Spawn creature token onto the battlefield. It has "Sacrifice this creature: Add {1} to your mana pool."| +Pawn of Ulamog|Rise of the Eldrazi|122|U|{1}{B}{B}|Creature — Vampire Shaman|2|2|Whenever Pawn of Ulamog or another nontoken creature you control dies, you may put a 0/1 colorless Eldrazi Spawn creature token onto the battlefield. It has "Sacrifice this creature: Add {1} to your mana pool."| Ulamog's Crusher|Rise of the Eldrazi|13|C|{8}|Creature — Eldrazi|8|8|Annihilator 2 (Whenever this creature attacks, defending player sacrifices two permanents.)$Ulamog's Crusher attacks each turn if able.| Ulamog, the Infinite Gyre|Rise of the Eldrazi|12|M|{11}|Legendary Creature — Eldrazi|10|10|When you cast Ulamog, the Infinite Gyre, destroy target permanent.$Annihilator 4 (Whenever this creature attacks, defending player sacrifices four permanents.)$Ulamog is indestructible.$When Ulamog is put into a graveyard from anywhere, its owner shuffles his or her graveyard into his or her library.| Kiln Fiend|Rise of the Eldrazi|153|C|{1}{R}|Creature — Elemental Beast|1|2|Whenever you cast an instant or sorcery spell, Kiln Fiend gets +3/+0 until end of turn.| @@ -16714,7 +16714,7 @@ Repel the Darkness|Rise of the Eldrazi|42|C|{2}{W}|Instant|||Tap up to two targe Nirkana Cutthroat|Rise of the Eldrazi|119|U|{2}{B}|Creature — Vampire Warrior|3|2|Level up {2}{B} ({2}{B}: Put a level counter on this. Level up only as a sorcery.)$LEVEL 1-2$4/3$Deathtouch$LEVEL 3+$5/4$First strike, deathtouch| Recurring Insight|Rise of the Eldrazi|82|R|{4}{U}{U}|Sorcery|||Draw cards equal to the number of cards in target opponent's hand.$Rebound (If you cast this spell from your hand, exile it as it resolves. At the beginning of your next upkeep, you may cast this card from exile without paying its mana cost.)| Sea Gate Oracle|Rise of the Eldrazi|85|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.| -Essence Feed|Rise of the Eldrazi|110|C|{5}{B}|Sorcery|||Target player loses 3 life. You gain 3 life and put three 0/1 colorless Eldrazi Spawn creature tokens onto the battlefield. They have "Sacrifice this creature: Add {1} to your mana pool."| +Essence Feed|Rise of the Eldrazi|110|C|{5}{B}|Sorcery|||Target player loses 3 life. You gain 3 life and put three 0/1 colorless Eldrazi Spawn creature tokens onto the battlefield. They have "Sacrifice this creature: Add {1} to your mana pool."| Tuktuk the Explorer|Rise of the Eldrazi|169|R|{2}{R}|Legendary Creature — Goblin|1|1|Haste$When Tuktuk the Explorer dies, put a legendary 5/5 colorless Goblin Golem artifact creature token named Tuktuk the Returned onto the battlefield.| Eland Umbra|Rise of the Eldrazi|19|C|{1}{W}|Enchantment — Aura|||Enchant creature$Enchanted creature gets +0/+4.$Totem armor (If enchanted creature would be destroyed, instead remove all damage from it and destroy this Aura.)| Bala Ged Scorpion|Rise of the Eldrazi|95|C|{3}{B}|Creature — Scorpion|2|3|When Bala Ged Scorpion enters the battlefield, you may destroy target creature with power 1 or less.| @@ -16913,7 +16913,7 @@ Echo Mage|Rise of the Eldrazi|64|R|{1}{U}{U}|Creature Lord of Shatterskull Pass|Rise of the Eldrazi|156|R|{3}{R}|Creature — Minotaur Shaman|3|3|Level up {1}{R} ({1}{R}: Put a level counter on this. Level up only as a sorcery.)$LEVEL 1-5$6/6$$LEVEL 6+$6/6$Whenever Lord of Shatterskull Pass attacks, it deals 6 damage to each creature defending player controls.| Harmless Assault|Rise of the Eldrazi|24|C|{2}{W}{W}|Instant|||Prevent all combat damage that would be dealt this turn by attacking creatures.| Zulaport Enforcer|Rise of the Eldrazi|133|C|{B}|Creature — Human Warrior|1|1|Level up {4} ({4}: Put a level counter on this. Level up only as a sorcery.)$LEVEL 1-2$3/3$$LEVEL 3+$5/5$Zulaport Enforcer can't be blocked except by black creatures.| -Mul Daya Channelers|Rise of the Eldrazi|198|R|{1}{G}{G}|Creature — Elf Druid Shaman|2|2|Play with the top card of your library revealed.$As long as the top card of your library is a creature card, Mul Daya Channelers gets +3/+3.$As long as the top card of your library is a land card, Mul Daya Channelers has "{tap}: Add two mana of any one color to your mana pool."| +Mul Daya Channelers|Rise of the Eldrazi|198|R|{1}{G}{G}|Creature — Elf Druid Shaman|2|2|Play with the top card of your library revealed.$As long as the top card of your library is a creature card, Mul Daya Channelers gets +3/+3.$As long as the top card of your library is a land card, Mul Daya Channelers has "{tap}: Add two mana of any one color to your mana pool."| Distortion Strike|Rise of the Eldrazi|60|C|{U}|Sorcery|||Target creature gets +1/+0 until end of turn and is unblockable this turn.$Rebound (If you cast this spell from your hand, exile it as it resolves. At the beginning of your next upkeep, you may cast this card from exile without paying its mana cost.)| Sphinx of Magosi|Rise of the Eldrazi|89|R|{3}{U}{U}{U}|Creature — Sphinx|6|6|Flying${2}{U}: Draw a card, then put a +1/+1 counter on Sphinx of Magosi.| Fissure Vent|Rise of the Eldrazi|144|C|{3}{R}{R}|Sorcery|||Choose one or both — Destroy target artifact; and/or destroy target nonbasic land.| @@ -16926,15 +16926,15 @@ Ikiral Outrider|Rise of the Eldrazi|27|C|{1}{W}|Creature Traitorous Instinct|Rise of the Eldrazi|168|U|{3}{R}|Sorcery|||Gain control of target creature until end of turn. Untap that creature. Until end of turn, it gets +2/+0 and gains haste.| Surreal Memoir|Rise of the Eldrazi|167|U|{3}{R}|Sorcery|||Return an instant card at random from your graveyard to your hand.$Rebound (If you cast this spell from your hand, exile it as it resolves. At the beginning of your next upkeep, you may cast this card from exile without paying its mana cost.)| Nomads' Assembly|Rise of the Eldrazi|39|R|{4}{W}{W}|Sorcery|||Put a 1/1 white Kor Soldier creature token onto the battlefield for each creature you control.$Rebound (If you cast this spell from your hand, exile it as it resolves. At the beginning of your next upkeep, you may cast this card from exile without paying its mana cost.)| -Rapacious One|Rise of the Eldrazi|162|U|{5}{R}|Creature — Eldrazi Drone|5|4|Trample$Whenever Rapacious One deals combat damage to a player, put that many 0/1 colorless Eldrazi Spawn creature tokens onto the battlefield. They have "Sacrifice this creature: Add {1} to your mana pool."| +Rapacious One|Rise of the Eldrazi|162|U|{5}{R}|Creature — Eldrazi Drone|5|4|Trample$Whenever Rapacious One deals combat damage to a player, put that many 0/1 colorless Eldrazi Spawn creature tokens onto the battlefield. They have "Sacrifice this creature: Add {1} to your mana pool."| Hyena Umbra|Rise of the Eldrazi|26|C|{W}|Enchantment — Aura|||Enchant creature$Enchanted creature gets +1/+1 and has first strike.$Totem armor (If enchanted creature would be destroyed, instead remove all damage from it and destroy this Aura.)| Prophetic Prism|Rise of the Eldrazi|222|C|{2}|Artifact|||When Prophetic Prism enters the battlefield, draw a card.${1}, {tap}: Add one mana of any color to your mana pool.| Not of This World|Rise of the Eldrazi|8|U|{7}|Tribal Instant — Eldrazi|||Counter target spell or ability that targets a permanent you control.$Not of This World costs {7} less to cast if it targets a spell or ability that targets a creature you control with power 7 or greater.| Virulent Swipe|Rise of the Eldrazi|131|U|{B}|Instant|||Target creature gets +2/+0 and gains deathtouch until end of turn.$Rebound (If you cast this spell from your hand, exile it as it resolves. At the beginning of your next upkeep, you may cast this card from exile without paying its mana cost.)| Cast Through Time|Rise of the Eldrazi|55|M|{4}{U}{U}{U}|Enchantment|||Instant and sorcery spells you control have rebound. (Exile the spell as it resolves if you cast it from your hand. At the beginning of your next upkeep, you may cast that card from exile without paying its mana cost.)| Baneful Omen|Rise of the Eldrazi|96|R|{4}{B}{B}{B}|Enchantment|||At the beginning of your end step, you may reveal the top card of your library. If you do, each opponent loses life equal to that card's converted mana cost.| -Kozilek's Predator|Rise of the Eldrazi|193|C|{3}{G}|Creature — Eldrazi Drone|3|3|When Kozilek's Predator enters the battlefield, put two 0/1 colorless Eldrazi Spawn creature tokens onto the battlefield. They have "Sacrifice this creature: Add {1} to your mana pool."| -Bear Umbra|Rise of the Eldrazi|177|R|{2}{G}{G}|Enchantment — Aura|||Enchant creature$Enchanted creature gets +2/+2 and has "Whenever this creature attacks, untap all lands you control."$Totem armor (If enchanted creature would be destroyed, instead remove all damage from it and destroy this Aura.)| +Kozilek's Predator|Rise of the Eldrazi|193|C|{3}{G}|Creature — Eldrazi Drone|3|3|When Kozilek's Predator enters the battlefield, put two 0/1 colorless Eldrazi Spawn creature tokens onto the battlefield. They have "Sacrifice this creature: Add {1} to your mana pool."| +Bear Umbra|Rise of the Eldrazi|177|R|{2}{G}{G}|Enchantment — Aura|||Enchant creature$Enchanted creature gets +2/+2 and has "Whenever this creature attacks, untap all lands you control."$Totem armor (If enchanted creature would be destroyed, instead remove all damage from it and destroy this Aura.)| Affa Guard Hound|Rise of the Eldrazi|14|U|{2}{W}|Creature — Hound|2|2|Flash$When Affa Guard Hound enters the battlefield, target creature gets +0/+3 until end of turn.| Hellion Eruption|Rise of the Eldrazi|151|R|{5}{R}|Sorcery|||Sacrifice all creatures you control, then put that many 4/4 red Hellion creature tokens onto the battlefield.| Bloodthrone Vampire|Rise of the Eldrazi|98|C|{1}{B}|Creature — Vampire|1|1|Sacrifice a creature: Bloodthrone Vampire gets +2/+2 until end of turn.| @@ -16965,7 +16965,7 @@ Jwari Shapeshifter|Worldwake|32|R|{1}{U}|Creature Quest for the Goblin Lord|Worldwake|86|U|{R}|Enchantment|||Whenever a Goblin enters the battlefield under your control, you may put a quest counter on Quest for the Goblin Lord.$As long as Quest for the Goblin Lord has five or more quest counters on it, creatures you control get +2/+0.| Marshal's Anthem|Worldwake|15|R|{2}{W}{W}|Enchantment|||Multikicker {1}{W} (You may pay an additional {1}{W} any number of times as you cast this spell.)$Creatures you control get +1/+1.$When Marshal's Anthem enters the battlefield, return up to X target creature cards from your graveyard to the battlefield, where X is the number of times Marshal's Anthem was kicked.| Battle Hurda|Worldwake|4|C|{4}{W}|Creature — Giant|3|3|First strike| -Razor Boomerang|Worldwake|129|U|{3}|Artifact — Equipment|||Equipped creature has "{tap}, Unattach Razor Boomerang: Razor Boomerang deals 1 damage to target creature or player. Return Razor Boomerang to its owner's hand."$Equip {2}| +Razor Boomerang|Worldwake|129|U|{3}|Artifact — Equipment|||Equipped creature has "{tap}, Unattach Razor Boomerang: Razor Boomerang deals 1 damage to target creature or player. Return Razor Boomerang to its owner's hand."$Equip {2}| Twitch|Worldwake|43|C|{2}{U}|Instant|||You may tap or untap target artifact, creature, or land.$Draw a card.| Hada Freeblade|Worldwake|7|U|{W}|Creature — Human Soldier Ally|0|1|Whenever Hada Freeblade or another Ally enters the battlefield under your control, you may put a +1/+1 counter on Hada Freeblade.| Quest for Ula's Temple|Worldwake|35|R|{U}|Enchantment|||At the beginning of your upkeep, you may look at the top card of your library. If it's a creature card, you may reveal it and put a quest counter on Quest for Ula's Temple.$At the beginning of each end step, if there are three or more quest counters on Quest for Ula's Temple, you may put a Kraken, Leviathan, Octopus, or Serpent creature card from your hand onto the battlefield.| @@ -17080,13 +17080,13 @@ Rohgahh of Kher Keep|Masters Edition III|172|R|{2}{B}{B}{R}{R}|Legendary Creatur Rubinia Soulsinger|Masters Edition III|173|R|{2}{G}{W}{U}|Legendary Creature — Faerie|2|3|You may choose not to untap Rubinia Soulsinger during your untap step.${tap}: Gain control of target creature for as long as you control Rubinia and Rubinia remains tapped.| Fellwar Stone|Masters Edition III|195|C|{2}|Artifact|||{tap}: Add to your mana pool one mana of any color that a land an opponent controls could produce.| Sir Shandlar of Eberyn|Masters Edition III|174|C|{4}{G}{W}|Legendary Creature — Human Knight|4|7|| -Takklemaggot|Masters Edition III|76|U|{2}{B}{B}|Enchantment — Aura|||Enchant creature$At the beginning of the upkeep of enchanted creature's controller, put a -0/-1 counter on that creature.$When enchanted creature dies, that creature's controller chooses a creature that Takklemaggot could enchant. If he or she does, return Takklemaggot to the battlefield under your control attached to that creature. If he or she doesn't, return Takklemaggot to the battlefield under your control as a non-Aura enchantment. It loses "enchant creature" and gains "At the beginning of that player's upkeep, Takklemaggot deals 1 damage to him or her."| +Takklemaggot|Masters Edition III|76|U|{2}{B}{B}|Enchantment — Aura|||Enchant creature$At the beginning of the upkeep of enchanted creature's controller, put a -0/-1 counter on that creature.$When enchanted creature dies, that creature's controller chooses a creature that Takklemaggot could enchant. If he or she does, return Takklemaggot to the battlefield under your control attached to that creature. If he or she doesn't, return Takklemaggot to the battlefield under your control as a non-Aura enchantment. It loses "enchant creature" and gains "At the beginning of that player's upkeep, Takklemaggot deals 1 damage to him or her."| Stangg|Masters Edition III|177|U|{4}{R}{G}|Legendary Creature — Human Warrior|3|4|When Stangg enters the battlefield, put a legendary 3/4 red and green Human Warrior creature token named Stangg Twin onto the battlefield. When Stangg leaves the battlefield, exile that token. When that token leaves the battlefield, sacrifice Stangg.| Sunastian Falconer|Masters Edition III|178|U|{3}{R}{G}|Legendary Creature — Human Shaman|4|4|{tap}: Add {2} to your mana pool.| Sword of the Ages|Masters Edition III|202|R|{6}|Artifact|||Sword of the Ages enters the battlefield tapped.${tap}, Exile Sword of the Ages and any number of creatures you control: Sword of the Ages deals X damage to target creature or player, where X is the total power of the creatures exiled this way.| Tetsuo Umezawa|Masters Edition III|179|R|{U}{B}{R}|Legendary Creature — Human Archer|3|3|Tetsuo Umezawa can't be the target of Aura spells.${U}{B}{B}{R}, {tap}: Destroy target tapped or blocking creature.| Gauntlets of Chaos|Masters Edition III|196|R|{5}|Artifact|||{5}, Sacrifice Gauntlets of Chaos: Exchange control of target artifact, creature, or land you control and target permanent an opponent controls that shares one of those types with it. If those permanents are exchanged this way, destroy all Auras attached to them.| -The Tabernacle at Pendrell Vale|Masters Edition III|212|R||Legendary Land|||All creatures have "At the beginning of your upkeep, destroy this creature unless you pay {1}."| +The Tabernacle at Pendrell Vale|Masters Edition III|212|R||Legendary Land|||All creatures have "At the beginning of your upkeep, destroy this creature unless you pay {1}."| Divine Intervention|Masters Edition III|8|R|{6}{W}{W}|Enchantment|||Divine Intervention enters the battlefield with two intervention counters on it.$At the beginning of your upkeep, remove an intervention counter from Divine Intervention.$When you remove the last intervention counter from Divine Intervention, the game is a draw.| Tor Wauki|Masters Edition III|182|U|{2}{B}{B}{R}|Legendary Creature — Human Archer|3|3|{tap}: Tor Wauki deals 2 damage to target attacking or blocking creature.| Black Vise|Masters Edition III|191|R|{1}|Artifact|||As Black Vise enters the battlefield, choose an opponent.$At the beginning of the chosen player's upkeep, Black Vise deals X damage to that player, where X is the number of cards in his or her hand minus 4.| @@ -17204,7 +17204,7 @@ Slippery Karst|Duel Decks: Garruk vs. Liliana|26|C||Land|||Slippery Karst enters Phyrexian Rager|Duel Decks: Garruk vs. Liliana|39|C|{2}{B}|Creature — Horror|2|2|When Phyrexian Rager enters the battlefield, you draw a card and you lose 1 life.| Ravenous Rats|Duel Decks: Garruk vs. Liliana|37|C|{1}{B}|Creature — Rat|1|1|When Ravenous Rats enters the battlefield, target opponent discards a card.| Genju of the Cedars|Duel Decks: Garruk vs. Liliana|13|U|{G}|Enchantment — Aura|||Enchant Forest${2}: Enchanted Forest becomes a 4/4 green Spirit creature until end of turn. It's still a land.$When enchanted Forest is put into a graveyard, you may return Genju of the Cedars from your graveyard to your hand.| -Genju of the Fens|Duel Decks: Garruk vs. Liliana|47|U|{B}|Enchantment — Aura|||Enchant Swamp${2}: Until end of turn, enchanted Swamp becomes a 2/2 black Spirit creature with "{B}: This creature gets +1/+1 until end of turn." It's still a land.$When enchanted Swamp is put into a graveyard, you may return Genju of the Fens from your graveyard to your hand.| +Genju of the Fens|Duel Decks: Garruk vs. Liliana|47|U|{B}|Enchantment — Aura|||Enchant Swamp${2}: Until end of turn, enchanted Swamp becomes a 2/2 black Spirit creature with "{B}: This creature gets +1/+1 until end of turn." It's still a land.$When enchanted Swamp is put into a graveyard, you may return Genju of the Fens from your graveyard to your hand.| Snuff Out|Duel Decks: Garruk vs. Liliana|53|C|{3}{B}|Instant|||If you control a Swamp, you may pay 4 life rather than pay Snuff Out's mana cost.$$Destroy target nonblack creature. It can't be regenerated.| Keening Banshee|Duel Decks: Garruk vs. Liliana|44|U|{2}{B}{B}|Creature — Spirit|2|2|Flying$When Keening Banshee enters the battlefield, target creature gets -2/-2 until end of turn.| Rise from the Grave|Duel Decks: Garruk vs. Liliana|56|U|{4}{B}|Sorcery|||Put target creature card from a graveyard onto the battlefield under your control. That creature is a black Zombie in addition to its other colors and types.| @@ -17300,7 +17300,7 @@ Osai Vultures|Masters Edition IV|21|C|{1}{W}|Creature Counterspell|Masters Edition IV|45|C|{U}{U}|Instant|||Counter target spell.| Radjan Spirit|Masters Edition IV|162|U|{3}{G}|Creature — Spirit|3|2|{tap}: Target creature loses flying until end of turn.| Sinkhole|Masters Edition IV|97|R|{B}{B}|Sorcery|||Destroy target land.| -Zombie Master|Masters Edition IV|105|U|{1}{B}{B}|Creature — Zombie|2|3|Other Zombie creatures have swampwalk.$Other Zombies have "{B}: Regenerate this permanent."| +Zombie Master|Masters Edition IV|105|U|{1}{B}{B}|Creature — Zombie|2|3|Other Zombie creatures have swampwalk.$Other Zombies have "{B}: Regenerate this permanent."| Scavenging Ghoul|Masters Edition IV|95|U|{3}{B}|Creature — Zombie|2|2|At the beginning of each end step, put a corpse counter on Scavenging Ghoul for each creature that died this turn.$Remove a corpse counter from Scavenging Ghoul: Regenerate Scavenging Ghoul.| Volcanic Island|Masters Edition IV|260|R||Land — Island Mountain|||| Lim-Dûl's Cohort|Masters Edition IV|90|C|{1}{B}{B}|Creature — Zombie|2|3|Whenever Lim-Dûl's Cohort blocks or becomes blocked by a creature, that creature can't be regenerated this turn.| @@ -17312,7 +17312,7 @@ Whiptail Wurm|Masters Edition IV|173|U|{6}{G}|Creature Blaze of Glory|Masters Edition IV|7|U|{W}|Instant|||Cast Blaze of Glory only during the declare attackers step.$Target creature defending player controls can block any number of creatures this turn. It blocks each attacking creature this turn if able.| Aladdin|Masters Edition IV|106|R|{2}{R}{R}|Creature — Human Rogue|1|1|{1}{R}{R}, {tap}: Gain control of target artifact for as long as you control Aladdin.| Mightstone|Masters Edition IV|215|C|{4}|Artifact|||Attacking creatures get +1/+0.| -Sedge Troll|Masters Edition IV|135|R|{2}{R}|Creature — Troll|2|2|Sedge Troll gets +1/+1 as long as you control a Swamp.$${B}: Regenerate Sedge Troll.| +Sedge Troll|Masters Edition IV|135|R|{2}{R}|Creature — Troll|2|2|Sedge Troll gets +1/+1 as long as you control a Swamp.${B}: Regenerate Sedge Troll.| Library of Leng|Masters Edition IV|211|C|{1}|Artifact|||You have no maximum hand size.$If an effect causes you to discard a card, discard it, but you may put it on top of your library instead of into your graveyard.| Clockwork Avian|Masters Edition IV|190|U|{5}|Artifact Creature — Bird|0|4|Flying$Clockwork Avian enters the battlefield with four +1/+0 counters on it.$At end of combat, if Clockwork Avian attacked or blocked this combat, remove a +1/+0 counter from it.${X}, {tap}: Put up to X +1/+0 counters on Clockwork Avian. This ability can't cause the total number of +1/+0 counters on Clockwork Avian to be greater than four. Activate this ability only during your upkeep.| Tsunami|Masters Edition IV|171|R|{3}{G}|Sorcery|||Destroy all Islands.| @@ -17324,7 +17324,7 @@ Atog|Masters Edition IV|109|C|{1}{R}|Creature Floodwater Dam|Masters Edition IV|200|R|{3}|Artifact|||{X}{X}{1}, {tap}: Tap X target lands.| War Mammoth|Masters Edition IV|172|C|{3}{G}|Creature — Elephant|3|3|Trample| Soul Shred|Masters Edition IV|98|C|{3}{B}{B}|Sorcery|||Soul Shred deals 3 damage to target nonblack creature. You gain 3 life.| -Dread Wight|Masters Edition IV|79|U|{3}{B}{B}|Creature — Zombie|3|4|At end of combat, put a paralyzation counter on each creature blocking or blocked by Dread Wight and tap those creatures. Each of those creatures doesn't untap during its controller's untap step for as long as it has a paralyzation counter on it. Each of those creatures gains "{4}: Remove a paralyzation counter from this creature."| +Dread Wight|Masters Edition IV|79|U|{3}{B}{B}|Creature — Zombie|3|4|At end of combat, put a paralyzation counter on each creature blocking or blocked by Dread Wight and tap those creatures. Each of those creatures doesn't untap during its controller's untap step for as long as it has a paralyzation counter on it. Each of those creatures gains "{4}: Remove a paralyzation counter from this creature."| Triassic Egg|Masters Edition IV|235|R|{4}|Artifact|||{3}, {tap}: Put a hatchling counter on Triassic Egg.$Sacrifice Triassic Egg: Choose one — You may put a creature card from your hand onto the battlefield; or return target creature card from your graveyard to the battlefield. Activate this ability only if two or more hatchling counters are on Triassic Egg.| Time Vault|Masters Edition IV|234|R|{2}|Artifact|||Time Vault enters the battlefield tapped.$Time Vault doesn't untap during your untap step.$If you would begin your turn while Time Vault is tapped, you may skip that turn instead. If you do, untap Time Vault.${tap}: Take an extra turn after this one.| Goblin Firestarter|Masters Edition IV|120|C|{R}|Creature — Goblin|1|1|Sacrifice Goblin Firestarter: Goblin Firestarter deals 1 damage to target creature or player. Activate this ability only during your turn, before attackers are declared.| @@ -17335,7 +17335,7 @@ Goblin General|Masters Edition IV|121|U|{1}{R}{R}|Creature Angelic Voices|Masters Edition IV|3|U|{2}{W}{W}|Enchantment|||Creatures you control get +1/+1 as long as you control no nonartifact, nonwhite creatures.| Deathgrip|Masters Edition IV|75|R|{B}{B}|Enchantment|||{B}{B}: Counter target green spell.| Goblin Warrens|Masters Edition IV|123|U|{2}{R}|Enchantment|||{2}{R}, Sacrifice two Goblins: Put three 1/1 red Goblin creature tokens onto the battlefield.| -Energy Flux|Masters Edition IV|48|U|{2}{U}|Enchantment|||All artifacts have "At the beginning of your upkeep, sacrifice this artifact unless you pay {2}."| +Energy Flux|Masters Edition IV|48|U|{2}{U}|Enchantment|||All artifacts have "At the beginning of your upkeep, sacrifice this artifact unless you pay {2}."| Serra Bestiary|Masters Edition IV|27|C|{W}{W}|Enchantment — Aura|||Enchant creature$At the beginning of your upkeep, sacrifice Serra Bestiary unless you pay {W}{W}.$Enchanted creature can't attack or block, and its activated abilities with {tap} in their costs can't be activated.| Drop of Honey|Masters Edition IV|150|R|{G}|Enchantment|||At the beginning of your upkeep, destroy the creature with the least power. It can't be regenerated. If two or more creatures are tied for least power, you choose one of them.$When there are no creatures on the battlefield, sacrifice Drop of Honey.| Lich|Masters Edition IV|89|R|{B}{B}{B}{B}|Enchantment|||As Lich enters the battlefield, you lose life equal to your life total.$You don't lose the game for having 0 or less life.$If you would gain life, draw that many cards instead.$Whenever you're dealt damage, sacrifice that many nontoken permanents. If you can't, you lose the game.$When Lich is put into a graveyard from the battlefield, you lose the game.| @@ -17355,7 +17355,7 @@ Kormus Bell|Masters Edition IV|210|R|{4}|Artifact|||All Swamps are 1/1 black cre Sol Ring|Masters Edition IV|227|R|{1}|Artifact|||{tap}: Add {2} to your mana pool.| Balance|Masters Edition IV|6|R|{1}{W}|Sorcery|||Each player chooses a number of lands he or she controls equal to the number of lands controlled by the player who controls the fewest, then sacrifices the rest. Players discard cards and sacrifice creatures the same way.| Mijae Djinn|Masters Edition IV|127|R|{R}{R}{R}|Creature — Djinn|6|3|Whenever Mijae Djinn attacks, flip a coin. If you lose the flip, remove Mijae Djinn from combat and tap it.| -Demonic Hordes|Masters Edition IV|76|R|{3}{B}{B}{B}|Creature — Demon|5|5|{tap}: Destroy target land.$$At the beginning of your upkeep, unless you pay {B}{B}{B}, tap Demonic Hordes and sacrifice a land of an opponent's choice.| +Demonic Hordes|Masters Edition IV|76|R|{3}{B}{B}{B}|Creature — Demon|5|5|{tap}: Destroy target land.$At the beginning of your upkeep, unless you pay {B}{B}{B}, tap Demonic Hordes and sacrifice a land of an opponent's choice.| Pentagram of the Ages|Masters Edition IV|220|U|{4}|Artifact|||{4}, {tap}: The next time a source of your choice would deal damage to you this turn, prevent that damage.| Aesthir Glider|Masters Edition IV|176|C|{3}|Artifact Creature — Bird|2|1|Flying$Aesthir Glider can't block.| Detonate|Masters Edition IV|111|U|{X}{R}|Sorcery|||Destroy target artifact with converted mana cost X. It can't be regenerated. Detonate deals X damage to that artifact's controller.| @@ -17423,7 +17423,7 @@ Goblin Shrine|Masters Edition IV|122|C|{1}{R}{R}|Enchantment Rock Hydra|Masters Edition IV|133|R|{X}{R}{R}|Creature — Hydra|0|0|Rock Hydra enters the battlefield with X +1/+1 counters on it.$For each 1 damage that would be dealt to Rock Hydra, if it has a +1/+1 counter on it, remove a +1/+1 counter from it and prevent that 1 damage.${R}: Prevent the next 1 damage that would be dealt to Rock Hydra this turn.${R}{R}{R}: Put a +1/+1 counter on Rock Hydra. Activate this ability only during your upkeep.| Howl from Beyond|Masters Edition IV|87|C|{X}{B}|Instant|||Target creature gets +X/+0 until end of turn.| Argothian Pixies|Masters Edition IV|142|C|{1}{G}|Creature — Faerie|2|1|Argothian Pixies can't be blocked by artifact creatures.$Prevent all damage that would be dealt to Argothian Pixies by artifact creatures.| -Tetravus|Masters Edition IV|233|R|{6}|Artifact Creature — Construct|1|1|Flying$Tetravus enters the battlefield with three +1/+1 counters on it.$At the beginning of your upkeep, you may remove any number of +1/+1 counters from Tetravus. If you do, put that many 1/1 colorless Tetravite artifact creature tokens onto the battlefield. They each have flying and "This creature can't be enchanted."$At the beginning of your upkeep, you may exile any number of tokens put onto the battlefield with Tetravus. If you do, put that many +1/+1 counters on Tetravus.| +Tetravus|Masters Edition IV|233|R|{6}|Artifact Creature — Construct|1|1|Flying$Tetravus enters the battlefield with three +1/+1 counters on it.$At the beginning of your upkeep, you may remove any number of +1/+1 counters from Tetravus. If you do, put that many 1/1 colorless Tetravite artifact creature tokens onto the battlefield. They each have flying and "This creature can't be enchanted."$At the beginning of your upkeep, you may exile any number of tokens put onto the battlefield with Tetravus. If you do, put that many +1/+1 counters on Tetravus.| Word of Command|Masters Edition IV|103|R|{B}{B}|Instant|||Look at target opponent's hand and choose a card from it. You control that player until Word of Command finishes resolving. The player plays that card if able. While doing so, the player can activate mana abilities only if they're from lands he or she controls and only if mana they produce is spent to activate other mana abilities of lands he or she controls and/or play that card. If the chosen card is cast as a spell, you control the player while that spell is resolving.| Rockslide Ambush|Masters Edition IV|134|C|{1}{R}|Sorcery|||Rockslide Ambush deals damage to target creature equal to the number of Mountains you control.| Channel|Masters Edition IV|145|R|{G}{G}|Sorcery|||Until end of turn, any time you could activate a mana ability, you may pay 1 life. If you do, add {1} to your mana pool.| @@ -17457,7 +17457,7 @@ Dissipation Field|Scars of Mirrodin|32|R|{2}{U}{U}|Enchantment|||Whenever a perm Tel-Jilad Defiance|Scars of Mirrodin|129|C|{1}{G}|Instant|||Target creature gains protection from artifacts until end of turn.$Draw a card.| Bonds of Quicksilver|Scars of Mirrodin|29|C|{3}{U}|Enchantment — Aura|||Flash (You may cast this spell any time you could cast an instant.)$Enchant creature$Enchanted creature doesn't untap during its controller's untap step.| Corrupted Harvester|Scars of Mirrodin|59|U|{4}{B}{B}|Creature — Horror|6|3|{B}, Sacrifice a creature: Regenerate Corrupted Harvester.| -Arm with AEther|New Phyrexia|28|U|{2}{U}|Sorcery|||Until end of turn, creatures you control gain "Whenever this creature deals damage to an opponent, you may return target creature that player controls to its owner's hand."| +Arm with AEther|New Phyrexia|28|U|{2}{U}|Sorcery|||Until end of turn, creatures you control gain "Whenever this creature deals damage to an opponent, you may return target creature that player controls to its owner's hand."| Riddlesmith|Scars of Mirrodin|40|U|{1}{U}|Creature — Human Artificer|2|1|Whenever you cast an artifact spell, you may draw a card. If you do, discard a card.| Alpha Tyrranax|Scars of Mirrodin|109|C|{4}{G}{G}|Creature — Beast|6|5|| Wall of Tanglecord|Scars of Mirrodin|222|C|{2}|Artifact Creature — Wall|0|6|Defender${G}: Wall of Tanglecord gains reach until end of turn. (It can block creatures with flying.)| @@ -17490,7 +17490,7 @@ Azure Drake|Magic 2011|46|C|{3}{U}|Creature Gargoyle Sentinel|Magic 2011|207|U|{3}|Artifact Creature — Gargoyle|3|3|Defender (This creature can't attack.)${3}: Until end of turn, Gargoyle Sentinel loses defender and gains flying.| Earth Servant|Magic 2011|134|U|{5}{R}|Creature — Elemental|4|4|Earth Servant gets +0/+1 for each Mountain you control.| Ajani's Mantra|Magic 2011|2|C|{1}{W}|Enchantment|||At the beginning of your upkeep, you may gain 1 life.| -Knight Exemplar|Magic 2011|20|R|{1}{W}{W}|Creature — Human Knight|2|2|First strike (This creature deals combat damage before creatures without first strike.)$Other Knight creatures you control get +1/+1 and are indestructible. (Lethal damage and effects that say "destroy" don't destroy them.)| +Knight Exemplar|Magic 2011|20|R|{1}{W}{W}|Creature — Human Knight|2|2|First strike (This creature deals combat damage before creatures without first strike.)$Other Knight creatures you control get +1/+1 and are indestructible. (Lethal damage and effects that say "destroy" don't destroy them.)| Serra Ascendant|Magic 2011|28|R|{W}|Creature — Human Monk|1|1|Lifelink (Damage dealt by this creature also causes you to gain that much life.)$As long as you have 30 or more life, Serra Ascendant gets +5/+5 and has flying.| Arc Runner|Magic 2011|123|C|{2}{R}|Creature — Elemental Ox|5|1|Haste (This creature can attack and {tap} as soon as it comes under your control.)$At the beginning of the end step, sacrifice Arc Runner.| Fire Servant|Magic 2011|137|U|{3}{R}{R}|Creature — Elemental|4|3|If a red instant or sorcery spell you control would deal damage, it deals double that damage instead.| @@ -17532,7 +17532,7 @@ Quag Sickness|Magic 2011|111|C|{2}{B}|Enchantment Stormtide Leviathan|Magic 2011|74|R|{5}{U}{U}{U}|Creature — Leviathan|8|8|Islandwalk (This creature is unblockable as long as defending player controls an Island.)$All lands are Islands in addition to their other types.$Creatures without flying or islandwalk can't attack.| Sun Titan|Magic 2011|35|M|{4}{W}{W}|Creature — Giant|6|6|Vigilance$Whenever Sun Titan enters the battlefield or attacks, you may return target permanent card with converted mana cost 3 or less from your graveyard to the battlefield.| Leyline of Vitality|Magic 2011|183|R|{2}{G}{G}|Enchantment|||If Leyline of Vitality is in your opening hand, you may begin the game with it on the battlefield.$Creatures you control get +0/+1.$Whenever a creature enters the battlefield under your control, you may gain 1 life.| -Mitotic Slime|Magic 2011|185|R|{4}{G}|Creature — Ooze|4|4|When Mitotic Slime dies, put two 2/2 green Ooze creature tokens onto the battlefield. They have "When this creature dies, put two 1/1 green Ooze creature tokens onto the battlefield."| +Mitotic Slime|Magic 2011|185|R|{4}{G}|Creature — Ooze|4|4|When Mitotic Slime dies, put two 2/2 green Ooze creature tokens onto the battlefield. They have "When this creature dies, put two 1/1 green Ooze creature tokens onto the battlefield."| Gaea's Revenge|Magic 2011|174|M|{5}{G}{G}|Creature — Elemental|8|5|Gaea's Revenge can't be countered.$Haste$Gaea's Revenge can't be the target of nongreen spells or abilities from nongreen sources.| Phylactery Lich|Magic 2011|110|R|{B}{B}{B}|Creature — Zombie|5|5|As Phylactery Lich enters the battlefield, put a phylactery counter on an artifact you control.$Phylactery Lich is indestructible.$When you control no permanents with phylactery counters on them, sacrifice Phylactery Lich.| Liliana's Caress|Magic 2011|103|U|{1}{B}|Enchantment|||Whenever an opponent discards a card, that player loses 2 life.| @@ -17694,7 +17694,7 @@ Tornado Elemental|Planechase|79|R|{5}{G}{G}|Creature Suntouched Myr|Planechase|128|C|{3}|Artifact Creature — Myr|0|0|Sunburst (This enters the battlefield with a +1/+1 counter on it for each color of mana spent to cast it.)| Arcbound Crusher|Planechase|105|U|{4}|Artifact Creature — Juggernaut|0|0|Trample$Whenever another artifact enters the battlefield, put a +1/+1 counter on Arcbound Crusher.$Modular 1 (This enters the battlefield with a +1/+1 counter on it. When it dies, you may put its +1/+1 counters on target artifact creature.)| Arcbound Slith|Planechase|106|U|{2}|Artifact Creature — Slith|0|0|Whenever Arcbound Slith deals combat damage to a player, put a +1/+1 counter on it.$Modular 1 (This enters the battlefield with a +1/+1 counter on it. When it dies, you may put its +1/+1 counters on target artifact creature.)| -Darksteel Forge|Planechase|111|R|{9}|Artifact|||Artifacts you control are indestructible. ("Destroy" effects and lethal damage don't destroy them.)| +Darksteel Forge|Planechase|111|R|{9}|Artifact|||Artifacts you control are indestructible. ("Destroy" effects and lethal damage don't destroy them.)| Vedalken Engineer|Planechase|15|C|{1}{U}|Creature — Vedalken Artificer|1|1|{tap}: Add two mana of any one color to your mana pool. Spend this mana only to cast artifact spells or activate abilities of artifacts.| Sarcomite Myr|Planechase|13|C|{2}{U}|Artifact Creature — Myr|2|1|{2}: Sarcomite Myr gains flying until end of turn.${2}, Sacrifice Sarcomite Myr: Draw a card.| Beast Hunt|Planechase|68|C|{3}{G}|Sorcery|||Reveal the top three cards of your library. Put all creature cards revealed this way into your hand and the rest into your graveyard.| @@ -17841,7 +17841,7 @@ Island|Rise of the Eldrazi|236|L||Basic Land Mountain|Rise of the Eldrazi|241|L||Basic Land — Mountain|||R| Swamp|Rise of the Eldrazi|240|L||Basic Land — Swamp|||B| Forest|Rise of the Eldrazi|248|L||Basic Land — Forest|||G| -Ajani Goldmane|Magic 2011|1|M|{2}{W}{W}|Planeswalker — Ajani|||+1: You gain 2 life.$-1: Put a +1/+1 counter on each creature you control. Those creatures gain vigilance until end of turn.$-6: Put a white Avatar creature token onto the battlefield. It has "This creature's power and toughness are each equal to your life total."| +Ajani Goldmane|Magic 2011|1|M|{2}{W}{W}|Planeswalker — Ajani|||+1: You gain 2 life.$-1: Put a +1/+1 counter on each creature you control. Those creatures gain vigilance until end of turn.$-6: Put a white Avatar creature token onto the battlefield. It has "This creature's power and toughness are each equal to your life total."| Chandra Nalaar|Magic 2011|127|M|{3}{R}{R}|Planeswalker — Chandra|||+1: Chandra Nalaar deals 1 damage to target player.$-X: Chandra Nalaar deals X damage to target creature.$-8: Chandra Nalaar deals 10 damage to target player and each creature he or she controls.| Garruk Wildspeaker|Magic 2011|175|M|{2}{G}{G}|Planeswalker — Garruk|||+1: Untap two target lands.$-1: Put a 3/3 green Beast creature token onto the battlefield.$-4: Creatures you control get +3/+3 and gain trample until end of turn.| Jace Beleren|Magic 2011|58|M|{1}{U}{U}|Planeswalker — Jace|||+2: Each player draws a card.$-1: Target player draws a card.$-10: Target player puts the top twenty cards of his or her library into his or her graveyard.| @@ -17891,7 +17891,7 @@ Deathmark|Magic 2011|91|U|{B}|Sorcery|||Destroy target green or white creature.| Disentomb|Magic 2011|94|C|{B}|Sorcery|||Return target creature card from your graveyard to your hand.| Gravedigger|Magic 2011|98|C|{3}{B}|Creature — Zombie|2|2|When Gravedigger enters the battlefield, you may return target creature card from your graveyard to your hand.| Nightwing Shade|Magic 2011|109|C|{4}{B}|Creature — Shade|2|2|Flying${1}{B}: Nightwing Shade gets +1/+1 until end of turn.| -Necrotic Plague|Magic 2011|107|R|{2}{B}{B}|Enchantment — Aura|||Enchant creature$Enchanted creature has "At the beginning of your upkeep, sacrifice this creature."$When enchanted creature dies, its controller chooses target creature one of his or her opponents controls. Return Necrotic Plague from its owner's graveyard to the battlefield attached to that creature.| +Necrotic Plague|Magic 2011|107|R|{2}{B}{B}|Enchantment — Aura|||Enchant creature$Enchanted creature has "At the beginning of your upkeep, sacrifice this creature."$When enchanted creature dies, its controller chooses target creature one of his or her opponents controls. Return Necrotic Plague from its owner's graveyard to the battlefield attached to that creature.| Bog Raiders|Magic 2011|86|C|{2}{B}|Creature — Zombie|2|2|Swampwalk (This creature is unblockable as long as defending player controls a Swamp.)| Corrupt|Magic 2011|89|U|{5}{B}|Sorcery|||Corrupt deals damage equal to the number of Swamps you control to target creature or player. You gain life equal to the damage dealt this way.| Acidic Slime|Magic 2011|161|U|{3}{G}{G}|Creature — Ooze|2|2|Deathtouch (Any amount of damage this deals to a creature is enough to destroy it.)$When Acidic Slime enters the battlefield, destroy target artifact, enchantment, or land.| @@ -17903,7 +17903,7 @@ Nature's Spiral|Magic 2011|187|U|{1}{G}|Sorcery|||Return target permanent card f Sylvok Lifestaff|Scars of Mirrodin|209|C|{1}|Artifact — Equipment|||Equipped creature gets +1/+0.$Whenever equipped creature dies, you gain 3 life.$Equip {1}| Scrapdiver Serpent|Scars of Mirrodin|41|C|{5}{U}{U}|Creature — Serpent|5|5|Scrapdiver Serpent is unblockable as long as defending player controls an artifact.| Tower of Calamities|Scars of Mirrodin|212|R|{4}|Artifact|||{8}, {tap}: Tower of Calamities deals 12 damage to target creature.| -Darksteel Sentinel|Scars of Mirrodin|152|U|{6}|Artifact Creature — Golem|3|3|Flash (You may cast this spell any time you could cast an instant.)$Vigilance$Darksteel Sentinel is indestructible. (Lethal damage and effects that say "destroy" don't destroy it. If its toughness is 0 or less, it's still put into its owner's graveyard.)| +Darksteel Sentinel|Scars of Mirrodin|152|U|{6}|Artifact Creature — Golem|3|3|Flash (You may cast this spell any time you could cast an instant.)$Vigilance$Darksteel Sentinel is indestructible. (Lethal damage and effects that say "destroy" don't destroy it. If its toughness is 0 or less, it's still put into its owner's graveyard.)| Strata Scythe|Scars of Mirrodin|206|R|{3}|Artifact — Equipment|||Imprint — When Strata Scythe enters the battlefield, search your library for a land card, exile it, then shuffle your library.$Equipped creature gets +1/+1 for each land on the battlefield with the same name as the exiled card.$Equip {3}| Putrefax|Scars of Mirrodin|126|R|{3}{G}{G}|Creature — Horror|5|3|Trample, haste$Infect (This creature deals damage to creatures in the form of -1/-1 counters and to players in the form of poison counters.)$At the beginning of the end step, sacrifice Putrefax.| Quicksilver Gargantuan|Scars of Mirrodin|39|M|{5}{U}{U}|Creature — Shapeshifter|7|7|You may have Quicksilver Gargantuan enter the battlefield as a copy of any creature on the battlefield, except it's still 7/7.| @@ -17919,25 +17919,25 @@ Phyrexian Processor|Duel Decks: Phyrexia vs. the Coalition|29|R|{4}|Artifact|||A Voltaic Key|Duel Decks: Phyrexia vs. the Coalition|17|U|{1}|Artifact|||{1}, {tap}: Untap target artifact.| Armadillo Cloak|Duel Decks: Phyrexia vs. the Coalition|58|C|{1}{G}{W}|Enchantment — Aura|||Enchant creature$Enchanted creature gets +2/+2 and has trample.$Whenever enchanted creature deals damage, you gain that much life.| Phyrexian Negator|Duel Decks: Phyrexia vs. the Coalition|1|M|{2}{B}|Creature — Horror|5|5|Trample$Whenever Phyrexian Negator is dealt damage, sacrifice that many permanents.| -Acidic Sliver|Premium Deck Series: Slivers|13|U|{B}{R}|Creature — Sliver|2|2|All Slivers have "{2}, Sacrifice this permanent: This permanent deals 2 damage to target creature or player."| -Armor Sliver|Premium Deck Series: Slivers|16|U|{2}{W}|Creature — Sliver|2|2|All Sliver creatures have "{2}: This creature gets +0/+1 until end of turn."| -Barbed Sliver|Premium Deck Series: Slivers|18|U|{2}{R}|Creature — Sliver|2|2|All Sliver creatures have "{2}: This creature gets +1/+0 until end of turn."| -Clot Sliver|Premium Deck Series: Slivers|5|C|{1}{B}|Creature — Sliver|1|1|All Slivers have "{2}: Regenerate this permanent."| +Acidic Sliver|Premium Deck Series: Slivers|13|U|{B}{R}|Creature — Sliver|2|2|All Slivers have "{2}, Sacrifice this permanent: This permanent deals 2 damage to target creature or player."| +Armor Sliver|Premium Deck Series: Slivers|16|U|{2}{W}|Creature — Sliver|2|2|All Sliver creatures have "{2}: This creature gets +0/+1 until end of turn."| +Barbed Sliver|Premium Deck Series: Slivers|18|U|{2}{R}|Creature — Sliver|2|2|All Sliver creatures have "{2}: This creature gets +1/+0 until end of turn."| +Clot Sliver|Premium Deck Series: Slivers|5|C|{1}{B}|Creature — Sliver|1|1|All Slivers have "{2}: Regenerate this permanent."| Crystalline Sliver|Premium Deck Series: Slivers|11|U|{W}{U}|Creature — Sliver|2|2|All Slivers have shroud. (They can't be the targets of spells or abilities.)| Frenzy Sliver|Premium Deck Series: Slivers|6|C|{1}{B}|Creature — Sliver|1|1|All Sliver creatures have frenzy 1. (Whenever a Sliver attacks and isn't blocked, it gets +1/+0 until end of turn.)| -Fungus Sliver|Premium Deck Series: Slivers|21|R|{3}{G}|Creature — Fungus Sliver|2|2|All Sliver creatures have "Whenever this creature is dealt damage, put a +1/+1 counter on it." (The damage is dealt before the counter is put on.)| +Fungus Sliver|Premium Deck Series: Slivers|21|R|{3}{G}|Creature — Fungus Sliver|2|2|All Sliver creatures have "Whenever this creature is dealt damage, put a +1/+1 counter on it." (The damage is dealt before the counter is put on.)| Fury Sliver|Premium Deck Series: Slivers|25|U|{5}{R}|Creature — Sliver|3|3|All Sliver creatures have double strike.| -Gemhide Sliver|Premium Deck Series: Slivers|8|C|{1}{G}|Creature — Sliver|1|1|All Slivers have "{tap}: Add one mana of any color to your mana pool."| +Gemhide Sliver|Premium Deck Series: Slivers|8|C|{1}{G}|Creature — Sliver|1|1|All Slivers have "{tap}: Add one mana of any color to your mana pool."| Heart Sliver|Premium Deck Series: Slivers|7|C|{1}{R}|Creature — Sliver|1|1|All Sliver creatures have haste.| -Hibernation Sliver|Premium Deck Series: Slivers|12|U|{U}{B}|Creature — Sliver|2|2|All Slivers have "Pay 2 life: Return this permanent to its owner's hand."| +Hibernation Sliver|Premium Deck Series: Slivers|12|U|{U}{B}|Creature — Sliver|2|2|All Slivers have "Pay 2 life: Return this permanent to its owner's hand."| Homing Sliver|Premium Deck Series: Slivers|19|C|{2}{R}|Creature — Sliver|2|2|Each Sliver card in each player's hand has slivercycling {3}.$Slivercycling {3} ({3}, Discard this card: Search your library for a Sliver card, reveal it, and put it into your hand. Then shuffle your library.)| Might Sliver|Premium Deck Series: Slivers|23|U|{4}{G}|Creature — Sliver|2|2|All Sliver creatures get +2/+2.| Muscle Sliver|Premium Deck Series: Slivers|9|C|{1}{G}|Creature — Sliver|1|1|All Sliver creatures get +1/+1.| -Necrotic Sliver|Premium Deck Series: Slivers|20|U|{1}{W}{B}|Creature — Sliver|2|2|All Slivers have "{3}, Sacrifice this permanent: Destroy target permanent."| +Necrotic Sliver|Premium Deck Series: Slivers|20|U|{1}{W}{B}|Creature — Sliver|2|2|All Slivers have "{3}, Sacrifice this permanent: Destroy target permanent."| Quick Sliver|Premium Deck Series: Slivers|10|C|{1}{G}|Creature — Sliver|1|1|Flash$Any player may play Sliver cards as though they had flash.| Sliver Overlord|Premium Deck Series: Slivers|24|M|{W}{U}{B}{R}{G}|Legendary Creature — Sliver Mutant|7|7|{3}: Search your library for a Sliver card, reveal that card, and put it into your hand. Then shuffle your library.${3}: Gain control of target Sliver. (This effect lasts indefinitely.)| -Spectral Sliver|Premium Deck Series: Slivers|17|U|{2}{B}|Creature — Sliver Spirit|2|2|All Sliver creatures have "{2}: This creature gets +1/+1 until end of turn."| -Victual Sliver|Premium Deck Series: Slivers|15|U|{G}{W}|Creature — Sliver|2|2|All Slivers have "{2}, Sacrifice this permanent: You gain 4 life."| +Spectral Sliver|Premium Deck Series: Slivers|17|U|{2}{B}|Creature — Sliver Spirit|2|2|All Sliver creatures have "{2}: This creature gets +1/+1 until end of turn."| +Victual Sliver|Premium Deck Series: Slivers|15|U|{G}{W}|Creature — Sliver|2|2|All Slivers have "{2}, Sacrifice this permanent: You gain 4 life."| Virulent Sliver|Premium Deck Series: Slivers|2|C|{G}|Creature — Sliver|1|1|All Sliver creatures have poisonous 1. (Whenever a Sliver deals combat damage to a player, that player gets a poison counter. A player with ten or more poison counters loses the game.)| Winged Sliver|Premium Deck Series: Slivers|4|C|{1}{U}|Creature — Sliver|1|1|All Sliver creatures have flying.| Amoeboid Changeling|Premium Deck Series: Slivers|3|C|{1}{U}|Creature — Shapeshifter|1|1|Changeling (This card is every creature type at all times.)${tap}: Target creature gains all creature types until end of turn.${tap}: Target creature loses all creature types until end of turn.| @@ -18017,7 +18017,7 @@ Goldenglow Moth|Magic 2011|15|C|{W}|Creature Assault Griffin|Magic 2011|6|C|{3}{W}|Creature — Griffin|3|2|Flying| Day of Judgment|Magic 2011|12|R|{2}{W}{W}|Sorcery|||Destroy all creatures.| Flesh Allergy|Scars of Mirrodin|62|U|{2}{B}{B}|Sorcery|||As an additional cost to cast Flesh Allergy, sacrifice a creature.$Destroy target creature. Its controller loses life equal to the number of creatures that died this turn.| -Darksteel Myr|Scars of Mirrodin|151|U|{3}|Artifact Creature — Myr|0|1|Darksteel Myr is indestructible. (Lethal damage and effects that say "destroy" don't destroy it. If its toughness is 0 or less, it's still put into its owner's graveyard.)| +Darksteel Myr|Scars of Mirrodin|151|U|{3}|Artifact Creature — Myr|0|1|Darksteel Myr is indestructible. (Lethal damage and effects that say "destroy" don't destroy it. If its toughness is 0 or less, it's still put into its owner's graveyard.)| Volition Reins|Scars of Mirrodin|53|U|{3}{U}{U}{U}|Enchantment — Aura|||Enchant permanent$When Volition Reins enters the battlefield, if enchanted permanent is tapped, untap it.$You control enchanted permanent.| Semblance Anvil|Scars of Mirrodin|201|R|{3}|Artifact|||Imprint — When Semblance Anvil enters the battlefield, you may exile a nonland card from your hand.$Spells you cast that share a card type with the exiled card cost {2} less to cast.| Fume Spitter|Scars of Mirrodin|63|C|{B}|Creature — Horror|1|1|Sacrifice Fume Spitter: Put a -1/-1 counter on target creature.| @@ -18028,9 +18028,9 @@ Prototype Portal|Scars of Mirrodin|195|R|{4}|Artifact|||Imprint Snapsail Glider|Scars of Mirrodin|203|C|{3}|Artifact Creature — Construct|2|2|Metalcraft — Snapsail Glider has flying as long as you control three or more artifacts.| Darksteel Juggernaut|Scars of Mirrodin|150|R|{5}|Artifact Creature — Juggernaut|*|*|Darksteel Juggernaut's power and toughness are each equal to the number of artifacts you control.$Darksteel Juggernaut is indestructible and attacks each turn if able.| Dispense Justice|Scars of Mirrodin|5|U|{2}{W}|Instant|||Target player sacrifices an attacking creature.$Metalcraft — That player sacrifices two attacking creatures instead if you control three or more artifacts.| -Darksteel Axe|Scars of Mirrodin|149|U|{1}|Artifact — Equipment|||Darksteel Axe is indestructible. (Effects that say "destroy" don't destroy it.)$Equipped creature gets +2/+0.$Equip {2}| +Darksteel Axe|Scars of Mirrodin|149|U|{1}|Artifact — Equipment|||Darksteel Axe is indestructible. (Effects that say "destroy" don't destroy it.)$Equipped creature gets +2/+0.$Equip {2}| Vulshok Replica|Scars of Mirrodin|221|C|{3}|Artifact Creature — Berserker|3|1|{1}{R}, Sacrifice Vulshok Replica: Vulshok Replica deals 3 damage to target player.| -Withstand Death|Scars of Mirrodin|134|C|{G}|Instant|||Target creature is indestructible this turn. (Lethal damage and effects that say "destroy" don't destroy it. If its toughness is 0 or less, it's still put into its owner's graveyard.)| +Withstand Death|Scars of Mirrodin|134|C|{G}|Instant|||Target creature is indestructible this turn. (Lethal damage and effects that say "destroy" don't destroy it. If its toughness is 0 or less, it's still put into its owner's graveyard.)| Moriok Replica|Scars of Mirrodin|178|C|{3}|Artifact Creature — Warrior|2|2|{1}{B}, Sacrifice Moriok Replica: You draw two cards and lose 2 life.| Neurok Replica|Scars of Mirrodin|186|C|{3}|Artifact Creature — Wizard|1|4|{1}{U}, Sacrifice Neurok Replica: Return target creature to its owner's hand.| Trinket Mage|Scars of Mirrodin|48|U|{2}{U}|Creature — Human Wizard|2|2|When Trinket Mage enters the battlefield, you may search your library for an artifact card with converted mana cost 1 or less, reveal that card, and put it into your hand. If you do, shuffle your library.| @@ -18041,7 +18041,7 @@ Grafted Exoskeleton|Scars of Mirrodin|162|U|{4}|Artifact Accorder's Shield|Scars of Mirrodin|136|C|{0}|Artifact — Equipment|||Equipped creature gets +0/+3 and has vigilance.$Equip {3}| Bellowing Tanglewurm|Scars of Mirrodin|111|U|{3}{G}{G}|Creature — Wurm|4|4|Intimidate (This creature can't be blocked except by artifact creatures and/or creatures that share a color with it.)$Other green creatures you control have intimidate.| Tainted Strike|Scars of Mirrodin|80|C|{B}|Instant|||Target creature gets +1/+0 and gains infect until end of turn. (This creature deals damage to creatures in the form of -1/-1 counters and to players in the form of poison counters.)| -Heavy Arbalest|Scars of Mirrodin|164|U|{3}|Artifact — Equipment|||Equipped creature doesn't untap during its controller's untap step.$Equipped creature has "{tap}: This creature deals 2 damage to target creature or player."$Equip {4}| +Heavy Arbalest|Scars of Mirrodin|164|U|{3}|Artifact — Equipment|||Equipped creature doesn't untap during its controller's untap step.$Equipped creature has "{tap}: This creature deals 2 damage to target creature or player."$Equip {4}| Auriok Replica|Scars of Mirrodin|138|C|{3}|Artifact Creature — Cleric|2|2|{W}, Sacrifice Auriok Replica: Prevent all damage a source of your choice would deal to you this turn.| Sylvok Replica|Scars of Mirrodin|210|C|{3}|Artifact Creature — Shaman|1|3|{G}, Sacrifice Sylvok Replica: Destroy target artifact or enchantment.| Mortician Beetle|Rise of the Eldrazi|117|R|{B}|Creature — Insect|1|1|Whenever a player sacrifices a creature, you may put a +1/+1 counter on Mortician Beetle.| @@ -18102,7 +18102,7 @@ Spikeshot Elder|Scars of Mirrodin|104|R|{R}|Creature Razorverge Thicket|Scars of Mirrodin|228|R||Land|||Razorverge Thicket enters the battlefield tapped unless you control two or fewer other lands.${tap}: Add {G} or {W} to your mana pool.| Copperline Gorge|Scars of Mirrodin|225|R||Land|||Copperline Gorge enters the battlefield tapped unless you control two or fewer other lands.${tap}: Add {R} or {G} to your mana pool.| Myrsmith|Scars of Mirrodin|16|U|{1}{W}|Creature — Human Artificer|2|1|Whenever you cast an artifact spell, you may pay {1}. If you do, put a 1/1 colorless Myr artifact creature token onto the battlefield.| -Chimeric Mass|Scars of Mirrodin|141|R|{X}|Artifact|||Chimeric Mass enters the battlefield with X charge counters on it.${1}: Until end of turn, Chimeric Mass becomes a Construct artifact creature with "This creature's power and toughness are each equal to the number of charge counters on it."| +Chimeric Mass|Scars of Mirrodin|141|R|{X}|Artifact|||Chimeric Mass enters the battlefield with X charge counters on it.${1}: Until end of turn, Chimeric Mass becomes a Construct artifact creature with "This creature's power and toughness are each equal to the number of charge counters on it."| Myr Battlesphere|Scars of Mirrodin|180|R|{7}|Artifact Creature — Myr Construct|4|7|When Myr Battlesphere enters the battlefield, put four 1/1 colorless Myr artifact creature tokens onto the battlefield.$Whenever Myr Battlesphere attacks, you may tap X untapped Myr you control. If you do, Myr Battlesphere gets +X/+0 until end of turn and deals X damage to defending player.| Turn to Slag|Scars of Mirrodin|106|C|{3}{R}{R}|Sorcery|||Turn to Slag deals 5 damage to target creature. Destroy all Equipment attached to that creature.| Relic Putrescence|Scars of Mirrodin|77|C|{2}{B}|Enchantment — Aura|||Enchant artifact$Whenever enchanted artifact becomes tapped, its controller gets a poison counter.| @@ -18140,9 +18140,9 @@ Charging Troll|Duel Decks: Phyrexia vs. the Coalition|45|U|{2}{G}{W}|Creature Quirion Elves|Duel Decks: Phyrexia vs. the Coalition|39|C|{1}{G}|Creature — Elf Druid|1|1|As Quirion Elves enters the battlefield, choose a color.${tap}: Add {G} to your mana pool.${tap}: Add one mana of the chosen color to your mana pool.| Verduran Emissary|Duel Decks: Phyrexia vs. the Coalition|43|U|{2}{G}|Creature — Human Wizard|2|3|Kicker {1}{R} (You may pay an additional {1}{R} as you cast this spell.)$When Verduran Emissary enters the battlefield, if it was kicked, destroy target artifact. It can't be regenerated.| Gerrard's Command|Duel Decks: Phyrexia vs. the Coalition|53|C|{G}{W}|Instant|||Untap target creature. It gets +3/+3 until end of turn.| -Koth of the Hammer|Scars of Mirrodin|94|M|{2}{R}{R}|Planeswalker — Koth|||+1: Untap target Mountain. It becomes a 4/4 red Elemental creature until end of turn. It's still a land.$-2: Add {R} to your mana pool for each Mountain you control.$-5: You get an emblem with "Mountains you control have ‘{tap}: This land deals 1 damage to target creature or player.'"| -Livewire Lash|Scars of Mirrodin|172|R|{2}|Artifact — Equipment|||Equipped creature gets +2/+0 and has "Whenever this creature becomes the target of a spell, this creature deals 2 damage to target creature or player."$Equip {2}| -Venser, the Sojourner|Scars of Mirrodin|135|M|{3}{W}{U}|Planeswalker — Venser|||+2: Exile target permanent you own. Return it to the battlefield under your control at the beginning of the next end step.$-1: Creatures are unblockable this turn.$-8: You get an emblem with "Whenever you cast a spell, exile target permanent."| +Koth of the Hammer|Scars of Mirrodin|94|M|{2}{R}{R}|Planeswalker — Koth|||+1: Untap target Mountain. It becomes a 4/4 red Elemental creature until end of turn. It's still a land.$-2: Add {R} to your mana pool for each Mountain you control.$-5: You get an emblem with "Mountains you control have ‘{tap}: This land deals 1 damage to target creature or player.'"| +Livewire Lash|Scars of Mirrodin|172|R|{2}|Artifact — Equipment|||Equipped creature gets +2/+0 and has "Whenever this creature becomes the target of a spell, this creature deals 2 damage to target creature or player."$Equip {2}| +Venser, the Sojourner|Scars of Mirrodin|135|M|{3}{W}{U}|Planeswalker — Venser|||+2: Exile target permanent you own. Return it to the battlefield under your control at the beginning of the next end step.$-1: Creatures are unblockable this turn.$-8: You get an emblem with "Whenever you cast a spell, exile target permanent."| Elspeth Tirel|Scars of Mirrodin|6|M|{3}{W}{W}|Planeswalker — Elspeth|||+2: You gain 1 life for each creature you control.$-2: Put three 1/1 white Soldier creature tokens onto the battlefield.$-5: Destroy all other permanents except for lands and tokens.| Disperse|Scars of Mirrodin|31|C|{1}{U}|Instant|||Return target nonland permanent to its owner's hand.| Painful Quandary|Scars of Mirrodin|73|R|{3}{B}{B}|Enchantment|||Whenever an opponent casts a spell, that player loses 5 life unless he or she discards a card.| @@ -18196,7 +18196,7 @@ Forest|Magic 2011|248|L||Basic Land Forest|Magic 2011|249|L||Basic Land — Forest|||G| Horrifying Revelation|Mirrodin Besieged|45|C|{B}|Sorcery|||Target player discards a card, then puts the top card of his or her library into his or her graveyard.| Phyrexian Crusader|Mirrodin Besieged|50|R|{1}{B}{B}|Creature — Zombie Knight|2|2|First strike, protection from red and from white$Infect (This creature deals damage to creatures in the form of -1/-1 counters and to players in the form of poison counters.)| -Mortarpod|Mirrodin Besieged|115|U|{2}|Artifact — Equipment|||Living weapon (When this Equipment enters the battlefield, put a 0/0 black Germ creature token onto the battlefield, then attach this to it.)$Equipped creature gets +0/+1 and has "Sacrifice this creature: This creature deals 1 damage to target creature or player."$Equip {2}| +Mortarpod|Mirrodin Besieged|115|U|{2}|Artifact — Equipment|||Living weapon (When this Equipment enters the battlefield, put a 0/0 black Germ creature token onto the battlefield, then attach this to it.)$Equipped creature gets +0/+1 and has "Sacrifice this creature: This creature deals 1 damage to target creature or player."$Equip {2}| Steel Sabotage|Mirrodin Besieged|33|C|{U}|Instant|||Choose one — Counter target artifact spell; or return target artifact to its owner's hand.| Viridian Emissary|Mirrodin Besieged|95|C|{1}{G}|Creature — Elf Scout|2|1|When Viridian Emissary dies, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle your library.| Titan Forge|Mirrodin Besieged|141|R|{3}|Artifact|||{3}, {tap}: Put a charge counter on Titan Forge.${tap}, Remove three charge counters from Titan Forge: Put a 9/9 colorless Golem artifact creature token onto the battlefield.| @@ -18398,7 +18398,7 @@ Ogre Geargrabber|Scars of Mirrodin|99|U|{4}{R}{R}|Creature Memoricide|Scars of Mirrodin|69|R|{3}{B}|Sorcery|||Name a nonland card. Search target player's graveyard, hand, and library for any number of cards with that name and exile them. Then that player shuffles his or her library.| Sunblast Angel|Scars of Mirrodin|22|R|{4}{W}{W}|Creature — Angel|4|5|Flying$When Sunblast Angel enters the battlefield, destroy all tapped creatures.| Myr Reservoir|Scars of Mirrodin|183|R|{3}|Artifact|||{tap}: Add {2} to your mana pool. Spend this mana only to cast Myr spells or activate abilities of Myr.${3}, {tap}: Return target Myr card from your graveyard to your hand.| -Elspeth, Knight-Errant|Duel Decks: Elspeth vs. Tezzeret|1|M|{2}{W}{W}|Planeswalker — Elspeth|||+1: Put a 1/1 white Soldier creature token onto the battlefield.$+1: Target creature gets +3/+3 and gains flying until end of turn.$-8: You get an emblem with "Artifacts, creatures, enchantments, and lands you control are indestructible."| +Elspeth, Knight-Errant|Duel Decks: Elspeth vs. Tezzeret|1|M|{2}{W}{W}|Planeswalker — Elspeth|||+1: Put a 1/1 white Soldier creature token onto the battlefield.$+1: Target creature gets +3/+3 and gains flying until end of turn.$-8: You get an emblem with "Artifacts, creatures, enchantments, and lands you control are indestructible."| Tezzeret the Seeker|Duel Decks: Elspeth vs. Tezzeret|39|M|{3}{U}{U}|Planeswalker — Tezzeret|||+1: Untap up to two target artifacts.$-X: Search your library for an artifact card with converted mana cost X or less and put it onto the battlefield. Then shuffle your library.$-5: Artifacts you control become 5/5 artifact creatures until end of turn.| Argentum Armor|Scars of Mirrodin|137|R|{6}|Artifact — Equipment|||Equipped creature gets +6/+6.$Whenever equipped creature attacks, destroy target permanent.$Equip {6}| Jackal Pup|Premium Deck Series: Fire and Lightning|2|U|{R}|Creature — Hound|2|1|Whenever Jackal Pup is dealt damage, it deals that much damage to you.| @@ -18445,13 +18445,13 @@ Whispering Specter|New Phyrexia|77|U|{1}{B}{B}|Creature Praetor's Grasp|New Phyrexia|71|R|{1}{B}{B}|Sorcery|||Search target opponent's library for a card and exile it face down. Then that player shuffles his or her library. You may look at and play that card for as long as it remains exiled.| Fresh Meat|New Phyrexia|109|R|{3}{G}|Instant|||Put a 3/3 green Beast creature token onto the battlefield for each creature put into your graveyard from the battlefield this turn.| Lost Leonin|New Phyrexia|13|C|{1}{W}|Creature — Cat Soldier|2|1|Infect (This creature deals damage to creatures in the form of -1/-1 counters and to players in the form of poison counters.)| -Bludgeon Brawl|New Phyrexia|80|R|{2}{R}|Enchantment|||Each noncreature, non-Equipment artifact is an Equipment with equip {X} and "Equipped creature gets +X/+0," where X is that artifact's converted mana cost.| +Bludgeon Brawl|New Phyrexia|80|R|{2}{R}|Enchantment|||Each noncreature, non-Equipment artifact is an Equipment with equip {X} and "Equipped creature gets +X/+0," where X is that artifact's converted mana cost.| Isolation Cell|New Phyrexia|141|U|{4}|Artifact|||Whenever an opponent casts a creature spell, that player loses 2 life unless he or she pays {2}.| Phyrexian Unlife|New Phyrexia|18|R|{2}{W}|Enchantment|||You don't lose the game for having 0 or less life.$As long as you have 0 or less life, all damage is dealt to you as though its source had infect. (Damage is dealt to you in the form of poison counters.)| Caress of Phyrexia|New Phyrexia|53|U|{3}{B}{B}|Sorcery|||Target player draws three cards, loses 3 life, and gets three poison counters.| Chancellor of the Tangle|New Phyrexia|106|R|{4}{G}{G}{G}|Creature — Beast|6|7|You may reveal this card from your opening hand. If you do, at the beginning of your first main phase, add {G} to your mana pool.$Vigilance, reach| Ichor Explosion|New Phyrexia|64|U|{5}{B}{B}|Sorcery|||As an additional cost to cast Ichor Explosion, sacrifice a creature.$All creatures get -X/-X until end of turn, where X is the sacrificed creature's power.| -Darksteel Relic|New Phyrexia|134|U|{0}|Artifact|||Darksteel Relic is indestructible. (Effects that say "destroy" don't destroy it.)| +Darksteel Relic|New Phyrexia|134|U|{0}|Artifact|||Darksteel Relic is indestructible. (Effects that say "destroy" don't destroy it.)| Gremlin Mine|New Phyrexia|136|C|{1}|Artifact|||{1}, {tap}, Sacrifice Gremlin Mine: Gremlin Mine deals 4 damage to target artifact creature.${1}, {tap}, Sacrifice Gremlin Mine: Remove up to four charge counters from target noncreature artifact.| Inquisitor Exarch|New Phyrexia|12|U|{W}{W}|Creature — Cleric|2|2|When Inquisitor Exarch enters the battlefield, choose one — You gain 2 life; or target opponent loses 2 life.| Dispatch|New Phyrexia|7|U|{W}|Instant|||Tap target creature.$Metalcraft — If you control three or more artifacts, exile that creature.| @@ -18478,12 +18478,12 @@ Stingerfling Spider|Magic 2012|197|U|{4}{G}|Creature Garruk's Horde|Magic 2012|176|R|{5}{G}{G}|Creature — Beast|7|7|Trample$Play with the top card of your library revealed.$You may cast the top card of your library if it's a creature card. (Do this only any time you could cast that creature card. You still pay the spell's costs.)| Arbalest Elite|Magic 2012|5|U|{2}{W}{W}|Creature — Human Archer|2|3|{2}{W}, {tap}: Arbalest Elite deals 3 damage to target attacking or blocking creature. Arbalest Elite doesn't untap during your next untap step.| Gladecover Scout|Magic 2012|178|C|{G}|Creature — Elf Scout|1|1|Hexproof (This creature can't be the target of spells or abilities your opponents control.)| -Aegis Angel|Magic 2012|1|R|{4}{W}{W}|Creature — Angel|5|5|Flying$When Aegis Angel enters the battlefield, another target permanent is indestructible for as long as you control Aegis Angel. (Effects that say "destroy" don't destroy that permanent. An indestructible creature can't be destroyed by damage.)| +Aegis Angel|Magic 2012|1|R|{4}{W}{W}|Creature — Angel|5|5|Flying$When Aegis Angel enters the battlefield, another target permanent is indestructible for as long as you control Aegis Angel. (Effects that say "destroy" don't destroy that permanent. An indestructible creature can't be destroyed by damage.)| Drifting Shade|Magic 2012|96|C|{3}{B}|Creature — Shade|1|1|Flying${B}: Drifting Shade gets +1/+1 until end of turn.| Sphinx of Uthuun|Magic 2012|76|R|{5}{U}{U}|Creature — Sphinx|5|6|Flying$When Sphinx of Uthuun enters the battlefield, reveal the top five cards of your library. An opponent separates those cards into two piles. Put one pile into your hand and the other into your graveyard.| Guardians' Pledge|Magic 2012|22|C|{1}{W}{W}|Instant|||White creatures you control get +2/+2 until end of turn.| Druidic Satchel|Magic 2012|207|R|{3}|Artifact|||{2}, {tap}: Reveal the top card of your library. If it's a creature card, put a 1/1 green Saproling creature token onto the battlefield. If it's a land card, put that card onto the battlefield under your control. If it's a noncreature, nonland card, you gain 2 life.| -Phantasmal Image|Magic 2012|72|R|{1}{U}|Creature — Illusion|0|0|You may have Phantasmal Image enter the battlefield as a copy of any creature on the battlefield, except it's an Illusion in addition to its other types and it gains "When this creature becomes the target of a spell or ability, sacrifice it."| +Phantasmal Image|Magic 2012|72|R|{1}{U}|Creature — Illusion|0|0|You may have Phantasmal Image enter the battlefield as a copy of any creature on the battlefield, except it's an Illusion in addition to its other types and it gains "When this creature becomes the target of a spell or ability, sacrifice it."| Garruk, Primal Hunter|Magic 2012|174|M|{2}{G}{G}{G}|Planeswalker — Garruk|||+1: Put a 3/3 green Beast creature token onto the battlefield.$-3: Draw cards equal to the greatest power among creatures you control.$-6: Put a 6/6 green Wurm creature token onto the battlefield for each land you control.| Furyborn Hellkite|Magic 2012|135|M|{4}{R}{R}{R}|Creature — Dragon|6|6|Bloodthirst 6 (If an opponent was dealt damage this turn, this creature enters the battlefield with six +1/+1 counters on it.)$Flying| Merfolk Mesmerist|Magic 2012|66|C|{1}{U}|Creature — Merfolk Wizard|1|2|{U}, {tap}: Target player puts the top two cards of his or her library into his or her graveyard.| @@ -18512,7 +18512,7 @@ Serra Angel|Magic 2012|33|U|{3}{W}{W}|Creature Merfolk Looter|Magic 2012|65|C|{1}{U}|Creature — Merfolk Rogue|1|1|{tap}: Draw a card, then discard a card.| Lifelink|Magic 2012|24|C|{W}|Enchantment — Aura|||Enchant creature$Enchanted creature has lifelink. (Damage dealt by the creature also causes its controller to gain that much life.)| Wall of Torches|Magic 2012|159|C|{1}{R}|Creature — Wall|4|1|Defender (This creature can't attack.)| -Trollhide|Magic 2012|199|C|{2}{G}|Enchantment — Aura|||Enchant creature$Enchanted creature gets +2/+2 and has "{1}{G}: Regenerate this creature." (The next time the creature would be destroyed this turn, it isn't. Instead tap it, remove all damage from it, and remove it from combat.)| +Trollhide|Magic 2012|199|C|{2}{G}|Enchantment — Aura|||Enchant creature$Enchanted creature gets +2/+2 and has "{1}{G}: Regenerate this creature." (The next time the creature would be destroyed this turn, it isn't. Instead tap it, remove all damage from it, and remove it from combat.)| Divination|Magic 2012|50|C|{2}{U}|Sorcery|||Draw two cards.| Celestial Purge|Magic 2012|11|U|{1}{W}|Instant|||Exile target black or red permanent.| Lurking Crocodile|Magic 2012|184|C|{2}{G}|Creature — Crocodile|2|2|Bloodthirst 1 (If an opponent was dealt damage this turn, this creature enters the battlefield with a +1/+1 counter on it.)$Islandwalk (This creature is unblockable as long as defending player controls an Island.)| @@ -18678,7 +18678,7 @@ Verdeloth the Ancient|Archenemy|72|R|{4}{G}{G}|Legendary Creature Wall of Roots|Archenemy|73|C|{1}{G}|Creature — Plant Wall|0|5|Defender$Put a -0/-1 counter on Wall of Roots: Add {G} to your mana pool. Activate this ability only once each turn.| Corpse Connoisseur|Archenemy|13|U|{4}{B}|Creature — Zombie Wizard|3|3|When Corpse Connoisseur enters the battlefield, you may search your library for a creature card and put that card into your graveyard. If you do, shuffle your library.$Unearth {3}{B} ({3}{B}: Return this card from your graveyard to the battlefield. It gains haste. Exile it at the beginning of the next end step or if it would leave the battlefield. Unearth only as a sorcery.)| Leaf Gilder|Archenemy|63|C|{1}{G}|Creature — Elf Druid|2|1|{tap}: Add {G} to your mana pool.| -Makeshift Mannequin|Archenemy|20|U|{3}{B}|Instant|||Return target creature card from your graveyard to the battlefield with a mannequin counter on it. For as long as that creature has a mannequin counter on it, it has "When this creature becomes the target of a spell or ability, sacrifice it."| +Makeshift Mannequin|Archenemy|20|U|{3}{B}|Instant|||Return target creature card from your graveyard to the battlefield with a mannequin counter on it. For as long as that creature has a mannequin counter on it, it has "When this creature becomes the target of a spell or ability, sacrifice it."| Mosswort Bridge|Archenemy|130|R||Land|||Hideaway (This land enters the battlefield tapped. When it does, look at the top four cards of your library, exile one face down, then put the rest on the bottom of your library.)${tap}: Add {G} to your mana pool.${G}, {tap}: You may play the exiled card without paying its mana cost if creatures you control have total power 10 or greater.| Primal Command|Archenemy|66|R|{3}{G}{G}|Sorcery|||Choose two — Target player gains 7 life; or put target noncreature permanent on top of its owner's library; or target player shuffles his or her graveyard into his or her library; or search your library for a creature card, reveal it, put it into your hand, then shuffle your library.| Shriekmaw|Archenemy|24|U|{4}{B}|Creature — Elemental|3|2|Fear (This creature can't be blocked except by artifact creatures and/or black creatures.)$When Shriekmaw enters the battlefield, destroy target nonartifact, nonblack creature.$Evoke {1}{B} (You may cast this spell for its evoke cost. If you do, it's sacrificed when it enters the battlefield.)| @@ -18847,7 +18847,7 @@ Stalking Stones|Duel Decks: Elspeth vs. Tezzeret|75|U||Land|||{tap}: Add {1} to Steel Wall|Duel Decks: Elspeth vs. Tezzeret|41|C|{1}|Artifact Creature — Wall|0|4|Defender (This creature can't attack.)| Thoughtcast|Duel Decks: Elspeth vs. Tezzeret|71|C|{4}{U}|Sorcery|||Affinity for artifacts (This spell costs {1} less to cast for each artifact you control.)$Draw two cards.| Arcbound Worker|Duel Decks: Elspeth vs. Tezzeret|40|C|{1}|Artifact Creature — Construct|0|0|Modular 1 (This enters the battlefield with a +1/+1 counter on it. When it dies, you may put its +1/+1 counters on target artifact creature.)| -Darksteel Citadel|Duel Decks: Elspeth vs. Tezzeret|72|C||Artifact Land|||Darksteel Citadel is indestructible. ("Destroy" effects and lethal damage don't destroy it.)${tap}: Add {1} to your mana pool.| +Darksteel Citadel|Duel Decks: Elspeth vs. Tezzeret|72|C||Artifact Land|||Darksteel Citadel is indestructible. ("Destroy" effects and lethal damage don't destroy it.)${tap}: Add {1} to your mana pool.| Echoing Truth|Duel Decks: Elspeth vs. Tezzeret|66|C|{1}{U}|Instant|||Return target nonland permanent and all other permanents with the same name as that permanent to their owners' hands.| Glory Seeker|Duel Decks: Elspeth vs. Tezzeret|7|C|{1}{W}|Creature — Human Soldier|2|2|| Runed Servitor|Duel Decks: Elspeth vs. Tezzeret|42|U|{2}|Artifact Creature — Construct|2|2|When Runed Servitor dies, each player draws a card.| @@ -18937,7 +18937,7 @@ Tezzeret's Gambit|New Phyrexia|47|U|{3}{UP}|Sorcery|||({UP} can be paid with Victorious Destruction|New Phyrexia|99|C|{4}{R}|Sorcery|||Destroy target artifact or land. Its controller loses 1 life.| Plains|New Phyrexia|166|L||Basic Land — Plains|||W| Benalish Veteran|Magic 2012|10|C|{2}{W}|Creature — Human Soldier|2|2|Whenever Benalish Veteran attacks, it gets +1/+1 until end of turn.| -Sundial of the Infinite|Magic 2012|218|R|{2}|Artifact|||{1}, {tap}: End the turn. Activate this ability only during your turn. (Exile all spells and abilities on the stack. Discard down to your maximum hand size. Damage wears off, and "this turn" and "until end of turn" effects end.)| +Sundial of the Infinite|Magic 2012|218|R|{2}|Artifact|||{1}, {tap}: End the turn. Activate this ability only during your turn. (Exile all spells and abilities on the stack. Discard down to your maximum hand size. Damage wears off, and "this turn" and "until end of turn" effects end.)| Master Thief|Magic 2012|64|U|{2}{U}{U}|Creature — Human Rogue|2|2|When Master Thief enters the battlefield, gain control of target artifact for as long as you control Master Thief.| Gideon's Lawkeeper|Magic 2012|18|C|{W}|Creature — Human Soldier|1|1|{W}, {tap}: Tap target creature.| Alliance of Arms|Magic: The Gathering-Commander|4|R|{W}|Sorcery|||Join forces — Starting with you, each player may pay any amount of mana. Each player puts X 1/1 white Soldier creature tokens onto the battlefield, where X is the total amount of mana paid this way.| @@ -19179,7 +19179,7 @@ Knotvine Paladin|Duel Decks: Knights vs. Dragons|10|R|{G}{W}|Creature Steward of Valeron|Duel Decks: Knights vs. Dragons|11|C|{G}{W}|Creature — Human Druid Knight|2|2|Vigilance${tap}: Add {G} to your mana pool.| Benalish Lancer|Duel Decks: Knights vs. Dragons|12|C|{2}{W}|Creature — Human Knight|2|2|Kicker {2}{W} (You may pay an additional {2}{W} as you cast this spell.)$If Benalish Lancer was kicked, it enters the battlefield with two +1/+1 counters on it and with first strike.| Zhalfirin Commander|Duel Decks: Knights vs. Dragons|13|U|{2}{W}|Creature — Human Knight|2|2|Flanking (Whenever a creature without flanking blocks this creature, the blocking creature gets -1/-1 until end of turn.)${1}{W}{W}: Target Knight creature gets +1/+1 until end of turn.| -Knight Exemplar|Duel Decks: Knights vs. Dragons|14|R|{1}{W}{W}|Creature — Human Knight|2|2|First strike (This creature deals combat damage before creatures without first strike.)$Other Knight creatures you control get +1/+1 and are indestructible. (Lethal damage and effects that say "destroy" don't destroy them.)| +Knight Exemplar|Duel Decks: Knights vs. Dragons|14|R|{1}{W}{W}|Creature — Human Knight|2|2|First strike (This creature deals combat damage before creatures without first strike.)$Other Knight creatures you control get +1/+1 and are indestructible. (Lethal damage and effects that say "destroy" don't destroy them.)| Wilt-Leaf Cavaliers|Duel Decks: Knights vs. Dragons|15|U|{GW}{GW}{GW}|Creature — Elf Knight|3|4|Vigilance| Kabira Vindicator|Duel Decks: Knights vs. Dragons|16|U|{3}{W}|Creature — Human Knight|2|4|Level up {2}{W} ({2}{W}: Put a level counter on this. Level up only as a sorcery.)$LEVEL 2-4$3/6$Other creatures you control get +1/+1.$LEVEL 5+$4/8$Other creatures you control get +2/+2.| Kinsbaile Cavalier|Duel Decks: Knights vs. Dragons|17|R|{3}{W}|Creature — Kithkin Knight|2|2|Knight creatures you control have double strike.| @@ -19275,6 +19275,18 @@ Swamp|Magic 2012|240|L||Basic Land Swamp|Magic 2012|241|L||Basic Land — Swamp|||B| Swamp|Magic 2012|239|L||Basic Land — Swamp|||B| Swamp|Magic 2012|238|L||Basic Land — Swamp|||B| +Sun Quan, Lord of Wu|From the Vault: Legends|12|M|{4}{U}{U}|Legendary Creature — Human Soldier|4|4|Creatures you control have horsemanship. (They can't be blocked except by creatures with horsemanship.)| +Sharuum the Hegemon|From the Vault: Legends|11|M|{3}{W}{U}{B}|Legendary Artifact Creature — Sphinx|5|5|Flying$When Sharuum the Hegemon enters the battlefield, you may return target artifact card from your graveyard to the battlefield.| +Captain Sisay|From the Vault: Legends|2|M|{2}{G}{W}|Legendary Creature — Human Soldier|2|2|{tap}: Search your library for a legendary card, reveal that card, and put it into your hand. Then shuffle your library.| +Kiki-Jiki, Mirror Breaker|From the Vault: Legends|4|M|{2}{R}{R}{R}|Legendary Creature — Goblin Shaman|2|2|Haste${tap}: Put a token that's a copy of target nonlegendary creature you control onto the battlefield. That token has haste. Sacrifice it at the beginning of the next end step.| +Teferi, Mage of Zhalfir|From the Vault: Legends|13|M|{2}{U}{U}{U}|Legendary Creature — Human Wizard|3|4|Flash (You may cast this spell any time you could cast an instant.)$Creature cards you own that aren't on the battlefield have flash.$Each opponent can cast spells only any time he or she could cast a sorcery.| +Oona, Queen of the Fae|From the Vault: Legends|8|M|{3}{UB}{UB}{UB}|Legendary Creature — Faerie Wizard|5|5|Flying${X}{UB}: Choose a color. Target opponent exiles the top X cards of his or her library. For each card of the chosen color exiled this way, put a 1/1 blue and black Faerie Rogue creature token with flying onto the battlefield.| +Rafiq of the Many|From the Vault: Legends|10|M|{1}{G}{W}{U}|Legendary Creature — Human Knight|3|3|Exalted (Whenever a creature you control attacks alone, that creature gets +1/+1 until end of turn.)$Whenever a creature you control attacks alone, it gains double strike until end of turn.| +Cao Cao, Lord of Wei|From the Vault: Legends|1|M|{3}{B}{B}|Legendary Creature — Human Soldier|3|3|{tap}: Target opponent discards two cards. Activate this ability only during your turn, before attackers are declared.| +Kresh the Bloodbraided|From the Vault: Legends|5|M|{2}{B}{R}{G}|Legendary Creature — Human Warrior|3|3|Whenever another creature dies, you may put X +1/+1 counters on Kresh the Bloodbraided, where X is that creature's power.| +Doran, the Siege Tower|From the Vault: Legends|3|M|{B}{G}{W}|Legendary Creature — Treefolk Shaman|0|5|Each creature assigns combat damage equal to its toughness rather than its power.| +Progenitus|From the Vault: Legends|9|M|{W}{W}{U}{U}{B}{B}{R}{R}{G}{G}|Legendary Creature — Hydra Avatar|10|10|Protection from everything$If Progenitus would be put into a graveyard from anywhere, reveal Progenitus and shuffle it into its owner's library instead.| +Visara the Dreadful|From the Vault: Legends|15|M|{3}{B}{B}{B}|Legendary Creature — Gorgon|5|5|Flying${tap}: Destroy target creature. It can't be regenerated.| Volcanic Dragon|Magic 2012|158|U|{4}{R}{R}|Creature — Dragon|4|4|Flying$Haste (This creature can attack and {tap} as soon as it comes under your control.)| Flameblast Dragon|Magic 2012|133|R|{4}{R}{R}|Creature — Dragon|5|5|Flying$Whenever Flameblast Dragon attacks, you may pay {X}{R}. If you do, Flameblast Dragon deals X damage to target creature or player.| Brindle Boar|Magic 2012|167|C|{2}{G}|Creature — Boar|2|2|Sacrifice Brindle Boar: You gain 4 life.| @@ -19315,7 +19327,7 @@ Wall of Denial|Magic: The Gathering-Commander|237|U|{1}{W}{U}|Creature Patron of the Nezumi|Magic: The Gathering-Commander|93|R|{5}{B}{B}|Legendary Creature — Spirit|6|6|Rat offering (You may cast this card any time you could cast an instant by sacrificing a Rat and paying the difference in mana costs between this and the sacrificed Rat. Mana cost includes color.)$Whenever a permanent is put into an opponent's graveyard, that player loses 1 life.| Ghostly Prison|Magic: The Gathering-Commander|14|U|{2}{W}|Enchantment|||Creatures can't attack you unless their controller pays {2} for each creature he or she controls that's attacking you.| Kodama's Reach|Magic: The Gathering-Commander|163|C|{2}{G}|Sorcery — Arcane|||Search your library for two basic land cards, reveal those cards, and put one onto the battlefield tapped and the other into your hand. Then shuffle your library.| -Nighteyes the Desecrator|Magic: The Gathering-Commander|92|U|{1}{B}|Legendary Creature — Rat Wizard|4|2|{4}{B}: Put target creature card from a graveyard onto the battlefield under your control.| +Nezumi Graverobber|Magic: The Gathering-Commander|92|U|{1}{B}|Creature — Rat Rogue|2|1|{1}{B}: Exile target card from an opponent's graveyard. If no cards are in that graveyard, flip Nezumi Graverobber.| Sakura-Tribe Elder|Magic: The Gathering-Commander|169|C|{1}{G}|Creature — Snake Shaman|1|1|Sacrifice Sakura-Tribe Elder: Search your library for a basic land card, put that card onto the battlefield tapped, then shuffle your library.| Armillary Sphere|Magic: The Gathering-Commander|242|C|{2}|Artifact|||{2}, {tap}, 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.| Extractor Demon|Magic: The Gathering-Commander|81|R|{4}{B}{B}|Creature — Demon|5|5|Flying$Whenever another creature leaves the battlefield, you may have target player put the top two cards of his or her library into his or her graveyard.$Unearth {2}{B} ({2}{B}: Return this card from your graveyard to the battlefield. It gains haste. Exile it at the beginning of the next end step or if it would leave the battlefield. Unearth only as a sorcery.)| @@ -19340,7 +19352,7 @@ Simic Sky Swallower|Magic: The Gathering-Commander|226|R|{5}{G}{U}|Creature Skyscribing|Magic: The Gathering-Commander|61|U|{X}{U}{U}|Sorcery|||Each player draws X cards.$Forecast — {2}{U}, Reveal Skyscribing from your hand: Each player draws a card. (Activate this ability only during your upkeep and only once each turn.)| Vision Skeins|Magic: The Gathering-Commander|67|C|{1}{U}|Instant|||Each player draws two cards.| Wrecking Ball|Magic: The Gathering-Commander|238|C|{2}{B}{R}|Instant|||Destroy target creature or land.| -Darksteel Ingot|Magic: The Gathering-Commander|245|C|{3}|Artifact|||Darksteel Ingot is indestructible. ("Destroy" effects and lethal damage don't destroy it.)${tap}: Add one mana of any color to your mana pool.| +Darksteel Ingot|Magic: The Gathering-Commander|245|C|{3}|Artifact|||Darksteel Ingot is indestructible. ("Destroy" effects and lethal damage don't destroy it.)${tap}: Add one mana of any color to your mana pool.| Skullclamp|Magic: The Gathering-Commander|260|U|{1}|Artifact — Equipment|||Equipped creature gets +1/-1.$Whenever equipped creature dies, draw two cards.$Equip {1}| Call the Skybreaker|Magic: The Gathering-Commander|188|R|{5}{UR}{UR}|Sorcery|||Put a 5/5 blue and red Elemental creature token with flying onto the battlefield.$Retrace (You may cast this card from your graveyard by discarding a land card in addition to paying its other costs.)| Desecrator Hag|Magic: The Gathering-Commander|193|C|{2}{BG}{BG}|Creature — Hag|2|2|When Desecrator Hag enters the battlefield, return to your hand the creature card in your graveyard with the greatest power. If two or more cards are tied for greatest power, you choose one of them.| @@ -19463,17 +19475,17 @@ Selesnya Evangel|Magic: The Gathering-Commander|223|C|{G}{W}|Creature Selesnya Guildmage|Magic: The Gathering-Commander|224|U|{GW}{GW}|Creature — Elf Wizard|2|2|{3}{G}: Put a 1/1 green Saproling creature token onto the battlefield.${3}{W}: Creatures you control get +1/+1 until end of turn.| Selesnya Sanctuary|Magic: The Gathering-Commander|287|C||Land|||Selesnya Sanctuary enters the battlefield tapped.$When Selesnya Sanctuary enters the battlefield, return a land you control to its owner's hand.${tap}: Add {G}{W} to your mana pool.| Selesnya Signet|Magic: The Gathering-Commander|258|C|{2}|Artifact|||{1}, {tap}: Add {G}{W} to your mana pool.| -Svogthos, the Restless Tomb|Magic: The Gathering-Commander|289|U||Land|||{tap}: Add {1} to your mana pool.${3}{B}{G}: Until end of turn, Svogthos, the Restless Tomb becomes a black and green Plant Zombie creature with "This creature's power and toughness are each equal to the number of creature cards in your graveyard." It's still a land.| +Svogthos, the Restless Tomb|Magic: The Gathering-Commander|289|U||Land|||{tap}: Add {1} to your mana pool.${3}{B}{G}: Until end of turn, Svogthos, the Restless Tomb becomes a black and green Plant Zombie creature with "This creature's power and toughness are each equal to the number of creature cards in your graveyard." It's still a land.| Szadek, Lord of Secrets|Magic: The Gathering-Commander|228|R|{3}{U}{U}{B}{B}|Legendary Creature — Vampire|5|5|Flying$If Szadek, Lord of Secrets would deal combat damage to a player, instead put that many +1/+1 counters on Szadek and that player puts that many cards from the top of his or her library into his or her graveyard.| Vulturous Zombie|Magic: The Gathering-Commander|236|R|{3}{B}{G}|Creature — Plant Zombie|3|3|Flying$Whenever a card is put into an opponent's graveyard from anywhere, put a +1/+1 counter on Vulturous Zombie.| Artisan of Kozilek|Magic: The Gathering-Commander|1|U|{9}|Creature — Eldrazi|10|9|When you cast Artisan of Kozilek, you may return target creature card from your graveyard to the battlefield.$Annihilator 2 (Whenever this creature attacks, defending player sacrifices two permanents.)| -Awakening Zone|Magic: The Gathering-Commander|142|R|{2}{G}|Enchantment|||At the beginning of your upkeep, you may put a 0/1 colorless Eldrazi Spawn creature token onto the battlefield. It has "Sacrifice this creature: Add {1} to your mana pool."| +Awakening Zone|Magic: The Gathering-Commander|142|R|{2}{G}|Enchantment|||At the beginning of your upkeep, you may put a 0/1 colorless Eldrazi Spawn creature token onto the battlefield. It has "Sacrifice this creature: Add {1} to your mana pool."| Disaster Radius|Magic: The Gathering-Commander|119|R|{5}{R}{R}|Sorcery|||As an additional cost to cast Disaster Radius, reveal a creature card from your hand.$Disaster Radius deals X damage to each creature your opponents control, where X is the revealed card's converted mana cost.| Dreamstone Hedron|Magic: The Gathering-Commander|247|U|{6}|Artifact|||{tap}: Add {3} to your mana pool.${3}, {tap}, Sacrifice Dreamstone Hedron: Draw three cards.| Evolving Wilds|Magic: The Gathering-Commander|272|C||Land|||{tap}, Sacrifice Evolving Wilds: Search your library for a basic land card and put it onto the battlefield tapped. Then shuffle your library.| Guard Gomazoa|Magic: The Gathering-Commander|49|U|{2}{U}|Creature — Jellyfish|1|3|Defender, flying$Prevent all combat damage that would be dealt to Guard Gomazoa.| Prophetic Prism|Magic: The Gathering-Commander|256|C|{2}|Artifact|||When Prophetic Prism enters the battlefield, draw a card.${1}, {tap}: Add one mana of any color to your mana pool.| -Rapacious One|Magic: The Gathering-Commander|133|U|{5}{R}|Creature — Eldrazi Drone|5|4|Trample$Whenever Rapacious One deals combat damage to a player, put that many 0/1 colorless Eldrazi Spawn creature tokens onto the battlefield. They have "Sacrifice this creature: Add {1} to your mana pool."| +Rapacious One|Magic: The Gathering-Commander|133|U|{5}{R}|Creature — Eldrazi Drone|5|4|Trample$Whenever Rapacious One deals combat damage to a player, put that many 0/1 colorless Eldrazi Spawn creature tokens onto the battlefield. They have "Sacrifice this creature: Add {1} to your mana pool."| Wall of Omens|Magic: The Gathering-Commander|37|U|{1}{W}|Creature — Wall|0|4|Defender$When Wall of Omens enters the battlefield, draw a card.| Bladewing the Risen|Magic: The Gathering-Commander|185|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.| Chartooth Cougar|Magic: The Gathering-Commander|115|C|{5}{R}|Creature — Cat Beast|4|4|{R}: Chartooth Cougar gets +1/+0 until end of turn.$Mountaincycling {2} ({2}, Discard this card: Search your library for a Mountain card, reveal it, and put it into your hand. Then shuffle your library.)| @@ -19498,7 +19510,7 @@ Molten Slagheap|Magic: The Gathering-Commander|282|U||Land|||{tap}: Add {1} to y Penumbra Spider|Magic: The Gathering-Commander|167|C|{2}{G}{G}|Creature — Spider|2|4|Reach (This creature can block creatures with flying.)$When Penumbra Spider dies, put a 2/4 black Spider creature token with reach onto the battlefield.| Return to Dust|Magic: The Gathering-Commander|28|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.| Sulfurous Blast|Magic: The Gathering-Commander|137|U|{2}{R}{R}|Instant|||Sulfurous Blast deals 2 damage to each creature and each player. If you cast this spell during your main phase, Sulfurous Blast deals 3 damage to each creature and each player instead.| -Triskelavus|Magic: The Gathering-Commander|263|R|{7}|Artifact Creature — Construct|1|1|Flying$Triskelavus enters the battlefield with three +1/+1 counters on it.${1}, Remove a +1/+1 counter from Triskelavus: Put a 1/1 colorless Triskelavite artifact creature token with flying onto the battlefield. It has "Sacrifice this creature: This creature deals 1 damage to target creature or player."| +Triskelavus|Magic: The Gathering-Commander|263|R|{7}|Artifact Creature — Construct|1|1|Flying$Triskelavus enters the battlefield with three +1/+1 counters on it.${1}, Remove a +1/+1 counter from Triskelavus: Put a 1/1 colorless Triskelavite artifact creature token with flying onto the battlefield. It has "Sacrifice this creature: This creature deals 1 damage to target creature or player."| Avatar of Woe|Magic: The Gathering-Commander|73|R|{6}{B}{B}|Creature — Avatar|6|5|If there are ten or more creature cards total in all graveyards, Avatar of Woe costs {6} less to cast.$Fear (This creature can't be blocked except by artifact creatures and/or black creatures.)${tap}: Destroy target creature. It can't be regenerated.| Spike Feeder|Magic: The Gathering-Commander|172|U|{1}{G}{G}|Creature — Spike|0|0|Spike Feeder enters the battlefield with two +1/+1 counters on it.${2}, Remove a +1/+1 counter from Spike Feeder: Put a +1/+1 counter on target creature.$Remove a +1/+1 counter from Spike Feeder: You gain 2 life.| Attrition|Magic: The Gathering-Commander|72|R|{1}{B}{B}|Enchantment|||{B}, Sacrifice a creature: Destroy target nonblack creature.| @@ -19553,3 +19565,6 @@ Swamp|Magic: The Gathering-Commander|310|L||Basic Land Swamp|Magic: The Gathering-Commander|309|L||Basic Land — Swamp|||B| Swamp|Magic: The Gathering-Commander|308|L||Basic Land — Swamp|||B| Spawnwrithe|Magic: The Gathering-Commander|171|R|{2}{G}|Creature — Elemental|2|2|Trample$Whenever Spawnwrithe deals combat damage to a player, put a token that's a copy of Spawnwrithe onto the battlefield.| +Omnath, Locus of Mana|From the Vault: Legends|7|M|{2}{G}|Legendary Creature — Elemental|1|1|Green mana doesn't empty from your mana pool as steps and phases end.$Omnath, Locus of Mana gets +1/+1 for each green mana in your mana pool.| +Mikaeus, the Lunarch|From the Vault: Legends|6|M|{X}{W}|Legendary Creature — Human Cleric|0|0|Mikaeus, the Lunarch enters the battlefield with X +1/+1 counters on it.${tap}: Put a +1/+1 counter on Mikaeus.${tap}, Remove a +1/+1 counter from Mikaeus: Put a +1/+1 counter on each other creature you control.| +Ulamog, the Infinite Gyre|From the Vault: Legends|14|M|{11}|Legendary Creature — Eldrazi|10|10|When you cast Ulamog, the Infinite Gyre, destroy target permanent.$Annihilator 4 (Whenever this creature attacks, defending player sacrifices four permanents.)$Ulamog is indestructible.$When Ulamog is put into a graveyard from anywhere, its owner shuffles his or her graveyard into his or her library.|