Updated M19 spoiler

This commit is contained in:
Evan Kranzler 2018-06-21 14:43:58 -04:00
parent 878f3ba132
commit 594c75fcb4
3 changed files with 37 additions and 16 deletions

View file

@ -20,9 +20,9 @@ import mage.game.stack.StackAbility;
*
* @author LevelX2
*/
public final class RunedArmasaur extends CardImpl {
public final class RunicArmasaur extends CardImpl {
public RunedArmasaur(UUID ownerId, CardSetInfo setInfo) {
public RunicArmasaur(UUID ownerId, CardSetInfo setInfo) {
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{1}{G}{G}");
this.subtype.add(SubType.DINOSAUR);
@ -30,32 +30,32 @@ public final class RunedArmasaur extends CardImpl {
this.toughness = new MageInt(5);
// Whenever an opponent activates an ability of a creature or a land that is not a mana ability, you may draw a card.
this.addAbility(new RunedArmasaurTriggeredAbility());
this.addAbility(new RunicArmasaurTriggeredAbility());
}
public RunedArmasaur(final RunedArmasaur card) {
public RunicArmasaur(final RunicArmasaur card) {
super(card);
}
@Override
public RunedArmasaur copy() {
return new RunedArmasaur(this);
public RunicArmasaur copy() {
return new RunicArmasaur(this);
}
}
class RunedArmasaurTriggeredAbility extends TriggeredAbilityImpl {
class RunicArmasaurTriggeredAbility extends TriggeredAbilityImpl {
RunedArmasaurTriggeredAbility() {
RunicArmasaurTriggeredAbility() {
super(Zone.BATTLEFIELD, new DrawCardSourceControllerEffect(1), true);
}
RunedArmasaurTriggeredAbility(final RunedArmasaurTriggeredAbility ability) {
RunicArmasaurTriggeredAbility(final RunicArmasaurTriggeredAbility ability) {
super(ability);
}
@Override
public RunedArmasaurTriggeredAbility copy() {
return new RunedArmasaurTriggeredAbility(this);
public RunicArmasaurTriggeredAbility copy() {
return new RunicArmasaurTriggeredAbility(this);
}
@Override

View file

@ -80,6 +80,7 @@ public final class CoreSet2019 extends ExpansionSet {
cards.add(new SetCardInfo("Dismissive Pyromancer", 136, Rarity.RARE, mage.cards.d.DismissivePyromancer.class));
cards.add(new SetCardInfo("Disperse", 50, Rarity.COMMON, mage.cards.d.Disperse.class));
cards.add(new SetCardInfo("Divination", 51, Rarity.COMMON, mage.cards.d.Divination.class));
cards.add(new SetCardInfo("Djinn of Wishes", 52, Rarity.RARE, mage.cards.d.DjinnOfWishes.class));
cards.add(new SetCardInfo("Draconic Disciple", 215, Rarity.UNCOMMON, mage.cards.d.DraconicDisciple.class));
cards.add(new SetCardInfo("Druid of the Cowl", 177, Rarity.COMMON, mage.cards.d.DruidOfTheCowl.class));
cards.add(new SetCardInfo("Dryad Greenseeker", 178, Rarity.UNCOMMON, mage.cards.d.DryadGreenseeker.class));
@ -182,9 +183,10 @@ public final class CoreSet2019 extends ExpansionSet {
cards.add(new SetCardInfo("Resplendent Angel", 34, Rarity.MYTHIC, mage.cards.r.ResplendentAngel.class));
cards.add(new SetCardInfo("Revitalize", 35, Rarity.COMMON, mage.cards.r.Revitalize.class));
cards.add(new SetCardInfo("Riddlemaster Sphinx", 287, Rarity.RARE, mage.cards.r.RiddlemasterSphinx.class));
cards.add(new SetCardInfo("Rise from the Grave", 117, Rarity.UNCOMMON, mage.cards.r.RiseFromTheGrave.class));
cards.add(new SetCardInfo("Rogue's Gloves", 243, Rarity.UNCOMMON, mage.cards.r.RoguesGloves.class));
cards.add(new SetCardInfo("Root Snare", 199, Rarity.COMMON, mage.cards.r.RootSnare.class));
cards.add(new SetCardInfo("Runed Armasaur", 200, Rarity.RARE, mage.cards.r.RunedArmasaur.class));
cards.add(new SetCardInfo("Runic Armasaur", 200, Rarity.RARE, mage.cards.r.RunicArmasaur.class));
cards.add(new SetCardInfo("Rustwing Falcon", 36, Rarity.COMMON, mage.cards.r.RustwingFalcon.class));
cards.add(new SetCardInfo("Sai, Master Thopterist", 69, Rarity.RARE, mage.cards.s.SaiMasterThopterist.class));
cards.add(new SetCardInfo("Salvager of Secrets", 70, Rarity.COMMON, mage.cards.s.SalvagerOfSecrets.class));
@ -222,6 +224,7 @@ public final class CoreSet2019 extends ExpansionSet {
cards.add(new SetCardInfo("Sure Strike", 161, Rarity.COMMON, mage.cards.s.SureStrike.class));
cards.add(new SetCardInfo("Surge Mare", 77, Rarity.UNCOMMON, mage.cards.s.SurgeMare.class));
cards.add(new SetCardInfo("Suspicious Bookcase", 246, Rarity.UNCOMMON, mage.cards.s.SuspiciousBookcase.class));
cards.add(new SetCardInfo("Switcheroo", 78, Rarity.UNCOMMON, mage.cards.s.Switcheroo.class));
cards.add(new SetCardInfo("Take Vengeance", 40, Rarity.COMMON, mage.cards.t.TakeVengeance.class));
cards.add(new SetCardInfo("Tattered Mummy", 295, Rarity.COMMON, mage.cards.t.TatteredMummy.class));
cards.add(new SetCardInfo("Tezzeret's Gatebreaker", 289, Rarity.RARE, mage.cards.t.TezzeretsGatebreaker.class));
@ -254,5 +257,6 @@ public final class CoreSet2019 extends ExpansionSet {
cards.add(new SetCardInfo("Wall of Mist", 83, Rarity.COMMON, mage.cards.w.WallOfMist.class));
cards.add(new SetCardInfo("Wall of Vines", 210, Rarity.COMMON, mage.cards.w.WallOfVines.class));
cards.add(new SetCardInfo("Waterknot", 311, Rarity.COMMON, mage.cards.w.Waterknot.class));
cards.add(new SetCardInfo("Windreader Sphinx", 84, Rarity.MYTHIC, mage.cards.w.WindreaderSphinx.class));
}
}

View file

@ -33595,16 +33595,21 @@ Cleansing Nova|Core Set 2019|9|R|{3}{W}{W}|Sorcery|||Choose one —$• Destroy
Daybreak Chaplain|Core Set 2019|10|C|{1}{W}|Creature - Human Cleric|1|3|Lifelink|
Dwarven Priest|Core Set 2019|11|C|{3}{W}|Creature - Dwarf Cleric|2|4|When Dwarven Priest enters the battlefield, you gain 1 life for each creature you control.|
Herald of Faith|Core Set 2019|13|U|{3}{W}{W}|Creature - Angel|4|3|Flying$Whenever Herald of Faith attacks, you gain 2 life.|
Hieromancer's Cage|Core Set 2019|14|U|{3}{W}|Enchantment|||When Hieromancer's Cage enters the battlefield, exile target nonland permanent an opponent controls until Hieromancer's Cage leaves the battlefield.|
Inspired Charge|Core Set 2019|15|C|{2}{W}{W}|Instant|||Creatures you control get +2/+1 until end of turn.|
Invoke the Divine|Core Set 2019|16|C|{2}{W}|Instant|||Destroy target artifact or enchantment. You gain 4 life.|
Isolate|Core Set 2019|17|R|{W}|Instant|||Exile target permanent with converted mana cost 1.|
Knight of the Tusk|Core Set 2019|18|C|{4}{W}{W}|Creature - Human Knight|3|7|Vigilance|
Knight's Pledge|Core Set 2019|19|C|{1}{W}|Enchantment - Aura|||Enchant creature$Enchanted creature gets +2/+2.|
Lena, Selfless Champion|Core Set 2019|21|R|{4}{W}{W}|Legendary Creature - Human Knight|3|3|When Lena, Selfless Champion enters the battlefield, create a 1/1 white Soldier creature token for each nontoken creature you control.$Sacrifice Lena: Creatures you control with power less than Lena's power gain indestructible until end of turn.|
Leonin Vanguard|Core Set 2019|22|U|{W}|Creature - Cat Soldier|1|1|At the beginning of combat on your turn, if you control three or more creatures, Leonin Vanguard gets +1/+1 until end of turn and you gain 1 life.|
Leonin Warleader|Core Set 2019|23|R|{2}{W}{W}|Creature - Cat Soldier|4|4|Whenever Leonin Warleader attacks, create two 1/1 white Cat creature tokens with lifelink that are tapped and attacking.|
Loxodon Line Breaker|Core Set 2019|24|C|{2}{W}|Creature - Elephant Soldier|3|2||
Luminous Bonds|Core Set 2019|25|C|{2}{W}|Enchantment - Aura|||Enchant creature$Enchanted creature can't attack or block.|
Mentor of the Meek|Core Set 2019|27|R|{2}{W}|Creature - Human Soldier|2|2|Whenever another creature with power 2 or less enters the battlefield under your control, you may pay {1}. If you do, draw a card.|
Mighty Leap|Core Set 2019|28|C|{1}{W}|Instant|||Target creature gets +2/+2 and gains flying until end of turn.|
Militia Bugler|Core Set 2019|29|U|{2}{W}|Creature - Human Soldier|2|3|Vigilance$When Militia Bugler enters the battlefield, look at the top four cards of your library. You may reveal a creature card with power 2 or less from among them and put it into your hand. Put the rest on the bottom of your library in a random order.|
Novice Knight|Core Set 2019|30|U|{W}|Creature - Human Knight|2|3|Defender$As long as Novice Knight is enchanted or equipped, it can attack as though it didn't have defender.|
Oreskos Swiftclaw|Core Set 2019|31|C|{1}{W}|Creature - Cat Warrior|3|1||
Pegasus Courser|Core Set 2019|32|C|{2}{W}|Creature - Pegasus|1|3|Flying$Whenever Pegasus Courser attacks, another target attacking creature gains flying until end of turn.|
Remorseful Cleric|Core Set 2019|33|R|{1}{W}|Creature - Spirit Cleric|2|1|Flying$Sacrifice Remorseful Cleric: Exile all cards from target player's graveyard.|
@ -33613,6 +33618,7 @@ Revitalize|Core Set 2019|35|C|{1}{W}|Instant|||You gain 3 life.$Draw a card.|
Rustwing Falcon|Core Set 2019|36|C|{W}|Creature - Bird|1|2|Flying|
Shield Mare|Core Set 2019|37|U|{1}{W}{W}|Creature - Horse|2|3|Shield Mare can't be blocked by red creatures.$When Shield Mare enters the battlefield or becomes the target of a spell or ability and opponent controls, you gain 3 life.|
Star-Crowned Stag|Core Set 2019|38|C|{3}{W}|Creature - Elk|3|3|Whenever Star-Crowned Stag attacks, tap target creature defending player controls.|
Suncleanser|Core Set 2019|39|R|{1}{W}|Creature - Human Cleric|1|4|When Suncleanser enters the battlefield, choose one —$• Remove all counters from target creature. It can't have counters put on it for as long as Suncleanser remains on the battlefield.$• Target opponent loses all counters. That player can't get counters for as long as Suncleanser remains on the battlefield.|
Take Vengeance|Core Set 2019|40|C|{1}{W}|Sorcery|||Destroy target tapped creature.|
Trusty Packbeast|Core Set 2019|41|C|{2}{W}|Creature - Beast|2|3|When Trusty Packbeast enters the battlefield, return target artifact card from your graveyard to your hand.|
Valiant Knight|Core Set 2019|42|R|{3}{W}|Creature - Human Knight|3|4|Other Knights you control get +1/+1.${3}{W}{W}: Knights you control gain double strike until end of turn.|
@ -33620,9 +33626,10 @@ Anticipate|Core Set 2019|44|C|{1}{U}|Instant|||Look at the top three cards of yo
Aven Wind Mage|Core Set 2019|45|C|{2}{U}|Creature - Bird Wizard|2|2|Flying$Whenever you cast an instant or sorcery spell, Aven Wind Mage gets +1/+1 until end of turn.|
Aviation Pioneer|Core Set 2019|46|C|{2}{U}|Creature - Human Artificer|1|2|When Aviation Pioneer enters the battlefield, create a 1/1 colorless Thopter artifact creature token with flying.|
Cancel|Core Set 2019|48|C|{1}{U}{U}|Instant|||Counter target spell.|
Departed Deckhand|Core Set 2019|49|U|{1}{U}|Creature - Spirit Pirate|||When Departed Deckhand becomes the target of a spell, sacrifice it.$Departed Deckhand can only be blocked by Spirits.${3}{U}: Target creature you control can only be blocked by Spirits this turn.|
Departed Deckhand|Core Set 2019|49|U|{1}{U}|Creature - Spirit Pirate|||When Departed Deckhand becomes the target of a spell, sacrifice it.$Departed Deckhand can't be blocked except by Spirits.${3}{U}: Another target creature you control can't be blocked this turn except by Spirits.|
Disperse|Core Set 2019|50|C|{1}{U}|Instant|||Return target nonland permanent to its owner's hand.|
Divination|Core Set 2019|51|C|{2}{U}|Sorcery|||Draw two cards.|
Djinn of Wishes|Core Set 2019|52|R|{3}{U}{U}|Creature - Djinn|4|4|Flying$Djinn of Wishes enters the battlefield with three wish counters on it.${2}{U}{U}, Remove a wish counter from Djinn of Wishes: Reveal the top card of your library. You may play that card without paying its mana cost. If you don't, exile it.|
Dwindle|Core Set 2019|53|C|{2}{U}|Enchantment - Aura|||Enchant creature$Enchanted creature gets -6/-0.$When enchanted creature blocks, destroy it.|
Exclusion Mage|Core Set 2019|55|U|{2}{U}|Creature - Human Wizard|2|2|When Exclusion Mage enters the battlefield, return target creature an opponent controls to its owner's hand.|
Frilled Sea Serpent|Core Set 2019|56|C|{4}{U}{U}|Creature - Serpent|4|6|{5}{U}{U}: Frilled Sea Serpent can't be blocked this turn.|
@ -33632,6 +33639,7 @@ Horizon Scholar|Core Set 2019|59|U|{5}{U}|Creature - Sphinx|4|4|Flying$When Hori
Metamorphic Alteration|Core Set 2019|60|R|{1}{U}|Enchantment - Aura|||Enchant creature$As Metamorphic Alteration enters the battlefield, choose a creature.$Enchanted creature is a copy of the chosen creature.|
Mirror Image|Core Set 2019|61|U|{2}{U}|Creature - Shapeshifter|0|0|You may have Mirror Image enter the battlefield as a copy of any creature you control.|
Mistcaller|Core Set 2019|62|R|{U}|Creature - Merfolk Wizard|1|1|Sacrifice Mistcaller: Until end of turn, if a nontoken creature would enter the battlefield and it wasn't cast, exile it instead.|
Mystic Archaeologist|Core Set 2019|63|R|{1}{U}|Creature - Human Wizard|2|1|{3}{U}{U}: Draw two cards.|
Omenspeaker|Core Set 2019|64|C|{1}{U}|Creature - Human Wizard|1|3|When Omenspeaker enters the battlefield, scry 2.|
Omniscience|Core Set 2019|65|M|{7}{U}{U}{U}|Enchantment|||You may cast spells from your hand without paying their mana costs.|
One with the Machine|Core Set 2019|66|R|{3}{U}|Sorcery|||Draw cards equal to the highest converted mana cost among artifacts you control.|
@ -33644,10 +33652,12 @@ Sleep|Core Set 2019|74|U|{2}{U}{U}|Sorcery|||Tap all creatures target player con
Snapping Drake|Core Set 2019|75|C|{3}{U}|Creature - Drake|3|2|Flying|
Supreme Phantom|Core Set 2019|76|R|{1}{U}|Creature - Spirit|1|3|Flying$Other Spirits you control get +1/+1.|
Surge Mare|Core Set 2019|77|U|{U}{U}|Creature - Horse Fish|0|5|Surge Mare can't be blocked by green creatures.$Whenever Surge Mare deals damage to an opponent, you may draw a card. If you do, discard a card.${1}{U}: Surge Mare gets +2/-2 until end of turn.|
Switcheroo|Core Set 2019|78|U|{4}{U}|Sorcery|||Exchange control of two target creatures.|
Tolarian Scholar|Core Set 2019|80|C|{2}{U}|Creature - Human Wizard|2|3||
Totally Lost|Core Set 2019|81|C|{4}{U}|Instant|||Put target nonland permanent on top of its owner's library.|
Uncomfortable Chill|Core Set 2019|82|C|{2}{U}|Instant|||Creatures your opponents control get -2/-0 until end of turn.$Draw a card.|
Wall of Mist|Core Set 2019|83|C|{1}{U}|Creature - Wall|0|5|Defender|
Windreader Sphinx|Core Set 2019|84|M|{5}{U}{U}|Creature - Sphinx|3|7|Flying$Whenever a creature with flying attacks, you may draw a card.|
Abnormal Endurance|Core Set 2019|85|C|{1}{B}|Instant|||Until end of turn, target creature gets +2/+0 and gains "When this creature dies, return it to the battlefield tapped under its owner's control."|
Blood Divination|Core Set 2019|86|U|{3}{B}|Sorcery|||As an additional cost to cast this spell, sacrifice a creature.$Draw three cards.|
Bogstomper|Core Set 2019|87|C|{4}{B}{B}|Creature - Beast|6|5||
@ -33658,6 +33668,7 @@ Demon of Catastrophes|Core Set 2019|91|R|{2}{B}{B}|Creature - Demon|6|6|As an ad
Diregraf Ghoul|Core Set 2019|92|U|{B}|Creature - Zombie|2|2|Diregraf Ghoul enters the battlefield tapped.|
Epicure of Blood|Core Set 2019|95|C|{4}{B}|Creature - Vampire|4|4|Whenever you gain life, each opponent loses 1 life.|
Fell Specter|Core Set 2019|96|U|{3}{B}|Creature - Specter|||Flying$When Fell Specter enters the battlefield, target opponent discards a card.$Whenever an opponent discards a card, that player loses 2 life.|
Fraying Omnipotence|Core Set 2019|97|R|{3}{B}{B}|Sorcery|||Each player loses half their life, then discards half the cards in their hand, then sacrifices half the creatures they control. Round up each time.|
Gravedigger|Core Set 2019|98|U|{3}{B}|Creature - Zombie|2|2|When Gravedigger enters the battlefield, you may return target creature card from your graveyard to your hand.|
Graveyard Marshal|Core Set 2019|99|R|{B}{B}|Creature - Zombie Soldier|3|2|{2}{B}, Exile a creature card from your graveyard: Create a tapped 2/2 black Zombie creature token.|
Infernal Reckoning|Core Set 2019|102|R|{B}|Instant|||Exile target colorless creature. You gain life equal to its power.|
@ -33672,6 +33683,7 @@ Open the Graves|Core Set 2019|112|R|{3}{B}{B}|Enchantment|||Whenever a nontoken
Phylactery Lich|Core Set 2019|113|R|{B}{B}{B}|Creature - Zombie|5|5|Indestructible$As Phylactery Lich enters the battlefield, put a phylactery counter on an artifact you control.$When you control no permanents with phylactery counters on them, sacrifice Phylactery Lich.|
Plague Mare|Core Set 2019|114|U|{1}{B}{B}|Creature - Nightmare Horse|2|2|Plague Mare can't be blocked by white creatures.$When Plague Mare enters the battlefield, creatures your opponents control get -1/-1 until end of turn.|
Reassembling Skeleton|Core Set 2019|116|U|{1}{B}|Creature - Skeleton Warrior|1|1|{1}{B}: Return Reassembling Skeleton from your graveyard to the battlefield tapped.|
Rise from the Grave|Core Set 2019|117|U|{4}{B}|Sorcery|||Put target creature card from a graveyard onto the battlefield under your control. That creature is a black Zombie in addition to its other colors and types.|
Skeleton Archer|Core Set 2019|118|C|{3}{B}|Creature - Skeleton Archer|3|3|When Skeleton Archer enters the battlefield, it deals 1 damage to any target.|
Skymarch Bloodletter|Core Set 2019|119|C|{2}{B}|Creature - Vampire Soldier|2|2|Flying$When Skymarch Bloodletter enters the battlefield, target opponent loses 1 life and you gain 1 life.|
Sovereign's Bite|Core Set 2019|120|C|{1}{B}|Sorcery|||Target player loses 3 life and you gain 3 life.|
@ -33687,7 +33699,7 @@ Banefire|Core Set 2019|130|R|{X}{R}|Sorcery|||Banefire deals X damage to any tar
Catalyst Elemental|Core Set 2019|132|C|{2}{R}|Creature - Elemental|2|2|Sacrifice Catalyst Elemental: Add {R}{R}.|
Dark-Dweller Oracle|Core Set 2019|134|R|{1}{R}|Creature - Goblin Shaman|||{1}, Sacrifice a creature: Exile the top card of your library. You may play that card this turn.|
Demanding Dragon|Core Set 2019|135|R|{3}{R}{R}|Creature - Dragon|5|5|Flying$When Demanding Dragon enters the battlefield, it deals 5 damage to target opponent unless that player sacrifices a creature.|
Dismissive Pyromancer|Core Set 2019|136|R|{1}{R}|Creature - Human Wizard|2|2|{R}, {T}, Discard a card: Draw a card.${2}{R}, {T}, Sacrifice Disdainful Pyromancer: Disdainful Pyromancer deals 4 damage to target creature.|
Dismissive Pyromancer|Core Set 2019|136|R|{1}{R}|Creature - Human Wizard|2|2|{R}, {T}, Discard a card: Draw a card.${2}{R}, {T}, Sacrifice Disdainful Pyromancer: It deals 4 damage to target creature.|
Electrify|Core Set 2019|139|C|{3}{R}|Instant|||Electrify deals 4 damage to target creature.|
Fiery Finish|Core Set 2019|140|U|{4}{R}{R}|Sorcery|||Fiery Finish deals 7 damage to target creature.|
Fire Elemental|Core Set 2019|141|C|{3}{R}{R}|Creature - Elemental|5|4||
@ -33705,6 +33717,7 @@ Onakke Ogre|Core Set 2019|153|C|{2}{R}|Creature - Ogre Warrior|4|2||
Sarkhan, Fireblood|Core Set 2019|154|M|{1}{R}{R}|Legendary Planeswalker - Sarkhan|3|+1: You may discard a card. If you do, draw a card.$+1: Add two mana of any combination of colors. Spend this mana only to cast Dragon spells.$-7: Create four 5/5 red Dragon creature tokens with flying.|
Sarkhan's Unsealing|Core Set 2019|155|R|{3}{R}|Enchantment|||Whenever you cast a creature spell with power 4, 5, or 6, Sarkhan's Unsealing deals 4 damage to any target.$Whenever you cast a creature spell with power 7 or greater, Sarkhan's Unsealing deals 4 damage to each opponent and each creature and planeswalker they control.|
Shock|Core Set 2019|156|C|{R}|Instant|||Shock deals 2 damage to any target.|
Siegebreaker Giant|Core Set 2019|157|U|{3}{R}{R}|Creature - Giant Warrior|6|3|Trample${3}{R}: Target creature can't block this turn.|
Smelt|Core Set 2019|158|C|{R}|Instant|||Destroy target artifact.|
Sparktongue Dragon|Core Set 2019|159|C|{3}{R}{R}|Creature - Dragon|3|3|Flying$When Sparktongue Dragon enters the battlefield, you may pay {2}{R}. When you do, it deals 3 damage to any target.|
Spit Flame|Core Set 2019|160|R|{2}{R}|Instant|||Spit Flame deals 4 damage to target creature.$Whenever a Dragon enters the battlefield under your control, you may pay {R}. If you do, return Spit Flame from your graveyard to your hand.|
@ -33737,10 +33750,12 @@ Rabid Bite|Core Set 2019|195|C|{1}{G}|Sorcery|||Target creature you control deal
Reclamation Sage|Core Set 2019|196|U|{2}{G}|Creature - Elf Shaman|2|1|When Reclamation Sage enters the battlefield, you may destroy target artifact or enchantment.|
Recollect|Core Set 2019|197|U|{2}{G}|Sorcery|||Return target card from your graveyard to your hand.|
Root Snare|Core Set 2019|199|C|{1}{G}|Instant|||Prevent all combat damage that would be dealt this turn.|
Runed Armasaur|Core Set 2019|200|R|{1}{G}{G}|Creature - Dinosaur|2|5|Whenever an opponent activates an ability of a creature or a land that is not a mana ability, you may draw a card.|
Runic Armasaur|Core Set 2019|200|R|{1}{G}{G}|Creature - Dinosaur|2|5|Whenever an opponent activates an ability of a creature or land that isn't a mana ability, you may draw a card.|
Scapeshift|Core Set 2019|201|M|{2}{G}{G}|Sorcery|||Sacrifice any number of lands. Search your library for up to that many land cards, put them onto the battlefield tapped, then shuffle your library.|
Thorn Lieutenant|Core Set 2019|203|R|{1}{G}|Creature - Elf Warrior|2|3|Whenever Thorn Lieutenant becomes the target of a spell or ability an opponent controls, create a 1/1 green Elf Warrior creature token.${5}{G}: Thorn Lieutenant gets +4/+4 until end of turn.|
Thornhide Wolves|Core Set 2019|204|C|{4}{G}|Creature - Wolf|4|5||
Titanic Growth|Core Set 2019|205|C|{1}{G}|Instant|||Target creature gets +4/+4 until end of turn.|
Vigilant Baloth|Core Set 2019|206|U|{3}{G}{G}|Creature - Beast|5|5|Vigilance|
Vine Mare|Core Set 2019|207|U|{2}{G}{G}|Creature - Elemental Horse|5|3|Hexproof$Vine Mare can't be blocked by black creatures.|
Vivien Reid|Core Set 2019|208|M|{3}{G}{G}|Legendary Planeswalker - Vivien|5|+1: Look at the top four cards of your library. You may reveal a creature or land card from among them and put it into your hand. Put the rest on the bottom of your library in a random order.$3: Destroy target artifact, enchantment, or creature with flying.$8: You get an emblem with "Creatures you control get +2/+2 and have vigilance, trample, and indestructible."|
Vivien's Invocation|Core Set 2019|209|R|{5}{G}{G}|Sorcery|||Look at the top seven cards of your library. You may put a creature card from among them onto the battlefield. Put the rest on the bottom of your library in a random order. When a creature is put onto the battlefield this way, it deals damage equals to its power to target creature an opponent controls.|
@ -33766,6 +33781,7 @@ Chaos Wand|Core Set 2019|228|R|{3}|Artifact|||{4}, {T}: Target opponent exiles c
Crucible of Worlds|Core Set 2019|229|M|{3}|Artifact|||You may play land cards from your graveyard.|
Desecrated Tomb|Core Set 2019|230|R|{3}|Artifact|||Whenever one or more creature cards leave your graveyard, create a 1/1 black Bat creature token with flying.|
Diamond Mare|Core Set 2019|231|U|{2}|Artifact Creature - Horse|1|3|As Diamond Mare enters the battlefield, choose a color.$Whenever you cast a spell of the chosen color, you gain 1 life.|
Dragon's Hoard|Core Set 2019|232|R|{3}|Artifact|||Whenever a Dragon enters the battlefield under your control, put a gold counter on Dragon's Hoard.${T}, Remove a gold counter from Dragon's Hoard: Draw a card.${T}: Add one mana of any color.|
Field Creeper|Core Set 2019|234|C|{2}|Artifact Creature - Scarecrow|2|1||
Fountain of Renewal|Core Set 2019|235|U|{1}|Artifact|||At the beginning of your upkeep, you gain 1 life.${3}, Sacrifice Fountain of Renewal: Draw a card.|
Gearsmith Guardian|Core Set 2019|237|C|{5}|Artifact Creature - Construct|3|5|Gearsmith Guardian gets +2/+0 as long as you control a blue creature.|
@ -33776,7 +33792,8 @@ Meteor Golem|Core Set 2019|241|U|{7}|Artifact Creature - Golem|3|3|When Meteor G
Rogue's Gloves|Core Set 2019|243|U|{2}|Artifact - Equipment|||Whenever equipped creature deals combat damage to a player, you may draw a card.$Equip {2}|
Sigiled Sword of Valeron|Core Set 2019|244|R|{3}|Artifact - Equipment|||Equipped creature gets +2/+0, has vigilance, and is a Knight in addition to its other types.$Whenever equipped creature attacks, create a 2/2 white Knight creature token with vigilance that's attacking.$Equip {3}|
Skyscanner|Core Set 2019|245|C|{3}|Artifact Creature - Thopter|1|1|Flying$When Skyscanner enters the battlefield, draw a card.|
Suspicious Bookcase|Core Set 2019|246|U|{2}|Artifact Creature - Wall|0|4|Defender${3},{T}: Target creature can't be blocked this turn.|
Suspicious Bookcase|Core Set 2019|246|U|{2}|Artifact Creature - Wall|0|4|Defender${3}, {T}: Target creature can't be blocked this turn.|
Isolation Tower|Core Set 2019|249|R||Land|||{T}: Add {C}.${1}, {T}: Until end of turn, your opponents and creatures with hexproof they control can be the targets of spells and abilities you control as though they didn't have hexproof.|
Reliquary Tower|Core Set 2019|254|U||Land|||You have no maximum hand size.${T}: Add {C}.|
Timber Gorge|Core Set 2019|258|C||Land|||Timber Gorge enters the battlefield tapped.${T}: Add {R} or {G}.|
Ajani, Wise Counselor|Core Set 2019|281|M|{3}{W}{W}|Legendary Planeswalker - Ajani|5|+2: You gain 1 life for each creature you control.$3: Creatures you control get +2/+2 until end of turn.$9: Put X +1/+1 counters on target creature, where X is your life total.|