diff --git a/Mage.Sets/src/mage/cards/m/MaelstromArchangel.java b/Mage.Sets/src/mage/cards/m/MaelstromArchangel.java index fe3106b78c..a02f430b5d 100644 --- a/Mage.Sets/src/mage/cards/m/MaelstromArchangel.java +++ b/Mage.Sets/src/mage/cards/m/MaelstromArchangel.java @@ -53,11 +53,11 @@ public final class MaelstromArchangel extends CardImpl { class MaelstromArchangelCastEffect extends OneShotEffect { - private static final FilterCard filter = new FilterNonlandCard("nonland card from your hand"); + private static final FilterCard filter = new FilterNonlandCard("spell from your hand"); public MaelstromArchangelCastEffect() { super(Outcome.PlayForFree); - this.staticText = "you may cast a nonland card from your hand without paying its mana cost"; + this.staticText = "you may cast a spell from your hand without paying its mana cost"; } public MaelstromArchangelCastEffect(final MaelstromArchangelCastEffect effect) { @@ -75,7 +75,7 @@ class MaelstromArchangelCastEffect extends OneShotEffect { if (controller != null) { Target target = new TargetCardInHand(filter); if (target.canChoose(source.getSourceId(), controller.getId(), game) - && controller.chooseUse(outcome, "Cast a nonland card from your hand without paying its mana cost?", source, game)) { + && controller.chooseUse(outcome, "Cast a spell from your hand without paying its mana cost?", source, game)) { Card cardToCast = null; boolean cancel = false; while (controller.canRespond() && !cancel) { diff --git a/Mage.Sets/src/mage/cards/q/QuirionDryad.java b/Mage.Sets/src/mage/cards/q/QuirionDryad.java index 4e2afae86e..e15c701108 100644 --- a/Mage.Sets/src/mage/cards/q/QuirionDryad.java +++ b/Mage.Sets/src/mage/cards/q/QuirionDryad.java @@ -21,7 +21,7 @@ import mage.filter.predicate.mageobject.ColorPredicate; */ public final class QuirionDryad extends CardImpl { - private static final FilterSpell filter = new FilterSpell("white, blue, black, or red spell"); + private static final FilterSpell filter = new FilterSpell("a spell that's white, blue, black, or red"); static { filter.add(Predicates.or( diff --git a/Mage.Sets/src/mage/cards/r/RunedHalo.java b/Mage.Sets/src/mage/cards/r/RunedHalo.java index 3800320f37..50861691d1 100644 --- a/Mage.Sets/src/mage/cards/r/RunedHalo.java +++ b/Mage.Sets/src/mage/cards/r/RunedHalo.java @@ -57,7 +57,7 @@ class RunedHaloSetProtectionEffect extends OneShotEffect { public RunedHaloSetProtectionEffect() { super(Outcome.Protect); - staticText = "

You have protection from the chosen name (You can't be targeted, dealt damage, or enchanted by anything with that name.)"; + staticText = "

You have protection from the chosen card name (You can't be targeted, dealt damage, or enchanted by anything with that name.)"; } public RunedHaloSetProtectionEffect(final RunedHaloSetProtectionEffect effect) { diff --git a/Mage.Sets/src/mage/sets/Jumpstart.java b/Mage.Sets/src/mage/sets/Jumpstart.java index b028b78056..87de816a49 100644 --- a/Mage.Sets/src/mage/sets/Jumpstart.java +++ b/Mage.Sets/src/mage/sets/Jumpstart.java @@ -63,8 +63,8 @@ public final class Jumpstart extends ExpansionSet { cards.add(new SetCardInfo("Belltower Sphinx", 141, Rarity.UNCOMMON, mage.cards.b.BelltowerSphinx.class)); cards.add(new SetCardInfo("Black Cat", 203, Rarity.COMMON, mage.cards.b.BlackCat.class)); cards.add(new SetCardInfo("Black Market", 204, Rarity.RARE, mage.cards.b.BlackMarket.class)); - cards.add(new SetCardInfo("Blessed Spirits", 92, Rarity.UNCOMMON, mage.cards.b.BlessedSpirits.class)); cards.add(new SetCardInfo("Blessed Sanctuary", 1, Rarity.RARE, mage.cards.b.BlessedSanctuary.class)); + cards.add(new SetCardInfo("Blessed Spirits", 92, Rarity.UNCOMMON, mage.cards.b.BlessedSpirits.class)); cards.add(new SetCardInfo("Blighted Bat", 205, Rarity.COMMON, mage.cards.b.BlightedBat.class)); cards.add(new SetCardInfo("Blindblast", 295, Rarity.COMMON, mage.cards.b.Blindblast.class)); cards.add(new SetCardInfo("Blood Artist", 206, Rarity.UNCOMMON, mage.cards.b.BloodArtist.class)); @@ -131,7 +131,7 @@ public final class Jumpstart extends ExpansionSet { cards.add(new SetCardInfo("Divine Arrow", 100, Rarity.COMMON, mage.cards.d.DivineArrow.class)); cards.add(new SetCardInfo("Doublecast", 307, Rarity.UNCOMMON, mage.cards.d.Doublecast.class)); cards.add(new SetCardInfo("Douse in Gloom", 223, Rarity.COMMON, mage.cards.d.DouseInGloom.class)); - cards.add(new SetCardInfo("Draconic Roar", 308, Rarity.COMMON, mage.cards.d.DraconicRoar.class)); + cards.add(new SetCardInfo("Draconic Roar", 308, Rarity.UNCOMMON, mage.cards.d.DraconicRoar.class)); cards.add(new SetCardInfo("Dragon Fodder", 309, Rarity.COMMON, mage.cards.d.DragonFodder.class)); cards.add(new SetCardInfo("Dragon Hatchling", 310, Rarity.COMMON, mage.cards.d.DragonHatchling.class)); cards.add(new SetCardInfo("Dragonloft Idol", 463, Rarity.UNCOMMON, mage.cards.d.DragonloftIdol.class)); @@ -157,7 +157,7 @@ public final class Jumpstart extends ExpansionSet { cards.add(new SetCardInfo("Eternal Thirst", 229, Rarity.COMMON, mage.cards.e.EternalThirst.class)); cards.add(new SetCardInfo("Exclude", 152, Rarity.UNCOMMON, mage.cards.e.Exclude.class)); cards.add(new SetCardInfo("Exclusion Mage", 153, Rarity.UNCOMMON, mage.cards.e.ExclusionMage.class)); - cards.add(new SetCardInfo("Exhume", 230, Rarity.COMMON, mage.cards.e.Exhume.class)); + cards.add(new SetCardInfo("Exhume", 230, Rarity.UNCOMMON, mage.cards.e.Exhume.class)); cards.add(new SetCardInfo("Explore", 393, Rarity.COMMON, mage.cards.e.Explore.class)); cards.add(new SetCardInfo("Exquisite Blood", 231, Rarity.RARE, mage.cards.e.ExquisiteBlood.class)); cards.add(new SetCardInfo("Fa'adiyah Seer", 394, Rarity.COMMON, mage.cards.f.FaadiyahSeer.class)); @@ -181,7 +181,7 @@ public final class Jumpstart extends ExpansionSet { cards.add(new SetCardInfo("Forge Devil", 322, Rarity.COMMON, mage.cards.f.ForgeDevil.class)); cards.add(new SetCardInfo("Fortify", 105, Rarity.COMMON, mage.cards.f.Fortify.class)); cards.add(new SetCardInfo("Funeral Rites", 235, Rarity.COMMON, mage.cards.f.FuneralRites.class)); - cards.add(new SetCardInfo("Furnace Whelp", 323, Rarity.COMMON, mage.cards.f.FurnaceWhelp.class)); + cards.add(new SetCardInfo("Furnace Whelp", 323, Rarity.UNCOMMON, mage.cards.f.FurnaceWhelp.class)); cards.add(new SetCardInfo("Fusion Elemental", 451, Rarity.UNCOMMON, mage.cards.f.FusionElemental.class)); cards.add(new SetCardInfo("Gargoyle Sentinel", 465, Rarity.UNCOMMON, mage.cards.g.GargoyleSentinel.class)); cards.add(new SetCardInfo("Ghalta, Primal Hunger", 399, Rarity.RARE, mage.cards.g.GhaltaPrimalHunger.class)); diff --git a/Utils/mtg-cards-data.txt b/Utils/mtg-cards-data.txt index d824061739..0e99bd2dc9 100644 --- a/Utils/mtg-cards-data.txt +++ b/Utils/mtg-cards-data.txt @@ -37469,7 +37469,7 @@ Nine Lives|Core Set 2021|28|R|{1}{W}{W}|Enchantment|||Hexproof$If a source would Pack Leader|Core Set 2021|29|R|{1}{W}|Creature - Dog|2|2|Other Dogs you control get +1/+1.$Whenever Pack Leader attacks, prevent all combat damage that would be dealt this turn to Dogs you control.| Rambunctious Mutt|Core Set 2021|30|C|{3}{W}{W}|Creature - Dog|3|4|When Rambunctious Mutt enters the battlefield, destroy target artifact or enchantment an opponent controls.| Revitalize|Core Set 2021|31|C|{1}{W}|Instant|||You gain 3 life.$Draw a card.| -Runed Halo|Core Set 2021|32|R|{W}{W}|Enchantment|||As Runed Halo enters the battlefield, choose a card name.$You have protection from the chosen name.| +Runed Halo|Core Set 2021|32|R|{W}{W}|Enchantment|||As Runed Halo enters the battlefield, choose a card name.$You have protection from the chosen card name.| Sanctum of Tranquil Light|Core Set 2021|33|U|{W}|Legendary Enchantment - Shrine|||{5}{W}: Tap target creature. This ability costs {1} less to activate for each Shrine you control.| Seasoned Hallowblade|Core Set 2021|34|U|{1}{W}|Creature - Human Warrior|3|1|Discard a card: Tap Seasoned Hallowblade. It gains indestructible until end of turn.| Secure the Scene|Core Set 2021|35|C|{4}{W}|Sorcery|||Exile target nonland permanent. Its controller creates a 1/1 white Soldier creature token.| @@ -37540,7 +37540,7 @@ Finishing Blow|Core Set 2021|99|C|{4}{B}|Instant|||Destroy target creature or pl Gloom Sower|Core Set 2021|100|C|{5}{B}{B}|Creature - Horror|8|6|Whenever Gloom Sower becomes blocked by a creature, that creature's controller loses 2 life and you gain 2 life.| Goremand|Core Set 2021|101|U|{4}{B}{B}|Creature - Demon|5|5|As an additional cost to cast this spell, sacrifice a creature.$Flying$Trample$When Goremand enters the battlefield, each opponent sacrifices a creature.| Grasp of Darkness|Core Set 2021|102|C|{B}{B}|Instant|||Target creature gets -4/-4 until end of turn.| -Grim Tutor|Core Set 2021|103|M|{1}{B}{B}|Sorcery|||Search your library for a card and put that card into your hand, then shuffle your library. You lose 3 life.| +Grim Tutor|Core Set 2021|103|M|{1}{B}{B}|Sorcery|||Search your library for a card, put that card into your hand, then shuffle your library. You lose 3 life.| Hooded Blightfang|Core Set 2021|104|R|{2}{B}|Creature - Snake|1|4|Deathtouch$Whenever a creature you control with deathtouch attacks, each opponent loses 1 life and you gain 1 life.$Whenever a creature you control with deathtouch deals damage to a planeswalker, destroy that planeswalker.| Infernal Scarring|Core Set 2021|105|C|{1}{B}|Enchantment - Aura|||Enchant creature$Enchanted creature gets +2/+0 and has "When this creature dies, draw a card."| Kaervek, the Spiteful|Core Set 2021|106|R|{2}{B}{B}|Legendary Creature - Human Warlock|3|2|Other creatures get -1/-1.| @@ -37635,7 +37635,7 @@ Ornery Dilophosaur|Core Set 2021|194|C|{3}{G}|Creature - Dinosaur|2|2|Deathtouch Portcullis Vine|Core Set 2021|195|C|{G}|Creature - Plant Wall|0|3|Defender${2}, {T}, Sacrifice a creature with defender: Draw a card.| Pridemalkin|Core Set 2021|196|C|{2}{G}|Creature - Cat|2|1|When Pridemalkin enters the battlefield, put a +1/+1 counter on target creature you control.$Each creature you control with a +1/+1 counter on it has trample.| Primal Might|Core Set 2021|197|R|{X}{G}|Sorcery|||Target creature you control gets +X/+X until end of turn. Then it fights up to one target creature you don't control.| -Quirion Dryad|Core Set 2021|198|U|{1}{G}|Creature - Dryad|1|1|Whenever you cast a white, blue, black, or red spell, put a +1/+1 counter on Quirion Dryad.| +Quirion Dryad|Core Set 2021|198|U|{1}{G}|Creature - Dryad|1|1|Whenever you cast a spell that's white, blue, black, or red, put a +1/+1 counter on Quirion Dryad.| Ranger's Guile|Core Set 2021|199|C|{G}|Instant|||Target creature you control gets +1/+1 and gains hexproof until end of turn.| Return to Nature|Core Set 2021|200|C|{1}{G}|Instant|||Choose one —$• Destroy target artifact.$• Destroy target enchantment.$• Exile target card from a graveyard.| Run Afoul|Core Set 2021|201|C|{G}|Instant|||Target opponent sacrifices a creature with flying.| @@ -37658,7 +37658,7 @@ Dire Fleet Warmonger|Core Set 2021|217|U|{1}{B}{R}|Creature - Orc Pirate|3|3|At Experimental Overload|Core Set 2021|218|U|{2}{U}{R}|Sorcery|||Create an X/X blue and red Weird creature token, where X is the number of instant and sorcery cards in your graveyard. Then you may return an instant or sorcery card from your graveyard to your hand. Exile Experimental Overload.| Indulging Patrician|Core Set 2021|219|U|{1}{W}{B}|Creature - Vampire Noble|1|4|Flying$Lifelink$At the beginning of your end step, if you gained 3 or more life this turn, each opponent loses 3 life.| Leafkin Avenger|Core Set 2021|220|U|{2}{R}{G}|Creature - Elemental Druid|4|3|{T}: Add {G} for each creature you control with power 4 or greater.${7}{R}: Leafkin Avenger deals damage equal to its power to target player or planeswalker.| -Lorescale Coatl|Core Set 2021|221|U|{1}{G}{U}|Creature - Snake|2|2|Whenever you draw a card, you may put a +1/+1 counter on Lorescale Coatl.| +Lorescale Coatl|Core Set 2021|221|U|{1}{G}{U}|Creature - Snake|2|2|Whenever you draw a card, put a +1/+1 counter on Lorescale Coatl.| Niambi, Esteemed Speaker|Core Set 2021|222|R|{W}{U}|Legendary Creature - Human Cleric|2|1|Flash$When Niambi, Esteemed Speaker enters the battlefield, you may return another target creature you control to its owner's hand. If you do, you gain life equal to that creature's converted mana cost.${1}{W}{U}, {T}, Discard a legendary card: Draw two cards.| Obsessive Stitcher|Core Set 2021|223|U|{1}{U}{B}|Creature - Human Wizard|0|3|{T}: Draw a card, then discard a card.${2}{U}{B}, {T}, Sacrifice Obsessive Stitcher: Return target creature card from your graveyard to the battlefield.| Radha, Heart of Keld|Core Set 2021|224|R|{1}{R}{G}|Legendary Creature - Elf Warrior|3|3|As long as it's your turn, Radha, Heart of Keld has first strike.$You may look at the top card of your library any time, and you may play lands from the top of your library.${4}{R}{G}: Radha gets +X/+X until end of turn, where X is the number of lands you control.| @@ -37732,7 +37732,7 @@ Stone Haven Pilgrim|Jumpstart|6|U|{1}{W}|Creature - Kor Cleric|2|2|Whenever Ston Supply Runners|Jumpstart|7|U|{4}{W}|Creature - Dog|2|2|When Supply Runners enters the battlefield, put a +1/+1 counter on each other creature you control.| Trusty Retriever|Jumpstart|8|C|{3}{W}|Creature - Dog|2|3|When Trusty Retriever enters the battlefield, choose one —$• Put a +1/+1 counter on Trusty Retriever.$• Return target artifact or enchantment card from your graveyard to your hand.| Archaeomender|Jumpstart|9|C|{2}{U}|Creature - Human Wizard|2|3|When Archaeomender enters the battlefield, return target artifact card from your graveyard to your hand.| -Bruvac the Grandiloquent|Jumpstart|10|M|{2}{U}|Legendary Creature - Human Advisor|1|4|If an opponent would mill one or more cards, they mill twice that many cards insted.| +Bruvac the Grandiloquent|Jumpstart|10|M|{2}{U}|Legendary Creature - Human Advisor|1|4|If an opponent would mill one or more cards, they mill twice that many cards instead.| Corsair Captain|Jumpstart|11|R|{2}{U}|Creature - Human Pirate|2|2|When Corsair Captain enters the battlefield, create a treasure token.$Other Pirates you control get +1/+1.| Inniaz, the Gale Force|Jumpstart|12|R|{3}{U}{U}|Legendary Creature - Djinn|4|4|Flying${2}{W/U}: Attacking creatures with flying get +1/+1 until end of turn.$Whenever three or more creatures you control with flying attack, each player gains control of a nonland permanent of your choice controlled by the player to their right.| Ormos, Archive Keeper|Jumpstart|13|R|{4}{U}{U}|Legendary Creature - Sphinx|5|5|Flying$If you would draw a card while your library has no cards in it, instead put five +1/+1 counters on Ormos, Archive Keeper.${1}{U}{U}, Discard three cards with different names: Draw five cards.| @@ -37742,7 +37742,7 @@ Nocturnal Feeder|Jumpstart|16|C|{2}{B}|Creature - Vampire Rogue|2|1|Flying$When Tinybones, Trinket Thief|Jumpstart|17|M|{1}{B}|Legendary Creature - Skeleton Rogue|1|2|At the beginning of each end step, if an opponent discarded a card this turn, you draw a card and you lose 1 life.${4}{B}{B}: Each opponent with no cards in hand loses 10 life.| Witch of the Moors|Jumpstart|18|R|{3}{B}{B}|Creature - Human Warlock|4|4|Deathtouch$At the beginning of your end step, if you gained life this turn, each opponent sacrifices a creature and you return up to one target creature card from your graveyard to your hand.| Chained Brute|Jumpstart|19|U|{1}{R}|Creature - Devil|4|3|Chained Brute doesn't untap during your untap step.${1}, Sacrifice another creature: Untap Chained Brute. Activate this ability only during your turn.| -Immolating Gyre|Jumpstart|20|M|{4}{R}{R}|Sorcery|||Immolating Gyre deals X damage to each creature and planeswalker you don't control, where X is the number of instant and sorcery cards in your graveyard,| +Immolating Gyre|Jumpstart|20|M|{4}{R}{R}|Sorcery|||Immolating Gyre deals X damage to each creature and planeswalker you don't control, where X is the number of instant and sorcery cards in your graveyard.| Lightning Phoenix|Jumpstart|21|R|{2}{R}|Creature - Phoenix|2|2|Flying, haste$Lightning Phoenix can't block.$At the beginning of your end step, if an opponent was dealt 3 or more damage this turn, you may pay {R}. If you do, return Lightning Phoenix from your graveyard to the battlefield.| Lightning Visionary|Jumpstart|22|C|{1}{R}|Creature - Minotaur Shaman|2|1|Prowess| Living Lightning|Jumpstart|23|U|{3}{R}|Creature - Elemental Shaman|3|2|When Living Lightning dies, return target instant or sorcery card from your graveyard to your hand.| @@ -37768,7 +37768,7 @@ Forest|Jumpstart|70|C||Basic Land - Forest|||({T}: Add {G}.)| Terramorphic Expanse|Jumpstart|78|C||Land|||{T}, Sacrifice Terramorphic Expanse: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle your library.| Aegis of the Heavens|Jumpstart|79|U|{1}{W}|Instant|||Target creature gets +1/+7 until end of turn.| Aerial Assault|Jumpstart|80|C|{2}{W}|Sorcery|||Destroy target tapped creature. You gain 1 life for each creature you control with flying.| -Affa Guard Hound|Jumpstart|81|U|{2}{W}|Creature - Hound|2|2|Flash$When Affa Guard Hound enters the battlefield, target creature gets +0/+3 until end of turn.| +Affa Guard Hound|Jumpstart|81|U|{2}{W}|Creature - Dog|2|2|Flash$When Affa Guard Hound enters the battlefield, target creature gets +0/+3 until end of turn.| Ajani's Chosen|Jumpstart|82|R|{2}{W}{W}|Creature - Cat Soldier|3|3|Whenever an enchantment enters the battlefield under your control, create a 2/2 white Cat creature token. If that enchantment is an Aura, you may attach it to the token.| Alabaster Mage|Jumpstart|83|U|{1}{W}|Creature - Human Wizard|2|1|{1}{W}: Target creature you control gains lifelink until end of turn.| Angel of Mercy|Jumpstart|84|C|{4}{W}|Creature - Angel|3|3|Flying$When Angel of Mercy enters the battlefield, you gain 3 life.| @@ -37781,7 +37781,7 @@ Archon of Redemption|Jumpstart|90|R|{3}{W}{W}|Creature - Archon|3|4|Flying$Whene Battlefield Promotion|Jumpstart|91|C|{1}{W}|Instant|||Put a +1/+1 counter on target creature. That creature gains first strike until end of turn. You gain 2 life.| Blessed Spirits|Jumpstart|92|U|{2}{W}|Creature - Spirit|2|2|Flying$Whenever you cast an enchantment spell, put a +1/+1 counter on Blessed Spirits.| Bulwark Giant|Jumpstart|93|C|{5}{W}|Creature - Giant Soldier|3|6|When Bulwark Giant enters the battlefield, you gain 5 life.| -Cathar's Companion|Jumpstart|94|C|{2}{W}|Creature - Hound|3|1|Whenever you cast a noncreature spell, Cathar's Companion gains indestructible until end of turn.| +Cathar's Companion|Jumpstart|94|C|{2}{W}|Creature - Dog|3|1|Whenever you cast a noncreature spell, Cathar's Companion gains indestructible until end of turn.| Cathars' Crusade|Jumpstart|95|R|{3}{W}{W}|Enchantment|||Whenever a creature enters the battlefield under your control, put a +1/+1 counter on each creature you control.| Celestial Mantle|Jumpstart|96|R|{3}{W}{W}{W}|Enchantment - Aura|||Enchant creature$Enchanted creature gets +3/+3.$Whenever enchanted creature deals combat damage to a player, double its controller's life total.| Cloudshift|Jumpstart|97|C|{W}|Instant|||Exile target creature you control, then return that card to the battlefield under your control.| @@ -37800,7 +37800,7 @@ Indomitable Will|Jumpstart|109|C|{1}{W}|Enchantment - Aura|||Flash$Enchant creat Inspired Charge|Jumpstart|110|C|{2}{W}{W}|Instant|||Creatures you control get +2/+1 until end of turn.| Inspiring Captain|Jumpstart|111|C|{3}{W}|Creature - Human Knight|3|3|When Inspiring Captain enters the battlefield, creatures you control get +1/+1 until end of turn.| Inspiring Unicorn|Jumpstart|112|U|{2}{W}{W}|Creature - Unicorn|2|2|Whenever Inspiring Unicorn attacks, creatures you control get +1/+1 until end of turn.| -Isamaru, Hound of Konda|Jumpstart|113|R|{W}|Legendary Creature - Hound|2|2|| +Isamaru, Hound of Konda|Jumpstart|113|R|{W}|Legendary Creature - Dog|2|2|| Knight of the Tusk|Jumpstart|114|C|{4}{W}{W}|Creature - Human Knight|3|7|Vigilance| Knightly Valor|Jumpstart|115|C|{4}{W}|Enchantment - Aura|||Enchant creature$When Knightly Valor enters the battlefield, create a 2/2 white Knight creature token with vigilance.$Enchanted creature gets +2/+2 and has vigilance.| Kor Spiritdancer|Jumpstart|116|R|{1}{W}|Creature - Kor Wizard|0|2|Kor Spiritdancer gets +2/+2 for each Aura attached to it.$Whenever you cast an Aura spell, you may draw a card.| @@ -37828,7 +37828,7 @@ Voice of the Provinces|Jumpstart|137|C|{4}{W}{W}|Creature - Angel|3|3|Flying$Whe Aegis Turtle|Jumpstart|138|C|{U}|Creature - Turtle|0|5|| Battleground Geist|Jumpstart|139|U|{4}{U}|Creature - Spirit|3|3|Flying$Other Spirit creatures you control get +1/+0.| Befuddle|Jumpstart|140|C|{2}{U}|Instant|||Target creature gets -4/-0 until end of turn.$Draw a card.| -Belltower Sphinx|Jumpstart|141|U|{4}{U}|Creature - Sphinx|2|5|Flying$Whenever a source deals damage to Belltower Sphinx, that source's controller puts that many cards from the top of their library into their graveyard.| +Belltower Sphinx|Jumpstart|141|U|{4}{U}|Creature - Sphinx|2|5|Flying$Whenever a source deals damage to Belltower Sphinx, that source's controller mills that many cards.| Chart a Course|Jumpstart|142|U|{1}{U}|Sorcery|||Draw two cards. Then discard a card unless you attacked this turn.| Cloudreader Sphinx|Jumpstart|143|C|{4}{U}|Creature - Sphinx|3|4|Flying$When Cloudreader Sphinx enters the battlefield, scry 2.| Coastal Piracy|Jumpstart|144|U|{2}{U}{U}|Enchantment|||Whenever a creature you control deals combat damage to an opponent, you may draw a card.| @@ -37861,7 +37861,7 @@ Rishadan Airship|Jumpstart|170|C|{2}{U}|Creature - Human Pirate|3|1|Flying$Risha Sage's Row Savant|Jumpstart|171|C|{1}{U}|Creature - Vedalken Wizard|2|1|When Sage's Row Savant enters the battlefield, scry 2.| Sailor of Means|Jumpstart|172|C|{2}{U}|Creature - Human Pirate|1|4|When Sailor of Means enters the battlefield, create a Treasure token.| Sea Gate Oracle|Jumpstart|173|C|{2}{U}|Creature - Human Wizard|1|3|When Sea Gate Oracle enters the battlefield, look at the top two cards of your library. Put one of them into your hand and the other on the bottom of your library.| -Selhoff Occultist|Jumpstart|174|C|{2}{U}|Creature - Human Rogue|2|3|Whenever Selhoff Occultist or another creature dies, target player puts the top card of their library into their graveyard.| +Selhoff Occultist|Jumpstart|174|C|{2}{U}|Creature - Human Rogue|2|3|Whenever Selhoff Occultist or another creature dies, target player mills a card.| Serendib Efreet|Jumpstart|175|R|{2}{U}|Creature - Efreet|3|4|Flying$At the beginning of your upkeep, Serendib Efreet deals 1 damage to you.| Sharding Sphinx|Jumpstart|176|R|{4}{U}{U}|Artifact Creature - Sphinx|4|4|Flying$Whenever an artifact creature you control deals combat damage to a player, you may create a 1/1 blue Thopter artifact creature token with flying.| Sigiled Starfish|Jumpstart|177|U|{1}{U}|Creature - Starfish|0|3|{T}: Scry 1.| @@ -37871,13 +37871,13 @@ Sweep Away|Jumpstart|180|C|{2}{U}|Instant|||Return target creature to its owner' Talrand, Sky Summoner|Jumpstart|181|R|{2}{U}{U}|Legendary Creature - Merfolk Wizard|2|2|Whenever you cast an instant or sorcery spell, create a 2/2 blue Drake creature token with flying.| Talrand's Invocation|Jumpstart|182|U|{2}{U}{U}|Sorcery|||Create two 2/2 blue Drake creature tokens with flying.| Thirst for Knowledge|Jumpstart|183|U|{2}{U}|Instant|||Draw three cards. Then discard two cards unless you discard an artifact card.| -Thought Collapse|Jumpstart|184|C|{1}{U}{U}|Instant|||Counter target spell. Its controller puts the top three cards of their library into their graveyard.| -Thought Scour|Jumpstart|185|C|{U}|Instant|||Target player puts the top two cards of their library into their graveyard.$Draw a card.| -Towering-Wave Mystic|Jumpstart|186|C|{1}{U}|Creature - Merfolk Wizard|2|1|Whenever Towering-Wave Mystic deals damage, target player puts that many cards from the top of their library into their graveyard.| +Thought Collapse|Jumpstart|184|C|{1}{U}{U}|Instant|||Counter target spell. Its controller mills three cards.| +Thought Scour|Jumpstart|185|C|{U}|Instant|||Target player mills two cards.$Draw a card.| +Towering-Wave Mystic|Jumpstart|186|C|{1}{U}|Creature - Merfolk Wizard|2|1|Whenever Towering-Wave Mystic deals damage, target player mills that many cards.| Vedalken Archmage|Jumpstart|187|R|{2}{U}{U}|Creature - Vedalken Wizard|0|2|Whenever you cast an artifact spell, draw a card.| -Vedalken Entrancer|Jumpstart|188|C|{3}{U}|Creature - Vedalken Wizard|1|4|{U}, {T}: Target player puts the top two cards of their library into their graveyard.| +Vedalken Entrancer|Jumpstart|188|C|{3}{U}|Creature - Vedalken Wizard|1|4|{U}, {T}: Target player mills two cards.| Voyage's End|Jumpstart|189|C|{1}{U}|Instant|||Return target creature to its owner's hand. Scry 1.| -Wall of Lost Thoughts|Jumpstart|190|U|{1}{U}|Creature - Wall|0|4|Defender$When Wall of Lost Thoughts enters the battlefield, target player puts the top four cards of their library into their graveyard.| +Wall of Lost Thoughts|Jumpstart|190|U|{1}{U}|Creature - Wall|0|4|Defender$When Wall of Lost Thoughts enters the battlefield, target player mills four cards.| Warden of Evos Isle|Jumpstart|191|U|{2}{U}|Creature - Bird Wizard|2|2|Flying$Creature spells with flying you cast cost {1} less to cast.| Waterknot|Jumpstart|192|C|{1}{U}{U}|Enchantment - Aura|||Enchant creature$When Waterknot enters the battlefield, tap enchanted creature.$Enchanted creature doesn't untap during its controller's untap step.| Whelming Wave|Jumpstart|193|R|{2}{U}{U}|Sorcery|||Return all creatures to their owners' hands except for Krakens, Leviathans, Octopuses, and Serpents.| @@ -37908,7 +37908,7 @@ Cemetery Recruitment|Jumpstart|217|C|{1}{B}|Sorcery|||Return target creature car Child of Night|Jumpstart|218|C|{1}{B}|Creature - Vampire|2|1|Lifelink| Corpse Hauler|Jumpstart|219|C|{1}{B}|Creature - Human Rogue|2|1|{2}{B}, Sacrifice Corpse Hauler: Return another target creature card from your graveyard to your hand.| Corpse Traders|Jumpstart|220|U|{3}{B}|Creature - Human Rogue|3|3|{2}{B}, Sacrifice a creature: Target opponent reveals their hand. You choose a card from it. That player discards that card. Activate this ability only any time you could cast a sorcery.| -Crow of Dark Tidings|Jumpstart|221|C|{2}{B}|Creature - Zombie Bird|2|1|Flying$When Crow of Dark Tidings enters the battlefield or dies, put the top two cards of your library into your graveyard.| +Crow of Dark Tidings|Jumpstart|221|C|{2}{B}|Creature - Zombie Bird|2|1|Flying$When Crow of Dark Tidings enters the battlefield or dies, mill two cards.| Death's Approach|Jumpstart|222|C|{B}|Enchantment - Aura|||Enchant creature$Enchanted creature gets -X/-X, where X is the number of creature cards in its controller's graveyard.| Douse in Gloom|Jumpstart|223|C|{2}{B}|Instant|||Douse in Gloom deals 2 damage to target creature and you gain 2 life.| Drainpipe Vermin|Jumpstart|224|C|{B}|Creature - Rat|1|1|When Drainpipe Vermin dies, you may pay {B}. If you do, target player discards a card.| @@ -37917,12 +37917,12 @@ Dutiful Attendant|Jumpstart|226|C|{2}{B}|Creature - Human Warrior|1|2|When Dutif Entomber Exarch|Jumpstart|227|U|{2}{B}{B}|Creature - Cleric|2|2|When Entomber Exarch enters the battlefield, choose one —$• Return target creature card from your graveyard to your hand.$• Target opponent reveals their hand. You choose a noncreature card from it. That player discards that card.| Eternal Taskmaster|Jumpstart|228|U|{1}{B}|Creature - Zombie|2|3|Eternal Taskmaster enters the battlefield tapped.$Whenever Eternal Taskmaster attacks, you may pay {2}{B}. If you do, return target creature card from your graveyard to your hand.| Eternal Thirst|Jumpstart|229|C|{1}{B}|Enchantment - Aura|||Enchant creature$Enchanted creature has lifelink and "Whenever a creature an opponent controls dies, put a +1/+1 counter on this creature."| -Exhume|Jumpstart|230|C|{1}{B}|Sorcery|||Each player puts a creature card from their graveyard onto the battlefield.| +Exhume|Jumpstart|230|U|{1}{B}|Sorcery|||Each player puts a creature card from their graveyard onto the battlefield.| Exquisite Blood|Jumpstart|231|R|{4}{B}|Enchantment|||Whenever an opponent loses life, you gain that much life.| Falkenrath Noble|Jumpstart|232|U|{3}{B}|Creature - Vampire Noble|2|2|Flying$Whenever Falkenrath Noble or another creature dies, target player loses 1 life and you gain 1 life.| Fell Specter|Jumpstart|233|U|{3}{B}|Creature - Specter|1|3|Flying$When Fell Specter enters the battlefield, target opponent discards a card.$Whenever an opponent discards a card, that player loses 2 life.| Festering Newt|Jumpstart|234|C|{B}|Creature - Salamander|1|1|When Festering Newt dies, target creature an opponent controls gets -1/-1 until end of turn. That creature gets -4/-4 instead if you control a creature named Bogbrew Witch.| -Funeral Rites|Jumpstart|235|C|{2}{B}|Sorcery|||You draw two cards, lose 2 life, and put the top two cards of your library into your graveyard.| +Funeral Rites|Jumpstart|235|C|{2}{B}|Sorcery|||You draw two cards, lose 2 life, then mill two cards.| Ghoulcaller Gisa|Jumpstart|236|M|{3}{B}{B}|Legendary Creature - Human Wizard|3|4|{B}, {T}, Sacrifice another creature: Create X 2/2 black Zombie creature tokens, where X is the sacrificed creature's power.| Ghoulcaller's Accomplice|Jumpstart|237|C|{1}{B}|Creature - Human Rogue|2|2|{3}{B}, Exile Ghoulcaller's Accomplice from your graveyard: Create a 2/2 black Zombie creature token. Activate this ability only any time you could cast a sorcery.| Ghoulraiser|Jumpstart|238|C|{1}{B}{B}|Creature - Zombie|2|2|When Ghoulraiser enters the battlefield, return a Zombie card at random from your graveyard to your hand.| @@ -37944,7 +37944,7 @@ Malakir Familiar|Jumpstart|253|U|{2}{B}|Creature - Bat|2|1|Flying, deathtouch$Wh Mark of the Vampire|Jumpstart|254|C|{3}{B}|Enchantment - Aura|||Enchant creature$Enchanted creature gets +2/+2 and has lifelink.| Mausoleum Turnkey|Jumpstart|255|U|{3}{B}|Creature - Ogre Rogue|3|2|When Mausoleum Turnkey enters the battlefield, return target creature card of an opponent's choice from your graveyard to your hand.| Miasmic Mummy|Jumpstart|256|C|{1}{B}|Creature - Zombie Jackal|2|2|When Miasmic Mummy enters the battlefield, each player discards a card.| -Mire Triton|Jumpstart|257|U|{1}{B}|Creature - Zombie Merfolk|2|1|Deathtouch$When Mire Triton enters the battlefield, put the top two cards of your library into your graveyard and you gain 2 life.| +Mire Triton|Jumpstart|257|U|{1}{B}|Creature - Zombie Merfolk|2|1|Deathtouch$When Mire Triton enters the battlefield, mill two cards and you gain 2 life.| Nightshade Stinger|Jumpstart|258|C|{B}|Creature - Faerie Rogue|1|1|Flying$Nightshade Stinger can't block.| Nyxathid|Jumpstart|259|R|{1}{B}{B}|Creature - Elemental|7|7|As Nyxathid enters the battlefield, choose an opponent.$Nyxathid gets -1/-1 for each card in the chosen player's hand.| Ogre Slumlord|Jumpstart|260|R|{3}{B}{B}|Creature - Ogre Rogue|3|3|Whenever another nontoken creature dies, you may create a 1/1 black Rat creature token.$Rats you control have deathtouch.| @@ -37973,11 +37973,11 @@ Swarm of Bloodflies|Jumpstart|282|U|{4}{B}|Creature - Insect|0|0|Flying$Swarm of Tempting Witch|Jumpstart|283|U|{2}{B}|Creature - Human Warlock|1|3|When Tempting Witch enters the battlefield, create a Food token.${2}, {T}, Sacrifice a Food: Target player loses 3 life.| Tithebearer Giant|Jumpstart|284|C|{5}{B}|Creature - Giant Warrior|4|5|When Tithebearer Giant enters the battlefield, you draw a card and you lose 1 life.| Vampire Neonate|Jumpstart|285|C|{B}|Creature - Vampire|0|3|{2}, {T}: Each opponent loses 1 life and you gain 1 life.| -Wailing Ghoul|Jumpstart|286|C|{1}{B}|Creature - Zombie|1|3|When Wailing Ghoul enters the battlefield, put the top two cards of your library into your graveyard.| +Wailing Ghoul|Jumpstart|286|C|{1}{B}|Creature - Zombie|1|3|When Wailing Ghoul enters the battlefield, mill two cards.| Wight of Precinct Six|Jumpstart|287|C|{1}{B}|Creature - Zombie|1|1|Wight of Precinct Six gets +1/+1 for each creature card in your opponents' graveyards.| Zombie Infestation|Jumpstart|288|U|{1}{B}|Enchantment|||Discard two cards: Create a 2/2 black Zombie creature token.| Act of Treason|Jumpstart|289|C|{2}{R}|Sorcery|||Gain control of target creature until end of turn. Untap that creature. It gains haste until end of turn.| -Ashmouth Hound|Jumpstart|290|C|{1}{R}|Creature - Elemental Hound|2|1|Whenever Ashmouth Hound blocks or becomes blocked by a creature, Ashmouth Hound deals 1 damage to that creature.| +Ashmouth Hound|Jumpstart|290|C|{1}{R}|Creature - Elemental Dog|2|1|Whenever Ashmouth Hound blocks or becomes blocked by a creature, Ashmouth Hound deals 1 damage to that creature.| Ball Lightning|Jumpstart|291|R|{R}{R}{R}|Creature - Elemental|6|1|Trample$Haste$At the beginning of the end step, sacrifice Ball Lightning.| Barrage of Expendables|Jumpstart|292|U|{R}|Enchantment|||{R}, Sacrifice a creature: Barrage of Expendables deals 1 damage to any target.| Bathe in Dragonfire|Jumpstart|293|C|{2}{R}|Sorcery|||Bathe in Dragonfire deals 4 damage to target creature.| @@ -37995,7 +37995,7 @@ Cinder Elemental|Jumpstart|304|U|{3}{R}|Creature - Elemental|2|2|{X}{R}, {T}, Sa Collateral Damage|Jumpstart|305|C|{R}|Instant|||As an additional cost to cast this spell, sacrifice a creature.$Collateral Damage deals 3 damage to any target.| Dance with Devils|Jumpstart|306|U|{3}{R}|Instant|||Create two 1/1 red Devil creature tokens. They have "When this creature dies, it deals 1 damage to any target."| Doublecast|Jumpstart|307|U|{R}{R}|Sorcery|||When you cast your next instant or sorcery spell this turn, copy that spell. You may choose new targets for the copy.| -Draconic Roar|Jumpstart|308|C|{1}{R}|Instant|||As an additional cost to cast this spell, you may reveal a Dragon card from your hand.$Draconic Roar deals 3 damage to target creature. If you revealed a Dragon card or controlled a Dragon as you cast this spell, Draconic Roar deals 3 damage to that creature's controller.| +Draconic Roar|Jumpstart|308|U|{1}{R}|Instant|||As an additional cost to cast this spell, you may reveal a Dragon card from your hand.$Draconic Roar deals 3 damage to target creature. If you revealed a Dragon card or controlled a Dragon as you cast this spell, Draconic Roar deals 3 damage to that creature's controller.| Dragon Fodder|Jumpstart|309|C|{1}{R}|Sorcery|||Create two 1/1 red Goblin creature tokens.| Dragon Hatchling|Jumpstart|310|C|{1}{R}|Creature - Dragon|0|1|Flying${R}: Dragon Hatchling gets +1/+0 until end of turn.| Dragonlord's Servant|Jumpstart|311|U|{1}{R}|Creature - Goblin Shaman|1|3|Dragon spells you cast cost {1} less to cast.| @@ -38010,7 +38010,7 @@ Flametongue Kavu|Jumpstart|319|U|{3}{R}|Creature - Kavu|4|2|When Flametongue Kav Fling|Jumpstart|320|C|{1}{R}|Instant|||As an additional cost to cast this spell, sacrifice a creature.$Fling deals damage equal to the sacrificed creature's power to any target.| Flurry of Horns|Jumpstart|321|C|{4}{R}|Sorcery|||Create two 2/3 red Minotaur creature tokens with haste.| Forge Devil|Jumpstart|322|C|{R}|Creature - Devil|1|1|When Forge Devil enters the battlefield, it deals 1 damage to target creature and 1 damage to you.| -Furnace Whelp|Jumpstart|323|C|{2}{R}{R}|Creature - Dragon|2|2|Flying${R}: Furnace Whelp gets +1/+0 until end of turn.| +Furnace Whelp|Jumpstart|323|U|{2}{R}{R}|Creature - Dragon|2|2|Flying${R}: Furnace Whelp gets +1/+0 until end of turn.| Goblin Chieftain|Jumpstart|324|R|{1}{R}{R}|Creature - Goblin|2|2|Haste$Other Goblin creatures you control get +1/+1 and have haste.| Goblin Commando|Jumpstart|325|U|{4}{R}|Creature - Goblin|2|2|When Goblin Commando enters the battlefield, it deals 2 damage to target creature.| Goblin Goon|Jumpstart|326|R|{3}{R}|Creature - Goblin Mutant|6|6|Goblin Goon can't attack unless you control more creatures than defending player.$Goblin Goon can't block unless you control more creatures than attacking player.| @@ -38141,7 +38141,7 @@ Dinrova Horror|Jumpstart|450|U|{4}{U}{B}|Creature - Horror|4|4|When Dinrova Horr Fusion Elemental|Jumpstart|451|U|{W}{U}{B}{R}{G}|Creature - Elemental|8|8|| Ironroot Warlord|Jumpstart|452|U|{1}{G}{W}|Creature - Treefolk Soldier|*|5|Ironroot Warlord's power is equal to the number of creatures you control.${3}{G}{W}: Create a 1/1 white Soldier creature token.| Lawmage's Binding|Jumpstart|453|C|{1}{W}{U}|Enchantment - Aura|||Flash$Enchant creature$Enchanted creature can't attack or block, and its activated abilities can't be activated.| -Maelstrom Archangel|Jumpstart|454|M|{W}{U}{B}{R}{G}|Creature - Angel|5|5|Flying$Whenever Maelstrom Archangel deals combat damage to a player, you may cast a nonland card from your hand without paying its mana cost.| +Maelstrom Archangel|Jumpstart|454|M|{W}{U}{B}{R}{G}|Creature - Angel|5|5|Flying$Whenever Maelstrom Archangel deals combat damage to a player, you may cast a spell from your hand without paying its mana cost.| Raging Regisaur|Jumpstart|455|U|{2}{R}{G}|Creature - Dinosaur|4|4|Whenever Raging Regisaur attacks, it deals 1 damage to any target.| Aether Spellbomb|Jumpstart|456|C|{1}|Artifact|||{U}, Sacrifice Aether Spellbomb: Return target creature to its owner's hand.${1}, Sacrifice Aether Spellbomb: Draw a card.| Alloy Myr|Jumpstart|457|C|{3}|Artifact Creature - Myr|2|2|{T}: Add one mana of any color.|