mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Merge origin/master
This commit is contained in:
commit
51728bcf4f
6 changed files with 203 additions and 149 deletions
54
Mage.Sets/src/mage/sets/arabiannights/CityInABottle.java
Normal file
54
Mage.Sets/src/mage/sets/arabiannights/CityInABottle.java
Normal file
|
@ -0,0 +1,54 @@
|
|||
/*
|
||||
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without modification, are
|
||||
* permitted provided that the following conditions are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
* conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
* of conditions and the following disclaimer in the documentation and/or other materials
|
||||
* provided with the distribution.
|
||||
*
|
||||
* THIS SOFTWARE IS PROVIDED BY BetaSteward_at_googlemail.com ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||
* FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BetaSteward_at_googlemail.com OR
|
||||
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
||||
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* The views and conclusions contained in the software and documentation are those of the
|
||||
* authors and should not be interpreted as representing official policies, either expressed
|
||||
* or implied, of BetaSteward_at_googlemail.com.
|
||||
*/
|
||||
package mage.sets.arabiannights;
|
||||
|
||||
import java.util.UUID;
|
||||
import mage.constants.Rarity;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author emerald000
|
||||
*/
|
||||
public class CityInABottle extends mage.sets.vintagemasters.CityInABottle {
|
||||
|
||||
public CityInABottle(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 74;
|
||||
this.expansionSetCode = "ARN";
|
||||
this.rarity = Rarity.RARE;
|
||||
}
|
||||
|
||||
public CityInABottle(final CityInABottle card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public CityInABottle copy() {
|
||||
return new CityInABottle(this);
|
||||
}
|
||||
}
|
|
@ -65,7 +65,7 @@ public class ShireiShizosCaretaker extends CardImpl {
|
|||
this.power = new MageInt(2);
|
||||
this.toughness = new MageInt(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.
|
||||
// Whenever a creature with power 1 or less is put into your graveyard from the battlefield, you may return that card to the battlefield at the beginning of the next end step if Shirei, Shizo's Caretaker is still on the battlefield.
|
||||
this.addAbility(new ShireiShizosCaretakerTriggeredAbility(this.getId()));
|
||||
}
|
||||
|
||||
|
@ -118,7 +118,7 @@ class ShireiShizosCaretakerTriggeredAbility extends TriggeredAbilityImpl {
|
|||
|
||||
@Override
|
||||
public String getRule() {
|
||||
return "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.";
|
||||
return "Whenever a creature with power 1 or less is put into your graveyard from the battlefield, you may return that card to the battlefield at the beginning of the next end step if Shirei, Shizo's Caretaker is still on the battlefield.";
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -128,7 +128,7 @@ class ShireiShizosCaretakerEffect extends OneShotEffect {
|
|||
|
||||
ShireiShizosCaretakerEffect(UUID shireiId) {
|
||||
super(Outcome.PutCreatureInPlay);
|
||||
this.staticText = "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.";
|
||||
this.staticText = "you may return that card to the battlefield at the beginning of the next end step if Shirei, Shizo's Caretaker is still on the battlefield.";
|
||||
this.shireiId = shireiId;
|
||||
}
|
||||
|
||||
|
@ -147,7 +147,7 @@ class ShireiShizosCaretakerEffect extends OneShotEffect {
|
|||
Card card = game.getCard(this.getTargetPointer().getFirst(game, source));
|
||||
if (card != null) {
|
||||
Effect effect = new ShireiShizosCaretakerReturnEffect(shireiId);
|
||||
effect.setText("return that card to the battlefield under your control if Shirei, Shizo's Caretaker is still on the battlefield");
|
||||
effect.setText("return that card to the battlefield if Shirei, Shizo's Caretaker is still on the battlefield");
|
||||
DelayedTriggeredAbility delayedAbility = new AtEndOfTurnDelayedTriggeredAbility(effect);
|
||||
delayedAbility.setSourceId(source.getSourceId());
|
||||
delayedAbility.setControllerId(source.getControllerId());
|
||||
|
|
|
@ -56,7 +56,7 @@ public class HoodedHorror extends CardImpl {
|
|||
this.power = new MageInt(4);
|
||||
this.toughness = new MageInt(4);
|
||||
|
||||
// Hooded Horror can't be blocked if defending player controls the most creatures or is tied for the most.
|
||||
// Hooded Horror can't be blocked as long as defending player controls the most creatures or is tied for the most.
|
||||
this.addAbility(new SimpleEvasionAbility(new HoodedHorrorCantBeBlockedEffect()));
|
||||
}
|
||||
|
||||
|
@ -76,7 +76,7 @@ class HoodedHorrorCantBeBlockedEffect extends RestrictionEffect {
|
|||
|
||||
public HoodedHorrorCantBeBlockedEffect() {
|
||||
super(Duration.WhileOnBattlefield);
|
||||
staticText = "{this} can't be blocked if defending player controls the most creatures or is tied for the most";
|
||||
staticText = "{this} can't be blocked as long as defending player controls the most creatures or is tied for the most";
|
||||
}
|
||||
|
||||
public HoodedHorrorCantBeBlockedEffect(final HoodedHorrorCantBeBlockedEffect effect) {
|
||||
|
|
|
@ -72,7 +72,7 @@ public class LeechBonder extends CardImpl {
|
|||
// Leech Bonder enters the battlefield with two -1/-1 counters on it.
|
||||
this.addAbility(new EntersBattlefieldAbility(new AddCountersSourceEffect(CounterType.M1M1.createInstance(2))));
|
||||
|
||||
// {U}, {untap}: Move a counter from target creature onto another target creature.
|
||||
// {U}, {untap}: Move a counter from target creature onto a second target creature.
|
||||
Ability ability = new SimpleActivatedAbility(Zone.BATTLEFIELD, new LeechBonderEffect(), new ManaCostsImpl("{U}"));
|
||||
ability.addCost(new UntapSourceCost());
|
||||
ability.addTarget(new TargetCreaturePermanent(new FilterCreaturePermanent("creature to remove counter from")));
|
||||
|
@ -95,7 +95,7 @@ class LeechBonderEffect extends OneShotEffect {
|
|||
|
||||
public LeechBonderEffect() {
|
||||
super(Outcome.Detriment);
|
||||
this.staticText = "Move a counter from target creature onto another target creature";
|
||||
this.staticText = "Move a counter from target creature onto a second target creature";
|
||||
}
|
||||
|
||||
public LeechBonderEffect(final LeechBonderEffect effect) {
|
||||
|
|
|
@ -103,7 +103,7 @@ import mage.players.Player;
|
|||
public class MorphAbility extends StaticAbility implements AlternativeSourceCosts {
|
||||
|
||||
protected static final String ABILITY_KEYWORD = "Morph";
|
||||
protected static final String REMINDER_TEXT = "(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)";
|
||||
protected static final String REMINDER_TEXT = "(You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)";
|
||||
protected String ruleText;
|
||||
protected List<AlternativeCost2> alternateCosts = new LinkedList<>();
|
||||
|
||||
|
|
|
@ -767,7 +767,7 @@ Urborg Syphon-Mage|Archenemy|27|C|{2}{B}|Creature - Human Spellshaper|2|2|{2}{B}
|
|||
Zombie Infestation|Archenemy|28|U|{1}{B}|Enchantment|||Discard two cards: Put a 2/2 black Zombie creature token onto the battlefield.|
|
||||
Zombify|Archenemy|29|U|{3}{B}|Sorcery|||Return target creature card from your graveyard to the battlefield.|
|
||||
Oblivion Ring|Archenemy|3|C|{2}{W}|Enchantment|||When Oblivion Ring enters the battlefield, exile another target nonland permanent.$When Oblivion Ring leaves the battlefield, return the exiled card to the battlefield under its owner's control.|
|
||||
Battering Craghorn|Archenemy|30|C|{2}{R}{R}|Creature - Goat Beast|3|1|First strike$Morph {1}{R}{R} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Battering Craghorn|Archenemy|30|C|{2}{R}{R}|Creature - Goat Beast|3|1|First strike$Morph {1}{R}{R} <i>(You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Breath of Darigaaz|Archenemy|31|U|{1}{R}|Sorcery|||Kicker {2} <i>(You may pay an additional {2} as you cast this spell.)</i>$Breath of Darigaaz deals 1 damage to each creature without flying and each player. If Breath of Darigaaz was kicked, it deals 4 damage to each creature without flying and each player instead.|
|
||||
Chandra's Outrage|Archenemy|32|C|{2}{R}{R}|Instant|||Chandra's Outrage deals 4 damage to target creature and 2 damage to that creature's controller.|
|
||||
Dragon Breath|Archenemy|33|C|{1}{R}|Enchantment - Aura|||Enchant creature$Enchanted creature has haste.${R}: Enchanted creature gets +1/+0 until end of turn.$When a creature with converted mana cost 6 or greater enters the battlefield, you may return Dragon Breath from your graveyard to the battlefield attached to that creature.|
|
||||
|
@ -778,15 +778,15 @@ Fireball|Archenemy|37|U|{X}{R}|Sorcery|||Fireball deals X damage divided evenly,
|
|||
Flameblast Dragon|Archenemy|38|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.|
|
||||
Furnace Whelp|Archenemy|39|U|{2}{R}{R}|Creature - Dragon|2|2|Flying${R}: Furnace Whelp gets +1/+0 until end of turn.|
|
||||
Path to Exile|Archenemy|4|U|{W}|Instant|||Exile target creature. Its controller may search his or her library for a basic land card, put that card onto the battlefield tapped, then shuffle his or her library.|
|
||||
Gathan Raiders|Archenemy|40|C|{3}{R}{R}|Creature - Human Warrior|3|3|Hellbent - Gathan Raiders gets +2/+2 as long as you have no cards in hand.$Morph-Discard a card. <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Gathan Raiders|Archenemy|40|C|{3}{R}{R}|Creature - Human Warrior|3|3|Hellbent - Gathan Raiders gets +2/+2 as long as you have no cards in hand.$Morph-Discard a card. <i>(You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Hellkite Charger|Archenemy|41|R|{4}{R}{R}|Creature - Dragon|5|5|Flying, haste$Whenever Hellkite Charger attacks, you may pay {5}{R}{R}. If you do, untap all attacking creatures and after this phase, there is an additional combat phase.|
|
||||
Imperial Hellkite|Archenemy|42|R|{5}{R}{R}|Creature - Dragon|6|6|Flying$Morph {6}{R}{R} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Imperial Hellkite is turned face up, you may search your library for a Dragon card, reveal it, and put it into your hand. If you do, shuffle your library.|
|
||||
Imperial Hellkite|Archenemy|42|R|{5}{R}{R}|Creature - Dragon|6|6|Flying$Morph {6}{R}{R} <i>(You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Imperial Hellkite is turned face up, you may search your library for a Dragon card, reveal it, and put it into your hand. If you do, shuffle your library.|
|
||||
Inferno Trap|Archenemy|43|U|{3}{R}|Instant - Trap|||If you've been dealt damage by two or more creatures this turn, you may pay {R} rather than pay Inferno Trap's mana cost.$Inferno Trap deals 4 damage to target creature.|
|
||||
Kilnmouth Dragon|Archenemy|44|R|{5}{R}{R}|Creature - Dragon|5|5|Amplify 3 <i>(As this creature enters the battlefield, put three +1/+1 counters on it for each Dragon card you reveal in your hand.)</i>$Flying${tap}: Kilnmouth Dragon deals damage equal to the number of +1/+1 counters on it to target creature or player.|
|
||||
Ryusei, the Falling Star|Archenemy|45|R|{5}{R}|Legendary Creature - Dragon Spirit|5|5|Flying$When Ryusei, the Falling Star dies, it deals 5 damage to each creature without flying.|
|
||||
Seething Song|Archenemy|46|C|{2}{R}|Instant|||Add {R}{R}{R}{R}{R} to your mana pool.|
|
||||
Skirk Commando|Archenemy|47|C|{1}{R}{R}|Creature - Goblin|2|1|Whenever Skirk Commando deals combat damage to a player, you may have it deal 2 damage to target creature that player controls.$Morph {2}{R} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Skirk Marauder|Archenemy|48|C|{1}{R}|Creature - Goblin|2|1|Morph {2}{R} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Skirk Marauder is turned face up, it deals 2 damage to target creature or player.|
|
||||
Skirk Commando|Archenemy|47|C|{1}{R}{R}|Creature - Goblin|2|1|Whenever Skirk Commando deals combat damage to a player, you may have it deal 2 damage to target creature that player controls.$Morph {2}{R} <i>(You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Skirk Marauder|Archenemy|48|C|{1}{R}|Creature - Goblin|2|1|Morph {2}{R} <i>(You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Skirk Marauder is turned face up, it deals 2 damage to target creature or player.|
|
||||
Taurean Mauler|Archenemy|49|R|{2}{R}|Creature - Shapeshifter|2|2|Changeling <i>(This card is every creature type at all times.)</i>$Whenever an opponent casts a spell, you may put a +1/+1 counter on Taurean Mauler.|
|
||||
Sanctum Gargoyle|Archenemy|5|C|{3}{W}|Artifact Creature - Gargoyle|2|3|Flying$When Sanctum Gargoyle enters the battlefield, you may return target artifact card from your graveyard to your hand.|
|
||||
Two-Headed Dragon|Archenemy|50|R|{4}{R}{R}|Creature - Dragon|4|4|Flying${1}{R}: Two-Headed Dragon gets +2/+0 until end of turn.$Two-Headed Dragon can't be blocked except by two or more creatures.$Two-Headed Dragon can block an additional creature.|
|
||||
|
@ -812,7 +812,7 @@ Sakura-Tribe Elder|Archenemy|68|C|{1}{G}|Creature - Snake Shaman|1|1|Sacrifice S
|
|||
Shinen of Life's Roar|Archenemy|69|C|{1}{G}|Creature - Spirit|1|2|All creatures able to block Shinen of Life's Roar do so.$Channel - {2}{G}{G}, Discard Shinen of Life's Roar: All creatures able to block target creature this turn do so.|
|
||||
Master Transmuter|Archenemy|7|R|{3}{U}|Artifact Creature - Human Artificer|1|2|{U}, {tap}, Return an artifact you control to its owner's hand: You may put an artifact card from your hand onto the battlefield.|
|
||||
Spider Umbra|Archenemy|70|C|{G}|Enchantment - Aura|||Enchant creature$Enchanted creature gets +1/+1 and has reach. <i>(It can block creatures with flying.)</i>$Totem armor <i>(If enchanted creature would be destroyed, instead remove all damage from it and destroy this Aura.)</i>|
|
||||
Thelonite Hermit|Archenemy|71|R|{3}{G}|Creature - Elf Shaman|1|1|Saproling creatures get +1/+1.$Morph {3}{G}{G} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Thelonite Hermit is turned face up, put four 1/1 green Saproling creature tokens onto the battlefield.|
|
||||
Thelonite Hermit|Archenemy|71|R|{3}{G}|Creature - Elf Shaman|1|1|Saproling creatures get +1/+1.$Morph {3}{G}{G} <i>(You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Thelonite Hermit is turned face up, put four 1/1 green Saproling creature tokens onto the battlefield.|
|
||||
Verdeloth the Ancient|Archenemy|72|R|{4}{G}{G}|Legendary Creature - Treefolk|4|7|Kicker {X} <i>(You may pay an additional {X} as you cast this spell.)</i>$Saproling creatures and other Treefolk creatures get +1/+1.$When Verdeloth the Ancient enters the battlefield, if it was kicked, put X 1/1 green Saproling creature tokens onto the battlefield.|
|
||||
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.|
|
||||
Wickerbough Elder|Archenemy|74|C|{3}{G}|Creature - Treefolk Shaman|4|4|Wickerbough Elder enters the battlefield with a -1/-1 counter on it.${G}, Remove a -1/-1 counter from Wickerbough Elder: Destroy target artifact or enchantment.|
|
||||
|
@ -3567,7 +3567,7 @@ Ogre Savant|Duel Decks: Izzet vs. Golgari|9|C|{4}{R}|Creature - Ogre Wizard|3|2|
|
|||
Forest|Duel Decks: Izzet vs. Golgari|90|L||Basic Land - Forest|||G|
|
||||
Jace Beleren|Duel Decks: Jace vs. Chandra|1|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.|
|
||||
Elemental Shaman|Duel Decks: Jace vs. Chandra|1|C||Creature - Elemental Shaman|3|1||
|
||||
Fledgling Mawcor|Duel Decks: Jace vs. Chandra|10|U|{3}{U}|Creature - Beast|2|2|Flying${tap}: Fledgling Mawcor deals 1 damage to target creature or player.$Morph {U}{U} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Fledgling Mawcor|Duel Decks: Jace vs. Chandra|10|U|{3}{U}|Creature - Beast|2|2|Flying${tap}: Fledgling Mawcor deals 1 damage to target creature or player.$Morph {U}{U} <i>(You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Waterspout Djinn|Duel Decks: Jace vs. Chandra|11|U|{2}{U}{U}|Creature - Djinn|4|4|Flying$At the beginning of your upkeep, sacrifice Waterspout Djinn unless you return an untapped Island you control to its owner's hand.|
|
||||
Mulldrifter|Duel Decks: Jace vs. Chandra|12|C|{4}{U}|Creature - Elemental|2|2|Flying$When Mulldrifter enters the battlefield, draw two cards.$Evoke {2}{U} <i>(You may cast this spell for its evoke cost. If you do, it's sacrificed when it enters the battlefield.)</i>|
|
||||
Air Elemental|Duel Decks: Jace vs. Chandra|13|U|{3}{U}{U}|Creature - Elemental|4|4|Flying|
|
||||
|
@ -3575,8 +3575,8 @@ Guile|Duel Decks: Jace vs. Chandra|14|R|{3}{U}{U}{U}|Creature - Elemental Incarn
|
|||
Riftwing Cloudskate|Duel Decks: Jace vs. Chandra|15|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} <i>(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.)</i>|
|
||||
Spire Golem|Duel Decks: Jace vs. Chandra|16|C|{6}|Artifact Creature - Golem|2|4|Affinity for Islands <i>(This spell costs {1} less to cast for each Island you control.)</i>$Flying|
|
||||
AEthersnipe|Duel Decks: Jace vs. Chandra|17|C|{5}{U}|Creature - Elemental|4|4|When Æthersnipe enters the battlefield, return target nonland permanent to its owner's hand.$Evoke {1}{U}{U} <i>(You may cast this spell for its evoke cost. If you do, it's sacrificed when it enters the battlefield.)</i>|
|
||||
Brine Elemental|Duel Decks: Jace vs. Chandra|18|U|{4}{U}{U}|Creature - Elemental|5|4|Morph {5}{U}{U} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Brine Elemental is turned face up, each opponent skips his or her next untap step.|
|
||||
Quicksilver Dragon|Duel Decks: Jace vs. Chandra|19|R|{4}{U}{U}|Creature - Dragon|5|5|Flying${U}: If target spell has only one target and that target is Quicksilver Dragon, change that spell's target to another creature.$Morph {4}{U} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Brine Elemental|Duel Decks: Jace vs. Chandra|18|U|{4}{U}{U}|Creature - Elemental|5|4|Morph {5}{U}{U} <i>(You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Brine Elemental is turned face up, each opponent skips his or her next untap step.|
|
||||
Quicksilver Dragon|Duel Decks: Jace vs. Chandra|19|R|{4}{U}{U}|Creature - Dragon|5|5|Flying${U}: If target spell has only one target and that target is Quicksilver Dragon, change that spell's target to another creature.$Morph {4}{U} <i>(You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Martyr of Frost|Duel Decks: Jace vs. Chandra|2|C|{U}|Creature - Human Wizard|1|1|{2}, Reveal X blue cards from your hand, Sacrifice Martyr of Frost: Counter target spell unless its controller pays {X}.|
|
||||
Errant Ephemeron|Duel Decks: Jace vs. Chandra|20|C|{6}{U}|Creature - Illusion|4|4|Flying$Suspend 4-{1}{U} <i>(Rather than cast this card from your hand, you may pay {1}{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.)</i>|
|
||||
Ancestral Vision|Duel Decks: Jace vs. Chandra|21|R||Sorcery|||Suspend 4-{U} <i>(Rather than cast this card from your hand, pay {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.)</i>$Target player draws three cards.|
|
||||
|
@ -3588,7 +3588,7 @@ Fact or Fiction|Duel Decks: Jace vs. Chandra|26|U|{3}{U}|Instant|||Reveal the to
|
|||
Gush|Duel Decks: Jace vs. Chandra|27|C|{4}{U}|Instant|||You may return two Islands you control to their owner's hand rather than pay Gush's mana cost.$$Draw two cards.|
|
||||
Condescend|Duel Decks: Jace vs. Chandra|28|C|{X}{U}|Instant|||Counter target spell unless its controller pays {X}.$Scry 2. <i>(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.)</i>|
|
||||
Terrain Generator|Duel Decks: Jace vs. Chandra|29|U||Land|||{tap}: Add {1} to your mana pool.${2}, {tap}: You may put a basic land card from your hand onto the battlefield tapped.|
|
||||
Fathom Seer|Duel Decks: Jace vs. Chandra|3|C|{1}{U}|Creature - Illusion|1|3|Morph-Return two Islands you control to their owner's hand. <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Fathom Seer is turned face up, draw two cards.|
|
||||
Fathom Seer|Duel Decks: Jace vs. Chandra|3|C|{1}{U}|Creature - Illusion|1|3|Morph-Return two Islands you control to their owner's hand. <i>(You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Fathom Seer is turned face up, draw two cards.|
|
||||
Island|Duel Decks: Jace vs. Chandra|30|L||Basic Land - Island|||U|
|
||||
Island|Duel Decks: Jace vs. Chandra|31|L||Basic Land - Island|||U|
|
||||
Island|Duel Decks: Jace vs. Chandra|32|L||Basic Land - Island|||U|
|
||||
|
@ -3599,7 +3599,7 @@ Fireslinger|Duel Decks: Jace vs. Chandra|36|C|{1}{R}|Creature - Human Wizard|1|1
|
|||
Soulbright Flamekin|Duel Decks: Jace vs. Chandra|37|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.|
|
||||
Pyre Charger|Duel Decks: Jace vs. Chandra|38|U|{R}{R}|Creature - Elemental Warrior|1|1|Haste${R}: Pyre Charger gets +1/+0 until end of turn.|
|
||||
Slith Firewalker|Duel Decks: Jace vs. Chandra|39|U|{R}{R}|Creature - Slith|1|1|Haste$Whenever Slith Firewalker deals combat damage to a player, put a +1/+1 counter on it.|
|
||||
Voidmage Apprentice|Duel Decks: Jace vs. Chandra|4|C|{1}{U}|Creature - Human Wizard|1|1|Morph {2}{U}{U} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Voidmage Apprentice is turned face up, counter target spell.|
|
||||
Voidmage Apprentice|Duel Decks: Jace vs. Chandra|4|C|{1}{U}|Creature - Human Wizard|1|1|Morph {2}{U}{U} <i>(You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Voidmage Apprentice is turned face up, counter target spell.|
|
||||
Flamewave Invoker|Duel Decks: Jace vs. Chandra|40|U|{2}{R}|Creature - Goblin Mutant|2|2|{7}{R}: Flamewave Invoker deals 5 damage to target player.|
|
||||
Inner-Flame Acolyte|Duel Decks: Jace vs. Chandra|41|C|{1}{R}{R}|Creature - Elemental Shaman|2|2|When Inner-Flame Acolyte enters the battlefield, target creature gets +2/+0 and gains haste until end of turn.$Evoke {R} <i>(You may cast this spell for its evoke cost. If you do, it's sacrificed when it enters the battlefield.)</i>|
|
||||
Flametongue Kavu|Duel Decks: Jace vs. Chandra|42|U|{3}{R}|Creature - Kavu|4|2|When Flametongue Kavu enters the battlefield, it deals 4 damage to target creature.|
|
||||
|
@ -3610,7 +3610,7 @@ Oxidda Golem|Duel Decks: Jace vs. Chandra|46|C|{6}|Artifact Creature - Golem|3|2
|
|||
Chartooth Cougar|Duel Decks: Jace vs. Chandra|47|C|{5}{R}|Creature - Cat Beast|4|4|{R}: Chartooth Cougar gets +1/+0 until end of turn.$Mountaincycling {2} <i>({2}, Discard this card: Search your library for a Mountain card, reveal it, and put it into your hand. Then shuffle your library.)</i>|
|
||||
Hostility|Duel Decks: Jace vs. Chandra|48|R|{3}{R}{R}{R}|Creature - Elemental Incarnation|6|6|Haste$If a spell you control would deal damage to an opponent, prevent that damage. Put a 3/1 red Elemental Shaman creature token with haste onto the battlefield for each 1 damage prevented this way.$When Hostility is put into a graveyard from anywhere, shuffle it into its owner's library.|
|
||||
Firebolt|Duel Decks: Jace vs. Chandra|49|C|{R}|Sorcery|||Firebolt deals 2 damage to target creature or player.$Flashback {4}{R} <i>(You may cast this card from your graveyard for its flashback cost. Then exile it.)</i>|
|
||||
Wall of Deceit|Duel Decks: Jace vs. Chandra|5|U|{1}{U}|Creature - Wall|0|5|Defender <i>(This creature can't attack.)</i>${3}: Turn Wall of Deceit face down.$Morph {U} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Wall of Deceit|Duel Decks: Jace vs. Chandra|5|U|{1}{U}|Creature - Wall|0|5|Defender <i>(This creature can't attack.)</i>${3}: Turn Wall of Deceit face down.$Morph {U} <i>(You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Seal of Fire|Duel Decks: Jace vs. Chandra|50|C|{R}|Enchantment|||Sacrifice Seal of Fire: Seal of Fire deals 2 damage to target creature or player.|
|
||||
Incinerate|Duel Decks: Jace vs. Chandra|51|C|{1}{R}|Instant|||Incinerate deals 3 damage to target creature or player. A creature dealt damage this way can't be regenerated this turn.|
|
||||
Magma Jet|Duel Decks: Jace vs. Chandra|52|U|{1}{R}|Instant|||Magma Jet deals 2 damage to target creature or player.$Scry 2. <i>(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.)</i>|
|
||||
|
@ -3621,7 +3621,7 @@ Fireball|Duel Decks: Jace vs. Chandra|56|U|{X}{R}|Sorcery|||Fireball deals X dam
|
|||
Demonfire|Duel Decks: Jace vs. Chandra|57|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.|
|
||||
Keldon Megaliths|Duel Decks: Jace vs. Chandra|58|U||Land|||Keldon Megaliths enters the battlefield tapped.${tap}: Add {R} to your mana pool.$Hellbent - {1}{R}, {tap}: Keldon Megaliths deals 1 damage to target creature or player. Activate this ability only if you have no cards in hand.|
|
||||
Mountain|Duel Decks: Jace vs. Chandra|59|L||Basic Land - Mountain|||R|
|
||||
Willbender|Duel Decks: Jace vs. Chandra|6|U|{1}{U}|Creature - Human Wizard|1|2|Morph {1}{U} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Willbender is turned face up, change the target of target spell or ability with a single target.|
|
||||
Willbender|Duel Decks: Jace vs. Chandra|6|U|{1}{U}|Creature - Human Wizard|1|2|Morph {1}{U} <i>(You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Willbender is turned face up, change the target of target spell or ability with a single target.|
|
||||
Mountain|Duel Decks: Jace vs. Chandra|60|L||Basic Land - Mountain|||R|
|
||||
Mountain|Duel Decks: Jace vs. Chandra|61|L||Basic Land - Mountain|||R|
|
||||
Mountain|Duel Decks: Jace vs. Chandra|62|L||Basic Land - Mountain|||R|
|
||||
|
@ -5870,7 +5870,7 @@ Soultether Golem|Future Sight|164|U|{2}|Artifact Creature - Golem|3|3|Vanishing
|
|||
Sword of the Meek|Future Sight|165|U|{2}|Artifact - Equipment|||Equipped creature gets +1/+2.$Equip {2}$Whenever a 1/1 creature enters the battlefield under your control, you may return Sword of the Meek from your graveyard to the battlefield, then attach it to that creature.|
|
||||
Veilstone Amulet|Future Sight|166|R|{3}|Artifact|||Whenever you cast a spell, creatures you control can't be the targets of spells or abilities your opponents control this turn.|
|
||||
Darksteel Garrison|Future Sight|167|R|{2}|Artifact - Fortification|||Fortified land is indestructible.$Whenever fortified land becomes tapped, target creature gets +1/+1 until end of turn.$Fortify {3} <i>({3}: Attach to target land you control. Fortify only as a sorcery. This card enters the battlefield unattached and stays on the battlefield if the land leaves.)</i>|
|
||||
Whetwheel|Future Sight|168|R|{4}|Artifact|||{X}{X}, {tap}: Target player puts the top X cards of his or her library into his or her graveyard.$Morph {3} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Whetwheel|Future Sight|168|R|{4}|Artifact|||{X}{X}, {tap}: Target player puts the top X cards of his or her library into his or her graveyard.$Morph {3} <i>(You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Dakmor Salvage|Future Sight|169|U||Land|||Dakmor Salvage enters the battlefield tapped.${tap}: Add {B} to your mana pool.$Dredge 2 <i>(If you would draw a card, instead you may put exactly two 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.)</i>|
|
||||
Spirit en-Dal|Future Sight|17|U|{2}{W}|Creature - Spirit|2|1|Shadow <i>(This creature can block or be blocked by only creatures with shadow.)</i>$Forecast - {1}{W}, Reveal Spirit en-Dal from your hand: Target creature gains shadow until end of turn. <i>(Activate this ability only during your upkeep and only once each turn.)</i>|
|
||||
Keldon Megaliths|Future Sight|170|U||Land|||Keldon Megaliths enters the battlefield tapped.${tap}: Add {R} to your mana pool.$Hellbent - {1}{R}, {tap}: Keldon Megaliths deals 1 damage to target creature or player. Activate this ability only if you have no cards in hand.|
|
||||
|
@ -5884,7 +5884,7 @@ Horizon Canopy|Future Sight|177|R||Land|||{tap}, Pay 1 life: Add {G} or {W} to y
|
|||
Nimbus Maze|Future Sight|178|R||Land|||{tap}: Add {1} to your mana pool.${tap}: Add {W} to your mana pool. Activate this ability only if you control an Island.${tap}: Add {U} to your mana pool. Activate this ability only if you control a Plains.|
|
||||
River of Tears|Future Sight|179|R||Land|||{tap}: Add {U} to your mana pool. If you played a land this turn, add {B} to your mana pool instead.|
|
||||
Aven Mindcensor|Future Sight|18|U|{2}{W}|Creature - Bird Wizard|2|1|Flash <i>(You may cast this spell any time you could cast an instant.)</i>$Flying$If an opponent would search a library, that player searches the top four cards of that library instead.|
|
||||
Zoetic Cavern|Future Sight|180|U||Land|||{tap}: Add {1} to your mana pool.$Morph {2} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Zoetic Cavern|Future Sight|180|U||Land|||{tap}: Add {1} to your mana pool.$Morph {2} <i>(You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Blade of the Sixth Pride|Future Sight|19|C|{1}{W}|Creature - Cat Rebel|3|1||
|
||||
Augur il-Vec|Future Sight|2|C|{1}{W}|Creature - Human Cleric|1|3|Shadow <i>(This creature can block or be blocked by only creatures with shadow.)</i>$Sacrifice Augur il-Vec: You gain 4 life. Activate this ability only during your upkeep.|
|
||||
Bound in Silence|Future Sight|20|U|{2}{W}|Tribal Enchantment - Rebel Aura|||Enchant creature$Enchanted creature can't attack or block.|
|
||||
|
@ -5892,7 +5892,7 @@ Daybreak Coronet|Future Sight|21|R|{W}{W}|Enchantment - Aura|||Enchant creature
|
|||
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."|
|
||||
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. <i>(You can't be the target of spells or abilities your opponents control.)</i>|
|
||||
Lucent Liminid|Future Sight|24|C|{3}{W}{W}|Enchantment Creature - Elemental|3|3|Flying|
|
||||
Lumithread Field|Future Sight|25|C|{1}{W}|Enchantment|||Creatures you control get +0/+1.$Morph {1}{W} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Lumithread Field|Future Sight|25|C|{1}{W}|Enchantment|||Creatures you control get +0/+1.$Morph {1}{W} <i>(You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Lymph Sliver|Future Sight|26|C|{4}{W}|Creature - Sliver|3|3|All Sliver creatures have absorb 1. <i>(If a source would deal damage to a Sliver, prevent 1 of that damage.)</i>|
|
||||
Mistmeadow Skulk|Future Sight|27|U|{1}{W}|Creature - Kithkin Rogue|1|1|Lifelink, protection from converted mana cost 3 or greater|
|
||||
Oriss, Samite Guardian|Future Sight|28|R|{1}{W}{W}|Legendary Creature - Human Cleric|1|3|{tap}: Prevent all damage that would be dealt to target creature this turn.$Grandeur - Discard another card named Oriss, Samite Guardian: Target player can't cast spells this turn, and creatures that player controls can't attack this turn.|
|
||||
|
@ -5907,14 +5907,14 @@ Delay|Future Sight|35|U|{1}{U}|Instant|||Counter target spell. If the spell is c
|
|||
Foresee|Future Sight|36|C|{3}{U}|Sorcery|||Scry 4, then draw two cards. <i>(To scry 4, look at the top four cards of your library, then put any number of them on the bottom of your library and the rest on top in any order.)</i>|
|
||||
Infiltrator il-Kor|Future Sight|37|C|{4}{U}|Creature - Kor Rogue|3|1|Shadow <i>(This creature can block or be blocked by only creatures with shadow.)</i>$Suspend 2-{1}{U} <i>(Rather than cast this card from your hand, you may pay {1}{U} 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. It has haste.)</i>|
|
||||
Leaden Fists|Future Sight|38|C|{2}{U}|Enchantment - Aura|||Flash <i>(You may cast this spell any time you could cast an instant.)</i>$Enchant creature$Enchanted creature gets +3/+3 and doesn't untap during its controller's untap step.|
|
||||
Maelstrom Djinn|Future Sight|39|R|{7}{U}|Creature - Djinn|5|6|Flying$Morph {2}{U} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Maelstrom Djinn is turned face up, put two time counters on it and it gains vanishing. <i>(At the beginning of your upkeep, remove a time counter from it. When the last is removed, sacrifice it.)</i>|
|
||||
Maelstrom Djinn|Future Sight|39|R|{7}{U}|Creature - Djinn|5|6|Flying$Morph {2}{U} <i>(You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Maelstrom Djinn is turned face up, put two time counters on it and it gains vanishing. <i>(At the beginning of your upkeep, remove a time counter from it. When the last is removed, sacrifice it.)</i>|
|
||||
Chronomantic Escape|Future Sight|4|U|{4}{W}{W}|Sorcery|||Until your next turn, creatures can't attack you. Exile Chronomantic Escape with three time counters on it.$Suspend 3-{2}{W} <i>(Rather than cast this card from your hand, you may pay {2}{W} 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.)</i>|
|
||||
Magus of the Future|Future Sight|40|R|{2}{U}{U}{U}|Creature - Human Wizard|2|3|Play with the top card of your library revealed.$You may play the top card of your library.|
|
||||
Mystic Speculation|Future Sight|41|U|{U}|Sorcery|||Buyback {2} <i>(You may pay an additional {2} as you cast this spell. If you do, put this card into your hand as it resolves.)</i>$Scry 3. <i>(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.)</i>|
|
||||
Pact of Negation|Future Sight|42|R|{0}|Instant|||Counter target spell.$At the beginning of your next upkeep, pay {3}{U}{U}. If you don't, you lose the game.|
|
||||
Reality Strobe|Future Sight|43|U|{4}{U}{U}|Sorcery|||Return target permanent to its owner's hand. Exile Reality Strobe with three time counters on it.$Suspend 3-{2}{U} <i>(Rather than cast this card from your hand, you may pay {2}{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.)</i>|
|
||||
Take Possession|Future Sight|44|R|{5}{U}{U}|Enchantment - Aura|||Split second <i>(As long as this spell is on the stack, players can't cast spells or activate abilities that aren't mana abilities.)</i>$Enchant permanent$You control enchanted permanent.|
|
||||
Unblinking Bleb|Future Sight|45|C|{3}{U}|Creature - Illusion|1|3|Morph {2}{U} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$Whenever Unblinking Bleb or another permanent is turned face up, you may scry 2. <i>(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.)</i>|
|
||||
Unblinking Bleb|Future Sight|45|C|{3}{U}|Creature - Illusion|1|3|Morph {2}{U} <i>(You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$Whenever Unblinking Bleb or another permanent is turned face up, you may scry 2. <i>(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.)</i>|
|
||||
Venser, Shaper Savant|Future Sight|46|R|{2}{U}{U}|Legendary Creature - Human Wizard|2|2|Flash <i>(You may cast this spell any time you could cast an instant.)</i>$When Venser, Shaper Savant enters the battlefield, return target spell or permanent to its owner's hand.|
|
||||
Venser's Diffusion|Future Sight|47|C|{2}{U}|Instant|||Return target nonland permanent or suspended card to its owner's hand.|
|
||||
Arcanum Wings|Future Sight|48|U|{1}{U}|Enchantment - Aura|||Enchant creature$Enchanted creature has flying.$Aura swap {2}{U} <i>({2}{U}: Exchange this Aura with an Aura card in your hand.)</i>|
|
||||
|
@ -5933,7 +5933,7 @@ Spellweaver Volute|Future Sight|59|R|{3}{U}{U}|Enchantment - Aura|||Enchant inst
|
|||
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.|
|
||||
Spin into Myth|Future Sight|60|U|{4}{U}|Instant|||Put target creature on top of its owner's library, then fateseal 2. <i>(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.)</i>|
|
||||
Vedalken AEthermage|Future Sight|61|C|{1}{U}|Creature - Vedalken Wizard|1|2|Flash <i>(You may cast this spell any time you could cast an instant.)</i>$When Vedalken Æthermage enters the battlefield, return target Sliver to its owner's hand.$Wizardcycling {3} <i>({3}, Discard this card: Search your library for a Wizard card, reveal it, and put it into your hand. Then shuffle your library.)</i>|
|
||||
Whip-Spine Drake|Future Sight|62|C|{3}{U}{U}|Creature - Drake|3|3|Flying$Morph {2}{W} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Whip-Spine Drake|Future Sight|62|C|{3}{U}{U}|Creature - Drake|3|3|Flying$Morph {2}{W} <i>(You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Augur of Skulls|Future Sight|63|C|{1}{B}|Creature - Skeleton Wizard|1|1|{1}{B}: Regenerate Augur of Skulls.$Sacrifice Augur of Skulls: Target player discards two cards. Activate this ability only during your upkeep.|
|
||||
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. <i>(It can block or be blocked by only creatures with shadow.)</i>|
|
||||
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} <i>(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.)</i>|
|
||||
|
@ -5973,7 +5973,7 @@ Bogardan Lancer|Future Sight|95|C|{1}{R}|Creature - Human Knight|1|1|Bloodthirst
|
|||
Char-Rumbler|Future Sight|96|U|{2}{R}{R}|Creature - Elemental|-1|3|Double strike${R}: Char-Rumbler gets +1/+0 until end of turn.|
|
||||
Emberwilde Augur|Future Sight|97|C|{1}{R}|Creature - Goblin Shaman|2|1|Sacrifice Emberwilde Augur: Emberwilde Augur deals 3 damage to target player. Activate this ability only during your upkeep.|
|
||||
Fatal Attraction|Future Sight|98|C|{2}{R}|Enchantment - Aura|||Enchant creature$When Fatal Attraction enters the battlefield, it deals 2 damage to enchanted creature.$At the beginning of your upkeep, Fatal Attraction deals 4 damage to enchanted creature.|
|
||||
Gathan Raiders|Future Sight|99|C|{3}{R}{R}|Creature - Human Warrior|3|3|Hellbent - Gathan Raiders gets +2/+2 as long as you have no cards in hand.$Morph-Discard a card. <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Gathan Raiders|Future Sight|99|C|{3}{R}{R}|Creature - Human Warrior|3|3|Hellbent - Gathan Raiders gets +2/+2 as long as you have no cards in hand.$Morph-Discard a card. <i>(You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Aerial Maneuver|Gatecrash|1|C|{1}{W}|Instant|||Target creature gets +1/+1 and gains flying and first strike until end of turn.|
|
||||
Debtor's Pulpit|Gatecrash|10|U|{4}{W}|Enchantment - Aura|||Enchant land$Enchanted land has "{tap}: Tap target creature."|
|
||||
Massive Raid|Gatecrash|100|C|{1}{R}{R}|Instant|||Massive Raid deals damage to target creature or player equal to the number of creatures you control.|
|
||||
|
@ -6861,7 +6861,7 @@ Withering Wisps|Ice Age|56|U|{1}{B}{B}|Enchantment|||At the beginning of the end
|
|||
Arnjlot's Ascent|Ice Age|57|C|{1}{U}{U}|Enchantment|||Cumulative upkeep {U} <i>(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.)</i>${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. <i>(For example, you may change "black creatures can't attack" to "blue creatures can't attack.")</i> That enchantment gains "Cumulative upkeep {1}." <i>(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.)</i>|
|
||||
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." Put 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 beginningC of the upkeep of enchanted creature's controller, that player may pay {1}{B}. If he or she does, untap that creature.|
|
||||
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} <i>(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.)</i>$Green creatures have "Cumulative upkeep {1}."|
|
||||
|
@ -8018,23 +8018,23 @@ Daru Stinger|Legions|10|C|{3}{W}|Creature - Human Soldier|1|1|Amplify 1 <i>(As t
|
|||
Goblin Grappler|Legions|100|C|{R}|Creature - Goblin|1|1|Provoke <i>(When this attacks, you may have target creature defending player controls untap and block it if able.)</i>|
|
||||
Goblin Lookout|Legions|101|C|{1}{R}|Creature - Goblin|1|2|{tap}, Sacrifice a Goblin: Goblin creatures get +2/+0 until end of turn.|
|
||||
Hunter Sliver|Legions|102|C|{1}{R}|Creature - Sliver|1|1|All Sliver creatures have provoke. <i>(When a Sliver attacks, its controller may have target creature defending player controls untap and block it if able.)</i>|
|
||||
Imperial Hellkite|Legions|103|R|{5}{R}{R}|Creature - Dragon|6|6|Flying$Morph {6}{R}{R} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Imperial Hellkite is turned face up, you may search your library for a Dragon card, reveal it, and put it into your hand. If you do, shuffle your library.|
|
||||
Imperial Hellkite|Legions|103|R|{5}{R}{R}|Creature - Dragon|6|6|Flying$Morph {6}{R}{R} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Imperial Hellkite is turned face up, you may search your library for a Dragon card, reveal it, and put it into your hand. If you do, shuffle your library.|
|
||||
Kilnmouth Dragon|Legions|104|R|{5}{R}{R}|Creature - Dragon|5|5|Amplify 3 <i>(As this creature enters the battlefield, put three +1/+1 counters on it for each Dragon card you reveal in your hand.)</i>$Flying${tap}: Kilnmouth Dragon deals damage equal to the number of +1/+1 counters on it to target creature or player.|
|
||||
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.|
|
||||
Macetail Hystrodon|Legions|106|C|{6}{R}|Creature - Beast|4|4|First strike, haste$Cycling {3} <i>({3}, Discard this card: Draw a card.)</i>|
|
||||
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."|
|
||||
Ridgetop Raptor|Legions|108|U|{3}{R}|Creature - Lizard Beast|2|1|Double strike <i>(This creature deals both first-strike and regular combat damage.)</i>|
|
||||
Rockshard Elemental|Legions|109|R|{5}{R}{R}|Creature - Elemental|4|3|Double strike <i>(This creature deals both first-strike and regular combat damage.)</i>$Morph {4}{R}{R} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Defender of the Order|Legions|11|R|{3}{W}|Creature - Human Cleric|2|4|Morph {W}{W} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Defender of the Order is turned face up, creatures you control get +0/+2 until end of turn.|
|
||||
Shaleskin Plower|Legions|110|C|{3}{R}|Creature - Beast|3|2|Morph {4}{R} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Shaleskin Plower is turned face up, destroy target land.|
|
||||
Rockshard Elemental|Legions|109|R|{5}{R}{R}|Creature - Elemental|4|3|Double strike <i>(This creature deals both first-strike and regular combat damage.)</i>$Morph {4}{R}{R} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Defender of the Order|Legions|11|R|{3}{W}|Creature - Human Cleric|2|4|Morph {W}{W} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Defender of the Order is turned face up, creatures you control get +0/+2 until end of turn.|
|
||||
Shaleskin Plower|Legions|110|C|{3}{R}|Creature - Beast|3|2|Morph {4}{R} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Shaleskin Plower is turned face up, destroy target land.|
|
||||
Skirk Alarmist|Legions|111|R|{1}{R}|Creature - Human Wizard|1|2|Haste${tap}: Turn target face-down creature you control face up. At the beginning of the next end step, sacrifice it.|
|
||||
Skirk Drill Sergeant|Legions|112|U|{1}{R}|Creature - Goblin|2|1|Whenever Skirk Drill Sergeant or another Goblin dies, you may pay {2}{R}. If you do, reveal the top card of your library. If it's a Goblin permanent card, put it onto the battlefield. Otherwise, put it into your graveyard.|
|
||||
Skirk Marauder|Legions|113|C|{1}{R}|Creature - Goblin|2|1|Morph {2}{R} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Skirk Marauder is turned face up, it deals 2 damage to target creature or player.|
|
||||
Skirk Marauder|Legions|113|C|{1}{R}|Creature - Goblin|2|1|Morph {2}{R} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Skirk Marauder is turned face up, it deals 2 damage to target creature or player.|
|
||||
Skirk Outrider|Legions|114|C|{3}{R}|Creature - Goblin|2|2|As long as you control a Beast, Skirk Outrider gets +2/+2 and has trample.|
|
||||
Unstable Hulk|Legions|115|R|{1}{R}{R}|Creature - Goblin Mutant|2|2|Morph {3}{R}{R} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Unstable Hulk is turned face up, it gets +6/+6 and gains trample until end of turn. You skip your next turn.|
|
||||
Warbreak Trumpeter|Legions|116|U|{R}|Creature - Goblin|1|1|Morph {X}{X}{R} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Warbreak Trumpeter is turned face up, put X 1/1 red Goblin creature tokens onto the battlefield.|
|
||||
Unstable Hulk|Legions|115|R|{1}{R}{R}|Creature - Goblin Mutant|2|2|Morph {3}{R}{R} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Unstable Hulk is turned face up, it gets +6/+6 and gains trample until end of turn. You skip your next turn.|
|
||||
Warbreak Trumpeter|Legions|116|U|{R}|Creature - Goblin|1|1|Morph {X}{X}{R} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Warbreak Trumpeter is turned face up, put X 1/1 red Goblin creature tokens onto the battlefield.|
|
||||
Berserk Murlodont|Legions|117|C|{4}{G}|Creature - Beast|3|3|Whenever a Beast becomes blocked, it gets +1/+1 until end of turn for each creature blocking it.|
|
||||
Branchsnap Lorian|Legions|118|U|{1}{G}{G}|Creature - Beast|4|1|Trample$Morph {G} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Branchsnap Lorian|Legions|118|U|{1}{G}{G}|Creature - Beast|4|1|Trample$Morph {G} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Brontotherium|Legions|119|U|{4}{G}{G}|Creature - Beast|5|3|Trample$Provoke <i>(When this attacks, you may have target creature defending player controls untap and block it if able.)</i>|
|
||||
Deftblade Elite|Legions|12|C|{W}|Creature - Human Soldier|1|1|Provoke <i>(When this attacks, you may have target creature defending player controls untap and block it if able.)</i>${1}{W}: Prevent all combat damage that would be dealt to and dealt by Deftblade Elite this turn.|
|
||||
Brood Sliver|Legions|120|R|{4}{G}|Creature - Sliver|3|3|Whenever a Sliver deals combat damage to a player, its controller may put a 1/1 colorless Sliver creature token onto the battlefield.|
|
||||
|
@ -8048,12 +8048,12 @@ Gempalm Strider|Legions|127|U|{1}{G}|Creature - Elf|2|2|Cycling {2}{G}{G} <i>({2
|
|||
Glowering Rogon|Legions|128|C|{5}{G}|Creature - Beast|4|4|Amplify 1 <i>(As this creature enters the battlefield, put a +1/+1 counter on it for each Beast card you reveal in your hand.)</i>|
|
||||
Hundroog|Legions|129|C|{6}{G}|Creature - Beast|4|7|Cycling {3} <i>({3}, Discard this card: Draw a card.)</i>|
|
||||
Essence Sliver|Legions|13|R|{3}{W}|Creature - Sliver|3|3|Whenever a Sliver deals damage, its controller gains that much life.|
|
||||
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} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
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} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Krosan Vorine|Legions|131|C|{3}{G}|Creature - Cat Beast|3|2|Provoke <i>(When this attacks, you may have target creature defending player controls untap and block it if able.)</i>$Krosan Vorine can't be blocked by more than one creature.|
|
||||
Nantuko Vigilante|Legions|132|C|{3}{G}|Creature - Insect Druid Mutant|3|2|Morph {1}{G} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Nantuko Vigilante is turned face up, destroy target artifact or enchantment.|
|
||||
Nantuko Vigilante|Legions|132|C|{3}{G}|Creature - Insect Druid Mutant|3|2|Morph {1}{G} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Nantuko Vigilante is turned face up, destroy target artifact or enchantment.|
|
||||
Needleshot Gourna|Legions|133|C|{4}{G}{G}|Creature - Beast|3|6|Reach <i>(This creature can block creatures with flying.)</i>|
|
||||
Patron of the Wild|Legions|134|C|{G}|Creature - Elf|1|1|Morph {2}{G} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Patron of the Wild is turned face up, target creature gets +3/+3 until end of turn.|
|
||||
Primal Whisperer|Legions|135|R|{4}{G}|Creature - Elf Soldier|2|2|Primal Whisperer gets +2/+2 for each face-down creature on the battlefield.$Morph {3}{G} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Patron of the Wild|Legions|134|C|{G}|Creature - Elf|1|1|Morph {2}{G} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Patron of the Wild is turned face up, target creature gets +3/+3 until end of turn.|
|
||||
Primal Whisperer|Legions|135|R|{4}{G}|Creature - Elf Soldier|2|2|Primal Whisperer gets +2/+2 for each face-down creature on the battlefield.$Morph {3}{G} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Quick Sliver|Legions|136|C|{1}{G}|Creature - Sliver|1|1|Flash$Any player may play Sliver cards as though they had flash.|
|
||||
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.|
|
||||
Seedborn Muse|Legions|138|R|{3}{G}{G}|Creature - Spirit|2|4|Untap all permanents you control during each other player's untap step.|
|
||||
|
@ -8061,12 +8061,12 @@ Stonewood Invoker|Legions|139|C|{1}{G}|Creature - Elf Mutant|2|2|{7}{G}: Stonewo
|
|||
Gempalm Avenger|Legions|14|C|{5}{W}|Creature - Human Soldier|3|5|Cycling {2}{W} <i>({2}{W}, Discard this card: Draw a card.)</i>$When you cycle Gempalm Avenger, Soldier creatures get +1/+1 and gain first strike until end of turn.|
|
||||
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.|
|
||||
Totem Speaker|Legions|141|U|{4}{G}|Creature - Elf Druid|3|3|Whenever a Beast enters the battlefield, you may gain 3 life.|
|
||||
Tribal Forcemage|Legions|142|R|{1}{G}|Creature - Elf Wizard|1|1|Morph {1}{G} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Tribal Forcemage is turned face up, creatures of the creature type of your choice get +2/+2 and gain trample until end of turn.|
|
||||
Tribal Forcemage|Legions|142|R|{1}{G}|Creature - Elf Wizard|1|1|Morph {1}{G} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Tribal Forcemage is turned face up, creatures of the creature type of your choice get +2/+2 and gain trample until end of turn.|
|
||||
Vexing Beetle|Legions|143|R|{4}{G}|Creature - Insect|3|3|Vexing Beetle can't be countered.$Vexing Beetle gets +3/+3 as long as no opponent controls a creature.|
|
||||
Wirewood Channeler|Legions|144|U|{3}{G}|Creature - Elf Druid|2|2|{tap}: Add X mana of any one color to your mana pool, where X is the number of Elves on the battlefield.|
|
||||
Wirewood Hivemaster|Legions|145|U|{1}{G}|Creature - Elf|1|1|Whenever another nontoken Elf enters the battlefield, you may put a 1/1 green Insect creature token onto the battlefield.|
|
||||
Glowrider|Legions|15|R|{2}{W}|Creature - Human Cleric|2|1|Noncreature spells cost {1} more to cast.|
|
||||
Liege of the Axe|Legions|16|U|{3}{W}|Creature - Human Soldier|2|3|Vigilance$Morph {1}{W} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Liege of the Axe is turned face up, untap it.|
|
||||
Liege of the Axe|Legions|16|U|{3}{W}|Creature - Human Soldier|2|3|Vigilance$Morph {1}{W} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Liege of the Axe is turned face up, untap it.|
|
||||
Lowland Tracker|Legions|17|C|{4}{W}|Creature - Human Soldier|2|2|First strike$Provoke <i>(When this attacks, you may have target creature defending player controls untap and block it if able.)</i>|
|
||||
Planar Guide|Legions|18|R|{W}|Creature - Human Cleric|1|1|{3}{W}, Exile Planar Guide: Exile all creatures. At the beginning of the next end step, return those cards to the battlefield under their owners' control.|
|
||||
Plated Sliver|Legions|19|C|{W}|Creature - Sliver|1|1|All Sliver creatures get +0/+1.|
|
||||
|
@ -8080,25 +8080,25 @@ Ward Sliver|Legions|25|U|{4}{W}|Creature - Sliver|2|2|As Ward Sliver enters the
|
|||
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."|
|
||||
White Knight|Legions|27|U|{W}{W}|Creature - Human Knight|2|2|First strike <i>(This creature deals combat damage before creatures without first strike.)</i>$Protection from black <i>(This creature can't be blocked, targeted, dealt damage, or enchanted by anything black.)</i>|
|
||||
Windborn Muse|Legions|28|R|{3}{W}|Creature - Spirit|2|3|Flying$Creatures can't attack you unless their controller pays {2} for each creature he or she controls that's attacking you.|
|
||||
Wingbeat Warrior|Legions|29|C|{2}{W}|Creature - Bird Soldier Warrior|2|1|Flying$Morph {2}{W} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Wingbeat Warrior is turned face up, target creature gains first strike until end of turn.|
|
||||
Wingbeat Warrior|Legions|29|C|{2}{W}|Creature - Bird Soldier Warrior|2|1|Flying$Morph {2}{W} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Wingbeat Warrior is turned face up, target creature gains first strike until end of turn.|
|
||||
Aven Redeemer|Legions|3|C|{3}{W}|Creature - Bird Cleric|2|2|Flying${tap}: Prevent the next 2 damage that would be dealt to target creature or player this turn.|
|
||||
Aven Envoy|Legions|30|C|{U}|Creature - Bird Soldier|0|2|Flying|
|
||||
Cephalid Pathmage|Legions|31|C|{2}{U}|Creature - Cephalid Wizard|1|2|Cephalid Pathmage is unblockable.${tap}, Sacrifice Cephalid Pathmage: Target creature is unblockable this turn.|
|
||||
Chromeshell Crab|Legions|32|R|{4}{U}|Creature - Crab Beast|3|3|Morph {4}{U} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Chromeshell Crab is turned face up, you may exchange control of target creature you control and target creature an opponent controls.|
|
||||
Chromeshell Crab|Legions|32|R|{4}{U}|Creature - Crab Beast|3|3|Morph {4}{U} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Chromeshell Crab is turned face up, you may exchange control of target creature you control and target creature an opponent controls.|
|
||||
Covert Operative|Legions|33|C|{4}{U}|Creature - Human Wizard|3|2|Covert Operative is unblockable.|
|
||||
Crookclaw Elder|Legions|34|U|{5}{U}|Creature - Bird Wizard|3|2|Flying$Tap two untapped Birds you control: Draw a card.$Tap two untapped Wizards you control: Target creature gains flying until end of turn.|
|
||||
Dermoplasm|Legions|35|R|{2}{U}|Creature - Shapeshifter|1|1|Flying$Morph {2}{U}{U} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Dermoplasm is turned face up, you may put a creature card with morph from your hand onto the battlefield face up. If you do, return Dermoplasm to its owner's hand.|
|
||||
Dermoplasm|Legions|35|R|{2}{U}|Creature - Shapeshifter|1|1|Flying$Morph {2}{U}{U} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Dermoplasm is turned face up, you may put a creature card with morph from your hand onto the battlefield face up. If you do, return Dermoplasm to its owner's hand.|
|
||||
Dreamborn Muse|Legions|36|R|{2}{U}{U}|Creature - Spirit|2|2|At the beginning of each player's upkeep, that player puts the top X cards of his or her library into his or her graveyard, where X is the number of cards in his or her hand.|
|
||||
Echo Tracer|Legions|37|C|{2}{U}|Creature - Human Wizard|2|2|Morph {2}{U} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Echo Tracer is turned face up, return target creature to its owner's hand.|
|
||||
Echo Tracer|Legions|37|C|{2}{U}|Creature - Human Wizard|2|2|Morph {2}{U} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Echo Tracer is turned face up, return target creature to its owner's hand.|
|
||||
Fugitive Wizard|Legions|38|C|{U}|Creature - Human Wizard|1|1||
|
||||
Gempalm Sorcerer|Legions|39|U|{2}{U}|Creature - Human Wizard|2|2|Cycling {2}{U} <i>({2}{U}, Discard this card: Draw a card.)</i>$When you cycle Gempalm Sorcerer, Wizard creatures gain flying until end of turn.|
|
||||
Aven Warhawk|Legions|4|U|{4}{W}|Creature - Bird Soldier|2|2|Amplify 1 <i>(As this creature enters the battlefield, put a +1/+1 counter on it for each Bird and/or Soldier card you reveal in your hand.)</i>$Flying|
|
||||
Glintwing Invoker|Legions|40|C|{4}{U}|Creature - Human Wizard Mutant|3|3|{7}{U}: Glintwing Invoker gets +3/+3 and gains flying until end of turn.|
|
||||
Keeneye Aven|Legions|41|C|{3}{U}|Creature - Bird Soldier|2|3|Flying$Cycling {2} <i>({2}, Discard this card: Draw a card.)</i>|
|
||||
Keeper of the Nine Gales|Legions|42|R|{2}{U}|Creature - Bird Wizard|1|2|Flying${tap}, Tap two untapped Birds you control: Return target permanent to its owner's hand.|
|
||||
Master of the Veil|Legions|43|U|{2}{U}{U}|Creature - Human Wizard|2|3|Morph {2}{U} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Master of the Veil is turned face up, you may turn target creature with morph face down.|
|
||||
Master of the Veil|Legions|43|U|{2}{U}{U}|Creature - Human Wizard|2|3|Morph {2}{U} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Master of the Veil is turned face up, you may turn target creature with morph face down.|
|
||||
Merchant of Secrets|Legions|44|C|{2}{U}|Creature - Human Wizard|1|1|When Merchant of Secrets enters the battlefield, draw a card.|
|
||||
Mistform Seaswift|Legions|45|C|{3}{U}|Creature - Illusion|3|1|Flying${1}: Mistform Seaswift becomes the creature type of your choice until end of turn.$Morph {1}{U} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Mistform Seaswift|Legions|45|C|{3}{U}|Creature - Illusion|3|1|Flying${1}: Mistform Seaswift becomes the creature type of your choice until end of turn.$Morph {1}{U} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
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."|
|
||||
Mistform Ultimus|Legions|47|R|{3}{U}|Legendary Creature - Illusion|3|3|Mistform Ultimus is every creature type <i>(even if this card isn't on the battlefield)</i>.|
|
||||
Mistform Wakecaster|Legions|48|U|{4}{U}|Creature - Illusion|2|3|Flying${1}: Mistform Wakecaster becomes the creature type of your choice until end of turn.${2}{U}{U}, {tap}: Choose a creature type. Each creature you control becomes that type until end of turn.|
|
||||
|
@ -8108,14 +8108,14 @@ Riptide Director|Legions|50|R|{2}{U}{U}|Creature - Human Wizard|2|3|{2}{U}{U}, {
|
|||
Riptide Mangler|Legions|51|R|{1}{U}|Creature - Beast|0|3|{1}{U}: Change Riptide Mangler's power to target creature's power. <i>(This effect lasts indefinitely.)</i>|
|
||||
Shifting Sliver|Legions|52|U|{3}{U}|Creature - Sliver|2|2|Slivers can't be blocked except by Slivers.|
|
||||
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.|
|
||||
Voidmage Apprentice|Legions|54|C|{1}{U}|Creature - Human Wizard|1|1|Morph {2}{U}{U} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Voidmage Apprentice is turned face up, counter target spell.|
|
||||
Wall of Deceit|Legions|55|U|{1}{U}|Creature - Wall|0|5|Defender <i>(This creature can't attack.)</i>${3}: Turn Wall of Deceit face down.$Morph {U} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Voidmage Apprentice|Legions|54|C|{1}{U}|Creature - Human Wizard|1|1|Morph {2}{U}{U} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Voidmage Apprentice is turned face up, counter target spell.|
|
||||
Wall of Deceit|Legions|55|U|{1}{U}|Creature - Wall|0|5|Defender <i>(This creature can't attack.)</i>${3}: Turn Wall of Deceit face down.$Morph {U} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
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. <i>(It can't be the target of spells or abilities.)</i>|
|
||||
Weaver of Lies|Legions|57|R|{5}{U}{U}|Creature - Beast|4|4|Morph {4}{U} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Weaver of Lies is turned face up, turn any number of target creatures with morph other than Weaver of Lies face down.|
|
||||
Willbender|Legions|58|U|{1}{U}|Creature - Human Wizard|1|2|Morph {1}{U} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Willbender is turned face up, change the target of target spell or ability with a single target.|
|
||||
Aphetto Exterminator|Legions|59|U|{2}{B}|Creature - Human Wizard|3|1|Morph {3}{B} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Aphetto Exterminator is turned face up, target creature gets -3/-3 until end of turn.|
|
||||
Weaver of Lies|Legions|57|R|{5}{U}{U}|Creature - Beast|4|4|Morph {4}{U} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Weaver of Lies is turned face up, turn any number of target creatures with morph other than Weaver of Lies face down.|
|
||||
Willbender|Legions|58|U|{1}{U}|Creature - Human Wizard|1|2|Morph {1}{U} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Willbender is turned face up, change the target of target spell or ability with a single target.|
|
||||
Aphetto Exterminator|Legions|59|U|{2}{B}|Creature - Human Wizard|3|1|Morph {3}{B} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Aphetto Exterminator is turned face up, target creature gets -3/-3 until end of turn.|
|
||||
Celestial Gatekeeper|Legions|6|R|{3}{W}{W}|Creature - Bird Cleric|2|2|Flying$When Celestial Gatekeeper dies, exile it, then return up to two target Bird and/or Cleric permanent cards from your graveyard to the battlefield.|
|
||||
Bane of the Living|Legions|60|R|{2}{B}{B}|Creature - Insect|4|3|Morph {X}{B}{B} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Bane of the Living is turned face up, all creatures get -X/-X until end of turn.|
|
||||
Bane of the Living|Legions|60|R|{2}{B}{B}|Creature - Insect|4|3|Morph {X}{B}{B} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Bane of the Living is turned face up, all creatures get -X/-X until end of turn.|
|
||||
Blood Celebrant|Legions|61|C|{B}|Creature - Human Cleric|1|1|{B}, Pay 1 life: Add one mana of any color to your mana pool.|
|
||||
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.|
|
||||
Crypt Sliver|Legions|63|C|{1}{B}|Creature - Sliver|1|1|All Slivers have "{tap}: Regenerate target Sliver."|
|
||||
|
@ -8132,22 +8132,22 @@ Goblin Turncoat|Legions|72|C|{1}{B}|Creature - Goblin Mercenary|2|1|Sacrifice a
|
|||
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.|
|
||||
Havoc Demon|Legions|74|R|{5}{B}{B}|Creature - Demon|5|5|Flying$When Havoc Demon dies, all creatures get -5/-5 until end of turn.|
|
||||
Hollow Specter|Legions|75|R|{1}{B}{B}|Creature - Specter|2|2|Flying$Whenever Hollow Specter deals combat damage to a player, you may pay {X}. If you do, that player reveals X cards from his or her hand and you choose one of them. That player discards that card.|
|
||||
Infernal Caretaker|Legions|76|C|{3}{B}|Creature - Human Cleric|2|2|Morph {3}{B} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Infernal Caretaker is turned face up, return all Zombie cards from all graveyards to their owners' hands.|
|
||||
Infernal Caretaker|Legions|76|C|{3}{B}|Creature - Human Cleric|2|2|Morph {3}{B} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Infernal Caretaker is turned face up, return all Zombie cards from all graveyards to their owners' hands.|
|
||||
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.|
|
||||
Phage the Untouchable|Legions|78|R|{3}{B}{B}{B}{B}|Legendary Creature - Zombie Minion|4|4|When Phage the Untouchable enters the battlefield, if you didn't cast it from your hand, you lose the game.$Whenever Phage deals combat damage to a creature, destroy that creature. It can't be regenerated.$Whenever Phage deals combat damage to a player, that player loses the game.|
|
||||
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} <i>({3}, Discard this card: Draw a card.)</i>|
|
||||
Daru Mender|Legions|8|U|{W}|Creature - Human Cleric|1|1|Morph {W} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Daru Mender is turned face up, regenerate target creature.|
|
||||
Skinthinner|Legions|80|C|{1}{B}|Creature - Zombie|2|1|Morph {3}{B}{B} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Skinthinner is turned face up, destroy target nonblack creature. It can't be regenerated.|
|
||||
Daru Mender|Legions|8|U|{W}|Creature - Human Cleric|1|1|Morph {W} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Daru Mender is turned face up, regenerate target creature.|
|
||||
Skinthinner|Legions|80|C|{1}{B}|Creature - Zombie|2|1|Morph {3}{B}{B} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Skinthinner is turned face up, destroy target nonblack creature. It can't be regenerated.|
|
||||
Smokespew Invoker|Legions|81|C|{2}{B}|Creature - Zombie Mutant|3|1|{7}{B}: Target creature gets -3/-3 until end of turn.|
|
||||
Sootfeather Flock|Legions|82|C|{4}{B}|Creature - Bird|3|2|Flying$Morph {3}{B} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Sootfeather Flock|Legions|82|C|{4}{B}|Creature - Bird|3|2|Flying$Morph {3}{B} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
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."|
|
||||
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.|
|
||||
Vile Deacon|Legions|85|C|{2}{B}{B}|Creature - Human Cleric|2|2|Whenever Vile Deacon attacks, it gets +X/+X until end of turn, where X is the number of Clerics on the battlefield.|
|
||||
Withered Wretch|Legions|86|U|{B}{B}|Creature - Zombie Cleric|2|2|{1}: Exile target card from a graveyard.|
|
||||
Zombie Brute|Legions|87|U|{6}{B}|Creature - Zombie|5|4|Amplify 1 <i>(As this creature enters the battlefield, put a +1/+1 counter on it for each Zombie card you reveal in your hand.)</i>$Trample|
|
||||
Blade Sliver|Legions|88|U|{2}{R}|Creature - Sliver|2|2|All Sliver creatures get +1/+0.|
|
||||
Bloodstoke Howler|Legions|89|C|{5}{R}|Creature - Beast|3|4|Morph {6}{R} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Bloodstoke Howler is turned face up, Beast creatures you control get +3/+0 until end of turn.|
|
||||
Daru Sanctifier|Legions|9|C|{3}{W}|Creature - Human Cleric|1|4|Morph {1}{W} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Daru Sanctifier is turned face up, destroy target enchantment.|
|
||||
Bloodstoke Howler|Legions|89|C|{5}{R}|Creature - Beast|3|4|Morph {6}{R} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Bloodstoke Howler is turned face up, Beast creatures you control get +3/+0 until end of turn.|
|
||||
Daru Sanctifier|Legions|9|C|{3}{W}|Creature - Human Cleric|1|4|Morph {1}{W} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Daru Sanctifier is turned face up, destroy target enchantment.|
|
||||
Clickslither|Legions|90|R|{1}{R}{R}{R}|Creature - Insect|3|3|Haste$Sacrifice a Goblin: Clickslither gets +2/+2 and gains trample until end of turn.|
|
||||
Crested Craghorn|Legions|91|C|{4}{R}|Creature - Goat Beast|4|1|Haste$Provoke <i>(When this attacks, you may have target creature defending player controls untap and block it if able.)</i>|
|
||||
Flamewave Invoker|Legions|92|C|{2}{R}|Creature - Goblin Mutant|2|2|{7}{R}: Flamewave Invoker deals 5 damage to target player.|
|
||||
|
@ -10062,7 +10062,7 @@ Syphon Mind|Magic: The Gathering-Commander|104|C|{3}{B}|Sorcery|||Each other pla
|
|||
Unnerve|Magic: The Gathering-Commander|105|C|{3}{B}|Sorcery|||Each opponent discards two cards.|
|
||||
Vampire Nighthawk|Magic: The Gathering-Commander|106|U|{1}{B}{B}|Creature - Vampire Shaman|2|3|Flying$Deathtouch <i>(Any amount of damage this deals to a creature is enough to destroy it.)</i>$Lifelink <i>(Damage dealt by this creature also causes you to gain that much life.)</i>|
|
||||
Vow of Malice|Magic: The Gathering-Commander|107|U|{2}{B}|Enchantment - Aura|||Enchant creature$Enchanted creature gets +2/+2, has intimidate, and can't attack you or a planeswalker you control.|
|
||||
Akroma, Angel of Fury|Magic: The Gathering-Commander|108|R|{5}{R}{R}{R}|Legendary Creature - Angel|6|6|Akroma, Angel of Fury can't be countered.$Flying, trample, protection from white and from blue${R}: Akroma, Angel of Fury gets +1/+0 until end of turn.$Morph {3}{R}{R}{R} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Akroma, Angel of Fury|Magic: The Gathering-Commander|108|R|{5}{R}{R}{R}|Legendary Creature - Angel|6|6|Akroma, Angel of Fury can't be countered.$Flying, trample, protection from white and from blue${R}: Akroma, Angel of Fury gets +1/+0 until end of turn.$Morph {3}{R}{R}{R} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Anger|Magic: The Gathering-Commander|109|U|{3}{R}|Creature - Incarnation|2|2|Haste$As long as Anger is in your graveyard and you control a Mountain, creatures you control have haste.|
|
||||
Congregate|Magic: The Gathering-Commander|11|C|{3}{W}|Instant|||Target player gains 2 life for each creature on the battlefield.|
|
||||
Avatar of Fury|Magic: The Gathering-Commander|110|R|{6}{R}{R}|Creature - Avatar|6|6|If an opponent controls seven or more lands, Avatar of Fury costs {6} less to cast.$Flying${R}: Avatar of Fury gets +1/+0 until end of turn.|
|
||||
|
@ -10273,7 +10273,7 @@ Vivid Creek|Magic: The Gathering-Commander|294|U||Land|||Vivid Creek enters the
|
|||
Vivid Grove|Magic: The Gathering-Commander|295|U||Land|||Vivid Grove enters the battlefield tapped with two charge counters on it.${tap}: Add {G} to your mana pool.${tap}, Remove a charge counter from Vivid Grove: Add one mana of any color to your mana pool.|
|
||||
Vivid Marsh|Magic: The Gathering-Commander|296|U||Land|||Vivid Marsh enters the battlefield tapped with two charge counters on it.${tap}: Add {B} to your mana pool.${tap}, Remove a charge counter from Vivid Marsh: Add one mana of any color to your mana pool.|
|
||||
Vivid Meadow|Magic: The Gathering-Commander|297|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.|
|
||||
Zoetic Cavern|Magic: The Gathering-Commander|298|U||Land|||{tap}: Add {1} to your mana pool.$Morph {2} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Zoetic Cavern|Magic: The Gathering-Commander|298|U||Land|||{tap}: Add {1} to your mana pool.$Morph {2} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Plains|Magic: The Gathering-Commander|299|L||Basic Land - Plains|||W|
|
||||
Akroma's Vengeance|Magic: The Gathering-Commander|3|R|{4}{W}{W}|Sorcery|||Destroy all artifacts, creatures, and enchantments.$Cycling {3} <i>({3}, Discard this card: Draw a card.)</i>|
|
||||
Serra Angel|Magic: The Gathering-Commander|30|U|{3}{W}{W}|Creature - Angel|4|4|Flying$Vigilance <i>(Attacking doesn't cause this creature to tap.)</i>|
|
||||
|
@ -10307,7 +10307,7 @@ Windborn Muse|Magic: The Gathering-Commander|38|R|{3}{W}|Creature - Spirit|2|3|F
|
|||
AEthersnipe|Magic: The Gathering-Commander|39|C|{5}{U}|Creature - Elemental|4|4|When Æthersnipe enters the battlefield, return target nonland permanent to its owner's hand.$Evoke {1}{U}{U} <i>(You may cast this spell for its evoke cost. If you do, it's sacrificed when it enters the battlefield.)</i>|
|
||||
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.|
|
||||
Brainstorm|Magic: The Gathering-Commander|40|C|{U}|Instant|||Draw three cards, then put two cards from your hand on top of your library in any order.|
|
||||
Chromeshell Crab|Magic: The Gathering-Commander|41|R|{4}{U}|Creature - Crab Beast|3|3|Morph {4}{U} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Chromeshell Crab is turned face up, you may exchange control of target creature you control and target creature an opponent controls.|
|
||||
Chromeshell Crab|Magic: The Gathering-Commander|41|R|{4}{U}|Creature - Crab Beast|3|3|Morph {4}{U} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Chromeshell Crab is turned face up, you may exchange control of target creature you control and target creature an opponent controls.|
|
||||
Conundrum Sphinx|Magic: The Gathering-Commander|42|R|{2}{U}{U}|Creature - Sphinx|4|4|Flying$Whenever Conundrum Sphinx attacks, each player names a card. Then each player reveals the top card of his or her library. If the card a player revealed is the card he or she named, that player puts it into his or her hand. If it's not, that player puts it on the bottom of his or her library.|
|
||||
Court Hussar|Magic: The Gathering-Commander|43|U|{2}{U}|Creature - Vedalken Knight|1|3|Vigilance$When Court Hussar enters the battlefield, look at the top three cards of your library, then put one of them into your hand and the rest on the bottom of your library in any order.$When Court Hussar enters the battlefield, sacrifice it unless {W} was spent to cast it.|
|
||||
Dreamborn Muse|Magic: The Gathering-Commander|44|R|{2}{U}{U}|Creature - Spirit|2|2|At the beginning of each player's upkeep, that player puts the top X cards of his or her library into his or her graveyard, where X is the number of cards in his or her hand.|
|
||||
|
@ -13651,15 +13651,15 @@ Repel|Odyssey|98|C|{3}{U}|Instant|||Put target creature on top of its owner's li
|
|||
Rites of Refusal|Odyssey|99|C|{1}{U}|Instant|||Discard any number of cards. Counter target spell unless its controller pays {3} for each card discarded this way.|
|
||||
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} <i>({W}, Discard this card: Draw a card.)</i>|
|
||||
Catapult Master|Onslaught|10|R|{3}{W}{W}|Creature - Human Soldier|3|3|Tap five untapped Soldiers you control: Exile target creature.|
|
||||
Nameless One|Onslaught|100|U|{3}{U}|Creature - Wizard Avatar|*|*|Nameless One's power and toughness are each equal to the number of Wizards on the battlefield.$Morph {2}{U} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Nameless One|Onslaught|100|U|{3}{U}|Creature - Wizard Avatar|*|*|Nameless One's power and toughness are each equal to the number of Wizards on the battlefield.$Morph {2}{U} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Peer Pressure|Onslaught|101|R|{3}{U}|Sorcery|||Choose a creature type. If you control more creatures of that type than each other player, you gain control of all creatures of that type. <i>(This effect lasts indefinitely.)</i>|
|
||||
Psychic Trance|Onslaught|102|R|{2}{U}{U}|Instant|||Until end of turn, Wizards you control gain "{tap}: Counter target spell."|
|
||||
Quicksilver Dragon|Onslaught|103|R|{4}{U}{U}|Creature - Dragon|5|5|Flying${U}: If target spell has only one target and that target is Quicksilver Dragon, change that spell's target to another creature.$Morph {4}{U} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Quicksilver Dragon|Onslaught|103|R|{4}{U}{U}|Creature - Dragon|5|5|Flying${U}: If target spell has only one target and that target is Quicksilver Dragon, change that spell's target to another creature.$Morph {4}{U} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Read the Runes|Onslaught|104|R|{X}{U}|Instant|||Draw X cards. For each card drawn this way, discard a card unless you sacrifice a permanent.|
|
||||
Reminisce|Onslaught|105|U|{2}{U}|Sorcery|||Target player shuffles his or her graveyard into his or her library.|
|
||||
Riptide Biologist|Onslaught|106|C|{1}{U}|Creature - Human Wizard|1|2|Protection from Beasts$Morph {2}{U} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Riptide Biologist|Onslaught|106|C|{1}{U}|Creature - Human Wizard|1|2|Protection from Beasts$Morph {2}{U} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Riptide Chronologist|Onslaught|107|U|{3}{U}|Creature - Human Wizard|1|3|{U}, Sacrifice Riptide Chronologist: Untap all creatures of the creature type of your choice.|
|
||||
Riptide Entrancer|Onslaught|108|R|{1}{U}{U}|Creature - Human Wizard|1|1|Whenever Riptide Entrancer deals combat damage to a player, you may sacrifice it. If you do, gain control of target creature that player controls. <i>(This effect lasts indefinitely.)</i>$Morph {U}{U} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Riptide Entrancer|Onslaught|108|R|{1}{U}{U}|Creature - Human Wizard|1|1|Whenever Riptide Entrancer deals combat damage to a player, you may sacrifice it. If you do, gain control of target creature that player controls. <i>(This effect lasts indefinitely.)</i>$Morph {U}{U} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Riptide Shapeshifter|Onslaught|109|U|{3}{U}|Creature - Shapeshifter|3|3|{2}{U}{U}, Sacrifice Riptide Shapeshifter: Choose a creature type. Reveal cards from the top of your library until you reveal a creature card of that type. Put that card onto the battlefield and shuffle the rest into your library.|
|
||||
Catapult Squad|Onslaught|11|U|{1}{W}|Creature - Human Soldier|2|1|Tap two untapped Soldiers you control: Catapult Squad deals 2 damage to target attacking or blocking creature.|
|
||||
Rummaging Wizard|Onslaught|110|U|{3}{U}|Creature - Human Wizard|2|2|{2}{U}: Look at the top card of your library. You may put that card into your graveyard.|
|
||||
|
@ -13673,7 +13673,7 @@ Supreme Inquisitor|Onslaught|117|R|{3}{U}|Creature - Human Wizard|1|3|Tap five u
|
|||
Trade Secrets|Onslaught|118|R|{1}{U}{U}|Sorcery|||Target opponent draws two cards, then you draw up to four cards. That opponent may repeat this process as many times as he or she chooses.|
|
||||
Trickery Charm|Onslaught|119|C|{U}|Instant|||Choose one - Target creature gains flying until end of turn; or target creature becomes the creature type of your choice until end of turn; or look at the top four cards of your library, then put them back in any order.|
|
||||
Chain of Silence|Onslaught|12|U|{1}{W}|Instant|||Prevent all damage target creature would deal this turn. That creature's controller may sacrifice a land. If the player does, he or she may copy this spell and may choose a new target for that copy.|
|
||||
Voidmage Prodigy|Onslaught|120|R|{U}{U}|Creature - Human Wizard|2|1|{U}{U}, Sacrifice a Wizard: Counter target spell.$Morph {U} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Voidmage Prodigy|Onslaught|120|R|{U}{U}|Creature - Human Wizard|2|1|{U}{U}, Sacrifice a Wizard: Counter target spell.$Morph {U} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Wheel and Deal|Onslaught|121|R|{3}{U}|Instant|||Any number of target opponents each discards his or her hand and draws seven cards.$Draw a card.|
|
||||
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.|
|
||||
Accursed Centaur|Onslaught|123|C|{B}|Creature - Zombie Centaur|2|2|When Accursed Centaur enters the battlefield, sacrifice a creature.|
|
||||
|
@ -13681,10 +13681,10 @@ Anurid Murkdiver|Onslaught|124|C|{4}{B}{B}|Creature - Zombie Frog Beast|4|3|Swam
|
|||
Aphetto Dredging|Onslaught|125|C|{3}{B}|Sorcery|||Return up to three target creature cards of the creature type of your choice from your graveyard to your hand.|
|
||||
Aphetto Vulture|Onslaught|126|U|{4}{B}{B}|Creature - Zombie Bird|3|2|Flying$When Aphetto Vulture dies, you may put target Zombie card from your graveyard on top of your library.|
|
||||
Blackmail|Onslaught|127|U|{B}|Sorcery|||Target player reveals three cards from his or her hand and you choose one of them. That player discards that card.|
|
||||
Boneknitter|Onslaught|128|U|{1}{B}|Creature - Zombie Cleric|1|1|{1}{B}: Regenerate target Zombie.$Morph {2}{B} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Boneknitter|Onslaught|128|U|{1}{B}|Creature - Zombie Cleric|1|1|{1}{B}: Regenerate target Zombie.$Morph {2}{B} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Cabal Archon|Onslaught|129|U|{2}{B}|Creature - Human Cleric|2|2|{B}, Sacrifice a Cleric: Target player loses 2 life and you gain 2 life.|
|
||||
Circle of Solace|Onslaught|13|R|{3}{W}|Enchantment|||As Circle of Solace enters the battlefield, choose a creature type.${1}{W}: The next time a creature of the chosen type would deal damage to you this turn, prevent that damage.|
|
||||
Cabal Executioner|Onslaught|130|U|{2}{B}{B}|Creature - Human Cleric|2|2|Whenever Cabal Executioner deals combat damage to a player, that player sacrifices a creature.$Morph {3}{B}{B} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Cabal Executioner|Onslaught|130|U|{2}{B}{B}|Creature - Human Cleric|2|2|Whenever Cabal Executioner deals combat damage to a player, that player sacrifices a creature.$Morph {3}{B}{B} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Cabal Slaver|Onslaught|131|U|{2}{B}|Creature - Human Cleric|2|1|Whenever a Goblin deals combat damage to a player, that player discards a card.|
|
||||
Chain of Smog|Onslaught|132|U|{1}{B}|Sorcery|||Target player discards two cards. That player may copy this spell and may choose a new target for that copy.|
|
||||
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. <i>(They can't be blocked except by artifact creatures and/or black creatures.)</i>|
|
||||
|
@ -13696,11 +13696,11 @@ Dirge of Dread|Onslaught|138|C|{2}{B}|Sorcery|||All creatures gain fear until en
|
|||
Disciple of Malice|Onslaught|139|C|{1}{B}|Creature - Human Cleric|1|2|Protection from white$Cycling {2} <i>({2}, Discard this card: Draw a card.)</i>|
|
||||
Convalescent Care|Onslaught|14|R|{1}{W}{W}|Enchantment|||At the beginning of your upkeep, if you have 5 or less life, you gain 3 life and draw a card.|
|
||||
Doomed Necromancer|Onslaught|140|R|{2}{B}|Creature - Human Cleric Mercenary|2|2|{B}, {tap}, Sacrifice Doomed Necromancer: Return target creature card from your graveyard to the battlefield.|
|
||||
Ebonblade Reaper|Onslaught|141|R|{2}{B}|Creature - Human Cleric|1|1|Whenever Ebonblade Reaper attacks, you lose half your life, rounded up.$Whenever Ebonblade Reaper deals combat damage to a player, that player loses half his or her life, rounded up.$Morph {3}{B}{B} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Ebonblade Reaper|Onslaught|141|R|{2}{B}|Creature - Human Cleric|1|1|Whenever Ebonblade Reaper attacks, you lose half your life, rounded up.$Whenever Ebonblade Reaper deals combat damage to a player, that player loses half his or her life, rounded up.$Morph {3}{B}{B} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Endemic Plague|Onslaught|142|R|{3}{B}|Sorcery|||As an additional cost to cast Endemic Plague, sacrifice a creature.$Destroy all creatures that share a creature type with the sacrificed creature. They can't be regenerated.|
|
||||
Entrails Feaster|Onslaught|143|R|{B}|Creature - Zombie Cat|1|1|At the beginning of your upkeep, you may exile a creature card from a graveyard. If you do, put a +1/+1 counter on Entrails Feaster. If you don't, tap Entrails Feaster.|
|
||||
Fade from Memory|Onslaught|144|U|{B}|Instant|||Exile target card from a graveyard.$Cycling {B} <i>({B}, Discard this card: Draw a card.)</i>|
|
||||
Fallen Cleric|Onslaught|145|C|{4}{B}|Creature - Zombie Cleric|4|2|Protection from Clerics$Morph {4}{B} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Fallen Cleric|Onslaught|145|C|{4}{B}|Creature - Zombie Cleric|4|2|Protection from Clerics$Morph {4}{B} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
False Cure|Onslaught|146|R|{B}{B}|Instant|||Until end of turn, whenever a player gains life, that player loses 2 life for each 1 life he or she gained.|
|
||||
Feeding Frenzy|Onslaught|147|U|{2}{B}|Instant|||Target creature gets -X/-X until end of turn, where X is the number of Zombies on the battlefield.|
|
||||
Festering Goblin|Onslaught|148|C|{B}|Creature - Zombie Goblin|1|1|When Festering Goblin dies, target creature gets -1/-1 until end of turn.|
|
||||
|
@ -13709,10 +13709,10 @@ Crowd Favorites|Onslaught|15|U|{6}{W}|Creature - Human Soldier|4|4|{3}{W}: Tap t
|
|||
Gangrenous Goliath|Onslaught|150|R|{3}{B}{B}|Creature - Zombie Giant|4|4|Tap three untapped Clerics you control: Return Gangrenous Goliath from your graveyard to your hand.|
|
||||
Gluttonous Zombie|Onslaught|151|U|{4}{B}|Creature - Zombie|3|3|Fear <i>(This creature can't be blocked except by artifact creatures and/or black creatures.)</i>|
|
||||
Gravespawn Sovereign|Onslaught|152|R|{4}{B}{B}|Creature - Zombie|3|3|Tap five untapped Zombies you control: Put target creature card from a graveyard onto the battlefield under your control.|
|
||||
Grinning Demon|Onslaught|153|R|{2}{B}{B}|Creature - Demon|6|6|At the beginning of your upkeep, you lose 2 life.$Morph {2}{B}{B} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Haunted Cadaver|Onslaught|154|C|{3}{B}|Creature - Zombie|2|2|Whenever Haunted Cadaver deals combat damage to a player, you may sacrifice it. If you do, that player discards three cards.$Morph {1}{B} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Grinning Demon|Onslaught|153|R|{2}{B}{B}|Creature - Demon|6|6|At the beginning of your upkeep, you lose 2 life.$Morph {2}{B}{B} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Haunted Cadaver|Onslaught|154|C|{3}{B}|Creature - Zombie|2|2|Whenever Haunted Cadaver deals combat damage to a player, you may sacrifice it. If you do, that player discards three cards.$Morph {1}{B} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Head Games|Onslaught|155|R|{3}{B}{B}|Sorcery|||Target opponent puts the cards from his or her hand on top of his or her library. Search that player's library for that many cards. The player puts those cards into his or her hand, then shuffles his or her library.|
|
||||
Headhunter|Onslaught|156|U|{1}{B}|Creature - Human Cleric|1|1|Whenever Headhunter deals combat damage to a player, that player discards a card.$Morph {B} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Headhunter|Onslaught|156|U|{1}{B}|Creature - Human Cleric|1|1|Whenever Headhunter deals combat damage to a player, that player discards a card.$Morph {B} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Infest|Onslaught|157|U|{1}{B}{B}|Sorcery|||All creatures get -2/-2 until end of turn.|
|
||||
Misery Charm|Onslaught|158|C|{B}|Instant|||Choose one - Destroy target Cleric; or return target Cleric card from your graveyard to your hand; or target player loses 2 life.|
|
||||
Nantuko Husk|Onslaught|159|C|{2}{B}|Creature - Zombie Insect|2|2|Sacrifice a creature: Nantuko Husk gets +2/+2 until end of turn.|
|
||||
|
@ -13726,16 +13726,16 @@ Screeching Buzzard|Onslaught|165|C|{3}{B}|Creature - Bird|2|2|Flying$When Screec
|
|||
Severed Legion|Onslaught|166|C|{1}{B}{B}|Creature - Zombie|2|2|Fear <i>(This creature can't be blocked except by artifact creatures and/or black creatures.)</i>|
|
||||
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."|
|
||||
Shepherd of Rot|Onslaught|168|C|{1}{B}|Creature - Zombie Cleric|1|1|{tap}: Each player loses 1 life for each Zombie on the battlefield.|
|
||||
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} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Crude Rampart|Onslaught|17|U|{3}{W}|Creature - Wall|4|5|Defender <i>(This creature can't attack.)</i>$Morph {4}{W} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
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} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Crude Rampart|Onslaught|17|U|{3}{W}|Creature - Wall|4|5|Defender <i>(This creature can't attack.)</i>$Morph {4}{W} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Smother|Onslaught|170|U|{1}{B}|Instant|||Destroy target creature with converted mana cost 3 or less. It can't be regenerated.|
|
||||
Soulless One|Onslaught|171|U|{3}{B}|Creature - Zombie Avatar|*|*|Soulless One's power and toughness are each equal to the number of Zombies on the battlefield plus the number of Zombie cards in all graveyards.|
|
||||
Spined Basher|Onslaught|172|C|{2}{B}|Creature - Zombie Beast|3|1|Morph {2}{B} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Spined Basher|Onslaught|172|C|{2}{B}|Creature - Zombie Beast|3|1|Morph {2}{B} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Strongarm Tactics|Onslaught|173|R|{1}{B}|Sorcery|||Each player discards a card. Then each player who didn't discard a creature card this way loses 4 life.|
|
||||
Swat|Onslaught|174|C|{1}{B}{B}|Instant|||Destroy target creature with power 2 or less.$Cycling {2} <i>({2}, Discard this card: Draw a card.)</i>|
|
||||
Syphon Mind|Onslaught|175|C|{3}{B}|Sorcery|||Each other player discards a card. You draw a card for each card discarded this way.|
|
||||
Syphon Soul|Onslaught|176|C|{2}{B}|Sorcery|||Syphon Soul deals 2 damage to each other player. You gain life equal to the damage dealt this way.|
|
||||
Thrashing Mudspawn|Onslaught|177|U|{3}{B}{B}|Creature - Beast|4|4|Whenever Thrashing Mudspawn is dealt damage, you lose that much life.$Morph {1}{B}{B} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Thrashing Mudspawn|Onslaught|177|U|{3}{B}{B}|Creature - Beast|4|4|Whenever Thrashing Mudspawn is dealt damage, you lose that much life.$Morph {1}{B}{B} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Undead Gladiator|Onslaught|178|R|{1}{B}{B}|Creature - Zombie Barbarian|3|1|{1}{B}, Discard a card: Return Undead Gladiator from your graveyard to your hand. Activate this ability only during your upkeep.$Cycling {1}{B} <i>({1}{B}, Discard this card: Draw a card.)</i>|
|
||||
Visara the Dreadful|Onslaught|179|R|{3}{B}{B}{B}|Legendary Creature - Gorgon|5|5|Flying${tap}: Destroy target creature. It can't be regenerated.|
|
||||
Daru Cavalier|Onslaught|18|C|{3}{W}|Creature - Human Soldier|2|2|First strike$When Daru Cavalier enters the battlefield, you may search your library for a card named Daru Cavalier, reveal it, and put it into your hand. If you do, shuffle your library.|
|
||||
|
@ -13747,21 +13747,21 @@ AEther Charge|Onslaught|184|U|{4}{R}|Enchantment|||Whenever a Beast enters the b
|
|||
Aggravated Assault|Onslaught|185|R|{2}{R}|Enchantment|||{3}{R}{R}: Untap all creatures you control. After this main phase, there is an additional combat phase followed by an additional main phase. Activate this ability only any time you could cast a sorcery.|
|
||||
Airdrop Condor|Onslaught|186|U|{4}{R}|Creature - Bird|2|2|Flying${1}{R}, Sacrifice a Goblin creature: Airdrop Condor deals damage equal to the sacrificed creature's power to target creature or player.|
|
||||
Avarax|Onslaught|187|U|{3}{R}{R}|Creature - Beast|3|3|Haste$When Avarax enters the battlefield, you may search your library for a card named Avarax, reveal it, and put it into your hand. If you do, shuffle your library.${1}{R}: Avarax gets +1/+0 until end of turn.|
|
||||
Battering Craghorn|Onslaught|188|C|{2}{R}{R}|Creature - Goat Beast|3|1|First strike$Morph {1}{R}{R} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Blistering Firecat|Onslaught|189|R|{1}{R}{R}{R}|Creature - Elemental Cat|7|1|Trample, haste$At the beginning of the end step, sacrifice Blistering Firecat.$Morph {R}{R} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Daru Healer|Onslaught|19|C|{2}{W}|Creature - Human Cleric|1|2|{tap}: Prevent the next 1 damage that would be dealt to target creature or player this turn.$Morph {W} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Battering Craghorn|Onslaught|188|C|{2}{R}{R}|Creature - Goat Beast|3|1|First strike$Morph {1}{R}{R} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Blistering Firecat|Onslaught|189|R|{1}{R}{R}{R}|Creature - Elemental Cat|7|1|Trample, haste$At the beginning of the end step, sacrifice Blistering Firecat.$Morph {R}{R} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Daru Healer|Onslaught|19|C|{2}{W}|Creature - Human Cleric|1|2|{tap}: Prevent the next 1 damage that would be dealt to target creature or player this turn.$Morph {W} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Break Open|Onslaught|190|C|{1}{R}|Instant|||Turn target face-down creature an opponent controls face up.|
|
||||
Brightstone Ritual|Onslaught|191|C|{R}|Instant|||Add {R} to your mana pool for each Goblin on the battlefield.|
|
||||
Butcher Orgg|Onslaught|192|R|{4}{R}{R}{R}|Creature - Orgg|6|6|You may assign Butcher Orgg's combat damage divided as you choose among defending player and/or any number of creatures he or she controls.|
|
||||
Chain of Plasma|Onslaught|193|U|{1}{R}|Instant|||Chain of Plasma deals 3 damage to target creature or player. Then that player or that creature's controller may discard a card. If the player does, he or she may copy this spell and may choose a new target for that copy.|
|
||||
Charging Slateback|Onslaught|194|C|{4}{R}|Creature - Beast|4|3|Charging Slateback can't block.$Morph {4}{R} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Charging Slateback|Onslaught|194|C|{4}{R}|Creature - Beast|4|3|Charging Slateback can't block.$Morph {4}{R} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
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."|
|
||||
Crown of Fury|Onslaught|196|C|{1}{R}|Enchantment - Aura|||Enchant creature$Enchanted creature gets +1/+0 and has first strike.$Sacrifice Crown of Fury: Enchanted creature and other creatures that share a creature type with it get +1/+0 and gain first strike until end of turn.|
|
||||
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."|
|
||||
Dragon Roost|Onslaught|198|R|{4}{R}{R}|Enchantment|||{5}{R}{R}: Put a 5/5 red Dragon creature token with flying onto the battlefield. <i>(It can't be blocked except by creatures with flying or reach.)</i>|
|
||||
Dwarven Blastminer|Onslaught|199|U|{1}{R}|Creature - Dwarf|1|1|{2}{R}, {tap}: Destroy target nonbasic land.$Morph {R} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Dwarven Blastminer|Onslaught|199|U|{1}{R}|Creature - Dwarf|1|1|{2}{R}, {tap}: Destroy target nonbasic land.$Morph {R} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Akroma's Vengeance|Onslaught|2|R|{4}{W}{W}|Sorcery|||Destroy all artifacts, creatures, and enchantments.$Cycling {3} <i>({3}, Discard this card: Draw a card.)</i>|
|
||||
Daru Lancer|Onslaught|20|C|{4}{W}{W}|Creature - Human Soldier|3|4|First strike$Morph {2}{W}{W} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Daru Lancer|Onslaught|20|C|{4}{W}{W}|Creature - Human Soldier|3|4|First strike$Morph {2}{W}{W} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Embermage Goblin|Onslaught|200|U|{3}{R}|Creature - Goblin Wizard|1|1|When Embermage Goblin enters the battlefield, you may search your library for a card named Embermage Goblin, reveal it, and put it into your hand. If you do, shuffle your library.${tap}: Embermage Goblin deals 1 damage to target creature or player.|
|
||||
Erratic Explosion|Onslaught|201|C|{2}{R}|Sorcery|||Choose target creature or player. Reveal cards from the top of your library until you reveal a nonland card. Erratic Explosion deals damage equal to that card's converted mana cost to that creature or player. Put the revealed cards on the bottom of your library in any order.|
|
||||
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.|
|
||||
|
@ -13773,7 +13773,7 @@ Goblin Sharpshooter|Onslaught|207|R|{2}{R}|Creature - Goblin|1|1|Goblin Sharpsho
|
|||
Goblin Sky Raider|Onslaught|208|C|{2}{R}|Creature - Goblin Warrior|1|2|Flying <i>(This creature can't be blocked except by creatures with flying or reach.)</i>|
|
||||
Goblin Sledder|Onslaught|209|C|{R}|Creature - Goblin|1|1|Sacrifice a Goblin: Target creature gets +1/+1 until end of turn.|
|
||||
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.|
|
||||
Goblin Taskmaster|Onslaught|210|C|{R}|Creature - Goblin|1|1|{1}{R}: Target Goblin creature gets +1/+0 until end of turn.$Morph {R} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Goblin Taskmaster|Onslaught|210|C|{R}|Creature - Goblin|1|1|{1}{R}: Target Goblin creature gets +1/+0 until end of turn.$Morph {R} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Grand Melee|Onslaught|211|R|{3}{R}|Enchantment|||All creatures attack each turn if able.$$All creatures block each turn if able.|
|
||||
Gratuitous Violence|Onslaught|212|R|{2}{R}{R}{R}|Enchantment|||If a creature you control would deal damage to a creature or player, it deals double that damage to that creature or player instead.|
|
||||
Insurrection|Onslaught|213|R|{5}{R}{R}{R}|Sorcery|||Untap all creatures and gain control of them until end of turn. They gain haste until end of turn.|
|
||||
|
@ -13783,7 +13783,7 @@ Lay Waste|Onslaught|216|C|{3}{R}|Sorcery|||Destroy target land.$Cycling {2} <i>(
|
|||
Lightning Rift|Onslaught|217|U|{1}{R}|Enchantment|||Whenever a player cycles a card, you may pay {1}. If you do, Lightning Rift deals 2 damage to target creature or player.|
|
||||
Mana Echoes|Onslaught|218|R|{2}{R}{R}|Enchantment|||Whenever a creature enters the battlefield, you may add {X} to your mana pool, where X is the number of creatures you control that share a creature type with it.|
|
||||
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.|
|
||||
Dawning Purist|Onslaught|22|U|{2}{W}|Creature - Human Cleric|2|2|Whenever Dawning Purist deals combat damage to a player, you may destroy target enchantment that player controls.$Morph {1}{W} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Dawning Purist|Onslaught|22|U|{2}{W}|Creature - Human Cleric|2|2|Whenever Dawning Purist deals combat damage to a player, you may destroy target enchantment that player controls.$Morph {1}{W} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Nosy Goblin|Onslaught|220|C|{2}{R}|Creature - Goblin|2|1|{tap}, Sacrifice Nosy Goblin: Destroy target face-down creature.|
|
||||
Pinpoint Avalanche|Onslaught|221|C|{3}{R}{R}|Instant|||Pinpoint Avalanche deals 4 damage to target creature. The damage can't be prevented.|
|
||||
Reckless One|Onslaught|222|U|{3}{R}|Creature - Goblin Avatar|*|*|Haste$Reckless One's power and toughness are each equal to the number of Goblins on the battlefield.|
|
||||
|
@ -13792,13 +13792,13 @@ Rorix Bladewing|Onslaught|224|R|{3}{R}{R}{R}|Legendary Creature - Dragon|6|5|Fly
|
|||
Searing Flesh|Onslaught|225|U|{6}{R}|Sorcery|||Searing Flesh deals 7 damage to target opponent.|
|
||||
Shaleskin Bruiser|Onslaught|226|U|{6}{R}|Creature - Beast|4|4|Trample$Whenever Shaleskin Bruiser attacks, it gets +3/+0 until end of turn for each other attacking Beast.|
|
||||
Shock|Onslaught|227|C|{R}|Instant|||Shock deals 2 damage to target creature or player.|
|
||||
Skirk Commando|Onslaught|228|C|{1}{R}{R}|Creature - Goblin|2|1|Whenever Skirk Commando deals combat damage to a player, you may have it deal 2 damage to target creature that player controls.$Morph {2}{R} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Skirk Commando|Onslaught|228|C|{1}{R}{R}|Creature - Goblin|2|1|Whenever Skirk Commando deals combat damage to a player, you may have it deal 2 damage to target creature that player controls.$Morph {2}{R} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Skirk Fire Marshal|Onslaught|229|R|{3}{R}{R}|Creature - Goblin|2|2|Protection from red$Tap five untapped Goblins you control: Skirk Fire Marshal deals 10 damage to each creature and each player.|
|
||||
Defensive Maneuvers|Onslaught|23|C|{3}{W}|Instant|||Creatures of the creature type of your choice get +0/+4 until end of turn.|
|
||||
Skirk Prospector|Onslaught|230|C|{R}|Creature - Goblin|1|1|Sacrifice a Goblin: Add {R} to your mana pool.|
|
||||
Skittish Valesk|Onslaught|231|U|{6}{R}|Creature - Beast|5|5|At the beginning of your upkeep, flip a coin. If you lose the flip, turn Skittish Valesk face down.$Morph {5}{R} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Skittish Valesk|Onslaught|231|U|{6}{R}|Creature - Beast|5|5|At the beginning of your upkeep, flip a coin. If you lose the flip, turn Skittish Valesk face down.$Morph {5}{R} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Slice and Dice|Onslaught|232|U|{4}{R}{R}|Sorcery|||Slice and Dice deals 4 damage to each creature.$Cycling {2}{R} <i>({2}{R}, Discard this card: Draw a card.)</i>$When you cycle Slice and Dice, you may have it deal 1 damage to each creature.|
|
||||
Snapping Thragg|Onslaught|233|U|{4}{R}|Creature - Beast|3|3|Whenever Snapping Thragg deals combat damage to a player, you may have it deal 3 damage to target creature that player controls.$Morph {4}{R}{R} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Snapping Thragg|Onslaught|233|U|{4}{R}|Creature - Beast|3|3|Whenever Snapping Thragg deals combat damage to a player, you may have it deal 3 damage to target creature that player controls.$Morph {4}{R}{R} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Solar Blast|Onslaught|234|C|{3}{R}|Instant|||Solar Blast deals 3 damage to target creature or player.$Cycling {1}{R}{R} <i>({1}{R}{R}, Discard this card: Draw a card.)</i>$When you cycle Solar Blast, you may have it deal 1 damage to target creature or player.|
|
||||
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.|
|
||||
Spitfire Handler|Onslaught|236|U|{1}{R}|Creature - Goblin|1|1|Spitfire Handler can't block creatures with power greater than Spitfire Handler's power.${R}: Spitfire Handler gets +1/+0 until end of turn.|
|
||||
|
@ -13814,10 +13814,10 @@ Words of War|Onslaught|244|R|{2}{R}|Enchantment|||{1}: The next time you would d
|
|||
Animal Magnetism|Onslaught|245|R|{4}{G}|Sorcery|||Reveal the top five cards of your library. An opponent chooses a creature card from among them. Put that card onto the battlefield and the rest into your graveyard.|
|
||||
Barkhide Mauler|Onslaught|246|C|{4}{G}|Creature - Beast|4|4|Cycling {2} <i>({2}, Discard this card: Draw a card.)</i>|
|
||||
Biorhythm|Onslaught|247|R|{6}{G}{G}|Sorcery|||Each player's life total becomes the number of creatures he or she controls.|
|
||||
Birchlore Rangers|Onslaught|248|C|{G}|Creature - Elf Druid|1|1|Tap two untapped Elves you control: Add one mana of any color to your mana pool.$Morph {G} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Birchlore Rangers|Onslaught|248|C|{G}|Creature - Elf Druid|1|1|Tap two untapped Elves you control: Add one mana of any color to your mana pool.$Morph {G} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Bloodline Shaman|Onslaught|249|U|{1}{G}|Creature - Elf Wizard Shaman|1|1|{tap}: Choose a creature type. Reveal the top card of your library. If that card is a creature card of the chosen type, put it into your hand. Otherwise, put it into your graveyard.|
|
||||
Disciple of Grace|Onslaught|25|C|{1}{W}|Creature - Human Cleric|1|2|Protection from black$Cycling {2} <i>({2}, Discard this card: Draw a card.)</i>|
|
||||
Broodhatch Nantuko|Onslaught|250|U|{1}{G}|Creature - Insect Druid|1|1|Whenever Broodhatch Nantuko is dealt damage, you may put that many 1/1 green Insect creature tokens onto the battlefield.$Morph {2}{G} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Broodhatch Nantuko|Onslaught|250|U|{1}{G}|Creature - Insect Druid|1|1|Whenever Broodhatch Nantuko is dealt damage, you may put that many 1/1 green Insect creature tokens onto the battlefield.$Morph {2}{G} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Centaur Glade|Onslaught|251|U|{3}{G}{G}|Enchantment|||{2}{G}{G}: Put a 3/3 green Centaur creature token onto the battlefield.|
|
||||
Chain of Acid|Onslaught|252|U|{3}{G}|Sorcery|||Destroy target noncreature permanent. Then that permanent's controller may copy this spell and may choose a new target for that copy.|
|
||||
Crown of Vigor|Onslaught|253|C|{1}{G}|Enchantment - Aura|||Enchant creature$Enchanted creature gets +1/+1.$Sacrifice Crown of Vigor: Enchanted creature and other creatures that share a creature type with it get +1/+1 until end of turn.|
|
||||
|
@ -13834,12 +13834,12 @@ Everglove Courier|Onslaught|262|U|{2}{G}|Creature - Elf|2|1|You may choose not t
|
|||
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.|
|
||||
Gigapede|Onslaught|264|R|{3}{G}{G}|Creature - Insect|6|1|Shroud <i>(This permanent can't be the target of spells or abilities.)</i>$At the beginning of your upkeep, if Gigapede is in your graveyard, you may discard a card. If you do, return Gigapede to your hand.|
|
||||
Heedless One|Onslaught|265|U|{3}{G}|Creature - Elf Avatar|*|*|Trample$Heedless One's power and toughness are each equal to the number of Elves on the battlefield.|
|
||||
Hystrodon|Onslaught|266|R|{4}{G}|Creature - Beast|3|4|Trample$Whenever Hystrodon deals combat damage to a player, you may draw a card.$Morph {1}{G}{G} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Hystrodon|Onslaught|266|R|{4}{G}|Creature - Beast|3|4|Trample$Whenever Hystrodon deals combat damage to a player, you may draw a card.$Morph {1}{G}{G} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Invigorating Boon|Onslaught|267|U|{1}{G}|Enchantment|||Whenever a player cycles a card, you may put a +1/+1 counter on target creature.|
|
||||
Kamahl, Fist of Krosa|Onslaught|268|R|{4}{G}{G}|Legendary Creature - Human Druid|4|3|{G}: Target land becomes a 1/1 creature until end of turn. It's still a land.${2}{G}{G}{G}: Creatures you control get +3/+3 and gain trample until end of turn.|
|
||||
Kamahl's Summons|Onslaught|269|U|{3}{G}|Sorcery|||Each player may reveal any number of creature cards from his or her hand. Then each player puts a 2/2 green Bear creature token onto the battlefield for each card he or she revealed this way.|
|
||||
Doubtless One|Onslaught|27|U|{3}{W}|Creature - Cleric Avatar|*|*|Doubtless One's power and toughness are each equal to the number of Clerics on the battlefield.$Whenever Doubtless One deals damage, you gain that much life.|
|
||||
Krosan Colossus|Onslaught|270|R|{6}{G}{G}{G}|Creature - Beast|9|9|Morph {6}{G}{G} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Krosan Colossus|Onslaught|270|R|{6}{G}{G}{G}|Creature - Beast|9|9|Morph {6}{G}{G} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Krosan Groundshaker|Onslaught|271|U|{4}{G}{G}{G}|Creature - Beast|6|6|{G}: Target Beast creature gains trample until end of turn.|
|
||||
Krosan Tusker|Onslaught|272|C|{5}{G}{G}|Creature - Boar Beast|6|5|Cycling {2}{G} <i>({2}{G}, Discard this card: Draw a card.)</i>$When you cycle Krosan Tusker, you may search your library for a basic land card, reveal that card, put it into your hand, then shuffle your library.|
|
||||
Leery Fogbeast|Onslaught|273|C|{2}{G}|Creature - Beast|4|2|Whenever Leery Fogbeast becomes blocked, prevent all combat damage that would be dealt this turn.|
|
||||
|
@ -13849,24 +13849,24 @@ Overwhelming Instinct|Onslaught|276|U|{2}{G}|Enchantment|||Whenever you attack w
|
|||
Primal Boost|Onslaught|277|U|{2}{G}|Instant|||Target creature gets +4/+4 until end of turn.$Cycling {2}{G} <i>({2}{G}, Discard this card: Draw a card.)</i>$When you cycle Primal Boost, you may have target creature get +1/+1 until end of turn.|
|
||||
Ravenous Baloth|Onslaught|278|R|{2}{G}{G}|Creature - Beast|4|4|Sacrifice a Beast: You gain 4 life.|
|
||||
Run Wild|Onslaught|279|U|{G}|Instant|||Until end of turn, target creature gains trample and "{G}: Regenerate this creature."|
|
||||
Exalted Angel|Onslaught|28|R|{4}{W}{W}|Creature - Angel|4|5|Flying$Whenever Exalted Angel deals damage, you gain that much life.$Morph {2}{W}{W} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Serpentine Basilisk|Onslaught|280|U|{2}{G}{G}|Creature - Basilisk|2|3|Whenever Serpentine Basilisk deals combat damage to a creature, destroy that creature at end of combat.$Morph {1}{G}{G} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Exalted Angel|Onslaught|28|R|{4}{W}{W}|Creature - Angel|4|5|Flying$Whenever Exalted Angel deals damage, you gain that much life.$Morph {2}{W}{W} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Serpentine Basilisk|Onslaught|280|U|{2}{G}{G}|Creature - Basilisk|2|3|Whenever Serpentine Basilisk deals combat damage to a creature, destroy that creature at end of combat.$Morph {1}{G}{G} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Silklash Spider|Onslaught|281|R|{3}{G}{G}|Creature - Spider|2|7|Reach <i>(This creature can block creatures with flying.)</i>${X}{G}{G}: Silklash Spider deals X damage to each creature with flying.|
|
||||
Silvos, Rogue Elemental|Onslaught|282|R|{3}{G}{G}{G}|Legendary Creature - Elemental|8|5|Trample${G}: Regenerate Silvos, Rogue Elemental.|
|
||||
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} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Spitting Gourna|Onslaught|284|C|{3}{G}{G}|Creature - Beast|3|4|Reach <i>(This creature can block creatures with flying.)</i>$Morph {4}{G} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
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} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Spitting Gourna|Onslaught|284|C|{3}{G}{G}|Creature - Beast|3|4|Reach <i>(This creature can block creatures with flying.)</i>$Morph {4}{G} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Stag Beetle|Onslaught|285|R|{3}{G}{G}|Creature - Insect|0|0|Stag Beetle enters the battlefield with X +1/+1 counters on it, where X is the number of other creatures on the battlefield.|
|
||||
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. <i>(They can't be the targets of spells or abilities.)</i>|
|
||||
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 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.|
|
||||
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.|
|
||||
Foothill Guide|Onslaught|29|C|{W}|Creature - Human Cleric|1|1|Protection from Goblins$Morph {W} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Foothill Guide|Onslaught|29|C|{W}|Creature - Human Cleric|1|1|Protection from Goblins$Morph {W} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Taunting Elf|Onslaught|290|C|{G}|Creature - Elf|0|1|All creatures able to block Taunting Elf do so.|
|
||||
Tempting Wurm|Onslaught|291|R|{1}{G}|Creature - Wurm|5|5|When Tempting Wurm enters the battlefield, each opponent may put any number of artifact, creature, enchantment, and/or land cards from his or her hand onto the battlefield.|
|
||||
Towering Baloth|Onslaught|292|U|{6}{G}{G}|Creature - Beast|7|6|Morph {6}{G} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Treespring Lorian|Onslaught|293|C|{5}{G}|Creature - Beast|5|4|Morph {5}{G} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Towering Baloth|Onslaught|292|U|{6}{G}{G}|Creature - Beast|7|6|Morph {6}{G} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Treespring Lorian|Onslaught|293|C|{5}{G}|Creature - Beast|5|4|Morph {5}{G} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Tribal Unity|Onslaught|294|U|{X}{2}{G}|Instant|||Creatures of the creature type of your choice get +X/+X until end of turn.|
|
||||
Venomspout Brackus|Onslaught|295|U|{6}{G}|Creature - Beast|5|5|{1}{G}, {tap}: Venomspout Brackus deals 5 damage to target attacking or blocking creature with flying.$Morph {3}{G}{G} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Venomspout Brackus|Onslaught|295|U|{6}{G}|Creature - Beast|5|5|{1}{G}, {tap}: Venomspout Brackus deals 5 damage to target attacking or blocking creature with flying.$Morph {3}{G}{G} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Vitality Charm|Onslaught|296|C|{G}|Instant|||Choose one - Put a 1/1 green Insect creature token onto the battlefield; or target creature gets +1/+1 and gains trample until end of turn; or regenerate target Beast.|
|
||||
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.|
|
||||
Wall of Mulch|Onslaught|298|U|{1}{G}|Creature - Wall|0|4|Defender <i>(This creature can't attack.)</i>${G}, Sacrifice a Wall: Draw a card.|
|
||||
|
@ -13905,7 +13905,7 @@ Tranquil Thicket|Onslaught|326|C||Land|||Tranquil Thicket enters the battlefield
|
|||
Unholy Grotto|Onslaught|327|R||Land|||{tap}: Add {1} to your mana pool.${B}, {tap}: Put target Zombie card from your graveyard on top of your library.|
|
||||
Windswept Heath|Onslaught|328|R||Land|||{tap}, Pay 1 life, Sacrifice Windswept Heath: Search your library for a Forest or Plains card and put it onto the battlefield. Then shuffle your library.|
|
||||
Wirewood Lodge|Onslaught|329|U||Land|||{tap}: Add {1} to your mana pool.${G}, {tap}: Untap target Elf.|
|
||||
Gravel Slinger|Onslaught|33|C|{3}{W}|Creature - Human Soldier|1|3|{tap}: Gravel Slinger deals 1 damage to target attacking or blocking creature.$Morph {1}{W} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Gravel Slinger|Onslaught|33|C|{3}{W}|Creature - Human Soldier|1|3|{tap}: Gravel Slinger deals 1 damage to target attacking or blocking creature.$Morph {1}{W} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Wooded Foothills|Onslaught|330|R||Land|||{tap}, Pay 1 life, Sacrifice Wooded Foothills: Search your library for a Mountain or Forest card and put it onto the battlefield. Then shuffle your library.|
|
||||
Plains|Onslaught|331|L||Basic Land - Plains|||W|
|
||||
Plains|Onslaught|332|L||Basic Land - Plains|||W|
|
||||
|
@ -13936,7 +13936,7 @@ Harsh Mercy|Onslaught|39|R|{2}{W}|Sorcery|||Each player chooses a creature type.
|
|||
Astral Slide|Onslaught|4|U|{2}{W}|Enchantment|||Whenever a player cycles a card, you may exile target creature. If you do, return that card to the battlefield under its owner's control at the beginning of the next end step.|
|
||||
Improvised Armor|Onslaught|40|U|{3}{W}|Enchantment - Aura|||Enchant creature$Enchanted creature gets +2/+5.$Cycling {3} <i>({3}, Discard this card: Draw a card.)</i>|
|
||||
Inspirit|Onslaught|41|U|{2}{W}|Instant|||Untap target creature. It gets +2/+4 until end of turn.|
|
||||
Ironfist Crusher|Onslaught|42|U|{4}{W}|Creature - Human Soldier|2|4|Ironfist Crusher can block any number of creatures.$Morph {3}{W} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Ironfist Crusher|Onslaught|42|U|{4}{W}|Creature - Human Soldier|2|4|Ironfist Crusher can block any number of creatures.$Morph {3}{W} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Jareth, Leonine Titan|Onslaught|43|R|{3}{W}{W}{W}|Legendary Creature - Cat Giant|4|7|Whenever Jareth, Leonine Titan blocks, it gets +7/+7 until end of turn.${W}: Jareth gains protection from the color of your choice until end of turn.|
|
||||
Mobilization|Onslaught|44|R|{2}{W}|Enchantment|||Soldier creatures have vigilance. <i>(Attacking doesn't cause them to tap.)</i>${2}{W}: Put a 1/1 white Soldier creature token onto the battlefield.|
|
||||
Nova Cleric|Onslaught|45|U|{W}|Creature - Human Cleric|1|2|{2}{W}, {tap}, Sacrifice Nova Cleric: Destroy all enchantments.|
|
||||
|
@ -13956,15 +13956,15 @@ True Believer|Onslaught|57|R|{W}{W}|Creature - Human Cleric|2|2|You have shroud.
|
|||
Unified Strike|Onslaught|58|C|{W}|Instant|||Exile target attacking creature if its power is less than or equal to the number of Soldiers on the battlefield.|
|
||||
Weathered Wayfarer|Onslaught|59|R|{W}|Creature - Human Nomad Cleric|1|1|{W}, {tap}: Search your library for a land card, reveal it, and put it into your hand. Then shuffle your library. Activate this ability only if an opponent controls more lands than you.|
|
||||
Aurification|Onslaught|6|R|{2}{W}{W}|Enchantment|||Whenever a creature deals damage to you, put a gold counter on it.$Each creature with a gold counter on it is a Wall in addition to its other creature types and has defender. <i>(Those creatures can't attack.)</i>$When Aurification leaves the battlefield, remove all gold counters from all creatures.|
|
||||
Whipcorder|Onslaught|60|U|{W}{W}|Creature - Human Soldier Rebel|2|2|{W}, {tap}: Tap target creature.$Morph {W} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Whipcorder|Onslaught|60|U|{W}{W}|Creature - Human Soldier Rebel|2|2|{W}, {tap}: Tap target creature.$Morph {W} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
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.|
|
||||
Airborne Aid|Onslaught|62|C|{3}{U}|Sorcery|||Draw a card for each Bird on the battlefield.|
|
||||
Annex|Onslaught|63|U|{2}{U}{U}|Enchantment - Aura|||Enchant land <i>(Target a land as you cast this. This card enters the battlefield attached to that land.)</i>$You control enchanted land.|
|
||||
Aphetto Alchemist|Onslaught|64|U|{1}{U}|Creature - Human Wizard|1|2|{tap}: Untap target artifact or creature.$Morph {U} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Aphetto Alchemist|Onslaught|64|U|{1}{U}|Creature - Human Wizard|1|2|{tap}: Untap target artifact or creature.$Morph {U} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Aphetto Grifter|Onslaught|65|U|{2}{U}|Creature - Human Wizard|1|1|Tap two untapped Wizards you control: Tap target permanent.|
|
||||
Arcanis the Omnipotent|Onslaught|66|R|{3}{U}{U}{U}|Legendary Creature - Wizard|3|4|{tap}: Draw three cards.${2}{U}{U}: Return Arcanis the Omnipotent to its owner's hand.|
|
||||
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. <i>(This effect lasts indefinitely.)</i>|
|
||||
Ascending Aven|Onslaught|68|C|{2}{U}{U}|Creature - Bird Soldier|3|2|Flying$Ascending Aven can block only creatures with flying.$Morph {2}{U} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Ascending Aven|Onslaught|68|C|{2}{U}{U}|Creature - Bird Soldier|3|2|Flying$Ascending Aven can block only creatures with flying.$Morph {2}{U} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Aven Fateshaper|Onslaught|69|U|{6}{U}|Creature - Bird Wizard|4|5|Flying$When Aven Fateshaper enters the battlefield, look at the top four cards of your library, then put them back in any order.${4}{U}: Look at the top four cards of your library, then put them back in any order.|
|
||||
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.|
|
||||
Backslide|Onslaught|70|C|{1}{U}|Instant|||Turn target creature with morph face down.$Cycling {U} <i>({U}, Discard this card: Draw a card.)</i>|
|
||||
|
@ -13979,7 +13979,7 @@ Crown of Ascension|Onslaught|78|C|{1}{U}|Enchantment - Aura|||Enchant creature$E
|
|||
Discombobulate|Onslaught|79|U|{2}{U}{U}|Instant|||Counter target spell. Look at the top four cards of your library, then put them back in any order.|
|
||||
Aven Soulgazer|Onslaught|8|U|{3}{W}{W}|Creature - Bird Cleric|3|3|Flying${2}{W}: Look at target face-down creature.|
|
||||
Dispersing Orb|Onslaught|80|U|{3}{U}|Enchantment|||{3}{U}, Sacrifice a permanent: Return target permanent to its owner's hand.|
|
||||
Disruptive Pitmage|Onslaught|81|C|{2}{U}|Creature - Human Wizard|1|1|{tap}: Counter target spell unless its controller pays {1}.$Morph {U} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Disruptive Pitmage|Onslaught|81|C|{2}{U}|Creature - Human Wizard|1|1|{tap}: Counter target spell unless its controller pays {1}.$Morph {U} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Essence Fracture|Onslaught|82|U|{3}{U}|Sorcery|||Return two target creatures to their owners' hands.$Cycling {2}{U} <i>({2}{U}, Discard this card: Draw a card.)</i>|
|
||||
Fleeting Aven|Onslaught|83|U|{1}{U}{U}|Creature - Bird Wizard|2|2|Flying$Whenever a player cycles a card, return Fleeting Aven to its owner's hand.|
|
||||
Future Sight|Onslaught|84|R|{2}{U}{U}{U}|Enchantment|||Play with the top card of your library revealed.$You may play the top card of your library.|
|
||||
|
@ -13995,7 +13995,7 @@ Meddle|Onslaught|92|U|{1}{U}|Instant|||If target spell has only one target and t
|
|||
Mistform Dreamer|Onslaught|93|C|{2}{U}|Creature - Illusion|2|1|Flying${1}: Mistform Dreamer becomes the creature type of your choice until end of turn.|
|
||||
Mistform Mask|Onslaught|94|C|{1}{U}|Enchantment - Aura|||Enchant creature${1}: Enchanted creature becomes the creature type of your choice until end of turn.|
|
||||
Mistform Mutant|Onslaught|95|U|{4}{U}{U}|Creature - Illusion Mutant|3|4|{1}{U}: Choose a creature type other than Wall. Target creature becomes that type until end of turn.|
|
||||
Mistform Shrieker|Onslaught|96|U|{3}{U}|Creature - Illusion|3|3|Flying${1}: Mistform Shrieker becomes the creature type of your choice until end of turn.$Morph {3}{U}{U} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Mistform Shrieker|Onslaught|96|U|{3}{U}|Creature - Illusion|3|3|Flying${1}: Mistform Shrieker becomes the creature type of your choice until end of turn.$Morph {3}{U}{U} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Mistform Skyreaver|Onslaught|97|R|{5}{U}{U}|Creature - Illusion|6|6|Flying${1}: Mistform Skyreaver becomes the creature type of your choice until end of turn.|
|
||||
Mistform Stalker|Onslaught|98|U|{1}{U}|Creature - Illusion|1|1|{1}: Mistform Stalker becomes the creature type of your choice until end of turn.${2}{U}{U}: Mistform Stalker gets +2/+2 and gains flying until end of turn.|
|
||||
Mistform Wall|Onslaught|99|C|{2}{U}|Creature - Illusion Wall|1|4|Mistform Wall has defender as long as it's a Wall.${1}: Mistform Wall becomes the creature type of your choice until end of turn.|
|
||||
|
@ -14094,7 +14094,7 @@ Crovax, Ascendant Hero|Planar Chaos|3|R|{4}{W}{W}|Legendary Creature - Human|4|4
|
|||
Sinew Sliver|Planar Chaos|30|C|{1}{W}|Creature - Sliver|1|1|All Sliver creatures get +1/+1.|
|
||||
Sunlance|Planar Chaos|31|C|{W}|Sorcery|||Sunlance deals 3 damage to target nonwhite creature.|
|
||||
Aeon Chronicler|Planar Chaos|32|R|{3}{U}{U}|Creature - Avatar|*|*|Aeon Chronicler's power and toughness are each equal to the number of cards in your hand.$Suspend X-{X}{3}{U}. X can't be 0. <i>(Rather than cast this card from your hand, you may pay {X}{3}{U} and exile it with X 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.)</i>$Whenever a time counter is removed from Aeon Chronicler while it's exiled, draw a card.|
|
||||
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} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
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} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
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.|
|
||||
Body Double|Planar Chaos|35|R|{4}{U}|Creature - Shapeshifter|0|0|You may have Body Double enter the battlefield as a copy of any creature card in a graveyard.|
|
||||
Braids, Conjurer Adept|Planar Chaos|36|R|{2}{U}{U}|Legendary Creature - Human Wizard|2|2|At the beginning of each player's upkeep, that player may put an artifact, creature, or land card from his or her hand onto the battlefield.|
|
||||
|
@ -14108,12 +14108,12 @@ Jodah's Avenger|Planar Chaos|42|U|{5}{U}|Creature - Shapeshifter|4|4|{0}: Until
|
|||
Magus of the Bazaar|Planar Chaos|43|R|{1}{U}|Creature - Human Wizard|0|1|{tap}: Draw two cards, then discard three cards.|
|
||||
Pongify|Planar Chaos|44|U|{U}|Instant|||Destroy target creature. It can't be regenerated. That creature's controller puts a 3/3 green Ape creature token onto the battlefield.|
|
||||
Reality Acid|Planar Chaos|45|C|{2}{U}|Enchantment - Aura|||Enchant permanent$Vanishing 3 <i>(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.)</i>$When Reality Acid leaves the battlefield, enchanted permanent's controller sacrifices it.|
|
||||
Shaper Parasite|Planar Chaos|46|C|{1}{U}{U}|Creature - Illusion|2|3|Morph {2}{U} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Shaper Parasite is turned face up, target creature gets +2/-2 or -2/+2 until end of turn.|
|
||||
Shaper Parasite|Planar Chaos|46|C|{1}{U}{U}|Creature - Illusion|2|3|Morph {2}{U} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Shaper Parasite is turned face up, target creature gets +2/-2 or -2/+2 until end of turn.|
|
||||
Spellshift|Planar Chaos|47|R|{3}{U}|Instant|||Counter target instant or sorcery spell. Its controller reveals cards from the top of his or her library until he or she reveals an instant or sorcery card. That player may cast that card without paying its mana cost. Then he or she shuffles his or her library.|
|
||||
Synchronous Sliver|Planar Chaos|48|C|{4}{U}|Creature - Sliver|3|3|All Sliver creatures have 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 <i>(At the beginning of your upkeep, remove a time counter from this permanent. When the last is removed, sacrifice it.)</i>$Tidewalker's power and toughness are each equal to the number of time counters on it.|
|
||||
Dust Elemental|Planar Chaos|5|R|{2}{W}{W}|Creature - Elemental|6|6|Flash <i>(You may cast this spell any time you could cast an instant.)</i>$Flying; fear <i>(This creature can't be blocked except by artifact creatures and/or black creatures.)</i>$When Dust Elemental enters the battlefield, return three creatures you control to their owner's hand.|
|
||||
Timebender|Planar Chaos|50|U|{U}|Creature - Human Wizard|1|1|Morph {U} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Timebender is turned face up, choose one - Remove two time counters from target permanent or suspended card; or put two time counters on target permanent with a time counter on it or suspended card.|
|
||||
Timebender|Planar Chaos|50|U|{U}|Creature - Human Wizard|1|1|Morph {U} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Timebender is turned face up, choose one - Remove two time counters from target permanent or suspended card; or put two time counters on target permanent with a time counter on it or suspended card.|
|
||||
Veiling Oddity|Planar Chaos|51|C|{3}{U}|Creature - Illusion|2|3|Suspend 4-{1}{U} <i>(Rather than cast this card from your hand, you may pay {1}{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.)</i>$When the last time counter is removed from Veiling Oddity while it's exiled, creatures are unblockable this turn.|
|
||||
Venarian Glimmer|Planar Chaos|52|U|{X}{U}|Instant|||Target player reveals his or her hand. You choose a nonland card with converted mana cost X or less from it. That player discards that card.|
|
||||
Wistful Thinking|Planar Chaos|53|C|{2}{U}|Sorcery|||Target player draws two cards, then discards four cards.|
|
||||
|
@ -14124,7 +14124,7 @@ Ovinize|Planar Chaos|57|U|{1}{U}|Instant|||Target creature loses all abilities a
|
|||
Piracy Charm|Planar Chaos|58|C|{U}|Instant|||Choose one - Target creature gains islandwalk until end of turn; or target creature gets +2/-1 until end of turn; or target player discards a card.|
|
||||
Primal Plasma|Planar Chaos|59|C|{3}{U}|Creature - Elemental Shapeshifter|*|*|As Primal Plasma enters the battlefield, it becomes your choice of a 3/3 creature, a 2/2 creature with flying, or a 1/6 creature with defender.|
|
||||
Ghost Tactician|Planar Chaos|6|C|{4}{W}|Creature - Spirit Spellshaper|2|5|{W}, {tap}, Discard a card: Creatures you control get +1/+0 until end of turn.|
|
||||
Riptide Pilferer|Planar Chaos|60|U|{1}{U}|Creature - Merfolk Rogue|1|1|Whenever Riptide Pilferer deals combat damage to a player, that player discards a card.$Morph {U} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Riptide Pilferer|Planar Chaos|60|U|{1}{U}|Creature - Merfolk Rogue|1|1|Whenever Riptide Pilferer deals combat damage to a player, that player discards a card.$Morph {U} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Serendib Sorcerer|Planar Chaos|61|R|{1}{U}{U}|Creature - Human Wizard|1|1|{tap}: Target creature other than Serendib Sorcerer becomes 0/2 until end of turn.|
|
||||
Serra Sphinx|Planar Chaos|62|R|{3}{U}{U}|Creature - Sphinx|4|4|Flying, vigilance|
|
||||
Big Game Hunter|Planar Chaos|63|U|{1}{B}{B}|Creature - Human Rebel Assassin|1|1|When Big Game Hunter enters the battlefield, destroy target creature with power 4 or greater. It can't be regenerated.$Madness {B} <i>(If you discard this card, you may cast it for its madness cost instead of putting it into your graveyard.)</i>|
|
||||
|
@ -14161,7 +14161,7 @@ Rathi Trapper|Planar Chaos|90|C|{1}{B}|Creature - Human Rebel Rogue|1|2|{B}, {ta
|
|||
Shrouded Lore|Planar Chaos|91|U|{B}|Sorcery|||Target opponent chooses a card in your graveyard. You may pay {B}. If you do, repeat this process except that opponent can't choose a card already chosen for Shrouded Lore. Then put the last chosen card into your hand.|
|
||||
Vampiric Link|Planar Chaos|92|C|{B}|Enchantment - Aura|||Enchant creature$Whenever enchanted creature deals damage, you gain that much life.|
|
||||
AEther Membrane|Planar Chaos|93|U|{1}{R}{R}|Creature - Wall|0|5|Defender; reach <i>(This creature can block creatures with flying.)</i>$Whenever Æther Membrane blocks a creature, return that creature to its owner's hand at end of combat.|
|
||||
Akroma, Angel of Fury|Planar Chaos|94|R|{5}{R}{R}{R}|Legendary Creature - Angel|6|6|Akroma, Angel of Fury can't be countered.$Flying, trample, protection from white and from blue${R}: Akroma, Angel of Fury gets +1/+0 until end of turn.$Morph {3}{R}{R}{R} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Akroma, Angel of Fury|Planar Chaos|94|R|{5}{R}{R}{R}|Legendary Creature - Angel|6|6|Akroma, Angel of Fury can't be countered.$Flying, trample, protection from white and from blue${R}: Akroma, Angel of Fury gets +1/+0 until end of turn.$Morph {3}{R}{R}{R} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Battering Sliver|Planar Chaos|95|C|{5}{R}|Creature - Sliver|4|4|All Sliver creatures have trample.|
|
||||
Detritivore|Planar Chaos|96|R|{2}{R}{R}|Creature - Lhurgoyf|*|*|Detritivore's power and toughness are each equal to the number of nonbasic land cards in your opponents' graveyards.$Suspend X-{X}{3}{R}. X can't be 0. <i>(Rather than cast this card from your hand, you may pay {X}{3}{R} and exile it with X 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.)</i>$Whenever a time counter is removed from Detritivore while it's exiled, destroy target nonbasic land.|
|
||||
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.|
|
||||
|
@ -15142,7 +15142,7 @@ Beast of Burden|Promo set for Gatherer|122|R|{6}|Artifact Creature - Golem|*|*|B
|
|||
Feral Throwback|Promo set for Gatherer|126|R|{4}{G}{G}|Creature - Beast|3|3|Amplify 2 <i>(As this creature enters the battlefield, put two +1/+1 counters on it for each Beast card you reveal in your hand.)</i>$Provoke <i>(When this attacks, you may have target creature defending player controls untap and block it if able.)</i>|
|
||||
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}|
|
||||
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. <i>("Destroy" effects and lethal damage don't destroy it.)</i>$Equip {4}|
|
||||
Silent Specter|Promo set for Gatherer|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} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Silent Specter|Promo set for Gatherer|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} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Ryusei, the Falling Star|Promo set for Gatherer|185|R|{5}{R}|Legendary Creature - Dragon Spirit|5|5|Flying$When Ryusei, the Falling Star dies, it deals 5 damage to each creature without flying.|
|
||||
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 combat by it and each creature it's blocking.|
|
||||
Lightning Dragon|Promo set for Gatherer|202|R|{2}{R}{R}|Creature - Dragon|4|4|Flying$Echo {2}{R}{R} <i>(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.)</i>${R}: Lightning Dragon gets +1/+0 until end of turn.|
|
||||
|
@ -15156,7 +15156,7 @@ Revenant|Promo set for Gatherer|61|R|{4}{B}|Creature - Spirit|*|*|Flying$Revenan
|
|||
Rathi Assassin|Promo set for Gatherer|67|R|{2}{B}{B}|Creature - Zombie Mercenary Assassin|2|2|{1}{B}{B}, {tap}: Destroy target tapped nonblack creature.${3}, {tap}: Search your library for a Mercenary permanent card with converted mana cost 3 or less and put it onto the battlefield. Then shuffle your library.|
|
||||
Laquatus's Champion|Promo set for Gatherer|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.|
|
||||
Windseeker Centaur|Promo set for Gatherer|7|Special|{1}{R}{R}|Creature - Centaur|2|2|Vigilance|
|
||||
Soul Collector|Promo set for Gatherer|74|R|{3}{B}{B}|Creature - Vampire|3|4|Flying$Whenever a creature dealt damage by Soul Collector this turn dies, return that card to the battlefield under your control.$Morph {B}{B}{B} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Soul Collector|Promo set for Gatherer|74|R|{3}{B}{B}|Creature - Vampire|3|4|Flying$Whenever a creature dealt damage by Soul Collector this turn dies, return that card to the battlefield under your control.$Morph {B}{B}{B} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
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.|
|
||||
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.|
|
||||
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.|
|
||||
|
@ -16861,7 +16861,7 @@ Pyrostatic Pillar|Scourge|100|U|{1}{R}|Enchantment|||Whenever a player casts a s
|
|||
Rock Jockey|Scourge|101|C|{2}{R}|Creature - Goblin|3|3|You can't cast Rock Jockey if you've played a land this turn.$You can't play lands if you've cast Rock Jockey this turn.|
|
||||
Scattershot|Scourge|102|C|{2}{R}|Instant|||Scattershot deals 1 damage to target creature.$Storm <i>(When you cast this spell, copy it for each spell cast before it this turn. You may choose new targets for the copies.)</i>|
|
||||
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.|
|
||||
Skirk Volcanist|Scourge|104|U|{3}{R}|Creature - Goblin|3|1|Morph-Sacrifice two Mountains. <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Skirk Volcanist is turned face up, it deals 3 damage divided as you choose among one, two, or three target creatures.|
|
||||
Skirk Volcanist|Scourge|104|U|{3}{R}|Creature - Goblin|3|1|Morph-Sacrifice two Mountains. <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Skirk Volcanist is turned face up, it deals 3 damage divided as you choose among one, two, or three target creatures.|
|
||||
Spark Spray|Scourge|105|C|{R}|Instant|||Spark Spray deals 1 damage to target creature or player.$Cycling {2} <i>({2}, Discard this card: Draw a card.)</i>|
|
||||
Sulfuric Vortex|Scourge|106|R|{1}{R}{R}|Enchantment|||At the beginning of each player's upkeep, Sulfuric Vortex deals 2 damage to that player.$If a player would gain life, that player gains no life instead.|
|
||||
Torrent of Fire|Scourge|107|C|{3}{R}{R}|Sorcery|||Torrent of Fire deals damage equal to the highest converted mana cost among permanents you control to target creature or player.|
|
||||
|
@ -16886,15 +16886,15 @@ Krosan Warchief|Scourge|123|U|{2}{G}|Creature - Beast|2|2|Beast spells you cast
|
|||
Kurgadon|Scourge|124|U|{4}{G}|Creature - Beast|3|3|Whenever you cast a creature spell with converted mana cost 6 or greater, put three +1/+1 counters on Kurgadon.|
|
||||
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.|
|
||||
Primitive Etchings|Scourge|126|R|{2}{G}{G}|Enchantment|||Reveal the first card you draw each turn. Whenever you reveal a creature card this way, draw a card.|
|
||||
Root Elemental|Scourge|127|R|{4}{G}{G}|Creature - Elemental|6|5|Morph {5}{G}{G} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Root Elemental is turned face up, you may put a creature card from your hand onto the battlefield.|
|
||||
Root Elemental|Scourge|127|R|{4}{G}{G}|Creature - Elemental|6|5|Morph {5}{G}{G} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Root Elemental is turned face up, you may put a creature card from your hand onto the battlefield.|
|
||||
Sprouting Vines|Scourge|128|C|{2}{G}|Instant|||Search your library for a basic land card, reveal that card, and put it into your hand. Then shuffle your library.$Storm <i>(When you cast this spell, copy it for each spell cast before it this turn.)</i>|
|
||||
Titanic Bulvox|Scourge|129|C|{6}{G}{G}|Creature - Beast|7|4|Trample$Morph {4}{G}{G}{G} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Titanic Bulvox|Scourge|129|C|{6}{G}{G}|Creature - Beast|7|4|Trample$Morph {4}{G}{G}{G} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Exiled Doomsayer|Scourge|13|R|{1}{W}|Creature - Human Cleric|1|2|All morph costs cost {2} more. <i>(This doesn't affect the cost to cast creature spells face down.)</i>|
|
||||
Treetop Scout|Scourge|130|C|{G}|Creature - Elf Scout|1|1|Treetop Scout can't be blocked except by creatures with flying.|
|
||||
Upwelling|Scourge|131|R|{3}{G}|Enchantment|||Mana pools don't empty as steps and phases end.|
|
||||
Wirewood Guardian|Scourge|132|C|{5}{G}{G}|Creature - Elf Mutant|6|6|Forestcycling {2} <i>({2}, Discard this card: Search your library for a Forest card, reveal it, and put it into your hand. Then shuffle your library.)</i>|
|
||||
Wirewood Symbiote|Scourge|133|U|{G}|Creature - Insect|1|1|Return an Elf you control to its owner's hand: Untap target creature. Activate this ability only once each turn.|
|
||||
Woodcloaker|Scourge|134|C|{5}{G}|Creature - Elf|3|3|Morph {2}{G}{G} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Woodcloaker is turned face up, target creature gains trample until end of turn.|
|
||||
Woodcloaker|Scourge|134|C|{5}{G}|Creature - Elf|3|3|Morph {2}{G}{G} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Woodcloaker is turned face up, target creature gains trample 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.|
|
||||
Bladewing the Risen|Scourge|136|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.|
|
||||
Edgewalker|Scourge|137|U|{1}{W}{B}|Creature - Human Cleric|2|2|Cleric spells you cast cost {W}{B} less to cast. This effect reduces only the amount of colored mana you pay. <i>(For example, if you cast a Cleric spell with mana cost {1}{W}, it costs {1} to cast.)</i>|
|
||||
|
@ -16902,13 +16902,13 @@ Karona, False God|Scourge|138|R|{1}{W}{U}{B}{R}{G}|Legendary Creature - Avatar|5
|
|||
Sliver Overlord|Scourge|139|R|{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. <i>(This effect lasts indefinitely.)</i>|
|
||||
Force Bubble|Scourge|14|R|{2}{W}{W}|Enchantment|||If damage would be dealt to you, put that many depletion counters on Force Bubble instead.$When there are four or more depletion counters on Force Bubble, sacrifice it.$At the beginning of each end step, remove all depletion counters from Force Bubble.|
|
||||
Ark of Blight|Scourge|140|U|{2}|Artifact|||{3}, {tap}, Sacrifice Ark of Blight: Destroy target land.|
|
||||
Proteus Machine|Scourge|141|U|{3}|Artifact Creature - Shapeshifter|2|2|Morph {0} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Proteus Machine is turned face up, it becomes the creature type of your choice. <i>(This effect lasts indefinitely.)</i>|
|
||||
Proteus Machine|Scourge|141|U|{3}|Artifact Creature - Shapeshifter|2|2|Morph {0} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Proteus Machine is turned face up, it becomes the creature type of your choice. <i>(This effect lasts indefinitely.)</i>|
|
||||
Stabilizer|Scourge|142|R|{2}|Artifact|||Players can't cycle cards.|
|
||||
Temple of the False God|Scourge|143|U||Land|||{tap}: Add {2} to your mana pool. Activate this ability only if you control five or more lands.|
|
||||
Frontline Strategist|Scourge|15|C|{W}|Creature - Human Soldier|1|1|Morph {W} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Frontline Strategist is turned face up, prevent all combat damage non-Soldier creatures would deal this turn.|
|
||||
Frontline Strategist|Scourge|15|C|{W}|Creature - Human Soldier|1|1|Morph {W} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Frontline Strategist is turned face up, prevent all combat damage non-Soldier creatures would deal this turn.|
|
||||
Gilded Light|Scourge|16|U|{1}{W}|Instant|||You gain shroud until end of turn. <i>(You can't be the target of spells or abilities.)</i>$Cycling {2} <i>({2}, Discard this card: Draw a card.)</i>|
|
||||
Guilty Conscience|Scourge|17|C|{W}|Enchantment - Aura|||Enchant creature$Whenever enchanted creature deals damage, Guilty Conscience deals that much damage to that creature.|
|
||||
Karona's Zealot|Scourge|18|U|{4}{W}|Creature - Human Cleric|2|5|Morph {3}{W}{W} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Karona's Zealot is turned face up, all damage that would be dealt to it this turn is dealt to target creature instead.|
|
||||
Karona's Zealot|Scourge|18|U|{4}{W}|Creature - Human Cleric|2|5|Morph {3}{W}{W} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Karona's Zealot is turned face up, all damage that would be dealt to it this turn is dealt to target creature instead.|
|
||||
Noble Templar|Scourge|19|C|{5}{W}|Creature - Human Cleric Soldier|3|6|Vigilance$Plainscycling {2} <i>({2}, Discard this card: Search your library for a Plains card, reveal it, and put it into your hand. Then shuffle your library.)</i>|
|
||||
Astral Steel|Scourge|2|C|{2}{W}|Instant|||Target creature gets +1/+2 until end of turn.$Storm <i>(When you cast this spell, copy it for each spell cast before it this turn. You may choose new targets for the copies.)</i>|
|
||||
Rain of Blades|Scourge|20|U|{W}|Instant|||Rain of Blades deals 1 damage to each attacking creature.|
|
||||
|
@ -16932,19 +16932,19 @@ Frozen Solid|Scourge|36|C|{1}{U}{U}|Enchantment - Aura|||Enchant creature$Enchan
|
|||
Hindering Touch|Scourge|37|C|{3}{U}|Instant|||Counter target spell unless its controller pays {2}.$Storm <i>(When you cast this spell, copy it for each spell cast before it this turn. You may choose new targets for the copies.)</i>|
|
||||
Long-Term Plans|Scourge|38|U|{2}{U}|Instant|||Search your library for a card, shuffle your library, then put that card third from the top.|
|
||||
Mercurial Kite|Scourge|39|C|{3}{U}|Creature - Bird|2|2|Flying$Whenever Mercurial Kite deals combat damage to a creature, tap that creature. That creature doesn't untap during its controller's next untap step.|
|
||||
Aven Liberator|Scourge|4|C|{2}{W}{W}|Creature - Bird Soldier|2|3|Flying$Morph {3}{W} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Aven Liberator is turned face up, target creature you control gains protection from the color of your choice until end of turn.|
|
||||
Aven Liberator|Scourge|4|C|{2}{W}{W}|Creature - Bird Soldier|2|3|Flying$Morph {3}{W} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Aven Liberator is turned face up, target creature you control gains protection from the color of your choice until end of turn.|
|
||||
Metamorphose|Scourge|40|U|{1}{U}|Instant|||Put target permanent an opponent controls on top of its owner's library. That opponent may put an artifact, creature, enchantment, or land card from his or her hand onto the battlefield.|
|
||||
Mind's Desire|Scourge|41|R|{4}{U}{U}|Sorcery|||Shuffle your library. Then exile the top card of your library. Until end of turn, you may play that card without paying its mana cost. <i>(If it has X in its mana cost, X is 0.)</i>$Storm <i>(When you cast this spell, copy it for each spell cast before it this turn.)</i>|
|
||||
Mischievous Quanar|Scourge|42|R|{4}{U}|Creature - Beast|3|3|{3}{U}{U}: Turn Mischievous Quanar face down.$Morph {1}{U}{U} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Mischievous Quanar is turned face up, copy target instant or sorcery spell. You may choose new targets for that copy.|
|
||||
Mischievous Quanar|Scourge|42|R|{4}{U}|Creature - Beast|3|3|{3}{U}{U}: Turn Mischievous Quanar face down.$Morph {1}{U}{U} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Mischievous Quanar is turned face up, copy target instant or sorcery spell. You may choose new targets for that copy.|
|
||||
Mistform Warchief|Scourge|43|U|{2}{U}|Creature - Illusion|1|3|Creature spells you cast that share a creature type with Mistform Warchief cost {1} less to cast.${tap}: Mistform Warchief becomes the creature type of your choice until end of turn.|
|
||||
Parallel Thoughts|Scourge|44|R|{3}{U}{U}|Enchantment|||When Parallel Thoughts enters the battlefield, search your library for seven cards, exile them in a face-down pile, and shuffle that pile. Then shuffle your library.$If you would draw a card, you may instead put the top card of the pile you exiled into your hand.|
|
||||
Pemmin's Aura|Scourge|45|U|{1}{U}{U}|Enchantment - Aura|||Enchant creature${U}: Untap enchanted creature.${U}: Enchanted creature gains flying until end of turn.${U}: Enchanted creature gains shroud until end of turn. <i>(It can't be the target of spells or abilities.)</i>${1}: Enchanted creature gets +1/-1 or -1/+1 until end of turn.|
|
||||
Raven Guild Initiate|Scourge|46|C|{2}{U}|Creature - Human Wizard|1|4|Morph-Return a Bird you control to its owner's hand. <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Raven Guild Master|Scourge|47|R|{1}{U}{U}|Creature - Human Wizard Mutant|1|1|Whenever Raven Guild Master deals combat damage to a player, that player exiles the top ten cards of his or her library.$Morph {2}{U}{U} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Riptide Survivor|Scourge|48|U|{2}{U}|Creature - Human Wizard|2|1|Morph {1}{U}{U} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Riptide Survivor is turned face up, discard two cards, then draw three cards.|
|
||||
Raven Guild Initiate|Scourge|46|C|{2}{U}|Creature - Human Wizard|1|4|Morph-Return a Bird you control to its owner's hand. <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Raven Guild Master|Scourge|47|R|{1}{U}{U}|Creature - Human Wizard Mutant|1|1|Whenever Raven Guild Master deals combat damage to a player, that player exiles the top ten cards of his or her library.$Morph {2}{U}{U} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Riptide Survivor|Scourge|48|U|{2}{U}|Creature - Human Wizard|2|1|Morph {1}{U}{U} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Riptide Survivor is turned face up, discard two cards, then draw three cards.|
|
||||
Rush of Knowledge|Scourge|49|C|{4}{U}|Sorcery|||Draw cards equal to the highest converted mana cost among permanents you control.|
|
||||
Daru Spiritualist|Scourge|5|C|{1}{W}|Creature - Human Cleric|1|1|Whenever a Cleric creature you control becomes the target of a spell or ability, it gets +0/+2 until end of turn.|
|
||||
Scornful Egotist|Scourge|50|C|{7}{U}|Creature - Human Wizard|1|1|Morph {U} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Scornful Egotist|Scourge|50|C|{7}{U}|Creature - Human Wizard|1|1|Morph {U} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Shoreline Ranger|Scourge|51|C|{5}{U}|Creature - Bird Soldier|3|4|Flying$Islandcycling {2} <i>({2}, Discard this card: Search your library for an Island card, reveal it, and put it into your hand. Then shuffle your library.)</i>|
|
||||
Stifle|Scourge|52|R|{U}|Instant|||Counter target activated or triggered ability. <i>(Mana abilities can't be targeted.)</i>|
|
||||
Temporal Fissure|Scourge|53|C|{4}{U}|Sorcery|||Return target permanent to its owner's hand.$Storm <i>(When you cast this spell, copy it for each spell cast before it this turn. You may choose new targets for the copies.)</i>|
|
||||
|
@ -16967,10 +16967,10 @@ Lethal Vapors|Scourge|68|R|{2}{B}{B}|Enchantment|||Whenever a creature enters th
|
|||
Lingering Death|Scourge|69|C|{1}{B}|Enchantment - Aura|||Enchant creature$At the beginning of the end step of enchanted creature's controller, that player sacrifices that creature.|
|
||||
Dawn Elemental|Scourge|7|R|{W}{W}{W}{W}|Creature - Elemental|3|3|Flying$Prevent all damage that would be dealt to Dawn Elemental.|
|
||||
Nefashu|Scourge|70|R|{4}{B}{B}|Creature - Zombie Mutant|5|3|Whenever Nefashu attacks, up to five target creatures each get -1/-1 until end of turn.|
|
||||
Putrid Raptor|Scourge|71|U|{4}{B}{B}|Creature - Zombie Lizard Beast|4|4|Morph-Discard a Zombie card. <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Putrid Raptor|Scourge|71|U|{4}{B}{B}|Creature - Zombie Lizard Beast|4|4|Morph-Discard a Zombie card. <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Reaping the Graves|Scourge|72|C|{2}{B}|Instant|||Return target creature card from your graveyard to your hand.$Storm <i>(When you cast this spell, copy it for each spell cast before it this turn. You may choose new targets for the copies.)</i>|
|
||||
Skulltap|Scourge|73|C|{1}{B}|Sorcery|||As an additional cost to cast Skulltap, sacrifice a creature.$Draw two cards.|
|
||||
Soul Collector|Scourge|74|R|{3}{B}{B}|Creature - Vampire|3|4|Flying$Whenever a creature dealt damage by Soul Collector this turn dies, return that card to the battlefield under your control.$Morph {B}{B}{B} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Soul Collector|Scourge|74|R|{3}{B}{B}|Creature - Vampire|3|4|Flying$Whenever a creature dealt damage by Soul Collector this turn dies, return that card to the battlefield under your control.$Morph {B}{B}{B} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Tendrils of Agony|Scourge|75|U|{2}{B}{B}|Sorcery|||Target player loses 2 life and you gain 2 life.$Storm <i>(When you cast this spell, copy it for each spell cast before it this turn. You may choose new targets for the copies.)</i>|
|
||||
Twisted Abomination|Scourge|76|C|{5}{B}|Creature - Zombie Mutant|5|3|{B}: Regenerate Twisted Abomination.$Swampcycling {2} <i>({2}, Discard this card: Search your library for a Swamp card, reveal it, and put it into your hand. Then shuffle your library.)</i>|
|
||||
Unburden|Scourge|77|C|{1}{B}{B}|Sorcery|||Target player discards two cards.$Cycling {2} <i>({2}, Discard this card: Draw a card.)</i>|
|
||||
|
@ -16978,7 +16978,7 @@ Undead Warchief|Scourge|78|U|{2}{B}{B}|Creature - Zombie|1|1|Zombie spells you c
|
|||
Unspeakable Symbol|Scourge|79|U|{1}{B}{B}|Enchantment|||Pay 3 life: Put a +1/+1 counter on target creature.|
|
||||
Decree of Justice|Scourge|8|R|{X}{X}{2}{W}{W}|Sorcery|||Put X 4/4 white Angel creature tokens with flying onto the battlefield.$Cycling {2}{W} <i>({2}{W}, Discard this card: Draw a card.)</i>$When you cycle Decree of Justice, you may pay {X}. If you do, put X 1/1 white Soldier creature tokens onto the battlefield.|
|
||||
Vengeful Dead|Scourge|80|C|{3}{B}|Creature - Zombie|3|2|Whenever Vengeful Dead or another Zombie dies, each opponent loses 1 life.|
|
||||
Zombie Cutthroat|Scourge|81|C|{3}{B}{B}|Creature - Zombie|3|4|Morph-Pay 5 life. <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Zombie Cutthroat|Scourge|81|C|{3}{B}{B}|Creature - Zombie|3|4|Morph-Pay 5 life. <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Bonethorn Valesk|Scourge|82|C|{4}{R}|Creature - Beast|4|2|Whenever a permanent is turned face up, Bonethorn Valesk deals 1 damage to target creature or player.|
|
||||
Carbonize|Scourge|83|U|{2}{R}|Instant|||Carbonize deals 3 damage to target creature or player. That creature can't be regenerated this turn. If the creature would die this turn, exile it instead.|
|
||||
Chartooth Cougar|Scourge|84|C|{5}{R}|Creature - Cat Beast|4|4|{R}: Chartooth Cougar gets +1/+0 until end of turn.$Mountaincycling {2} <i>({2}, Discard this card: Search your library for a Mountain card, reveal it, and put it into your hand. Then shuffle your library.)</i>|
|
||||
|
@ -18486,7 +18486,7 @@ Extinction|Tempest|29|R|{4}{B}|Sorcery|||Destroy all creatures of the creature t
|
|||
Pearl Medallion|Tempest|290|R|{2}|Artifact|||White spells you cast cost {1} less to cast.|
|
||||
Phyrexian Grimoire|Tempest|291|R|{3}|Artifact|||{4}, {tap}: Target opponent chooses one of the top two cards of your graveyard. Exile that card and put the other one into your hand.|
|
||||
Phyrexian Hulk|Tempest|292|U|{6}|Artifact Creature - Golem|5|4||
|
||||
Phyrexian Splicer|Tempest|293|U|{2}|Artifact|||{2}, {tap}: Choose one - flying; first strike; shadow; or trample. Target creature with that ability loses it until end of turn and another target creature gains it until end of turn.|
|
||||
Phyrexian Splicer|Tempest|293|U|{2}|Artifact|||{2}, {tap}: Choose flying, first strike, trample, or shadow: Until end of turn, target creature with the chosen ability loses it and another target creature gains it.|
|
||||
Puppet Strings|Tempest|294|U|{3}|Artifact|||{2}, {tap}: You may tap or untap target creature.|
|
||||
Ruby Medallion|Tempest|295|R|{2}|Artifact|||Red spells you cast cost {1} less to cast.|
|
||||
Sapphire Medallion|Tempest|296|R|{2}|Artifact|||Blue spells you cast cost {1} less to cast.|
|
||||
|
@ -19139,7 +19139,7 @@ D'Avenant Healer|Time Spiral|11|C|{1}{W}{W}|Creature - Human Cleric Archer|1|2|{
|
|||
Feebleness|Time Spiral|110|C|{1}{B}|Enchantment - Aura|||Flash <i>(You may cast this spell any time you could cast an instant.)</i>$Enchant creature$Enchanted creature gets -2/-1.|
|
||||
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} <i>(If you discard this card, you may cast it for its madness cost instead of putting it into your graveyard.)</i>|
|
||||
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.|
|
||||
Liege of the Pit|Time Spiral|113|R|{5}{B}{B}{B}|Creature - Demon|7|7|Flying, trample$At the beginning of your upkeep, sacrifice a creature other than Liege of the Pit. If you can't, Liege of the Pit deals 7 damage to you.$Morph {B}{B}{B}{B} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Liege of the Pit|Time Spiral|113|R|{5}{B}{B}{B}|Creature - Demon|7|7|Flying, trample$At the beginning of your upkeep, sacrifice a creature other than Liege of the Pit. If you can't, Liege of the Pit deals 7 damage to you.$Morph {B}{B}{B}{B} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Lim-Dul the Necromancer|Time Spiral|114|R|{5}{B}{B}|Legendary Creature - Human Wizard|4|4|Whenever a creature an opponent controls dies, you may pay {1}{B}. If you do, return that card to the battlefield under your control. If it's a creature, it's a Zombie in addition to its other creature types.${1}{B}: Regenerate target Zombie.|
|
||||
Living End|Time Spiral|115|R||Sorcery|||Suspend 3-{2}{B}{B} <i>(Rather than cast this card from your hand, pay {2}{B}{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.)</i>$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.|
|
||||
Magus of the Mirror|Time Spiral|116|R|{4}{B}{B}|Creature - Human Wizard|4|2|{tap}, Sacrifice Magus of the Mirror: Exchange life totals with target opponent. Activate this ability only during your upkeep.|
|
||||
|
@ -19186,7 +19186,7 @@ Empty the Warrens|Time Spiral|152|C|{3}{R}|Sorcery|||Put two 1/1 red Goblin crea
|
|||
Firemaw Kavu|Time Spiral|153|U|{5}{R}|Creature - Kavu|4|2|Echo {5}{R} <i>(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.)</i>$When Firemaw Kavu enters the battlefield, it deals 2 damage to target creature.$When Firemaw Kavu leaves the battlefield, it deals 4 damage to target creature.|
|
||||
Flamecore Elemental|Time Spiral|154|C|{2}{R}{R}|Creature - Elemental|5|4|Echo {2}{R}{R} <i>(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.)</i>|
|
||||
Flowstone Channeler|Time Spiral|155|C|{2}{R}|Creature - Human Spellshaper|2|2|{1}{R}, {tap}, Discard a card: Target creature gets +1/-1 and gains haste until end of turn.|
|
||||
Fortune Thief|Time Spiral|156|R|{4}{R}|Creature - Human Rogue|0|1|Damage that would reduce your life total to less than 1 reduces it to 1 instead.$Morph {R}{R} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Fortune Thief|Time Spiral|156|R|{4}{R}|Creature - Human Rogue|0|1|Damage that would reduce your life total to less than 1 reduces it to 1 instead.$Morph {R}{R} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Fury Sliver|Time Spiral|157|U|{5}{R}|Creature - Sliver|3|3|All Sliver creatures have double strike.|
|
||||
Ghitu Firebreathing|Time Spiral|158|C|{1}{R}|Enchantment - Aura|||Flash <i>(You may cast this spell any time you could cast an instant.)</i>$Enchant creature${R}: Enchanted creature gets +1/+0 until end of turn.${R}: Return Ghitu Firebreathing to its owner's hand.|
|
||||
Goblin Skycutter|Time Spiral|159|C|{1}{R}|Creature - Goblin Warrior|2|1|Sacrifice Goblin Skycutter: Goblin Skycutter deals 2 damage to target creature with flying. That creature loses flying until end of turn.|
|
||||
|
@ -19266,7 +19266,7 @@ Strength in Numbers|Time Spiral|224|C|{1}{G}|Instant|||Until end of turn, target
|
|||
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.|
|
||||
Thallid Shell-Dweller|Time Spiral|226|C|{1}{G}|Creature - Fungus|0|5|Defender$At the beginning of your upkeep, put a spore counter on Thallid Shell-Dweller.$Remove three spore counters from Thallid Shell-Dweller: Put a 1/1 green Saproling creature token onto the battlefield.|
|
||||
Thelon of Havenwood|Time Spiral|227|R|{G}{G}|Legendary Creature - Elf Druid|2|2|Each Fungus creature gets +1/+1 for each spore counter on it.${B}{G}, Exile a Fungus card from a graveyard: Put a spore counter on each Fungus on the battlefield.|
|
||||
Thelonite Hermit|Time Spiral|228|R|{3}{G}|Creature - Elf Shaman|1|1|Saproling creatures get +1/+1.$Morph {3}{G}{G} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Thelonite Hermit is turned face up, put four 1/1 green Saproling creature tokens onto the battlefield.|
|
||||
Thelonite Hermit|Time Spiral|228|R|{3}{G}|Creature - Elf Shaman|1|1|Saproling creatures get +1/+1.$Morph {3}{G}{G} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Thelonite Hermit is turned face up, put four 1/1 green Saproling creature tokens onto the battlefield.|
|
||||
Thrill of the Hunt|Time Spiral|229|C|{G}|Instant|||Target creature gets +1/+2 until end of turn.$Flashback {W} <i>(You may cast this card from your graveyard for its flashback cost. Then exile it.)</i>|
|
||||
Icatian Crier|Time Spiral|23|C|{2}{W}|Creature - Human Spellshaper|1|1|{1}{W}, {tap}, Discard a card: Put two 1/1 white Citizen creature tokens onto the battlefield.|
|
||||
Tromp the Domains|Time Spiral|230|U|{5}{G}|Sorcery|||Domain - Until end of turn, creatures you control gain trample and get +1/+1 for each basic land type among lands you control.|
|
||||
|
@ -19365,16 +19365,16 @@ Spirit Loop|Time Spiral|42|U|{1}{W}|Enchantment - Aura|||Enchant creature you co
|
|||
Temporal Isolation|Time Spiral|43|C|{1}{W}|Enchantment - Aura|||Flash <i>(You may cast this spell any time you could cast an instant.)</i>$Enchant creature$Enchanted creature has shadow. <i>(It can block or be blocked by only creatures with shadow.)</i>$Prevent all damage that would be dealt by enchanted creature.|
|
||||
Tivadar of Thorn|Time Spiral|44|R|{1}{W}{W}|Legendary Creature - Human Knight|2|2|First strike, protection from red$When Tivadar of Thorn enters the battlefield, destroy target Goblin.|
|
||||
Watcher Sliver|Time Spiral|45|C|{3}{W}|Creature - Sliver|2|2|All Sliver creatures get +0/+2.|
|
||||
Weathered Bodyguards|Time Spiral|46|R|{5}{W}|Creature - Human Soldier|2|5|As long as Weathered Bodyguards is untapped, all combat damage that would be dealt to you by unblocked creatures is dealt to Weathered Bodyguards instead.$Morph {3}{W} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Weathered Bodyguards|Time Spiral|46|R|{5}{W}|Creature - Human Soldier|2|5|As long as Weathered Bodyguards is untapped, all combat damage that would be dealt to you by unblocked creatures is dealt to Weathered Bodyguards instead.$Morph {3}{W} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Zealot il-Vec|Time Spiral|47|C|{2}{W}|Creature - Human Rebel|1|1|Shadow <i>(This creature can block or be blocked by only creatures with shadow.)</i>$Whenever Zealot il-Vec attacks and isn't blocked, you may have it deal 1 damage to target creature. If you do, prevent all combat damage Zealot il-Vec would deal this turn.|
|
||||
Ancestral Vision|Time Spiral|48|R||Sorcery|||Suspend 4-{U} <i>(Rather than cast this card from your hand, pay {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.)</i>$Target player draws three cards.|
|
||||
Bewilder|Time Spiral|49|C|{2}{U}|Instant|||Target creature gets -3/-0 until end of turn.$Draw a card.|
|
||||
Castle Raptors|Time Spiral|5|C|{4}{W}|Creature - Bird Soldier|3|3|Flying$As long as Castle Raptors is untapped, it gets +0/+2.|
|
||||
Brine Elemental|Time Spiral|50|U|{4}{U}{U}|Creature - Elemental|5|4|Morph {5}{U}{U} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Brine Elemental is turned face up, each opponent skips his or her next untap step.|
|
||||
Brine Elemental|Time Spiral|50|U|{4}{U}{U}|Creature - Elemental|5|4|Morph {5}{U}{U} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Brine Elemental is turned face up, each opponent skips his or her next untap step.|
|
||||
Cancel|Time Spiral|51|C|{1}{U}{U}|Instant|||Counter target spell.|
|
||||
Careful Consideration|Time Spiral|52|U|{2}{U}{U}|Instant|||Target player draws four cards, then discards three cards. If you cast this spell during your main phase, instead that player draws four cards, then discards two cards.|
|
||||
Clockspinning|Time Spiral|53|C|{U}|Instant|||Buyback {3} <i>(You may pay an additional {3} as you cast this spell. If you do, put this card into your hand as it resolves.)</i>$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.|
|
||||
Coral Trickster|Time Spiral|54|C|{1}{U}|Creature - Merfolk Rogue|2|1|Morph {U} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Coral Trickster is turned face up, you may tap or untap target permanent.|
|
||||
Coral Trickster|Time Spiral|54|C|{1}{U}|Creature - Merfolk Rogue|2|1|Morph {U} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Coral Trickster is turned face up, you may tap or untap target permanent.|
|
||||
Crookclaw Transmuter|Time Spiral|55|C|{3}{U}|Creature - Bird Wizard|3|1|Flash <i>(You may cast this spell any time you could cast an instant.)</i>$Flying$When Crookclaw Transmuter enters the battlefield, switch target creature's power and toughness until end of turn.|
|
||||
Deep-Sea Kraken|Time Spiral|56|R|{7}{U}{U}{U}|Creature - Kraken|6|6|Deep-Sea Kraken is unblockable.$Suspend 9-{2}{U} <i>(Rather than cast this card from your hand, you may pay {2}{U} and exile it with nine 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.)</i>$Whenever an opponent casts a spell, if Deep-Sea Kraken is suspended, remove a time counter from it.|
|
||||
Draining Whelk|Time Spiral|57|R|{4}{U}{U}|Creature - Illusion|1|1|Flash <i>(You may cast this spell any time you could cast an instant.)</i>$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.|
|
||||
|
@ -19383,8 +19383,8 @@ Drifter il-Dal|Time Spiral|59|C|{U}|Creature - Human Wizard|2|1|Shadow <i>(This
|
|||
Cavalry Master|Time Spiral|6|U|{2}{W}{W}|Creature - Human Knight|3|3|Flanking <i>(Whenever a creature without flanking blocks this creature, the blocking creature gets -1/-1 until end of turn.)</i>$Other creatures you control with flanking have flanking. <i>(Each instance of flanking triggers separately.)</i>|
|
||||
Errant Ephemeron|Time Spiral|60|C|{6}{U}|Creature - Illusion|4|4|Flying$Suspend 4-{1}{U} <i>(Rather than cast this card from your hand, you may pay {1}{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.)</i>|
|
||||
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.|
|
||||
Fathom Seer|Time Spiral|62|C|{1}{U}|Creature - Illusion|1|3|Morph-Return two Islands you control to their owner's hand. <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Fathom Seer is turned face up, draw two cards.|
|
||||
Fledgling Mawcor|Time Spiral|63|U|{3}{U}|Creature - Beast|2|2|Flying${tap}: Fledgling Mawcor deals 1 damage to target creature or player.$Morph {U}{U} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Fathom Seer|Time Spiral|62|C|{1}{U}|Creature - Illusion|1|3|Morph-Return two Islands you control to their owner's hand. <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Fathom Seer is turned face up, draw two cards.|
|
||||
Fledgling Mawcor|Time Spiral|63|U|{3}{U}|Creature - Beast|2|2|Flying${tap}: Fledgling Mawcor deals 1 damage to target creature or player.$Morph {U}{U} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Fool's Demise|Time Spiral|64|U|{4}{U}|Enchantment - Aura|||Enchant creature$When enchanted creature dies, return that card to the battlefield under your control.$When Fool's Demise is put into a graveyard from the battlefield, return Fool's Demise to its owner's hand.|
|
||||
Ixidron|Time Spiral|65|R|{3}{U}{U}|Creature - Illusion|*|*|As Ixidron enters the battlefield, turn all other nontoken creatures face down. <i>(They're 2/2 creatures.)</i>$Ixidron's power and toughness are each equal to the number of face-down creatures on the battlefield.|
|
||||
Looter il-Kor|Time Spiral|66|C|{1}{U}|Creature - Kor Rogue|1|1|Shadow <i>(This creature can block or be blocked by only creatures with shadow.)</i>$Whenever Looter il-Kor deals damage to an opponent, draw a card, then discard a card.|
|
||||
|
@ -19399,7 +19399,7 @@ Riftwing Cloudskate|Time Spiral|73|U|{3}{U}{U}|Creature - Illusion|2|2|Flying$Wh
|
|||
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.|
|
||||
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."|
|
||||
Shadow Sliver|Time Spiral|76|C|{2}{U}|Creature - Sliver|1|1|All Sliver creatures have shadow. <i>(They can block or be blocked by only creatures with shadow.)</i>|
|
||||
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} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
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} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Snapback|Time Spiral|78|C|{1}{U}|Instant|||You may exile a blue card from your hand rather than pay Snapback's mana cost.$Return target creature to its owner's hand.|
|
||||
Spell Burst|Time Spiral|79|U|{X}{U}|Instant|||Buyback {3} <i>(You may pay an additional {3} as you cast this spell. If you do, put this card into your hand as it resolves.)</i>$Counter target spell with converted mana cost X.|
|
||||
Children of Korlis|Time Spiral|8|C|{W}|Creature - Human Rebel Cleric|1|1|Sacrifice Children of Korlis: You gain life equal to the life you've lost this turn. <i>(Damage causes loss of life.)</i>|
|
||||
|
@ -19414,7 +19414,7 @@ Tolarian Sentinel|Time Spiral|87|C|{3}{U}|Creature - Human Spellshaper|1|3|Flyin
|
|||
Trickbind|Time Spiral|88|R|{1}{U}|Instant|||Split second <i>(As long as this spell is on the stack, players can't cast spells or activate abilities that aren't mana abilities.)</i>$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. <i>(Mana abilities can't be targeted.)</i>|
|
||||
Truth or Tale|Time Spiral|89|U|{1}{U}|Instant|||Reveal the top five cards of your library and separate them into two piles. An opponent chooses one of those piles. Put a card from the chosen pile into your hand, then put all other cards revealed this way on the bottom of your library in any order.|
|
||||
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.|
|
||||
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} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
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} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Viscerid Deepwalker|Time Spiral|91|C|{4}{U}|Creature - Homarid Warrior|2|3|{U}: Viscerid Deepwalker gets +1/+0 until end of turn.$Suspend 4-{U} <i>(Rather than cast this card from your hand, you may pay {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.)</i>|
|
||||
Voidmage Husher|Time Spiral|92|U|{3}{U}|Creature - Human Wizard|2|2|Flash <i>(You may cast this spell any time you could cast an instant.)</i>$When Voidmage Husher enters the battlefield, counter target activated ability. <i>(Mana abilities can't be targeted.)</i>$Whenever you cast a spell, you may return Voidmage Husher to its owner's hand.|
|
||||
Walk the Aeons|Time Spiral|93|R|{4}{U}{U}|Sorcery|||Buyback-Sacrifice three Islands. <i>(You may sacrifice three Islands in addition to any other costs as you cast this spell. If you do, put this card into your hand as it resolves.)</i>$Target player takes an extra turn after this one.|
|
||||
|
@ -19474,9 +19474,9 @@ Psionic Blast|Time Spiral "Timeshifted"|30|Special|{2}{U}|Instant|||Psionic Blas
|
|||
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.|
|
||||
Stormscape Familiar|Time Spiral "Timeshifted"|32|Special|{1}{U}|Creature - Bird|1|1|Flying$White spells and black spells you cast cost {1} less to cast.|
|
||||
Unstable Mutation|Time Spiral "Timeshifted"|33|Special|{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.|
|
||||
Voidmage Prodigy|Time Spiral "Timeshifted"|34|Special|{U}{U}|Creature - Human Wizard|2|1|{U}{U}, Sacrifice a Wizard: Counter target spell.$Morph {U} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Voidmage Prodigy|Time Spiral "Timeshifted"|34|Special|{U}{U}|Creature - Human Wizard|2|1|{U}{U}, Sacrifice a Wizard: Counter target spell.$Morph {U} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Whispers of the Muse|Time Spiral "Timeshifted"|35|Special|{U}|Instant|||Buyback {5} <i>(You may pay an additional {5} as you cast this spell. If you do, put this card into your hand as it resolves.)</i>$Draw a card.|
|
||||
Willbender|Time Spiral "Timeshifted"|36|Special|{1}{U}|Creature - Human Wizard|1|2|Morph {1}{U} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Willbender is turned face up, change the target of target spell or ability with a single target.|
|
||||
Willbender|Time Spiral "Timeshifted"|36|Special|{1}{U}|Creature - Human Wizard|1|2|Morph {1}{U} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>$When Willbender is turned face up, change the target of target spell or ability with a single target.|
|
||||
Avatar of Woe|Time Spiral "Timeshifted"|37|Special|{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 <i>(This creature can't be blocked except by artifact creatures and/or black creatures.)</i>${tap}: Destroy target creature. It can't be regenerated.|
|
||||
Bad Moon|Time Spiral "Timeshifted"|38|Special|{1}{B}|Enchantment|||Black creatures get +1/+1.|
|
||||
Conspiracy|Time Spiral "Timeshifted"|39|Special|{3}{B}{B}|Enchantment|||As Conspiracy enters the battlefield, choose a creature type.$Creature cards you own that aren't on the battlefield, creature spells you control, and creatures you control are the chosen type.|
|
||||
|
@ -19488,7 +19488,7 @@ Faceless Butcher|Time Spiral "Timeshifted"|43|Special|{2}{B}{B}|Creature - Night
|
|||
Funeral Charm|Time Spiral "Timeshifted"|44|Special|{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.|
|
||||
Sengir Autocrat|Time Spiral "Timeshifted"|45|Special|{3}{B}|Creature - Human|2|2|When Sengir Autocrat enters the battlefield, put three 0/1 black Serf creature tokens onto the battlefield.$When Sengir Autocrat leaves the battlefield, exile all Serf tokens.|
|
||||
Shadow Guildmage|Time Spiral "Timeshifted"|46|Special|{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.|
|
||||
Soul Collector|Time Spiral "Timeshifted"|47|Special|{3}{B}{B}|Creature - Vampire|3|4|Flying$Whenever a creature dealt damage by Soul Collector this turn dies, return that card to the battlefield under your control.$Morph {B}{B}{B} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Soul Collector|Time Spiral "Timeshifted"|47|Special|{3}{B}{B}|Creature - Vampire|3|4|Flying$Whenever a creature dealt damage by Soul Collector this turn dies, return that card to the battlefield under your control.$Morph {B}{B}{B} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Stupor|Time Spiral "Timeshifted"|48|Special|{2}{B}|Sorcery|||Target opponent discards a card at random, then discards a card.|
|
||||
Swamp Mosquito|Time Spiral "Timeshifted"|49|Special|{1}{B}|Creature - Insect|0|1|Flying$Whenever Swamp Mosquito attacks and isn't blocked, defending player gets a poison counter. <i>(A player with ten or more poison counters loses the game.)</i>|
|
||||
Defiant Vanguard|Time Spiral "Timeshifted"|5|Special|{2}{W}|Creature - Human Rebel|2|2|When Defiant Vanguard blocks, at end of combat, destroy it and all creatures it blocked this turn.${5}, {tap}: Search your library for a Rebel permanent card with converted mana cost 4 or less and put it onto the battlefield. Then shuffle your library.|
|
||||
|
@ -19527,7 +19527,7 @@ Hail Storm|Time Spiral "Timeshifted"|79|Special|{1}{G}{G}|Instant|||Hail Storm d
|
|||
Essence Sliver|Time Spiral "Timeshifted"|8|Special|{3}{W}|Creature - Sliver|3|3|Whenever a Sliver deals damage, its controller gains that much life.|
|
||||
Hunting Moa|Time Spiral "Timeshifted"|80|Special|{2}{G}|Creature - Bird Beast|3|2|Echo {2}{G} <i>(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.)</i>$When Hunting Moa enters the battlefield or dies, put a +1/+1 counter on target creature.|
|
||||
Jolrael, Empress of Beasts|Time Spiral "Timeshifted"|81|Special|{3}{G}{G}|Legendary Creature - Human Spellshaper|3|3|{2}{G}, {tap}, Discard two cards: All lands target player controls become 3/3 creatures until end of turn. They're still lands.|
|
||||
Krosan Cloudscraper|Time Spiral "Timeshifted"|82|Special|{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} <i>(You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Krosan Cloudscraper|Time Spiral "Timeshifted"|82|Special|{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} <i>You may cast this card face downn as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)</i>|
|
||||
Scragnoth|Time Spiral "Timeshifted"|83|Special|{4}{G}|Creature - Beast|3|4|Scragnoth can't be countered.$Protection from blue|
|
||||
Spike Feeder|Time Spiral "Timeshifted"|84|Special|{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.|
|
||||
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.|
|
||||
|
|
Loading…
Reference in a new issue