mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
[MOM] update spoiler
This commit is contained in:
parent
fb986e7d17
commit
802106c1cd
5 changed files with 24 additions and 18 deletions
|
@ -4,6 +4,7 @@ import mage.MageInt;
|
|||
import mage.abilities.common.ActivateAsSorceryActivatedAbility;
|
||||
import mage.abilities.costs.mana.ManaCostsImpl;
|
||||
import mage.abilities.effects.common.TransformSourceEffect;
|
||||
import mage.abilities.keyword.DeathtouchAbility;
|
||||
import mage.abilities.keyword.TransformAbility;
|
||||
import mage.cards.CardImpl;
|
||||
import mage.cards.CardSetInfo;
|
||||
|
@ -26,6 +27,9 @@ public final class AetherbladeAgent extends CardImpl {
|
|||
this.toughness = new MageInt(1);
|
||||
this.secondSideCardClazz = mage.cards.g.GitaxianMindstinger.class;
|
||||
|
||||
// Deathtouch
|
||||
this.addAbility(DeathtouchAbility.getInstance());
|
||||
|
||||
// {4}{U/P}: Transform Aetherblade Agent. Activate only as a sorcery.
|
||||
this.addAbility(new TransformAbility());
|
||||
this.addAbility(new ActivateAsSorceryActivatedAbility(new TransformSourceEffect(), new ManaCostsImpl<>("{4}{U/P}")));
|
||||
|
|
|
@ -57,7 +57,7 @@ class FurnaceGremlinEffect extends OneShotEffect {
|
|||
|
||||
FurnaceGremlinEffect() {
|
||||
super(Outcome.Benefit);
|
||||
staticText = "incubate X, where X is {this}'s power";
|
||||
staticText = "incubate X, where X is its power";
|
||||
}
|
||||
|
||||
private FurnaceGremlinEffect(final FurnaceGremlinEffect effect) {
|
||||
|
|
|
@ -6,6 +6,7 @@ import mage.abilities.common.SimpleActivatedAbility;
|
|||
import mage.abilities.costs.common.TapSourceCost;
|
||||
import mage.abilities.costs.mana.GenericManaCost;
|
||||
import mage.abilities.effects.common.PutOnLibraryTargetEffect;
|
||||
import mage.abilities.keyword.ReachAbility;
|
||||
import mage.cards.CardImpl;
|
||||
import mage.cards.CardSetInfo;
|
||||
import mage.constants.CardType;
|
||||
|
@ -27,6 +28,9 @@ public final class PhyrexianArchivist extends CardImpl {
|
|||
this.power = new MageInt(4);
|
||||
this.toughness = new MageInt(5);
|
||||
|
||||
// Reach
|
||||
this.addAbility(ReachAbility.getInstance());
|
||||
|
||||
// {2}, {T}: Put target card from a graveyard on the bottom of its owner's library.
|
||||
Ability ability = new SimpleActivatedAbility(new PutOnLibraryTargetEffect(false), new GenericManaCost(2));
|
||||
ability.addCost(new TapSourceCost());
|
||||
|
|
|
@ -21,12 +21,10 @@ public final class PileOn extends CardImpl {
|
|||
// Convoke
|
||||
this.addAbility(new ConvokeAbility());
|
||||
|
||||
// Destroy target creature or planeswalker.
|
||||
// Destroy target creature or planeswalker. Surveil 2.
|
||||
this.getSpellAbility().addEffect(new DestroyTargetEffect());
|
||||
this.getSpellAbility().addTarget(new TargetCreatureOrPlaneswalker());
|
||||
|
||||
// Surveil 2.
|
||||
this.getSpellAbility().addEffect(new SurveilEffect(2).concatBy("<br>"));
|
||||
this.getSpellAbility().addEffect(new SurveilEffect(2));
|
||||
}
|
||||
|
||||
private PileOn(final PileOn card) {
|
||||
|
|
|
@ -48174,7 +48174,7 @@ Wicked Slumber|March of the Machine|84|U|{3}{U}|Instant|||Convoke$Tap up to two
|
|||
Xerex Strobe-Knight|March of the Machine|85|U|{2}{U}|Creature - Human Knight|2|2|Flying, vigilance${T}: Create a 2/2 white and blue Knight creature token with vigilance. Activate only if you've cast two or more spells this turn.|
|
||||
Zephyr Singer|March of the Machine|86|R|{2}{U}{U}|Creature - Siren Pirate|3|4|Convoke$Flying, vigilance$When Zephyr Singer enters the battlefield, put a flying counter on each creature that convoked it.|
|
||||
Zhalfirin Shapecraft|March of the Machine|87|C|{1}{U}|Instant|||Target creature has base power and toughness 4/3 until end of turn.$Draw a card.|
|
||||
Aetherblade Agent|March of the Machine|88|C|{1}{B}|Creature - Human Rogue|1|1|{4}{U/P}: Transform Aetherblade Agent. Activate only as a sorcery.|
|
||||
Aetherblade Agent|March of the Machine|88|C|{1}{B}|Creature - Human Rogue|1|1|Deathtouch${4}{U/P}: Transform Aetherblade Agent. Activate only as a sorcery.|
|
||||
Gitaxian Mindstinger|March of the Machine|88|C||Creature - Phyrexian Rogue|3|3|Deathtouch$Whenever Gitaxian Mindstinger deals combat damage to a player or battle, draw a card.|
|
||||
Archpriest of Shadows|March of the Machine|89|R|{3}{B}{B}|Creature - Human Warlock|4|4|Backup 1$Deathtouch$Whenever this creature deals combat damage to a player or battle, return target creature card from your graveyard to the battlefield.|
|
||||
Ayara, Widow of the Realm|March of the Machine|90|R|{1}{B}{B}|Legendary Creature - Elf Noble|3|3|{T}, Sacrifice another creature or artifact: Ayara, Widow of the Realm deals X damage to target opponent or battle and you gain X life, where X is the sacrificed permanent's mana value.${5}{R/P}: Transform Ayara. Activate only as a sorcery.|
|
||||
|
@ -48213,10 +48213,10 @@ Grandmother Ravi Sengir|March of the Machine|116|U||Legendary Creature - Human W
|
|||
Merciless Repurposing|March of the Machine|117|U|{4}{B}{B}|Instant|||Exile target creature. Incubate 3.|
|
||||
Mirrodin Avenged|March of the Machine|118|C|{B}|Instant|||Destroy target creature that was dealt damage this turn.$Draw a card.|
|
||||
Nezumi Freewheeler|March of the Machine|119|U|{3}{B}|Creature - Rat Samurai|3|3|Menace$When Nezumi Freewheeler enters the battlefield, each player mills three cards.${5}{W/P}: Transform Nezumi Freewheeler. Activate only as a sorcery.|
|
||||
Hideous Fleshwheeler|March of the Machine|119|U||Creature - Phyrexian Rat|4|5|Menace$When this creature transforms into Hideous FleshwheelerHideous Fleshwheeler, put target permanent card with mana value 2 or less from a graveyard onto the battlefield under your control.|
|
||||
Hideous Fleshwheeler|March of the Machine|119|U||Creature - Phyrexian Rat|4|5|Menace$When this creature transforms into Hideous Fleshwheeler, put target permanent card with mana value 2 or less from a graveyard onto the battlefield under your control.|
|
||||
Nezumi Informant|March of the Machine|120|C|{1}{B}|Creature - Rat Rogue|1|1|When Nezumi Informant enters the battlefield, each opponent discards a card.|
|
||||
Phyrexian Gargantua|March of the Machine|121|U|{4}{B}{B}|Creature - Phyrexian Horror|4|4|When Phyrexian Gargantua enters the battlefield, you draw two cards and you lose 2 life.|
|
||||
Pile On|March of the Machine|122|R|{3}{B}|Instant|||Convoke$Destroy target creature or planeswalker.$Surveil 2.|
|
||||
Pile On|March of the Machine|122|R|{3}{B}|Instant|||Convoke$Destroy target creature or planeswalker. Surveil 2.|
|
||||
Render Inert|March of the Machine|123|U|{2}{B}|Sorcery|||Remove up to five counters from target permanent.$Draw a card.|
|
||||
Scorn-Blade Berserker|March of the Machine|124|U|{B}|Creature - Human Berserker|0|1|Backup 1${1}, Sacrifice this creature: Draw a card.|
|
||||
Sheoldred|March of the Machine|125|M|{3}{B}{B}|Legendary Creature - Phyrexian Praetor|4|5|Menace$When Sheoldred enters the battlefield, each opponent sacrifices a nontoken creature or planeswalker.${4}{B}: Exile Sheoldred, then return it to the battlefield transformed under its owner's control. Activate only as a sorcery and only if an opponent has eight or more cards in their graveyard.|
|
||||
|
@ -48235,7 +48235,7 @@ Coming In Hot|March of the Machine|136|C|{R}|Instant|||Target creature gets +1/+
|
|||
Etali, Primal Conqueror|March of the Machine|137|R|{5}{R}{R}|Legendary Creature - Elder Dinosaur|7|7|Trample$When Etali, Primal Conqueror enters the battlefield, each player exiles cards from the top of their library until they exile a nonland card. You may cast any number of spells from among the nonland cards exiled this way without paying their mana costs.${9}{G/P}: Transform Etali. Activate only as a sorcery.|
|
||||
Etali, Primal Sickness|March of the Machine|137|R||Legendary Creature - Phyrexian Elder Dinosaur|11|11|Trample, indestructible$Whenever Etali, Primal Sickness deals combat damage to a player, they get that many poison counters.|
|
||||
Fearless Skald|March of the Machine|138|U|{4}{R}|Creature - Dwarf Berserker|3|2|Backup 1$Double strike|
|
||||
Furnace Gremlin|March of the Machine|139|U|{1}{R}|Creature - Phyrexian Gremlin|1|2|{1}{R}: Furnace Gremlin gets +1/+0 until end of turn.$When Furnace Gremlin dies, incubate X, where X is Furnace Gremlin's power.|
|
||||
Furnace Gremlin|March of the Machine|139|U|{1}{R}|Creature - Phyrexian Gremlin|1|2|{1}{R}: Furnace Gremlin gets +1/+0 until end of turn.$When Furnace Gremlin dies, incubate X, where X is its power.|
|
||||
Furnace Host Charger|March of the Machine|140|C|{5}{R}|Creature - Phyrexian Giant|5|5|Haste$Mountaincycling {2}|
|
||||
Furnace Reins|March of the Machine|141|U|{2}{R}|Sorcery|||Gain control of target creature until end of turn. Untap that creature. Until end of turn, it gains haste and "Whenever this creature deals combat damage to a player or battle, create a Treasure token."|
|
||||
Hangar Scrounger|March of the Machine|142|C|{2}{R}|Creature - Dwarf Pilot|2|1|Backup 1$Whenever this creature becomes tapped, you may discard a card. If you do, draw a card.|
|
||||
|
@ -48274,7 +48274,7 @@ Stoke the Flames|March of the Machine|166|U|{2}{R}{R}|Instant|||Convoke$Stoke th
|
|||
Thrashing Frontliner|March of the Machine|167|C|{1}{R}|Creature - Phyrexian Viashino|2|2|Trample$Whenever Thrashing Frontliner attacks a battle, it gets +1/+1 until end of turn.|
|
||||
Trailblazing Historian|March of the Machine|168|C|{1}{R}|Creature - Human Shaman|1|3|Haste${T}: Another target creature gains haste until end of turn.|
|
||||
Urabrask|March of the Machine|169|M|{2}{R}{R}|Legendary Creature - Phyrexian Praetor|4|4|First strike$Whenever you cast an instant or sorcery spell, Urabrask deals 1 damage to target opponent. Add {R}.${R}: Exile Urabrask, then return it to the battlefield transformed under its owner's control. Activate only as a sorcery and only if you've cast three or more instant and/or sorcery spells this turn.|
|
||||
The Great Work|March of the Machine|169|M||Enchantment - Saga|||(As this Saga enters and after your draw step, add a lore counter.)$I -- The Great Work deals 3 damage to target opponent and each creature they control.$II -- Create three Treasure tokens.$III -- Until end of turn, you may cast instant or sorcery spells from any graveyard. If a spell cast this way would be put into a graveyard, exile it instead. Exile The Great Work then return it to the battlefield.|
|
||||
The Great Work|March of the Machine|169|M||Enchantment - Saga|||(As this Saga enters and after your draw step, add a lore counter.)$I -- The Great Work deals 3 damage to target opponent and each creature they control.$II -- Create three Treasure tokens.$III -- Until end of turn, you may cast instant and sorcery spells from any graveyard. If a spell cast this way would be put into a graveyard, exile it instead. Exile The Great Work, then return it to the battlefield.|
|
||||
Volcanic Spite|March of the Machine|170|C|{1}{R}|Instant|||Volcanic Spite deals 3 damage to target creature, planeswalker, or battle. You may put a card from your hand on the bottom of your library. If you do, draw a card.|
|
||||
Voldaren Thrillseeker|March of the Machine|171|R|{2}{R}|Creature - Vampire Warrior|1|1|Backup 2${1}, Sacrifice this creature: It deals damage equal to its power to any target.|
|
||||
War-Trained Slasher|March of the Machine|172|C|{3}{R}|Creature - Wolverine Dinosaur|4|3|Menace$Whenever War-Trained Slasher attacks a battle, double its power until end of turn.|
|
||||
|
@ -48320,7 +48320,7 @@ Ravenous Sailback|March of the Machine|202|U|{4}{G}|Creature - Dinosaur|3|4|When
|
|||
Sandstalker Moloch|March of the Machine|203|U|{1}{G}{G}|Creature - Lizard|4|2|Flash$When Sandstalker Moloch enters the battlefield, if an opponent cast a blue and/or black spell this turn, look at the top four cards of your library. You may reveal a permanent card from among them and put it into your hand. Put the rest on the bottom of your library in a random order.|
|
||||
Seed of Hope|March of the Machine|204|C|{G}|Instant|||Mill two cards. You may put a permanent card from among the milled cards into your hand. You gain 2 life.|
|
||||
Serpent-Blade Assailant|March of the Machine|205|C|{2}{G}|Creature - Elf Warrior|2|1|Backup 1$Deathtouch|
|
||||
Storm the Seedcore|March of the Machine|206|U|{2}{G}{G}|Sorcery|||Distribute four +1/+1 counter among up to four target creatures you control. Creatures you control gain vigilance and trample until end of turn.|
|
||||
Storm the Seedcore|March of the Machine|206|U|{2}{G}{G}|Sorcery|||Distribute four +1/+1 counters among up to four target creatures you control. Creatures you control gain vigilance and trample until end of turn.|
|
||||
Streetwise Negotiator|March of the Machine|207|U|{1}{G}|Creature - Cat Citizen|0|2|Backup 1$This creature assigns combat damage equal to its toughness rather than its power.|
|
||||
Tandem Takedown|March of the Machine|208|U|{1}{G}{G}|Instant|||Up to two target creatures you control each get +1/+0 until end of turn. They each deal damage equal to their power to another target creature, planeswalker, or battle.|
|
||||
Tangled Skyline|March of the Machine|209|U|{4}{G}|Enchantment|||When Tangled Skyline enters the battlefield, you gain 5 life and incubate 5.$Phyrexians you control have reach.|
|
||||
|
@ -48328,7 +48328,7 @@ Timberland Ancient|March of the Machine|210|C|{4}{G}{G}|Creature - Treefolk|6|5|
|
|||
Tribute to the World Tree|March of the Machine|211|R|{G}{G}{G}|Enchantment|||Whenever a creature enters the battlefield under your control, draw a card if its power is 3 or greater. Otherwise, put two +1/+1 counters on it.|
|
||||
Vengeant Earth|March of the Machine|212|C|{1}{G}|Instant|||Target creature or land you control becomes a 4/4 Elemental creature with haste in addition to its other types until end of turn. It must be blocked this turn if able.|
|
||||
Vorinclex|March of the Machine|213|M|{3}{G}{G}|Legendary Creature - Phyrexian Praetor|6|6|Trample, reach$When Vorinclex enters the battlefield, search your library for up to two Forest cards, reveal them, put them into your hand, then shuffle.${6}{G}{G}: Exile Vorinclex, then return it to the battlefield transformed under its owner's control. Activate only as a sorcery.|
|
||||
The Grand Evolution|March of the Machine|213|M||Enchantment - Saga|||(As this Saga enters and after your draw step, add a lore counter. Sacrifice after III.)$I -- Mill ten cards. Put up to two creature cards from among the milled cards onto the battlefield.$II -- Distribute seven +1/+1 counters among any number of target creatures you control.$III -- Until end of turn, creatures you control gain "{1}: This creature fights target creature you don't control." Exile The Grand Evolution then, return it to the battlefield.|
|
||||
The Grand Evolution|March of the Machine|213|M||Enchantment - Saga|||(As this Saga enters and after your draw step, add a lore counter. Sacrifice after III.)$I -- Mill ten cards. Put up to two creature cards from among the milled cards onto the battlefield.$II -- Distribute seven +1/+1 counters among any number of target creatures you control.$III -- Until end of turn, creatures you control gain "{1}: This creature fights target creature you don't control." Exile The Grand Evolution, then return it to the battlefield.|
|
||||
War Historian|March of the Machine|214|C|{2}{G}|Creature - Human Monk|3|3|Reach$War Historian has indestructible as long as it attacked a battle this turn.|
|
||||
Wary Thespian|March of the Machine|215|C|{1}{G}|Creature - Cat Druid|3|1|When Wary Thespian enters the battlefield or dies, surveil 1.|
|
||||
Wildwood Escort|March of the Machine|216|C|{4}{G}|Creature - Elf Warrior|3|3|When Wildwood Escort enters the battlefield, return target creature or battle card from your graveyard to your hand.$If Wildwood Escort would die, exile it instead.|
|
||||
|
@ -48336,17 +48336,17 @@ Wrenn and Realmbreaker|March of the Machine|217|M|{1}{G}{G}|Legendary Planeswalk
|
|||
Baral and Kari Zev|March of the Machine|218|R|{1}{U}{R}|Legendary Creature - Human|2|4|First strike, menace$Whenever you cast your first instant or sorcery spell each turn, you may cast a spell with lesser mana value that shares a card type with it from your hand without paying its mana cost. If you don't, create First Mate Ragavan, a legendary 2/1 red Monkey Pirate creature token. It gains haste until end of turn.|
|
||||
Borborygmos and Fblthp|March of the Machine|219|M|{2}{G}{U}{R}|Legendary Creature - Cyclops Homunculus|6|5|Whenever Borborygmos and Fblthp enters the battlefield or attacks, draw a card, then you may discard any number of land cards. When you discard one or more cards this way, Borborygmos and Fblthp deals twice that much damage to target creature.${1}{U}: Put Borborygmos and Fblthp into its owner's library third from the top.|
|
||||
Botanical Brawler|March of the Machine|220|U|{G}{W}|Creature - Elemental Warrior|0|0|Trample$Botanical Brawler enters the battlefield with two +1/+1 counters on it.$Whenever one or more +1/+1 counters are put on another permanent you control, if it's the first time +1/+1 counters have been put on that permanent this turn, put a +1/+1 counter on Botanical Brawler.|
|
||||
Djeru and Hazoret|March of the Machine|221|R|{2}{R}{R}{W}|Legendary Creature - Human God|5|4|As long as you have one or fewer cards in hand, Dieru and Hazoret has vigilance and haste.$Whenever Djeru and Hazoret attacks, look at the top six cards of your library. You may exile a legendary creature card from among them. Put the rest on the bottom of your library in a random order. Until end of turn, you may cast the exiled card without paying its mana cost.|
|
||||
Djeru and Hazoret|March of the Machine|221|R|{2}{R}{R}{W}|Legendary Creature - Human God|5|4|As long as you have one or fewer cards in hand, Djeru and Hazoret has vigilance and haste.$Whenever Djeru and Hazoret attacks, look at the top six cards of your library. You may exile a legendary creature card from among them. Put the rest on the bottom of your library in a random order. Until end of turn, you may cast the exiled card without paying its mana cost.|
|
||||
Drana and Linvala|March of the Machine|222|R|{1}{W}{W}{B}|Legendary Creature - Vampire Angel|3|4|Flying, vigilance$Activated abilities of creatures your opponents control can't be activated.$Drana and Linvala has all activated abilities of all creatures your opponents control. You may spend mana as though it were mana of any color to activate those abilities.|
|
||||
Elvish Vatkeeper|March of the Machine|223|U|{1}{B}{G}|Creature - Phyrexian Elf|3|3|When Elvish Vatkeeper enters the battlefield, incubate 2.${5}: Transform target Incubator token you control. Double the number of +1/+1 counters on it.|
|
||||
Errant and Giada|March of the Machine|224|R|{1}{W}{U}|Legendary Creature - Human Angel|2|3|Flash$Flying$You may look at the top card of your library any time.$You may cast spells with flash or flying from the top of your library.|
|
||||
Ghalta and Mavren|March of the Machine|225|R|{3}{G}{G}{W}{W}|Legendary Creature - Dinosaur Vampire|12|12|Trample$Whenever you attack, choose one --$* Create a tapped and attacking X/X green Dinosaur creature token with trample, where X is the greatest power among other attacking creatures.$* Create X 1/1 white Vampire creature tokens with lifelink, where X is the number of other attacking creatures.|
|
||||
Glissa, Herald of Predation|March of the Machine|226|R|{3}{B}{G}|Legendary Creature - Phyrexian Zombie Elf|3|5|At the beginning of combat on your turn, choose one --$* Incubate 2 twice.$* Transform all Incubator tokens you control.$* Phyrexians you control gain first strike and deathtouch until end of turn.|
|
||||
Halo Forager|March of the Machine|227|U|{1}{U}{B}|Creature - Faerie Rogue|3|1|Flying$When Halo Forager enters the battlefield, you may pay {X}. When you do, you may cast target instant or sorcery card with mana value X from a graveyard without paying its mana cost. If that spell would be put into a graveyard, exile it instead.|
|
||||
Hidetsugu and Kairi|March of the Machine|228|R|{2}{U}{U}{B}|Legendary Creature - Ogre Demon Dragon|5|4|Flying$When Hidetsugu and Kari enters the battlefield, draw three cards, then put two cards from your hand on top of your library in any order.$When Hidetsugu and Kairi dies, exile the top card of your library. Target opponent loses life equal to its mana value. If it's an instant or sorcery card, you may cast it without paying its mana cost.|
|
||||
Inga and Esika|March of the Machine|229|R|{2}{G}{U}|Legendary Creature - Human God|4|4|Creatures you control have vigilance and "{T}: Add one mana of any color. Spend this mana only to cast a creature spell."$Whenever you cast a creature spell, if 3 or more mana from creatures was spent to cast it, draw a card.|
|
||||
Hidetsugu and Kairi|March of the Machine|228|R|{2}{U}{U}{B}|Legendary Creature - Ogre Demon Dragon|5|4|Flying$When Hidetsugu and Kairi enters the battlefield, draw three cards, then put two cards from your hand on top of your library in any order.$When Hidetsugu and Kairi dies, exile the top card of your library. Target opponent loses life equal to its mana value. If it's an instant or sorcery card, you may cast it without paying its mana cost.|
|
||||
Inga and Esika|March of the Machine|229|R|{2}{G}{U}|Legendary Creature - Human God|4|4|Creatures you control have vigilance and "{T}: Add one mana of any color. Spend this mana only to cast a creature spell."$Whenever you cast a creature spell, if three or more mana from creatures was spent to cast it, draw a card.|
|
||||
Invasion of Alara|March of the Machine|230|R|{W}{U}{B}{R}{G}|Battle - Siege|7|When Invasion of Alara enters the battlefield, exile cards from the top of your library until you exile two nonland cards with mana value 4 or less. You may cast one of those two cards without paying its mana cost. Put one of them into your hand. Then put the other cards exiled this way on the bottom of your library in a random order.|
|
||||
Awaken the Maelstrom|March of the Machine|230|R||Sorcery|||Awaken the Maelstrom is all colors.$Target player draws two cards. You may put an artifact card from your hand onto the battlefield. Create a token that's a copy of target permanent you control. Distribute three +1/+1 counters among one, two, or three creatures you control. Destroy target permanent an opponent controls.|
|
||||
Awaken the Maelstrom|March of the Machine|230|R||Sorcery|||Awaken the Maelstrom is all colors.$Target player draws two cards. You may put an artifact card from your hand onto the battlefield. Create a token that's a copy of a permanent you control. Distribute three +1/+1 counters among one, two, or three creatures you control. Destroy target permanent an opponent controls.|
|
||||
Invasion of Amonkhet|March of the Machine|231|U|{1}{U}{B}|Battle - Siege|4|(As a Siege enters, choose an opponent to protect it. You and others can attack it. When it's defeated, exile it, then cast it transformed.)$When Invasion of Amonkhet enters the battlefield, each player mills three cards, then each opponent discards a card and you draw a card.|
|
||||
Lazotep Convert|March of the Machine|231|U||Creature - Zombie|4|4|You may have Lazotep Convert enter the battlefield as a copy of any creature card in a graveyard, except it's a 4/4 black Zombie in addition to its other types.|
|
||||
Invasion of Azgol|March of the Machine|232|U|{B}{R}|Battle - Siege|4|(As a Siege enters, choose an opponent to protect it. You and others can attack it. When it's defeated, exile it, then cast it transformed.)$When Invasion of Azgol enters the battlefield, target player sacrifices a creature or planeswalker and loses 1 life.|
|
||||
|
@ -48390,7 +48390,7 @@ Zurgo and Ojutai|March of the Machine|258|M|{2}{U}{R}{W}|Legendary Creature - Or
|
|||
Flywheel Racer|March of the Machine|259|C|{2}|Artifact - Vehicle|3|2|Vigilance${T}: Add one mana of any color. Activate only if Flywheel Racer is a creature.$Crew 1|
|
||||
Halo Hopper|March of the Machine|260|C|{3}|Artifact Creature - Frog|3|2|Convoke|
|
||||
Kitesail|March of the Machine|261|C|{2}|Artifact - Equipment|||Equipped creature gets +1/+0 and has flying.$Equip {2}|
|
||||
Phyrexian Archivist|March of the Machine|262|C|{6}|Artifact Creature - Phyrexian Construct|4|5|{2}, {T}: Put target card from a graveyard on the bottom of its owner's library.|
|
||||
Phyrexian Archivist|March of the Machine|262|C|{6}|Artifact Creature - Phyrexian Construct|4|5|Reach${2}, {T}: Put target card from a graveyard on the bottom of its owner's library.|
|
||||
Realmbreaker, the Invasion Tree|March of the Machine|263|R|{3}|Legendary Artifact|||{2}, {T}: Target opponent mills three cards. Put a land card from their graveyard onto the battlefield tapped under your control. It gains "If this land would leave the battlefield, exile it instead of putting it anywhere else."${10}, {T}, Sacrifice Realmbreaker, the Invasion Tree: Search your library for any number of Praetor cards, put them onto the battlefield, then shuffle.|
|
||||
Skittering Surveyor|March of the Machine|264|C|{3}|Artifact Creature - Construct|1|2|When Skittering Surveyor enters the battlefield, you may search your library for a basic land card, reveal it, put it into your hand, then shuffle.|
|
||||
Sword of Once and Future|March of the Machine|265|M|{3}|Artifact - Equipment|||Equipped creature gets +2/+2 and has protection from blue and from black.$Whenever equipped creature deals combat damage to a player, surveil 2. Then you may cast an instant or sorcery spell with mana value 2 or less from your graveyard without paying its mana cost. If that spell would be put into your graveyard, exile it instead.$Equip {2}|
|
||||
|
@ -48421,7 +48421,7 @@ Seer of Stolen Sight|March of the Machine|330|U|{2}{B}|Creature - Phyrexian Warl
|
|||
Terror of Towashi|March of the Machine|331|R|{2}{B}{B}|Creature - Phyrexian Ogre|4|3|Deathtouch$Whenever Terror of Towashi attacks, you may pay {3}{B}. When you do, return target creature card from your graveyard to the battlefield. It's a Phyrexian in addition to its other types.|
|
||||
Axgard Artisan|March of the Machine|332|U|{1}{R}|Creature - Dwarf Artificer|2|1|Whenever one or more +1/+1 counters are put on Axgard Artisan for the first time each turn, create a Treasure token.|
|
||||
Cragsmasher Yeti|March of the Machine|333|C|{4}{R}{R}|Creature - Yeti|4|2|Mountaincycling {2}$Backup 2$Trample|
|
||||
Orthion, Hero of Lavabrink|March of the Machine|334|R|{3}{R}|Legendary Creature - Human Soldier|3|3|{1}{R}, {T}: Create a token that's a copy of another target creature you control. it gains haste. Sacrifice it at the beginning of the next end step. Activate only as a sorcery.${6}{R}{R}{R}, {T}: Create five tokens that are copies of another target creature you control. They gain haste. Sacrifice them at the beginning of the next end step. Activate only as a sorcery.|
|
||||
Orthion, Hero of Lavabrink|March of the Machine|334|R|{3}{R}|Legendary Creature - Human Soldier|3|3|{1}{R}, {T}: Create a token that's a copy of another target creature you control. It gains haste. Sacrifice it at the beginning of the next end step. Activate only as a sorcery.${6}{R}{R}{R}, {T}: Create five tokens that are copies of another target creature you control. They gain haste. Sacrifice them at the beginning of the next end step. Activate only as a sorcery.|
|
||||
Fairgrounds Trumpeter|March of the Machine|335|C|{2}{G}|Creature - Elephant|2|2|At the beginning of each end step, if a +1/+1 counter was put on a permanent under your control this turn, put a +1/+1 counter on Fairgrounds Trumpeter.|
|
||||
Ruins Recluse|March of the Machine|336|U|{1}{G}|Creature - Spider|1|1|Reach, deathtouch${3}{G}: Put a +1/+1 counter on Ruins Recluse.|
|
||||
Surrak and Goreclaw|March of the Machine|337|R|{4}{G}{G}|Legendary Creature - Human Bear|6|5|Trample$Other creatures you control have trample.$Whenever another nontoken creature enters the battlefield under your control, put a +1/+1 counter on it. It gains haste until end of turn.|
|
||||
|
|
Loading…
Reference in a new issue