diff --git a/Mage.Sets/src/mage/sets/CoreSet2020.java b/Mage.Sets/src/mage/sets/CoreSet2020.java index 6e37f10205b..5ef74952c38 100644 --- a/Mage.Sets/src/mage/sets/CoreSet2020.java +++ b/Mage.Sets/src/mage/sets/CoreSet2020.java @@ -48,6 +48,7 @@ public final class CoreSet2020 extends ExpansionSet { cards.add(new SetCardInfo("Ironroot Warlord", 209, Rarity.UNCOMMON, mage.cards.i.IronrootWarlord.class)); cards.add(new SetCardInfo("Kykar, Wind's Fury", 212, Rarity.MYTHIC, mage.cards.k.KykarWindsFury.class)); cards.add(new SetCardInfo("Leyline of Sanctity", 26, Rarity.RARE, mage.cards.l.LeylineOfSanctity.class)); + cards.add(new SetCardInfo("Leyline of the Void", 107, Rarity.RARE, mage.cards.l.LeylineOfTheVoid.class)); cards.add(new SetCardInfo("Negate", 69, Rarity.COMMON, mage.cards.n.Negate.class)); cards.add(new SetCardInfo("Octoprophet", 70, Rarity.COMMON, mage.cards.o.Octoprophet.class)); cards.add(new SetCardInfo("Silverback Shaman", 195, Rarity.COMMON, mage.cards.s.SilverbackShaman.class)); diff --git a/Utils/mtg-cards-data.txt b/Utils/mtg-cards-data.txt index a8f877fa04a..3e28d07cccf 100644 --- a/Utils/mtg-cards-data.txt +++ b/Utils/mtg-cards-data.txt @@ -35381,6 +35381,7 @@ Octoprophet|Core Set 2020|70|C|{3}{U}|Creature - Octopus|3|3|When Octoprophet en Unsummon|Core Set 2020|78|C|{U}|Instant|||Return target creature to its owner's hand.| Disfigure|Core Set 2020|95|U|{B}|Instant|||Target creature gets -2/-2 until end of turn.| Dread Presence|Core Set 2020|96|R|{3}{B}|Creature - Nightmare|3|3|Whenever a Swamp enters the battlefield under your control, choose one —$• You draw a card and you lose 1 life.$• Dread Presence deals 2 damage to any target and you gain 2 life.| +Leyline of the Void|Core Set 2020|107|R|{2}{B}{B}|Enchantment|||If Leyline of the Void is in your opening hand, you may begin the game with it on the battlefield.$If a card would be put into an opponent's graveyard from anywhere, exile it instead.| Scheming Symmetry|Core Set 2020|113|R|{B}|Sorcery|||Choose two target players. Each of them searches their library for a card, then shuffles their library and puts that card on top of it.| Thought Distortion|Core Set 2020|117|U|{4}{B}{B}|Sorcery|||This spell can't be countered.$Target opponent reveals their hand. Exile all noncreature, nonland cards from that player's hand and graveyard.| Yarok's Fenlurker|Core Set 2020|123|U|{B}{B}|Creature - Horror|1|1|When Yarok's Fenlurker enters the battlefield, each opponent exiles a card from their hand.${2}{B}: Yarok's Fenlurker gets +1/+1 until end of turn.|