diff --git a/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/ScryfallImageSupportCards.java b/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/ScryfallImageSupportCards.java
index 0659e5c3fbfc..fd19165944bf 100644
--- a/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/ScryfallImageSupportCards.java
+++ b/Mage.Client/src/main/java/org/mage/plugins/card/dl/sources/ScryfallImageSupportCards.java
@@ -543,7 +543,7 @@ public class ScryfallImageSupportCards {
add("WOT"); // Wilds of Eldraine: Enchanting Tales
add("WOC"); // Wilds of Eldraine Commander
add("LCI"); // The Lost Caverns of Ixalan
- add("LCC"); // The Lost Caverns of Ixalan Commander
+ add("LCC"); // The The Lost Caverns of Ixalan Commander
add("REX"); // Jurassic World Collection
add("SPG"); // Special Guests
add("RVR"); // Ravnica Remastered
diff --git a/Mage.Sets/src/mage/sets/DuelDecksAnthologyDivineVsDemonic.java b/Mage.Sets/src/mage/sets/DuelDecksAnthologyDivineVsDemonic.java
index b47d93b38d1f..45d85a882194 100644
--- a/Mage.Sets/src/mage/sets/DuelDecksAnthologyDivineVsDemonic.java
+++ b/Mage.Sets/src/mage/sets/DuelDecksAnthologyDivineVsDemonic.java
@@ -16,7 +16,7 @@ public static DuelDecksAnthologyDivineVsDemonic getInstance() {
}
private DuelDecksAnthologyDivineVsDemonic() {
- super("Duel Decks: Anthology, Divine vs. Demonic", "DVD", ExpansionSet.buildDate(2014, 12, 5), SetType.SUPPLEMENTAL);
+ super("Duel Decks Anthology: Divine vs. Demonic", "DVD", ExpansionSet.buildDate(2014, 12, 5), SetType.SUPPLEMENTAL);
this.blockName = "Duel Decks: Anthology";
this.hasBasicLands = true;
diff --git a/Mage.Sets/src/mage/sets/DuelDecksAnthologyElvesVsGoblins.java b/Mage.Sets/src/mage/sets/DuelDecksAnthologyElvesVsGoblins.java
index edcc6a2fa8c1..b6a2dd50e00a 100644
--- a/Mage.Sets/src/mage/sets/DuelDecksAnthologyElvesVsGoblins.java
+++ b/Mage.Sets/src/mage/sets/DuelDecksAnthologyElvesVsGoblins.java
@@ -16,7 +16,7 @@ public static DuelDecksAnthologyElvesVsGoblins getInstance() {
}
private DuelDecksAnthologyElvesVsGoblins() {
- super("Duel Decks: Anthology, Elves vs. Goblins", "EVG", ExpansionSet.buildDate(2014, 12, 5),
+ super("Duel Decks Anthology: Elves vs. Goblins", "EVG", ExpansionSet.buildDate(2014, 12, 5),
SetType.SUPPLEMENTAL);
this.blockName = "Duel Decks: Anthology";
this.hasBasicLands = true;
diff --git a/Mage.Sets/src/mage/sets/DuelDecksAnthologyGarrukVsLiliana.java b/Mage.Sets/src/mage/sets/DuelDecksAnthologyGarrukVsLiliana.java
index 0abb1006c187..28620e1a8d42 100644
--- a/Mage.Sets/src/mage/sets/DuelDecksAnthologyGarrukVsLiliana.java
+++ b/Mage.Sets/src/mage/sets/DuelDecksAnthologyGarrukVsLiliana.java
@@ -17,7 +17,7 @@ public static DuelDecksAnthologyGarrukVsLiliana getInstance() {
}
private DuelDecksAnthologyGarrukVsLiliana() {
- super("Duel Decks: Anthology, Garruk vs. Liliana", "GVL", ExpansionSet.buildDate(2014, 12, 5),
+ super("Duel Decks Anthology: Garruk vs. Liliana", "GVL", ExpansionSet.buildDate(2014, 12, 5),
SetType.SUPPLEMENTAL);
this.blockName = "Duel Decks: Anthology";
this.hasBasicLands = true;
diff --git a/Mage.Sets/src/mage/sets/DuelDecksAnthologyJaceVsChandra.java b/Mage.Sets/src/mage/sets/DuelDecksAnthologyJaceVsChandra.java
index 2939bed8bd1f..bf6bb01e8d43 100644
--- a/Mage.Sets/src/mage/sets/DuelDecksAnthologyJaceVsChandra.java
+++ b/Mage.Sets/src/mage/sets/DuelDecksAnthologyJaceVsChandra.java
@@ -17,7 +17,7 @@ public static DuelDecksAnthologyJaceVsChandra getInstance() {
}
private DuelDecksAnthologyJaceVsChandra() {
- super("Duel Decks: Anthology, Jace vs. Chandra", "JVC", ExpansionSet.buildDate(2014, 12, 5),
+ super("Duel Decks Anthology: Jace vs. Chandra", "JVC", ExpansionSet.buildDate(2014, 12, 5),
SetType.SUPPLEMENTAL);
this.blockName = "Duel Decks: Anthology";
this.hasBasicLands = true;
diff --git a/Mage.Sets/src/mage/sets/GuildsOfRavnicaGuildKits.java b/Mage.Sets/src/mage/sets/GRNGuildKit.java
similarity index 97%
rename from Mage.Sets/src/mage/sets/GuildsOfRavnicaGuildKits.java
rename to Mage.Sets/src/mage/sets/GRNGuildKit.java
index b98dc623af4b..7df739bdf489 100644
--- a/Mage.Sets/src/mage/sets/GuildsOfRavnicaGuildKits.java
+++ b/Mage.Sets/src/mage/sets/GRNGuildKit.java
@@ -8,16 +8,16 @@
/**
* @author TheElk801
*/
-public final class GuildsOfRavnicaGuildKits extends ExpansionSet {
+public final class GRNGuildKit extends ExpansionSet {
- private static final GuildsOfRavnicaGuildKits instance = new GuildsOfRavnicaGuildKits();
+ private static final GRNGuildKit instance = new GRNGuildKit();
- public static GuildsOfRavnicaGuildKits getInstance() {
+ public static GRNGuildKit getInstance() {
return instance;
}
- private GuildsOfRavnicaGuildKits() {
- super("Guilds of Ravnica Guild Kits", "GK1", ExpansionSet.buildDate(2018, 11, 2), SetType.SUPPLEMENTAL);
+ private GRNGuildKit() {
+ super("GRN Guild Kit", "GK1", ExpansionSet.buildDate(2018, 11, 2), SetType.SUPPLEMENTAL);
this.blockName = "Guild Kits";
this.hasBasicLands = true;
diff --git a/Mage.Sets/src/mage/sets/GlobalSeriesJiangYangguAndMuYanling.java b/Mage.Sets/src/mage/sets/GlobalSeriesJiangYangguAndMuYanling.java
index 1fe5de31fb42..4fdf0743529a 100644
--- a/Mage.Sets/src/mage/sets/GlobalSeriesJiangYangguAndMuYanling.java
+++ b/Mage.Sets/src/mage/sets/GlobalSeriesJiangYangguAndMuYanling.java
@@ -16,7 +16,7 @@ public static GlobalSeriesJiangYangguAndMuYanling getInstance() {
}
private GlobalSeriesJiangYangguAndMuYanling() {
- super("Global Series: Jiang Yanggu & Mu Yanling", "GS1", ExpansionSet.buildDate(2018, 6, 22), SetType.SUPPLEMENTAL);
+ super("Global Series Jiang Yanggu & Mu Yanling", "GS1", ExpansionSet.buildDate(2018, 6, 22), SetType.SUPPLEMENTAL);
this.blockName = "Global Series";
this.hasBasicLands = true;
diff --git a/Mage.Sets/src/mage/sets/HASCONPromo2017.java b/Mage.Sets/src/mage/sets/HasCon2017.java
similarity index 67%
rename from Mage.Sets/src/mage/sets/HASCONPromo2017.java
rename to Mage.Sets/src/mage/sets/HasCon2017.java
index 9a29ec7dcefe..a8ef14cac472 100644
--- a/Mage.Sets/src/mage/sets/HASCONPromo2017.java
+++ b/Mage.Sets/src/mage/sets/HasCon2017.java
@@ -8,16 +8,16 @@
/**
* @author Saga
*/
-public final class HASCONPromo2017 extends ExpansionSet {
+public final class HasCon2017 extends ExpansionSet {
- private static final HASCONPromo2017 instance = new HASCONPromo2017();
+ private static final HasCon2017 instance = new HasCon2017();
- public static HASCONPromo2017 getInstance() {
+ public static HasCon2017 getInstance() {
return instance;
}
- private HASCONPromo2017() {
- super("HASCON Promo 2017", "H17", ExpansionSet.buildDate(2017, 9, 8), SetType.JOKE_SET);
+ private HasCon2017() {
+ super("HasCon 2017", "H17", ExpansionSet.buildDate(2017, 9, 8), SetType.JOKE_SET);
this.hasBasicLands = false;
cards.add(new ExpansionSet.SetCardInfo("Grimlock, Dinobot Leader", 1, Rarity.MYTHIC, mage.cards.g.GrimlockDinobotLeader.class));
diff --git a/Mage.Sets/src/mage/sets/MysteryBoosterPlaytest.java b/Mage.Sets/src/mage/sets/MysteryBoosterPlaytestCards2019.java
similarity index 78%
rename from Mage.Sets/src/mage/sets/MysteryBoosterPlaytest.java
rename to Mage.Sets/src/mage/sets/MysteryBoosterPlaytestCards2019.java
index 11f725f4943a..07128fac6868 100644
--- a/Mage.Sets/src/mage/sets/MysteryBoosterPlaytest.java
+++ b/Mage.Sets/src/mage/sets/MysteryBoosterPlaytestCards2019.java
@@ -10,16 +10,16 @@
* https://scryfall.com/sets/cmb1
*
*/
-public class MysteryBoosterPlaytest extends ExpansionSet {
+public class MysteryBoosterPlaytestCards2019 extends ExpansionSet {
- private static final MysteryBoosterPlaytest instance = new MysteryBoosterPlaytest();
+ private static final MysteryBoosterPlaytestCards2019 instance = new MysteryBoosterPlaytestCards2019();
- public static MysteryBoosterPlaytest getInstance() {
+ public static MysteryBoosterPlaytestCards2019 getInstance() {
return instance;
}
- private MysteryBoosterPlaytest() {
- super("Mystery Booster Playtest", "CMB1", ExpansionSet.buildDate(2019, 11, 7), SetType.JOKE_SET);
+ private MysteryBoosterPlaytestCards2019() {
+ super("Mystery Booster Playtest Cards 2019", "CMB1", ExpansionSet.buildDate(2019, 11, 7), SetType.JOKE_SET);
this.hasBoosters = false;
this.hasBasicLands = false;
diff --git a/Mage.Sets/src/mage/sets/RavnicaAllegianceGuildKits.java b/Mage.Sets/src/mage/sets/RNAGuildKit.java
similarity index 97%
rename from Mage.Sets/src/mage/sets/RavnicaAllegianceGuildKits.java
rename to Mage.Sets/src/mage/sets/RNAGuildKit.java
index 0416786dc095..99e6050093d4 100644
--- a/Mage.Sets/src/mage/sets/RavnicaAllegianceGuildKits.java
+++ b/Mage.Sets/src/mage/sets/RNAGuildKit.java
@@ -7,16 +7,16 @@
/**
* @author JayDi85
*/
-public final class RavnicaAllegianceGuildKits extends ExpansionSet {
+public final class RNAGuildKit extends ExpansionSet {
- private static final RavnicaAllegianceGuildKits instance = new RavnicaAllegianceGuildKits();
+ private static final RNAGuildKit instance = new RNAGuildKit();
- public static RavnicaAllegianceGuildKits getInstance() {
+ public static RNAGuildKit getInstance() {
return instance;
}
- private RavnicaAllegianceGuildKits() {
- super("Ravnica Allegiance Guild Kits", "GK2", ExpansionSet.buildDate(2019, 2, 15), SetType.SUPPLEMENTAL);
+ private RNAGuildKit() {
+ super("RNA Guild Kit", "GK2", ExpansionSet.buildDate(2019, 2, 15), SetType.SUPPLEMENTAL);
this.blockName = "Guild Kits";
this.hasBasicLands = true;
diff --git a/Mage.Sets/src/mage/sets/SecretLairThirtiethAnniversaryCountdownKit.java b/Mage.Sets/src/mage/sets/SecretLair30thAnniversaryCountdownKit.java
similarity index 91%
rename from Mage.Sets/src/mage/sets/SecretLairThirtiethAnniversaryCountdownKit.java
rename to Mage.Sets/src/mage/sets/SecretLair30thAnniversaryCountdownKit.java
index 51b6dc47881d..3659b27b23b1 100644
--- a/Mage.Sets/src/mage/sets/SecretLairThirtiethAnniversaryCountdownKit.java
+++ b/Mage.Sets/src/mage/sets/SecretLair30thAnniversaryCountdownKit.java
@@ -7,15 +7,15 @@
/**
* https://scryfall.com/sets/slc
*/
-public class SecretLairThirtiethAnniversaryCountdownKit extends ExpansionSet {
+public class SecretLair30thAnniversaryCountdownKit extends ExpansionSet {
- private static final SecretLairThirtiethAnniversaryCountdownKit instance = new SecretLairThirtiethAnniversaryCountdownKit();
+ private static final SecretLair30thAnniversaryCountdownKit instance = new SecretLair30thAnniversaryCountdownKit();
- public static SecretLairThirtiethAnniversaryCountdownKit getInstance() {
+ public static SecretLair30thAnniversaryCountdownKit getInstance() {
return instance;
}
- private SecretLairThirtiethAnniversaryCountdownKit() {
+ private SecretLair30thAnniversaryCountdownKit() {
super("Secret Lair 30th Anniversary Countdown Kit", "SLC", ExpansionSet.buildDate(2022, 11, 1), SetType.PROMOTIONAL);
this.hasBasicLands = false;
diff --git a/Mage.Sets/src/mage/sets/GiftPack2017.java b/Mage.Sets/src/mage/sets/The2017GiftPack.java
similarity index 74%
rename from Mage.Sets/src/mage/sets/GiftPack2017.java
rename to Mage.Sets/src/mage/sets/The2017GiftPack.java
index f7f9cd27cdb6..62e5b27add27 100644
--- a/Mage.Sets/src/mage/sets/GiftPack2017.java
+++ b/Mage.Sets/src/mage/sets/The2017GiftPack.java
@@ -7,16 +7,16 @@
/**
* https://scryfall.com/sets/g17
*/
-public class GiftPack2017 extends ExpansionSet {
+public class The2017GiftPack extends ExpansionSet {
- private static final GiftPack2017 instance = new GiftPack2017();
+ private static final The2017GiftPack instance = new The2017GiftPack();
- public static GiftPack2017 getInstance() {
+ public static The2017GiftPack getInstance() {
return instance;
}
- private GiftPack2017() {
- super("Gift Pack 2017", "G17", ExpansionSet.buildDate(2017, 10, 20), SetType.PROMOTIONAL);
+ private The2017GiftPack() {
+ super("2017 Gift Pack", "G17", ExpansionSet.buildDate(2017, 10, 20), SetType.PROMOTIONAL);
this.hasBoosters = false;
this.hasBasicLands = true;
diff --git a/Mage.Sets/src/mage/sets/ThirtiethAnniversaryEdition.java b/Mage.Sets/src/mage/sets/The30thAnniversaryEdition.java
similarity index 99%
rename from Mage.Sets/src/mage/sets/ThirtiethAnniversaryEdition.java
rename to Mage.Sets/src/mage/sets/The30thAnniversaryEdition.java
index dbee6878ba7c..4db6233f6aa7 100644
--- a/Mage.Sets/src/mage/sets/ThirtiethAnniversaryEdition.java
+++ b/Mage.Sets/src/mage/sets/The30thAnniversaryEdition.java
@@ -9,15 +9,15 @@
*
* @author JayDi85
*/
-public class ThirtiethAnniversaryEdition extends ExpansionSet {
+public class The30thAnniversaryEdition extends ExpansionSet {
- private static final ThirtiethAnniversaryEdition instance = new ThirtiethAnniversaryEdition();
+ private static final The30thAnniversaryEdition instance = new The30thAnniversaryEdition();
- public static ThirtiethAnniversaryEdition getInstance() {
+ public static The30thAnniversaryEdition getInstance() {
return instance;
}
- private ThirtiethAnniversaryEdition() {
+ private The30thAnniversaryEdition() {
super("30th Anniversary Edition", "30A", ExpansionSet.buildDate(2022, 11, 28), SetType.PROMOTIONAL);
this.hasBasicLands = true;
this.numBoosterLands = 3;
diff --git a/Mage.Sets/src/mage/sets/LostCavernsOfIxalanCommander.java b/Mage.Sets/src/mage/sets/TheLostCavernsOfIxalanCommander.java
similarity index 98%
rename from Mage.Sets/src/mage/sets/LostCavernsOfIxalanCommander.java
rename to Mage.Sets/src/mage/sets/TheLostCavernsOfIxalanCommander.java
index c9400da5bf88..0a1ca2edf904 100644
--- a/Mage.Sets/src/mage/sets/LostCavernsOfIxalanCommander.java
+++ b/Mage.Sets/src/mage/sets/TheLostCavernsOfIxalanCommander.java
@@ -8,16 +8,16 @@
/**
* @author Susucr
*/
-public final class LostCavernsOfIxalanCommander extends ExpansionSet {
+public final class TheLostCavernsOfIxalanCommander extends ExpansionSet {
- private static final LostCavernsOfIxalanCommander instance = new LostCavernsOfIxalanCommander();
+ private static final TheLostCavernsOfIxalanCommander instance = new TheLostCavernsOfIxalanCommander();
- public static LostCavernsOfIxalanCommander getInstance() {
+ public static TheLostCavernsOfIxalanCommander getInstance() {
return instance;
}
- private LostCavernsOfIxalanCommander() {
- super("Lost Caverns of Ixalan Commander", "LCC", ExpansionSet.buildDate(2023, 11, 17), SetType.SUPPLEMENTAL);
+ private TheLostCavernsOfIxalanCommander() {
+ super("The Lost Caverns of Ixalan Commander", "LCC", ExpansionSet.buildDate(2023, 11, 17), SetType.SUPPLEMENTAL);
this.hasBoosters = false;
this.hasBasicLands = false;
diff --git a/Mage.Verify/src/test/java/mage/verify/VerifyCardDataTest.java b/Mage.Verify/src/test/java/mage/verify/VerifyCardDataTest.java
index 71870579b1cf..9628e550fae4 100644
--- a/Mage.Verify/src/test/java/mage/verify/VerifyCardDataTest.java
+++ b/Mage.Verify/src/test/java/mage/verify/VerifyCardDataTest.java
@@ -904,13 +904,14 @@ public void test_checkMissingSetData() {
String needClassName = Arrays.stream(
set.getName()
.replaceAll("&", "And")
- .replaceAll("30th", "Thirtieth")
+ .replaceAll("^(\\d+)", "The$1") // replace starting "2007 xxx" by "The2007"
.replace("-", " ")
.replaceAll("[.+-/:\"']", "")
.split(" ")
).map(CardUtil::getTextWithFirstCharUpperCase).reduce("", String::concat);
if (!className.equals(needClassName)) {
+ // if set name start with a numbers then add "The" at the start
errorsList.add("Error: set's class name must be equal to set name: "
+ className + " from " + set.getClass().getName() + ", caption: " + set.getName() + ", need name: " + needClassName);
}
diff --git a/Utils/known-sets.txt b/Utils/known-sets.txt
index f7eae6d6aa0f..535b81756851 100644
--- a/Utils/known-sets.txt
+++ b/Utils/known-sets.txt
@@ -60,10 +60,10 @@ Dominaria United Commander|DominariaUnitedCommander|
Dragon's Maze|DragonsMaze|
Dragons of Tarkir|DragonsOfTarkir|
Duel Decks: Ajani vs. Nicol Bolas|DuelDecksAjaniVsNicolBolas|
-Duel Decks: Anthology, Divine vs. Demonic|DuelDecksAnthologyDivineVsDemonic|
-Duel Decks: Anthology, Elves vs. Goblins|DuelDecksAnthologyElvesVsGoblins|
-Duel Decks: Anthology, Garruk vs. Liliana|DuelDecksAnthologyGarrukVsLiliana|
-Duel Decks: Anthology, Jace vs. Chandra|DuelDecksAnthologyJaceVsChandra|
+Duel Decks Anthology: Divine vs. Demonic|DuelDecksAnthologyDivineVsDemonic|
+Duel Decks Anthology: Elves vs. Goblins|DuelDecksAnthologyElvesVsGoblins|
+Duel Decks Anthology: Garruk vs. Liliana|DuelDecksAnthologyGarrukVsLiliana|
+Duel Decks Anthology: Jace vs. Chandra|DuelDecksAnthologyJaceVsChandra|
Duel Decks: Blessed vs. Cursed|DuelDecksBlessedVsCursed|
Duel Decks: Divine vs. Demonic|DuelDecksDivineVsDemonic|
Duel Decks: Elspeth vs. Kiora|DuelDecksElspethVsKiora|
@@ -118,13 +118,13 @@ Game Night|GameNight|
Game Night 2019|GameNight2019|
Game Night: Free-for-All|GameNightFreeforAll|
Gatecrash|Gatecrash|
-Global Series: Jiang Yanggu & Mu Yanling|GlobalSeriesJiangYangguAndMuYanling|
+Global Series Jiang Yanggu & Mu Yanling|GlobalSeriesJiangYangguAndMuYanling|
Grand Prix|GrandPrixPromos|
Guildpact|Guildpact|
Guilds of Ravnica|GuildsOfRavnica|
Guru|Guru|
Happy Holidays|HappyHolidays|
-HASCON Promo 2017|HASCONPromo2017|
+HasCon 2017|HASCONPromo2017|
Heroes of the Realm|HeroesOfTheRealm|
Homelands|Homelands|
Hour of Devastation|HourOfDevastation|
@@ -160,7 +160,7 @@ The Lord of the Rings: Tales of Middle-earth|TheLordOfTheRingsTalesOfMiddleEarth
Tales of Middle-earth Commander|TalesOfMiddleEarthCommander|
Lorwyn|Lorwyn|
The Lost Caverns of Ixalan|TheLostCavernsOfIxalan|
-Lost Caverns of Ixalan Commander|LostCavernsOfIxalanCommander|
+The Lost Caverns of Ixalan Commander|LostCavernsOfIxalanCommander|
Magic 2010|Magic2010|
Magic 2011|Magic2011|
Magic 2012|Magic2012|
diff --git a/Utils/mtg-cards-data.txt b/Utils/mtg-cards-data.txt
index 95baf2699522..eb1f2af96793 100644
--- a/Utils/mtg-cards-data.txt
+++ b/Utils/mtg-cards-data.txt
@@ -4590,255 +4590,255 @@ Island|Duel Decks: Ajani vs. Nicol Bolas|79|L||Basic Land - Island|||U|
Sylvan Ranger|Duel Decks: Ajani vs. Nicol Bolas|8|C|{1}{G}|Creature - Elf Scout|1|1|When Sylvan Ranger enters the battlefield, you may search your library for a basic land card, reveal it, put it into your hand, then shuffle your library.|
Mountain|Duel Decks: Ajani vs. Nicol Bolas|80|L||Basic Land - Mountain|||R|
Ajani's Pridemate|Duel Decks: Ajani vs. Nicol Bolas|9|U|{1}{W}|Creature - Cat Soldier|2|2|Whenever you gain life, you may put a +1/+1 counter on Ajani's Pridemate. (For example, if an effect causes you to gain 3 life, you may put one +1/+1 counter on this creature.)|
-Ambush Commander|Duel Decks: Anthology, Elves vs. Goblins|1|R|{3}{G}{G}|Creature - Elf|2|2|Forests you control are 1/1 green Elf creatures that are still lands.${1}{G}, Sacrifice an Elf: Target creature gets +3/+3 until end of turn.|
-Lys Alana Huntmaster|Duel Decks: Anthology, Elves vs. Goblins|10|C|{2}{G}{G}|Creature - Elf Warrior|3|3|Whenever you cast an Elf spell, you may put a 1/1 green Elf Warrior creature token onto the battlefield.|
-Stonewood Invoker|Duel Decks: Anthology, Elves vs. Goblins|11|C|{1}{G}|Creature - Elf Mutant|2|2|{7}{G}: Stonewood Invoker gets +5/+5 until end of turn.|
-Sylvan Messenger|Duel Decks: Anthology, Elves vs. Goblins|12|U|{3}{G}|Creature - Elf|2|2|Trample$When Sylvan Messenger enters the battlefield, reveal the top four cards of your library. Put all Elf cards revealed this way into your hand and the rest on the bottom of your library in any order.|
-Timberwatch Elf|Duel Decks: Anthology, Elves vs. Goblins|13|C|{2}{G}|Creature - Elf|1|2|{tap}: Target creature gets +X/+X until end of turn, where X is the number of Elves on the battlefield.|
-Voice of the Woods|Duel Decks: Anthology, Elves vs. Goblins|14|R|{3}{G}{G}|Creature - Elf|2|2|Tap five untapped Elves you control: Put a 7/7 green Elemental creature token with trample onto the battlefield.|
-Wellwisher|Duel Decks: Anthology, Elves vs. Goblins|15|C|{1}{G}|Creature - Elf|1|1|{tap}: You gain 1 life for each Elf on the battlefield.|
-Wirewood Herald|Duel Decks: Anthology, Elves vs. Goblins|16|C|{1}{G}|Creature - Elf|1|1|When Wirewood Herald dies, you may search your library for an Elf card, reveal that card, put it into your hand, then shuffle your library.|
-Wirewood Symbiote|Duel Decks: Anthology, Elves vs. Goblins|17|U|{G}|Creature - Insect|1|1|Return an Elf you control to its owner's hand: Untap target creature. Activate this ability only once each turn.|
-Wood Elves|Duel Decks: Anthology, Elves vs. Goblins|18|C|{2}{G}|Creature - Elf Scout|1|1|When Wood Elves enters the battlefield, search your library for a Forest card and put that card onto the battlefield. Then shuffle your library.|
-Wren's Run Vanquisher|Duel Decks: Anthology, Elves vs. Goblins|19|U|{1}{G}|Creature - Elf Warrior|3|3|As an additional cost to cast Wren's Run Vanquisher, reveal an Elf card from your hand or pay {3}.$Deathtouch (Any amount of damage this deals to a creature is enough to destroy it.)|
-Allosaurus Rider|Duel Decks: Anthology, Elves vs. Goblins|2|R|{5}{G}{G}|Creature - Elf Warrior|1+*|1+*|You may exile two green cards from your hand rather than pay Allosaurus Rider's mana cost.$Allosaurus Rider's power and toughness are each equal to 1 plus the number of lands you control.|
-Elvish Promenade|Duel Decks: Anthology, Elves vs. Goblins|20|U|{3}{G}|Tribal Sorcery - Elf|||Put a 1/1 green Elf Warrior creature token onto the battlefield for each Elf you control.|
-Giant Growth|Duel Decks: Anthology, Elves vs. Goblins|21|C|{G}|Instant|||Target creature gets +3/+3 until end of turn.|
-Harmonize|Duel Decks: Anthology, Elves vs. Goblins|22|U|{2}{G}{G}|Sorcery|||Draw three cards.|
-Wildsize|Duel Decks: Anthology, Elves vs. Goblins|23|C|{2}{G}|Instant|||Target creature gets +2/+2 and gains trample until end of turn.$Draw a card.|
-Moonglove Extract|Duel Decks: Anthology, Elves vs. Goblins|24|C|{3}|Artifact|||Sacrifice Moonglove Extract: Moonglove Extract deals 2 damage to any target.|
-Slate of Ancestry|Duel Decks: Anthology, Elves vs. Goblins|25|R|{4}|Artifact|||{4}, {tap}, Discard your hand: Draw a card for each creature you control.|
-Wirewood Lodge|Duel Decks: Anthology, Elves vs. Goblins|26|U||Land|||{tap}: Add {C}.${G}, {tap}: Untap target Elf.|
-Tranquil Thicket|Duel Decks: Anthology, Elves vs. Goblins|27|C||Land|||Tranquil Thicket enters the battlefield tapped.${tap}: Add {G}.$Cycling {G} ({G}, Discard this card: Draw a card.)|
-Forest|Duel Decks: Anthology, Elves vs. Goblins|28|L||Basic Land - Forest|||G|
-Forest|Duel Decks: Anthology, Elves vs. Goblins|29|L||Basic Land - Forest|||G|
-Elvish Eulogist|Duel Decks: Anthology, Elves vs. Goblins|3|C|{G}|Creature - Elf Shaman|1|1|Sacrifice Elvish Eulogist: You gain 1 life for each Elf card in your graveyard.|
-Forest|Duel Decks: Anthology, Elves vs. Goblins|30|L||Basic Land - Forest|||G|
-Forest|Duel Decks: Anthology, Elves vs. Goblins|31|L||Basic Land - Forest|||G|
-Siege-Gang Commander|Duel Decks: Anthology, Elves vs. Goblins|32|R|{3}{R}{R}|Creature - Goblin|2|2|When Siege-Gang Commander enters the battlefield, put three 1/1 red Goblin creature tokens onto the battlefield.${1}{R}, Sacrifice a Goblin: Siege-Gang Commander deals 2 damage to any target.|
-Akki Coalflinger|Duel Decks: Anthology, Elves vs. Goblins|33|U|{1}{R}{R}|Creature - Goblin Shaman|2|2|First strike${R}, {tap}: Attacking creatures gain first strike until end of turn.|
-Clickslither|Duel Decks: Anthology, Elves vs. Goblins|34|R|{1}{R}{R}{R}|Creature - Insect|3|3|Haste$Sacrifice a Goblin: Clickslither gets +2/+2 and gains trample until end of turn.|
-Emberwilde Augur|Duel Decks: Anthology, Elves vs. Goblins|35|C|{1}{R}|Creature - Goblin Shaman|2|1|Sacrifice Emberwilde Augur: Emberwilde Augur deals 3 damage to target player. Activate this ability only during your upkeep.|
-Flamewave Invoker|Duel Decks: Anthology, Elves vs. Goblins|36|U|{2}{R}|Creature - Goblin Mutant|2|2|{7}{R}: Flamewave Invoker deals 5 damage to target player.|
-Gempalm Incinerator|Duel Decks: Anthology, Elves vs. Goblins|37|U|{2}{R}|Creature - Goblin|2|1|Cycling {1}{R} ({1}{R}, Discard this card: Draw a card.)$When you cycle Gempalm Incinerator, you may have it deal X damage to target creature, where X is the number of Goblins on the battlefield.|
-Goblin Cohort|Duel Decks: Anthology, Elves vs. Goblins|38|C|{R}|Creature - Goblin Warrior|2|2|Goblin Cohort can't attack unless you've cast a creature spell this turn.|
-Goblin Matron|Duel Decks: Anthology, Elves vs. Goblins|39|U|{2}{R}|Creature - Goblin|1|1|When Goblin Matron enters the battlefield, you may search your library for a Goblin card, reveal that card, and put it into your hand. If you do, shuffle your library.|
-Elvish Harbinger|Duel Decks: Anthology, Elves vs. Goblins|4|U|{2}{G}|Creature - Elf Druid|1|2|When Elvish Harbinger enters the battlefield, you may search your library for an Elf card, reveal it, then shuffle your library and put that card on top of it.${tap}: Add one mana of any color.|
-Goblin Ringleader|Duel Decks: Anthology, Elves vs. Goblins|40|U|{3}{R}|Creature - Goblin|2|2|Haste$When Goblin Ringleader enters the battlefield, reveal the top four cards of your library. Put all Goblin cards revealed this way into your hand and the rest on the bottom of your library in any order.|
-Goblin Sledder|Duel Decks: Anthology, Elves vs. Goblins|41|C|{R}|Creature - Goblin|1|1|Sacrifice a Goblin: Target creature gets +1/+1 until end of turn.|
-Goblin Warchief|Duel Decks: Anthology, Elves vs. Goblins|42|U|{1}{R}{R}|Creature - Goblin|2|2|Goblin spells you cast cost {1} less to cast.$Goblin creatures you control have haste.|
-Ib Halfheart, Goblin Tactician|Duel Decks: Anthology, Elves vs. Goblins|43|R|{3}{R}|Legendary Creature - Goblin Advisor|3|2|Whenever another Goblin you control becomes blocked, sacrifice it. If you do, it deals 4 damage to each creature blocking it.$Sacrifice two Mountains: Put two 1/1 red Goblin creature tokens onto the battlefield.|
-Mogg Fanatic|Duel Decks: Anthology, Elves vs. Goblins|44|U|{R}|Creature - Goblin|1|1|Sacrifice Mogg Fanatic: Mogg Fanatic deals 1 damage to any target.|
-Mogg War Marshal|Duel Decks: Anthology, Elves vs. Goblins|45|C|{1}{R}|Creature - Goblin Warrior|1|1|Echo {1}{R} (At the beginning of your upkeep, if this came under your control since the beginning of your last upkeep, sacrifice it unless you pay its echo cost.)$When Mogg War Marshal enters the battlefield or dies, put a 1/1 red Goblin creature token onto the battlefield.|
-Mudbutton Torchrunner|Duel Decks: Anthology, Elves vs. Goblins|46|C|{2}{R}|Creature - Goblin Warrior|1|1|When Mudbutton Torchrunner dies, it deals 3 damage to any target.|
-Raging Goblin|Duel Decks: Anthology, Elves vs. Goblins|47|C|{R}|Creature - Goblin Berserker|1|1|Haste (This creature can attack and {tap} as soon as it comes under your control.)|
-Reckless One|Duel Decks: Anthology, Elves vs. Goblins|48|U|{3}{R}|Creature - Goblin Avatar|*|*|Haste$Reckless One's power and toughness are each equal to the number of Goblins on the battlefield.|
-Skirk Drill Sergeant|Duel Decks: Anthology, Elves vs. Goblins|49|U|{1}{R}|Creature - Goblin|2|1|Whenever Skirk Drill Sergeant or another Goblin dies, you may pay {2}{R}. If you do, reveal the top card of your library. If it's a Goblin permanent card, put it onto the battlefield. Otherwise, put it into your graveyard.|
-Elvish Warrior|Duel Decks: Anthology, Elves vs. Goblins|5|C|{G}{G}|Creature - Elf Warrior|2|3||
-Skirk Fire Marshal|Duel Decks: Anthology, Elves vs. Goblins|50|R|{3}{R}{R}|Creature - Goblin|2|2|Protection from red$Tap five untapped Goblins you control: Skirk Fire Marshal deals 10 damage to each creature and each player.|
-Skirk Prospector|Duel Decks: Anthology, Elves vs. Goblins|51|C|{R}|Creature - Goblin|1|1|Sacrifice a Goblin: Add {R}.|
-Skirk Shaman|Duel Decks: Anthology, Elves vs. Goblins|52|C|{1}{R}{R}|Creature - Goblin Shaman|2|2|Skirk Shaman can't be blocked except by artifact creatures and/or red creatures.|
-Tar Pitcher|Duel Decks: Anthology, Elves vs. Goblins|53|U|{3}{R}|Creature - Goblin Shaman|2|2|{tap}, Sacrifice a Goblin: Tar Pitcher deals 2 damage to any target.|
-Boggart Shenanigans|Duel Decks: Anthology, Elves vs. Goblins|54|U|{2}{R}|Tribal Enchantment - Goblin|||Whenever another Goblin you control dies, you may have Boggart Shenanigans deal 1 damage to target player.|
-Spitting Earth|Duel Decks: Anthology, Elves vs. Goblins|55|C|{1}{R}|Sorcery|||Spitting Earth deals damage to target creature equal to the number of Mountains you control.|
-Tarfire|Duel Decks: Anthology, Elves vs. Goblins|56|C|{R}|Tribal Instant - Goblin|||Tarfire deals 2 damage to any target.|
-Forgotten Cave|Duel Decks: Anthology, Elves vs. Goblins|57|C||Land|||Forgotten Cave enters the battlefield tapped.${tap}: Add {R}.$Cycling {R} ({R}, Discard this card: Draw a card.)|
-Goblin Burrows|Duel Decks: Anthology, Elves vs. Goblins|58|U||Land|||{tap}: Add {C}.${1}{R}, {tap}: Target Goblin creature gets +2/+0 until end of turn.|
-Mountain|Duel Decks: Anthology, Elves vs. Goblins|59|L||Basic Land - Mountain|||R|
-Gempalm Strider|Duel Decks: Anthology, Elves vs. Goblins|6|U|{1}{G}|Creature - Elf|2|2|Cycling {2}{G}{G} ({2}{G}{G}, Discard this card: Draw a card.)$When you cycle Gempalm Strider, Elf creatures get +2/+2 until end of turn.|
-Mountain|Duel Decks: Anthology, Elves vs. Goblins|60|L||Basic Land - Mountain|||R|
-Mountain|Duel Decks: Anthology, Elves vs. Goblins|61|L||Basic Land - Mountain|||R|
-Mountain|Duel Decks: Anthology, Elves vs. Goblins|62|L||Basic Land - Mountain|||R|
-Heedless One|Duel Decks: Anthology, Elves vs. Goblins|7|U|{3}{G}|Creature - Elf Avatar|*|*|Trample$Heedless One's power and toughness are each equal to the number of Elves on the battlefield.|
-Imperious Perfect|Duel Decks: Anthology, Elves vs. Goblins|8|U|{2}{G}|Creature - Elf Warrior|2|2|Other Elf creatures you control get +1/+1.${G}, {tap}: Put a 1/1 green Elf Warrior creature token onto the battlefield.|
-Llanowar Elves|Duel Decks: Anthology, Elves vs. Goblins|9|C|{G}|Creature - Elf Druid|1|1|{tap}: Add {G}.|
-Garruk Wildspeaker|Duel Decks: Anthology, Garruk vs. Liliana|1|M|{2}{G}{G}|Legendary Planeswalker - Garruk|||+1: Untap two target lands.$-1: Put a 3/3 green Beast creature token onto the battlefield.$-4: Creatures you control get +3/+3 and gain trample until end of turn.|
-Indrik Stomphowler|Duel Decks: Anthology, Garruk vs. Liliana|10|U|{4}{G}|Creature - Beast|4|4|When Indrik Stomphowler enters the battlefield, destroy target artifact or enchantment.|
-Krosan Tusker|Duel Decks: Anthology, Garruk vs. Liliana|11|C|{5}{G}{G}|Creature - Boar Beast|6|5|Cycling {2}{G} ({2}{G}, Discard this card: Draw a card.)$When you cycle Krosan Tusker, you may search your library for a basic land card, reveal that card, put it into your hand, then shuffle your library.|
-Plated Slagwurm|Duel Decks: Anthology, Garruk vs. Liliana|12|R|{4}{G}{G}{G}|Creature - Wurm|8|8|Hexproof (This creature can't be the target of spells or abilities your opponents control.)|
-Genju of the Cedars|Duel Decks: Anthology, Garruk vs. Liliana|13|U|{G}|Enchantment - Aura|||Enchant Forest${2}: Enchanted Forest becomes a 4/4 green Spirit creature until end of turn. It's still a land.$When enchanted Forest is put into a graveyard, you may return Genju of the Cedars from your graveyard to your hand.|
-Giant Growth|Duel Decks: Anthology, Garruk vs. Liliana|14|C|{G}|Instant|||Target creature gets +3/+3 until end of turn.|
-Rancor|Duel Decks: Anthology, Garruk vs. Liliana|15|C|{G}|Enchantment - Aura|||Enchant creature$Enchanted creature gets +2/+0 and has trample.$When Rancor is put into a graveyard from the battlefield, return Rancor to its owner's hand.|
-Lignify|Duel Decks: Anthology, Garruk vs. Liliana|16|C|{1}{G}|Tribal Enchantment - Treefolk Aura|||Enchant creature$Enchanted creature is a 0/4 Treefolk with no abilities.|
-Nature's Lore|Duel Decks: Anthology, Garruk vs. Liliana|17|C|{1}{G}|Sorcery|||Search your library for a Forest card and put that card onto the battlefield. Then shuffle your library.|
-Elephant Guide|Duel Decks: Anthology, Garruk vs. Liliana|18|U|{2}{G}|Enchantment - Aura|||Enchant creature$Enchanted creature gets +3/+3.$When enchanted creature dies, put a 3/3 green Elephant creature token onto the battlefield.|
-Invigorate|Duel Decks: Anthology, Garruk vs. Liliana|19|C|{2}{G}|Instant|||If you control a Forest, rather than pay Invigorate's mana cost, you may have an opponent gain 3 life.$Target creature gets +4/+4 until end of turn.|
-Basking Rootwalla|Duel Decks: Anthology, Garruk vs. Liliana|2|C|{G}|Creature - Lizard|1|1|{1}{G}: Basking Rootwalla gets +2/+2 until end of turn. Activate this ability only once each turn.$Madness {0} (If you discard this card, you may cast it for its madness cost instead of putting it into your graveyard.)|
-Serrated Arrows|Duel Decks: Anthology, Garruk vs. Liliana|20|C|{4}|Artifact|||Serrated Arrows enters the battlefield with three arrowhead counters on it.$At the beginning of your upkeep, if there are no arrowhead counters on Serrated Arrows, sacrifice it.${tap}, Remove an arrowhead counter from Serrated Arrows: Put a -1/-1 counter on target creature.|
-Harmonize|Duel Decks: Anthology, Garruk vs. Liliana|21|U|{2}{G}{G}|Sorcery|||Draw three cards.|
-Rude Awakening|Duel Decks: Anthology, Garruk vs. Liliana|22|R|{4}{G}|Sorcery|||Choose one - Untap all lands you control; or until end of turn, lands you control become 2/2 creatures that are still lands.$Entwine {2}{G} (Choose both if you pay the entwine cost.)|
-Beast Attack|Duel Decks: Anthology, Garruk vs. Liliana|23|U|{2}{G}{G}{G}|Instant|||Put a 4/4 green Beast creature token onto the battlefield.$Flashback {2}{G}{G}{G} (You may cast this card from your graveyard for its flashback cost. Then exile it.)|
-Overrun|Duel Decks: Anthology, Garruk vs. Liliana|24|U|{2}{G}{G}{G}|Sorcery|||Creatures you control get +3/+3 and gain trample until end of turn.|
-Windstorm|Duel Decks: Anthology, Garruk vs. Liliana|25|U|{X}{G}|Instant|||Windstorm deals X damage to each creature with flying.|
-Slippery Karst|Duel Decks: Anthology, Garruk vs. Liliana|26|C||Land|||Slippery Karst enters the battlefield tapped.${tap}: Add {G}.$Cycling {2} ({2}, Discard this card: Draw a card.)|
-Treetop Village|Duel Decks: Anthology, Garruk vs. Liliana|27|U||Land|||Treetop Village enters the battlefield tapped.${tap}: Add {G}.${1}{G}: Treetop Village becomes a 3/3 green Ape creature with trample until end of turn. It's still a land. (If it would assign enough damage to its blockers to destroy them, you may have it assign the rest of its damage to defending player or planeswalker.)|
-Forest|Duel Decks: Anthology, Garruk vs. Liliana|28|L||Basic Land - Forest|||G|
-Forest|Duel Decks: Anthology, Garruk vs. Liliana|29|L||Basic Land - Forest|||G|
-Albino Troll|Duel Decks: Anthology, Garruk vs. Liliana|3|U|{1}{G}|Creature - Troll|3|3|Echo {1}{G} (At the beginning of your upkeep, if this came under your control since the beginning of your last upkeep, sacrifice it unless you pay its echo cost.)${1}{G}: Regenerate Albino Troll.|
-Forest|Duel Decks: Anthology, Garruk vs. Liliana|30|L||Basic Land - Forest|||G|
-Forest|Duel Decks: Anthology, Garruk vs. Liliana|31|L||Basic Land - Forest|||G|
-Liliana Vess|Duel Decks: Anthology, Garruk vs. Liliana|32|M|{3}{B}{B}|Legendary Planeswalker - Liliana|||+1: Target player discards a card.$-2: Search your library for a card, then shuffle your library and put that card on top of it.$-8: Put all creature cards from all graveyards onto the battlefield under your control.|
-Deathgreeter|Duel Decks: Anthology, Garruk vs. Liliana|33|C|{B}|Creature - Human Shaman|1|1|Whenever another creature dies, you may gain 1 life.|
-Ghost-Lit Stalker|Duel Decks: Anthology, Garruk vs. Liliana|34|U|{B}|Creature - Spirit|1|1|{4}{B}, {tap}: Target player discards two cards. Activate this ability only any time you could cast a sorcery.$Channel - {5}{B}{B}, Discard Ghost-Lit Stalker: Target player discards four cards. Activate this ability only any time you could cast a sorcery.|
-Vampire Bats|Duel Decks: Anthology, Garruk vs. Liliana|35|C|{B}|Creature - Bat|0|1|Flying (This creature can't be blocked except by creatures with flying or reach.)${B}: Vampire Bats gets +1/+0 until end of turn. Activate this ability no more than twice each turn.|
-Drudge Skeletons|Duel Decks: Anthology, Garruk vs. Liliana|36|C|{1}{B}|Creature - Skeleton|1|1|{B}: Regenerate Drudge Skeletons. (The next time this creature would be destroyed this turn, it isn't. Instead tap it, remove all damage from it, and remove it from combat.)|
-Ravenous Rats|Duel Decks: Anthology, Garruk vs. Liliana|37|C|{1}{B}|Creature - Rat|1|1|When Ravenous Rats enters the battlefield, target opponent discards a card.|
-Fleshbag Marauder|Duel Decks: Anthology, Garruk vs. Liliana|38|U|{2}{B}|Creature - Zombie Warrior|3|1|When Fleshbag Marauder enters the battlefield, each player sacrifices a creature.|
-Phyrexian Rager|Duel Decks: Anthology, Garruk vs. Liliana|39|C|{2}{B}|Creature - Horror|2|2|When Phyrexian Rager enters the battlefield, you draw a card and you lose 1 life.|
-Vine Trellis|Duel Decks: Anthology, Garruk vs. Liliana|4|C|{1}{G}|Creature - Plant Wall|0|4|Defender (This creature can't attack.)${tap}: Add {G}.|
-Urborg Syphon-Mage|Duel Decks: Anthology, Garruk vs. Liliana|40|C|{2}{B}|Creature - Human Spellshaper|2|2|{2}{B}, {tap}, Discard a card: Each other player loses 2 life. You gain life equal to the life lost this way.|
-Wall of Bone|Duel Decks: Anthology, Garruk vs. Liliana|41|U|{2}{B}|Creature - Skeleton Wall|1|4|Defender (This creature can't attack.)${B}: Regenerate Wall of Bone. (The next time this creature would be destroyed this turn, it isn't. Instead tap it, remove all damage from it, and remove it from combat.)|
-Faerie Macabre|Duel Decks: Anthology, Garruk vs. Liliana|42|C|{1}{B}{B}|Creature - Faerie Rogue|2|2|Flying$Discard Faerie Macabre: Exile up to two target cards from graveyards.|
-Howling Banshee|Duel Decks: Anthology, Garruk vs. Liliana|43|U|{2}{B}{B}|Creature - Spirit|3|3|Flying$When Howling Banshee enters the battlefield, each player loses 3 life.|
-Keening Banshee|Duel Decks: Anthology, Garruk vs. Liliana|44|U|{2}{B}{B}|Creature - Spirit|2|2|Flying$When Keening Banshee enters the battlefield, target creature gets -2/-2 until end of turn.|
-Twisted Abomination|Duel Decks: Anthology, Garruk vs. Liliana|45|C|{5}{B}|Creature - Zombie Mutant|5|3|{B}: Regenerate Twisted Abomination.$Swampcycling {2} ({2}, Discard this card: Search your library for a Swamp card, reveal it, and put it into your hand. Then shuffle your library.)|
-Skeletal Vampire|Duel Decks: Anthology, Garruk vs. Liliana|46|R|{4}{B}{B}|Creature - Vampire Skeleton|3|3|Flying$When Skeletal Vampire enters the battlefield, put two 1/1 black Bat creature tokens with flying onto the battlefield.${3}{B}{B}, Sacrifice a Bat: Put two 1/1 black Bat creature tokens with flying onto the battlefield.$Sacrifice a Bat: Regenerate Skeletal Vampire.|
-Genju of the Fens|Duel Decks: Anthology, Garruk vs. Liliana|47|U|{B}|Enchantment - Aura|||Enchant Swamp${2}: Until end of turn, enchanted Swamp becomes a 2/2 black Spirit creature with "{B}: This creature gets +1/+1 until end of turn." It's still a land.$When enchanted Swamp is put into a graveyard, you may return Genju of the Fens from your graveyard to your hand.|
-Bad Moon|Duel Decks: Anthology, Garruk vs. Liliana|48|R|{1}{B}|Enchantment|||Black creatures get +1/+1.|
-Sign in Blood|Duel Decks: Anthology, Garruk vs. Liliana|49|C|{B}{B}|Sorcery|||Target player draws two cards and loses 2 life.|
-Wild Mongrel|Duel Decks: Anthology, Garruk vs. Liliana|5|C|{1}{G}|Creature - Hound|2|2|Discard a card: Wild Mongrel gets +1/+1 and becomes the color of your choice until end of turn.|
-Vicious Hunger|Duel Decks: Anthology, Garruk vs. Liliana|50|C|{B}{B}|Sorcery|||Vicious Hunger deals 2 damage to target creature and you gain 2 life.|
-Ichor Slick|Duel Decks: Anthology, Garruk vs. Liliana|51|C|{2}{B}|Sorcery|||Target creature gets -3/-3 until end of turn.$Cycling {2} ({2}, Discard this card: Draw a card.)$Madness {3}{B} (If you discard this card, you may cast it for its madness cost instead of putting it into your graveyard.)|
-Hideous End|Duel Decks: Anthology, Garruk vs. Liliana|52|C|{1}{B}{B}|Instant|||Destroy target nonblack creature. Its controller loses 2 life.|
-Snuff Out|Duel Decks: Anthology, Garruk vs. Liliana|53|C|{3}{B}|Instant|||If you control a Swamp, you may pay 4 life rather than pay Snuff Out's mana cost.$$Destroy target nonblack creature. It can't be regenerated.|
-Tendrils of Corruption|Duel Decks: Anthology, Garruk vs. Liliana|54|C|{3}{B}|Instant|||Tendrils of Corruption deals X damage to target creature and you gain X life, where X is the number of Swamps you control.|
-Mutilate|Duel Decks: Anthology, Garruk vs. Liliana|55|R|{2}{B}{B}|Sorcery|||All creatures get -1/-1 until end of turn for each Swamp you control.|
-Rise from the Grave|Duel Decks: Anthology, Garruk vs. Liliana|56|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.|
-Corrupt|Duel Decks: Anthology, Garruk vs. Liliana|57|U|{5}{B}|Sorcery|||Corrupt deals damage equal to the number of Swamps you control to any target. You gain life equal to the damage dealt this way.|
-Enslave|Duel Decks: Anthology, Garruk vs. Liliana|58|U|{4}{B}{B}|Enchantment - Aura|||Enchant creature$You control enchanted creature.$At the beginning of your upkeep, enchanted creature deals 1 damage to its owner.|
-Polluted Mire|Duel Decks: Anthology, Garruk vs. Liliana|59|C||Land|||Polluted Mire enters the battlefield tapped.${tap}: Add {B}.$Cycling {2} ({2}, Discard this card: Draw a card.)|
-Wirewood Savage|Duel Decks: Anthology, Garruk vs. Liliana|6|C|{2}{G}|Creature - Elf|2|2|Whenever a Beast enters the battlefield, you may draw a card.|
-Swamp|Duel Decks: Anthology, Garruk vs. Liliana|60|L||Basic Land - Swamp|||B|
-Swamp|Duel Decks: Anthology, Garruk vs. Liliana|61|L||Basic Land - Swamp|||B|
-Swamp|Duel Decks: Anthology, Garruk vs. Liliana|62|L||Basic Land - Swamp|||B|
-Swamp|Duel Decks: Anthology, Garruk vs. Liliana|63|L||Basic Land - Swamp|||B|
-Blastoderm|Duel Decks: Anthology, Garruk vs. Liliana|7|C|{2}{G}{G}|Creature - Beast|5|5|Shroud (This permanent can't be the target of spells or abilities.)$Fading 3 (This creature enters the battlefield with three fade counters on it. At the beginning of your upkeep, remove a fade counter from it. If you can't, sacrifice it.)|
-Ravenous Baloth|Duel Decks: Anthology, Garruk vs. Liliana|8|R|{2}{G}{G}|Creature - Beast|4|4|Sacrifice a Beast: You gain 4 life.|
-Stampeding Wildebeests|Duel Decks: Anthology, Garruk vs. Liliana|9|U|{2}{G}{G}|Creature - Antelope Beast|5|4|Trample (If this creature would assign enough damage to its blockers to destroy them, you may have it assign the rest of its damage to defending player or planeswalker.)$At the beginning of your upkeep, return a green creature you control to its owner's hand.|
-Akroma, Angel of Wrath|Duel Decks: Anthology, Divine vs. Demonic|1|M|{5}{W}{W}{W}|Legendary Creature - Angel|6|6|Flying, first strike, vigilance, trample, haste, protection from black and from red|
-Serra Angel|Duel Decks: Anthology, Divine vs. Demonic|10|R|{3}{W}{W}|Creature - Angel|4|4|Flying$Vigilance (Attacking doesn't cause this creature to tap.)|
-Twilight Shepherd|Duel Decks: Anthology, Divine vs. Demonic|11|R|{3}{W}{W}{W}|Creature - Angel|5|5|Flying, vigilance$When Twilight Shepherd enters the battlefield, return to your hand all cards in your graveyard that were put there from the battlefield this turn.$Persist (When this creature dies, if it had no -1/-1 counters on it, return it to the battlefield under its owner's control with a -1/-1 counter on it.)|
-Luminous Angel|Duel Decks: Anthology, Divine vs. Demonic|12|R|{4}{W}{W}{W}|Creature - Angel|4|4|Flying$At the beginning of your upkeep, you may put a 1/1 white Spirit creature token with flying onto the battlefield.|
-Reya Dawnbringer|Duel Decks: Anthology, Divine vs. Demonic|13|R|{6}{W}{W}{W}|Legendary Creature - Angel|4|6|Flying$At the beginning of your upkeep, you may return target creature card from your graveyard to the battlefield.|
-Healing Salve|Duel Decks: Anthology, Divine vs. Demonic|14|C|{W}|Instant|||Choose one - Target player gains 3 life; or prevent the next 3 damage that would be dealt to any target this turn.|
-Angelsong|Duel Decks: Anthology, Divine vs. Demonic|15|C|{1}{W}|Instant|||Prevent all combat damage that would be dealt this turn.$Cycling {2} ({2}, Discard this card: Draw a card.)|
-Otherworldly Journey|Duel Decks: Anthology, Divine vs. Demonic|16|U|{1}{W}|Instant - Arcane|||Exile target creature. At the beginning of the next end step, return that card to the battlefield under its owner's control with a +1/+1 counter on it.|
-Pacifism|Duel Decks: Anthology, Divine vs. Demonic|17|C|{1}{W}|Enchantment - Aura|||Enchant creature$Enchanted creature can't attack or block.|
-Serra's Boon|Duel Decks: Anthology, Divine vs. Demonic|18|U|{2}{W}|Enchantment - Aura|||Enchant creature$Enchanted creature gets +1/+2 as long as it's white. Otherwise, it gets -2/-1.|
-Angelic Benediction|Duel Decks: Anthology, Divine vs. Demonic|19|U|{3}{W}|Enchantment|||Exalted (Whenever a creature you control attacks alone, that creature gets +1/+1 until end of turn.)$Whenever a creature you control attacks alone, you may tap target creature.|
-Icatian Priest|Duel Decks: Anthology, Divine vs. Demonic|2|U|{W}|Creature - Human Cleric|1|1|{1}{W}{W}: Target creature gets +1/+1 until end of turn.|
-Faith's Fetters|Duel Decks: Anthology, Divine vs. Demonic|20|C|{3}{W}|Enchantment - Aura|||Enchant permanent$When Faith's Fetters enters the battlefield, you gain 4 life.$Enchanted permanent's activated abilities can't be activated unless they're mana abilities. If enchanted permanent is a creature, it can't attack or block.|
-Serra's Embrace|Duel Decks: Anthology, Divine vs. Demonic|21|U|{2}{W}{W}|Enchantment - Aura|||Enchant creature$Enchanted creature gets +2/+2 and has flying and vigilance.|
-Righteous Cause|Duel Decks: Anthology, Divine vs. Demonic|22|U|{3}{W}{W}|Enchantment|||Whenever a creature attacks, you gain 1 life.|
-Angel's Feather|Duel Decks: Anthology, Divine vs. Demonic|23|U|{2}|Artifact|||Whenever a player casts a white spell, you may gain 1 life.|
-Marble Diamond|Duel Decks: Anthology, Divine vs. Demonic|24|U|{2}|Artifact|||Marble Diamond enters the battlefield tapped.${tap}: Add {W}.|
-Secluded Steppe|Duel Decks: Anthology, Divine vs. Demonic|25|C||Land|||Secluded Steppe enters the battlefield tapped.${tap}: Add {W}.$Cycling {W} ({W}, Discard this card: Draw a card.)|
-Plains|Duel Decks: Anthology, Divine vs. Demonic|26|L||Basic Land - Plains|||W|
-Plains|Duel Decks: Anthology, Divine vs. Demonic|27|L||Basic Land - Plains|||W|
-Plains|Duel Decks: Anthology, Divine vs. Demonic|28|L||Basic Land - Plains|||W|
-Plains|Duel Decks: Anthology, Divine vs. Demonic|29|L||Basic Land - Plains|||W|
-Angelic Page|Duel Decks: Anthology, Divine vs. Demonic|3|C|{1}{W}|Creature - Angel Spirit|1|1|Flying${tap}: Target attacking or blocking creature gets +1/+1 until end of turn.|
-Lord of the Pit|Duel Decks: Anthology, Divine vs. Demonic|30|M|{4}{B}{B}{B}|Creature - Demon|7|7|Flying, trample$At the beginning of your upkeep, sacrifice a creature other than Lord of the Pit. If you can't, Lord of the Pit deals 7 damage to you.|
-Abyssal Gatekeeper|Duel Decks: Anthology, Divine vs. Demonic|31|C|{1}{B}|Creature - Horror|1|1|When Abyssal Gatekeeper dies, each player sacrifices a creature.|
-Foul Imp|Duel Decks: Anthology, Divine vs. Demonic|32|C|{B}{B}|Creature - Imp|2|2|Flying$When Foul Imp enters the battlefield, you lose 2 life.|
-Daggerclaw Imp|Duel Decks: Anthology, Divine vs. Demonic|33|U|{2}{B}|Creature - Imp|3|1|Flying$Daggerclaw Imp can't block.|
-Dusk Imp|Duel Decks: Anthology, Divine vs. Demonic|34|C|{2}{B}|Creature - Imp|2|1|Flying|
-Overeager Apprentice|Duel Decks: Anthology, Divine vs. Demonic|35|C|{2}{B}|Creature - Human Minion|1|2|Discard a card, Sacrifice Overeager Apprentice: Add {B}{B}{B}.|
-Stinkweed Imp|Duel Decks: Anthology, Divine vs. Demonic|36|C|{2}{B}|Creature - Imp|1|2|Flying$Whenever Stinkweed Imp deals combat damage to a creature, destroy that creature.$Dredge 5 (If you would draw a card, instead you may put exactly five cards from the top of your library into your graveyard. If you do, return this card from your graveyard to your hand. Otherwise, draw a card.)|
-Soot Imp|Duel Decks: Anthology, Divine vs. Demonic|37|U|{1}{B}{B}|Creature - Imp|1|2|Flying$Whenever a player casts a nonblack spell, that player loses 1 life.|
-Demon's Jester|Duel Decks: Anthology, Divine vs. Demonic|38|C|{3}{B}|Creature - Imp|2|2|Flying$Hellbent - Demon's Jester gets +2/+1 as long as you have no cards in hand.|
-Souldrinker|Duel Decks: Anthology, Divine vs. Demonic|39|U|{3}{B}|Creature - Spirit|2|2|Pay 3 life: Put a +1/+1 counter on Souldrinker.|
-Charging Paladin|Duel Decks: Anthology, Divine vs. Demonic|4|C|{2}{W}|Creature - Human Knight|2|2|Whenever Charging Paladin attacks, it gets +0/+3 until end of turn.|
-Abyssal Specter|Duel Decks: Anthology, Divine vs. Demonic|40|U|{2}{B}{B}|Creature - Specter|2|3|Flying$Whenever Abyssal Specter deals damage to a player, that player discards a card.|
-Cackling Imp|Duel Decks: Anthology, Divine vs. Demonic|41|C|{2}{B}{B}|Creature - Imp|2|2|Flying${tap}: Target player loses 1 life.|
-Fallen Angel|Duel Decks: Anthology, Divine vs. Demonic|42|R|{3}{B}{B}|Creature - Angel|3|3|Flying$Sacrifice a creature: Fallen Angel gets +2/+1 until end of turn.|
-Reiver Demon|Duel Decks: Anthology, Divine vs. Demonic|43|R|{4}{B}{B}{B}{B}|Creature - Demon|6|6|Flying$When Reiver Demon enters the battlefield, if you cast it from your hand, destroy all nonartifact, nonblack creatures. They can't be regenerated.|
-Kuro, Pitlord|Duel Decks: Anthology, Divine vs. Demonic|44|R|{6}{B}{B}{B}|Legendary Creature - Demon Spirit|9|9|At the beginning of your upkeep, sacrifice Kuro, Pitlord unless you pay {B}{B}{B}{B}.$Pay 1 life: Target creature gets -1/-1 until end of turn.|
-Dark Ritual|Duel Decks: Anthology, Divine vs. Demonic|45|C|{B}|Instant|||Add {B}{B}{B}.|
-Duress|Duel Decks: Anthology, Divine vs. Demonic|46|C|{B}|Sorcery|||Target opponent reveals their hand. You choose a noncreature, nonland card from it. That player discards that card.|
-Unholy Strength|Duel Decks: Anthology, Divine vs. Demonic|47|C|{B}|Enchantment - Aura|||Enchant creature$Enchanted creature gets +2/+1.|
-Cruel Edict|Duel Decks: Anthology, Divine vs. Demonic|48|U|{1}{B}|Sorcery|||Target opponent sacrifices a creature.|
-Demonic Tutor|Duel Decks: Anthology, Divine vs. Demonic|49|U|{1}{B}|Sorcery|||Search your library for a card and put that card into your hand. Then shuffle your library.|
-Venerable Monk|Duel Decks: Anthology, Divine vs. Demonic|5|C|{2}{W}|Creature - Human Monk Cleric|2|2|When Venerable Monk enters the battlefield, you gain 2 life.|
-Dark Banishing|Duel Decks: Anthology, Divine vs. Demonic|50|C|{2}{B}|Instant|||Destroy target nonblack creature. It can't be regenerated.|
-Oni Possession|Duel Decks: Anthology, Divine vs. Demonic|51|U|{2}{B}|Enchantment - Aura|||Enchant creature$At the beginning of your upkeep, sacrifice a creature.$Enchanted creature gets +3/+3 and has trample.$Enchanted creature is a Demon Spirit.|
-Barter in Blood|Duel Decks: Anthology, Divine vs. Demonic|52|U|{2}{B}{B}|Sorcery|||Each player sacrifices two creatures.|
-Breeding Pit|Duel Decks: Anthology, Divine vs. Demonic|53|U|{3}{B}|Enchantment|||At the beginning of your upkeep, sacrifice Breeding Pit unless you pay {B}{B}.$At the beginning of your end step, put a 0/1 black Thrull creature token onto the battlefield.|
-Promise of Power|Duel Decks: Anthology, Divine vs. Demonic|54|R|{2}{B}{B}{B}|Sorcery|||Choose one - You draw five cards and you lose 5 life; or put an X/X black Demon creature token with flying onto the battlefield, where X is the number of cards in your hand as the token enters the battlefield.$Entwine {4} (Choose both if you pay the entwine cost.)|
-Corrupt|Duel Decks: Anthology, Divine vs. Demonic|55|U|{5}{B}|Sorcery|||Corrupt deals damage equal to the number of Swamps you control to any target. You gain life equal to the damage dealt this way.|
-Consume Spirit|Duel Decks: Anthology, Divine vs. Demonic|56|U|{X}{1}{B}|Sorcery|||Spend only black mana on X.$Consume Spirit deals X damage to any target and you gain X life.|
-Demon's Horn|Duel Decks: Anthology, Divine vs. Demonic|57|U|{2}|Artifact|||Whenever a player casts a black spell, you may gain 1 life.|
-Barren Moor|Duel Decks: Anthology, Divine vs. Demonic|58|C||Land|||Barren Moor enters the battlefield tapped.${tap}: Add {B}.$Cycling {B} ({B}, Discard this card: Draw a card.)|
-Swamp|Duel Decks: Anthology, Divine vs. Demonic|59|L||Basic Land - Swamp|||B|
-Angelic Protector|Duel Decks: Anthology, Divine vs. Demonic|6|U|{3}{W}|Creature - Angel|2|2|Flying$Whenever Angelic Protector becomes the target of a spell or ability, Angelic Protector gets +0/+3 until end of turn.|
-Swamp|Duel Decks: Anthology, Divine vs. Demonic|60|L||Basic Land - Swamp|||B|
-Swamp|Duel Decks: Anthology, Divine vs. Demonic|61|L||Basic Land - Swamp|||B|
-Swamp|Duel Decks: Anthology, Divine vs. Demonic|62|L||Basic Land - Swamp|||B|
-Serra Advocate|Duel Decks: Anthology, Divine vs. Demonic|7|U|{3}{W}|Creature - Angel|2|2|Flying${tap}: Target attacking or blocking creature gets +2/+2 until end of turn.|
-Sustainer of the Realm|Duel Decks: Anthology, Divine vs. Demonic|8|U|{2}{W}{W}|Creature - Angel|2|3|Flying$Whenever Sustainer of the Realm blocks, it gets +0/+2 until end of turn.|
-Angel of Mercy|Duel Decks: Anthology, Divine vs. Demonic|9|U|{4}{W}|Creature - Angel|3|3|Flying$When Angel of Mercy enters the battlefield, you gain 3 life.|
-Jace Beleren|Duel Decks: Anthology, Jace vs. Chandra|1|M|{1}{U}{U}|Legendary Planeswalker - Jace|||+2: Each player draws a card.$-1: Target player draws a card.$-10: Target player puts the top twenty cards of their library into their graveyard.|
-Fledgling Mawcor|Duel Decks: Anthology, Jace vs. Chandra|10|U|{3}{U}|Creature - Beast|2|2|Flying${tap}: Fledgling Mawcor deals 1 damage to any target.$Morph {U}{U} (You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)|
-Waterspout Djinn|Duel Decks: Anthology, Jace vs. Chandra|11|U|{2}{U}{U}|Creature - Djinn|4|4|Flying$At the beginning of your upkeep, sacrifice Waterspout Djinn unless you return an untapped Island you control to its owner's hand.|
-Mulldrifter|Duel Decks: Anthology, Jace vs. Chandra|12|C|{4}{U}|Creature - Elemental|2|2|Flying$When Mulldrifter enters the battlefield, draw two cards.$Evoke {2}{U} (You may cast this spell for its evoke cost. If you do, it's sacrificed when it enters the battlefield.)|
-Air Elemental|Duel Decks: Anthology, Jace vs. Chandra|13|U|{3}{U}{U}|Creature - Elemental|4|4|Flying|
-Guile|Duel Decks: Anthology, Jace vs. Chandra|14|R|{3}{U}{U}{U}|Creature - Elemental Incarnation|6|6|Guile can't be blocked except by three or more creatures.$If a spell or ability you control would counter a spell, instead exile that spell and you may play that card without paying its mana cost.$When Guile is put into a graveyard from anywhere, shuffle it into its owner's library.|
-Riftwing Cloudskate|Duel Decks: Anthology, Jace vs. Chandra|15|U|{3}{U}{U}|Creature - Illusion|2|2|Flying$When Riftwing Cloudskate enters the battlefield, return target permanent to its owner's hand.$Suspend 3-{1}{U} (Rather than cast this card from your hand, you may pay {1}{U} and exile it with three time counters on it. At the beginning of your upkeep, remove a time counter. When the last is removed, cast it without paying its mana cost. It has haste.)|
-Spire Golem|Duel Decks: Anthology, Jace vs. Chandra|16|C|{6}|Artifact Creature - Golem|2|4|Affinity for Islands (This spell costs {1} less to cast for each Island you control.)$Flying|
-Aethersnipe|Duel Decks: Anthology, Jace vs. Chandra|17|C|{5}{U}|Creature - Elemental|4|4|When Æthersnipe enters the battlefield, return target nonland permanent to its owner's hand.$Evoke {1}{U}{U} (You may cast this spell for its evoke cost. If you do, it's sacrificed when it enters the battlefield.)|
-Brine Elemental|Duel Decks: Anthology, Jace vs. Chandra|18|U|{4}{U}{U}|Creature - Elemental|5|4|Morph {5}{U}{U} (You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)$When Brine Elemental is turned face up, each opponent skips their next untap step.|
-Quicksilver Dragon|Duel Decks: Anthology, Jace vs. Chandra|19|R|{4}{U}{U}|Creature - Dragon|5|5|Flying${U}: If target spell has only one target and that target is Quicksilver Dragon, change that spell's target to another creature.$Morph {4}{U} (You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)|
-Martyr of Frost|Duel Decks: Anthology, Jace vs. Chandra|2|C|{U}|Creature - Human Wizard|1|1|{2}, Reveal X blue cards from your hand, Sacrifice Martyr of Frost: Counter target spell unless its controller pays {X}.|
-Errant Ephemeron|Duel Decks: Anthology, Jace vs. Chandra|20|C|{6}{U}|Creature - Illusion|4|4|Flying$Suspend 4-{1}{U} (Rather than cast this card from your hand, you may pay {1}{U} and exile it with four time counters on it. At the beginning of your upkeep, remove a time counter. When the last is removed, cast it without paying its mana cost. It has haste.)|
-Ancestral Vision|Duel Decks: Anthology, Jace vs. Chandra|21|R||Sorcery|||Suspend 4-{U} (Rather than cast this card from your hand, pay {U} and exile it with four time counters on it. At the beginning of your upkeep, remove a time counter. When the last is removed, cast it without paying its mana cost.)$Target player draws three cards.|
-Mind Stone|Duel Decks: Anthology, Jace vs. Chandra|22|U|{2}|Artifact|||{tap}: Add {C}.${1}, {tap}, Sacrifice Mind Stone: Draw a card.|
-Daze|Duel Decks: Anthology, Jace vs. Chandra|23|C|{1}{U}|Instant|||You may return an Island you control to its owner's hand rather than pay Daze's mana cost.$$Counter target spell unless its controller pays {1}.|
-Counterspell|Duel Decks: Anthology, Jace vs. Chandra|24|C|{U}{U}|Instant|||Counter target spell.|
-Repulse|Duel Decks: Anthology, Jace vs. Chandra|25|C|{2}{U}|Instant|||Return target creature to its owner's hand.$Draw a card.|
-Fact or Fiction|Duel Decks: Anthology, Jace vs. Chandra|26|U|{3}{U}|Instant|||Reveal the top five cards of your library. An opponent separates those cards into two piles. Put one pile into your hand and the other into your graveyard.|
-Gush|Duel Decks: Anthology, Jace vs. Chandra|27|C|{4}{U}|Instant|||You may return two Islands you control to their owner's hand rather than pay Gush's mana cost.$$Draw two cards.|
-Condescend|Duel Decks: Anthology, Jace vs. Chandra|28|C|{X}{U}|Instant|||Counter target spell unless its controller pays {X}.$Scry 2. (To scry 2, look at the top two cards of your library, then put any number of them on the bottom of your library and the rest on top in any order.)|
-Terrain Generator|Duel Decks: Anthology, Jace vs. Chandra|29|U||Land|||{tap}: Add {C}.${2}, {tap}: You may put a basic land card from your hand onto the battlefield tapped.|
-Fathom Seer|Duel Decks: Anthology, Jace vs. Chandra|3|C|{1}{U}|Creature - Illusion|1|3|Morph-Return two Islands you control to their owner's hand. (You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)$When Fathom Seer is turned face up, draw two cards.|
-Island|Duel Decks: Anthology, Jace vs. Chandra|30|L||Basic Land - Island|||U|
-Island|Duel Decks: Anthology, Jace vs. Chandra|31|L||Basic Land - Island|||U|
-Island|Duel Decks: Anthology, Jace vs. Chandra|32|L||Basic Land - Island|||U|
-Island|Duel Decks: Anthology, Jace vs. Chandra|33|L||Basic Land - Island|||U|
-Chandra Nalaar|Duel Decks: Anthology, Jace vs. Chandra|34|M|{3}{R}{R}|Legendary Planeswalker - Chandra|||+1: Chandra Nalaar deals 1 damage to target player.$-X: Chandra Nalaar deals X damage to target creature.$-8: Chandra Nalaar deals 10 damage to target player and each creature they control.|
-Flamekin Brawler|Duel Decks: Anthology, Jace vs. Chandra|35|C|{R}|Creature - Elemental Warrior|0|2|{R}: Flamekin Brawler gets +1/+0 until end of turn.|
-Fireslinger|Duel Decks: Anthology, Jace vs. Chandra|36|C|{1}{R}|Creature - Human Wizard|1|1|{tap}: Fireslinger deals 1 damage to any target and 1 damage to you.|
-Soulbright Flamekin|Duel Decks: Anthology, Jace vs. Chandra|37|C|{1}{R}|Creature - Elemental Shaman|2|1|{2}: Target creature gains trample until end of turn. If this is the third time this ability has resolved this turn, you may add {R}{R}{R}{R}{R}{R}{R}{R}.|
-Pyre Charger|Duel Decks: Anthology, Jace vs. Chandra|38|U|{R}{R}|Creature - Elemental Warrior|1|1|Haste${R}: Pyre Charger gets +1/+0 until end of turn.|
-Slith Firewalker|Duel Decks: Anthology, Jace vs. Chandra|39|U|{R}{R}|Creature - Slith|1|1|Haste$Whenever Slith Firewalker deals combat damage to a player, put a +1/+1 counter on it.|
-Voidmage Apprentice|Duel Decks: Anthology, Jace vs. Chandra|4|C|{1}{U}|Creature - Human Wizard|1|1|Morph {2}{U}{U} (You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)$When Voidmage Apprentice is turned face up, counter target spell.|
-Flamewave Invoker|Duel Decks: Anthology, Jace vs. Chandra|40|U|{2}{R}|Creature - Goblin Mutant|2|2|{7}{R}: Flamewave Invoker deals 5 damage to target player.|
-Inner-Flame Acolyte|Duel Decks: Anthology, Jace vs. Chandra|41|C|{1}{R}{R}|Creature - Elemental Shaman|2|2|When Inner-Flame Acolyte enters the battlefield, target creature gets +2/+0 and gains haste until end of turn.$Evoke {R} (You may cast this spell for its evoke cost. If you do, it's sacrificed when it enters the battlefield.)|
-Flametongue Kavu|Duel Decks: Anthology, Jace vs. Chandra|42|U|{3}{R}|Creature - Kavu|4|2|When Flametongue Kavu enters the battlefield, it deals 4 damage to target creature.|
-Furnace Whelp|Duel Decks: Anthology, Jace vs. Chandra|43|U|{2}{R}{R}|Creature - Dragon|2|2|Flying${R}: Furnace Whelp gets +1/+0 until end of turn.|
-Rakdos Pit Dragon|Duel Decks: Anthology, Jace vs. Chandra|44|R|{2}{R}{R}|Creature - Dragon|3|3|{R}{R}: Rakdos Pit Dragon gains flying until end of turn.${R}: Rakdos Pit Dragon gets +1/+0 until end of turn.$Hellbent - Rakdos Pit Dragon has double strike as long as you have no cards in hand.|
-Ingot Chewer|Duel Decks: Anthology, Jace vs. Chandra|45|C|{4}{R}|Creature - Elemental|3|3|When Ingot Chewer enters the battlefield, destroy target artifact.$Evoke {R} (You may cast this spell for its evoke cost. If you do, it's sacrificed when it enters the battlefield.)|
-Oxidda Golem|Duel Decks: Anthology, Jace vs. Chandra|46|C|{6}|Artifact Creature - Golem|3|2|Affinity for Mountains (This spell costs {1} less to cast for each Mountain you control.)$Haste|
-Chartooth Cougar|Duel Decks: Anthology, Jace vs. Chandra|47|C|{5}{R}|Creature - Cat Beast|4|4|{R}: Chartooth Cougar gets +1/+0 until end of turn.$Mountaincycling {2} ({2}, Discard this card: Search your library for a Mountain card, reveal it, and put it into your hand. Then shuffle your library.)|
-Hostility|Duel Decks: Anthology, Jace vs. Chandra|48|R|{3}{R}{R}{R}|Creature - Elemental Incarnation|6|6|Haste$If a spell you control would deal damage to an opponent, prevent that damage. Put a 3/1 red Elemental Shaman creature token with haste onto the battlefield for each 1 damage prevented this way.$When Hostility is put into a graveyard from anywhere, shuffle it into its owner's library.|
-Firebolt|Duel Decks: Anthology, Jace vs. Chandra|49|C|{R}|Sorcery|||Firebolt deals 2 damage to any target.$Flashback {4}{R} (You may cast this card from your graveyard for its flashback cost. Then exile it.)|
-Wall of Deceit|Duel Decks: Anthology, Jace vs. Chandra|5|U|{1}{U}|Creature - Wall|0|5|Defender (This creature can't attack.)${3}: Turn Wall of Deceit face down.$Morph {U} (You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)|
-Seal of Fire|Duel Decks: Anthology, Jace vs. Chandra|50|C|{R}|Enchantment|||Sacrifice Seal of Fire: Seal of Fire deals 2 damage to any target.|
-Incinerate|Duel Decks: Anthology, Jace vs. Chandra|51|C|{1}{R}|Instant|||Incinerate deals 3 damage to any target. A creature dealt damage this way can't be regenerated this turn.|
-Magma Jet|Duel Decks: Anthology, Jace vs. Chandra|52|U|{1}{R}|Instant|||Magma Jet deals 2 damage to any target.$Scry 2. (To scry 2, look at the top two cards of your library, then put any number of them on the bottom of your library and the rest on top in any order.)|
-Flame Javelin|Duel Decks: Anthology, Jace vs. Chandra|53|U|{2R}{2R}{2R}|Instant|||({2R} can be paid with any two mana or with {R}. This card's converted mana cost is 6.)$Flame Javelin deals 4 damage to any target.|
-Cone of Flame|Duel Decks: Anthology, Jace vs. Chandra|54|U|{3}{R}{R}|Sorcery|||Cone of Flame deals 1 damage to any target, 2 damage to another any target, and 3 damage to a third any target.|
-Fireblast|Duel Decks: Anthology, Jace vs. Chandra|55|C|{4}{R}{R}|Instant|||You may sacrifice two Mountains rather than pay Fireblast's mana cost.$Fireblast deals 4 damage to any target.|
-Fireball|Duel Decks: Anthology, Jace vs. Chandra|56|U|{X}{R}|Sorcery|||Fireball deals X damage divided evenly, rounded down, among any number of target creatures and/or players.$Fireball costs {1} more to cast for each target beyond the first.|
-Demonfire|Duel Decks: Anthology, Jace vs. Chandra|57|R|{X}{R}|Sorcery|||Demonfire deals X damage to any target. If a creature dealt damage this way would die this turn, exile it instead.$Hellbent - If you have no cards in hand, Demonfire can't be countered and the damage can't be prevented.|
-Keldon Megaliths|Duel Decks: Anthology, Jace vs. Chandra|58|U||Land|||Keldon Megaliths enters the battlefield tapped.${tap}: Add {R}.$Hellbent - {1}{R}, {tap}: Keldon Megaliths deals 1 damage to any target. Activate this ability only if you have no cards in hand.|
-Mountain|Duel Decks: Anthology, Jace vs. Chandra|59|L||Basic Land - Mountain|||R|
-Willbender|Duel Decks: Anthology, Jace vs. Chandra|6|U|{1}{U}|Creature - Human Wizard|1|2|Morph {1}{U} (You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)$When Willbender is turned face up, change the target of target spell or ability with a single target.|
-Mountain|Duel Decks: Anthology, Jace vs. Chandra|60|L||Basic Land - Mountain|||R|
-Mountain|Duel Decks: Anthology, Jace vs. Chandra|61|L||Basic Land - Mountain|||R|
-Mountain|Duel Decks: Anthology, Jace vs. Chandra|62|L||Basic Land - Mountain|||R|
-Bottle Gnomes|Duel Decks: Anthology, Jace vs. Chandra|7|U|{3}|Artifact Creature - Gnome|1|3|Sacrifice Bottle Gnomes: You gain 3 life.|
-Man-o'-War|Duel Decks: Anthology, Jace vs. Chandra|8|C|{2}{U}|Creature - Jellyfish|2|2|When Man-o'-War enters the battlefield, return target creature to its owner's hand.|
-Ophidian|Duel Decks: Anthology, Jace vs. Chandra|9|C|{2}{U}|Creature - Snake|1|3|Whenever Ophidian attacks and isn't blocked, you may draw a card. If you do, Ophidian assigns no combat damage this turn.|
+Ambush Commander|Duel Decks Anthology: Elves vs. Goblins|1|R|{3}{G}{G}|Creature - Elf|2|2|Forests you control are 1/1 green Elf creatures that are still lands.${1}{G}, Sacrifice an Elf: Target creature gets +3/+3 until end of turn.|
+Lys Alana Huntmaster|Duel Decks Anthology: Elves vs. Goblins|10|C|{2}{G}{G}|Creature - Elf Warrior|3|3|Whenever you cast an Elf spell, you may put a 1/1 green Elf Warrior creature token onto the battlefield.|
+Stonewood Invoker|Duel Decks Anthology: Elves vs. Goblins|11|C|{1}{G}|Creature - Elf Mutant|2|2|{7}{G}: Stonewood Invoker gets +5/+5 until end of turn.|
+Sylvan Messenger|Duel Decks Anthology: Elves vs. Goblins|12|U|{3}{G}|Creature - Elf|2|2|Trample$When Sylvan Messenger enters the battlefield, reveal the top four cards of your library. Put all Elf cards revealed this way into your hand and the rest on the bottom of your library in any order.|
+Timberwatch Elf|Duel Decks Anthology: Elves vs. Goblins|13|C|{2}{G}|Creature - Elf|1|2|{tap}: Target creature gets +X/+X until end of turn, where X is the number of Elves on the battlefield.|
+Voice of the Woods|Duel Decks Anthology: Elves vs. Goblins|14|R|{3}{G}{G}|Creature - Elf|2|2|Tap five untapped Elves you control: Put a 7/7 green Elemental creature token with trample onto the battlefield.|
+Wellwisher|Duel Decks Anthology: Elves vs. Goblins|15|C|{1}{G}|Creature - Elf|1|1|{tap}: You gain 1 life for each Elf on the battlefield.|
+Wirewood Herald|Duel Decks Anthology: Elves vs. Goblins|16|C|{1}{G}|Creature - Elf|1|1|When Wirewood Herald dies, you may search your library for an Elf card, reveal that card, put it into your hand, then shuffle your library.|
+Wirewood Symbiote|Duel Decks Anthology: Elves vs. Goblins|17|U|{G}|Creature - Insect|1|1|Return an Elf you control to its owner's hand: Untap target creature. Activate this ability only once each turn.|
+Wood Elves|Duel Decks Anthology: Elves vs. Goblins|18|C|{2}{G}|Creature - Elf Scout|1|1|When Wood Elves enters the battlefield, search your library for a Forest card and put that card onto the battlefield. Then shuffle your library.|
+Wren's Run Vanquisher|Duel Decks Anthology: Elves vs. Goblins|19|U|{1}{G}|Creature - Elf Warrior|3|3|As an additional cost to cast Wren's Run Vanquisher, reveal an Elf card from your hand or pay {3}.$Deathtouch (Any amount of damage this deals to a creature is enough to destroy it.)|
+Allosaurus Rider|Duel Decks Anthology: Elves vs. Goblins|2|R|{5}{G}{G}|Creature - Elf Warrior|1+*|1+*|You may exile two green cards from your hand rather than pay Allosaurus Rider's mana cost.$Allosaurus Rider's power and toughness are each equal to 1 plus the number of lands you control.|
+Elvish Promenade|Duel Decks Anthology: Elves vs. Goblins|20|U|{3}{G}|Tribal Sorcery - Elf|||Put a 1/1 green Elf Warrior creature token onto the battlefield for each Elf you control.|
+Giant Growth|Duel Decks Anthology: Elves vs. Goblins|21|C|{G}|Instant|||Target creature gets +3/+3 until end of turn.|
+Harmonize|Duel Decks Anthology: Elves vs. Goblins|22|U|{2}{G}{G}|Sorcery|||Draw three cards.|
+Wildsize|Duel Decks Anthology: Elves vs. Goblins|23|C|{2}{G}|Instant|||Target creature gets +2/+2 and gains trample until end of turn.$Draw a card.|
+Moonglove Extract|Duel Decks Anthology: Elves vs. Goblins|24|C|{3}|Artifact|||Sacrifice Moonglove Extract: Moonglove Extract deals 2 damage to any target.|
+Slate of Ancestry|Duel Decks Anthology: Elves vs. Goblins|25|R|{4}|Artifact|||{4}, {tap}, Discard your hand: Draw a card for each creature you control.|
+Wirewood Lodge|Duel Decks Anthology: Elves vs. Goblins|26|U||Land|||{tap}: Add {C}.${G}, {tap}: Untap target Elf.|
+Tranquil Thicket|Duel Decks Anthology: Elves vs. Goblins|27|C||Land|||Tranquil Thicket enters the battlefield tapped.${tap}: Add {G}.$Cycling {G} ({G}, Discard this card: Draw a card.)|
+Forest|Duel Decks Anthology: Elves vs. Goblins|28|L||Basic Land - Forest|||G|
+Forest|Duel Decks Anthology: Elves vs. Goblins|29|L||Basic Land - Forest|||G|
+Elvish Eulogist|Duel Decks Anthology: Elves vs. Goblins|3|C|{G}|Creature - Elf Shaman|1|1|Sacrifice Elvish Eulogist: You gain 1 life for each Elf card in your graveyard.|
+Forest|Duel Decks Anthology: Elves vs. Goblins|30|L||Basic Land - Forest|||G|
+Forest|Duel Decks Anthology: Elves vs. Goblins|31|L||Basic Land - Forest|||G|
+Siege-Gang Commander|Duel Decks Anthology: Elves vs. Goblins|32|R|{3}{R}{R}|Creature - Goblin|2|2|When Siege-Gang Commander enters the battlefield, put three 1/1 red Goblin creature tokens onto the battlefield.${1}{R}, Sacrifice a Goblin: Siege-Gang Commander deals 2 damage to any target.|
+Akki Coalflinger|Duel Decks Anthology: Elves vs. Goblins|33|U|{1}{R}{R}|Creature - Goblin Shaman|2|2|First strike${R}, {tap}: Attacking creatures gain first strike until end of turn.|
+Clickslither|Duel Decks Anthology: Elves vs. Goblins|34|R|{1}{R}{R}{R}|Creature - Insect|3|3|Haste$Sacrifice a Goblin: Clickslither gets +2/+2 and gains trample until end of turn.|
+Emberwilde Augur|Duel Decks Anthology: Elves vs. Goblins|35|C|{1}{R}|Creature - Goblin Shaman|2|1|Sacrifice Emberwilde Augur: Emberwilde Augur deals 3 damage to target player. Activate this ability only during your upkeep.|
+Flamewave Invoker|Duel Decks Anthology: Elves vs. Goblins|36|U|{2}{R}|Creature - Goblin Mutant|2|2|{7}{R}: Flamewave Invoker deals 5 damage to target player.|
+Gempalm Incinerator|Duel Decks Anthology: Elves vs. Goblins|37|U|{2}{R}|Creature - Goblin|2|1|Cycling {1}{R} ({1}{R}, Discard this card: Draw a card.)$When you cycle Gempalm Incinerator, you may have it deal X damage to target creature, where X is the number of Goblins on the battlefield.|
+Goblin Cohort|Duel Decks Anthology: Elves vs. Goblins|38|C|{R}|Creature - Goblin Warrior|2|2|Goblin Cohort can't attack unless you've cast a creature spell this turn.|
+Goblin Matron|Duel Decks Anthology: Elves vs. Goblins|39|U|{2}{R}|Creature - Goblin|1|1|When Goblin Matron enters the battlefield, you may search your library for a Goblin card, reveal that card, and put it into your hand. If you do, shuffle your library.|
+Elvish Harbinger|Duel Decks Anthology: Elves vs. Goblins|4|U|{2}{G}|Creature - Elf Druid|1|2|When Elvish Harbinger enters the battlefield, you may search your library for an Elf card, reveal it, then shuffle your library and put that card on top of it.${tap}: Add one mana of any color.|
+Goblin Ringleader|Duel Decks Anthology: Elves vs. Goblins|40|U|{3}{R}|Creature - Goblin|2|2|Haste$When Goblin Ringleader enters the battlefield, reveal the top four cards of your library. Put all Goblin cards revealed this way into your hand and the rest on the bottom of your library in any order.|
+Goblin Sledder|Duel Decks Anthology: Elves vs. Goblins|41|C|{R}|Creature - Goblin|1|1|Sacrifice a Goblin: Target creature gets +1/+1 until end of turn.|
+Goblin Warchief|Duel Decks Anthology: Elves vs. Goblins|42|U|{1}{R}{R}|Creature - Goblin|2|2|Goblin spells you cast cost {1} less to cast.$Goblin creatures you control have haste.|
+Ib Halfheart, Goblin Tactician|Duel Decks Anthology: Elves vs. Goblins|43|R|{3}{R}|Legendary Creature - Goblin Advisor|3|2|Whenever another Goblin you control becomes blocked, sacrifice it. If you do, it deals 4 damage to each creature blocking it.$Sacrifice two Mountains: Put two 1/1 red Goblin creature tokens onto the battlefield.|
+Mogg Fanatic|Duel Decks Anthology: Elves vs. Goblins|44|U|{R}|Creature - Goblin|1|1|Sacrifice Mogg Fanatic: Mogg Fanatic deals 1 damage to any target.|
+Mogg War Marshal|Duel Decks Anthology: Elves vs. Goblins|45|C|{1}{R}|Creature - Goblin Warrior|1|1|Echo {1}{R} (At the beginning of your upkeep, if this came under your control since the beginning of your last upkeep, sacrifice it unless you pay its echo cost.)$When Mogg War Marshal enters the battlefield or dies, put a 1/1 red Goblin creature token onto the battlefield.|
+Mudbutton Torchrunner|Duel Decks Anthology: Elves vs. Goblins|46|C|{2}{R}|Creature - Goblin Warrior|1|1|When Mudbutton Torchrunner dies, it deals 3 damage to any target.|
+Raging Goblin|Duel Decks Anthology: Elves vs. Goblins|47|C|{R}|Creature - Goblin Berserker|1|1|Haste (This creature can attack and {tap} as soon as it comes under your control.)|
+Reckless One|Duel Decks Anthology: Elves vs. Goblins|48|U|{3}{R}|Creature - Goblin Avatar|*|*|Haste$Reckless One's power and toughness are each equal to the number of Goblins on the battlefield.|
+Skirk Drill Sergeant|Duel Decks Anthology: Elves vs. Goblins|49|U|{1}{R}|Creature - Goblin|2|1|Whenever Skirk Drill Sergeant or another Goblin dies, you may pay {2}{R}. If you do, reveal the top card of your library. If it's a Goblin permanent card, put it onto the battlefield. Otherwise, put it into your graveyard.|
+Elvish Warrior|Duel Decks Anthology: Elves vs. Goblins|5|C|{G}{G}|Creature - Elf Warrior|2|3||
+Skirk Fire Marshal|Duel Decks Anthology: Elves vs. Goblins|50|R|{3}{R}{R}|Creature - Goblin|2|2|Protection from red$Tap five untapped Goblins you control: Skirk Fire Marshal deals 10 damage to each creature and each player.|
+Skirk Prospector|Duel Decks Anthology: Elves vs. Goblins|51|C|{R}|Creature - Goblin|1|1|Sacrifice a Goblin: Add {R}.|
+Skirk Shaman|Duel Decks Anthology: Elves vs. Goblins|52|C|{1}{R}{R}|Creature - Goblin Shaman|2|2|Skirk Shaman can't be blocked except by artifact creatures and/or red creatures.|
+Tar Pitcher|Duel Decks Anthology: Elves vs. Goblins|53|U|{3}{R}|Creature - Goblin Shaman|2|2|{tap}, Sacrifice a Goblin: Tar Pitcher deals 2 damage to any target.|
+Boggart Shenanigans|Duel Decks Anthology: Elves vs. Goblins|54|U|{2}{R}|Tribal Enchantment - Goblin|||Whenever another Goblin you control dies, you may have Boggart Shenanigans deal 1 damage to target player.|
+Spitting Earth|Duel Decks Anthology: Elves vs. Goblins|55|C|{1}{R}|Sorcery|||Spitting Earth deals damage to target creature equal to the number of Mountains you control.|
+Tarfire|Duel Decks Anthology: Elves vs. Goblins|56|C|{R}|Tribal Instant - Goblin|||Tarfire deals 2 damage to any target.|
+Forgotten Cave|Duel Decks Anthology: Elves vs. Goblins|57|C||Land|||Forgotten Cave enters the battlefield tapped.${tap}: Add {R}.$Cycling {R} ({R}, Discard this card: Draw a card.)|
+Goblin Burrows|Duel Decks Anthology: Elves vs. Goblins|58|U||Land|||{tap}: Add {C}.${1}{R}, {tap}: Target Goblin creature gets +2/+0 until end of turn.|
+Mountain|Duel Decks Anthology: Elves vs. Goblins|59|L||Basic Land - Mountain|||R|
+Gempalm Strider|Duel Decks Anthology: Elves vs. Goblins|6|U|{1}{G}|Creature - Elf|2|2|Cycling {2}{G}{G} ({2}{G}{G}, Discard this card: Draw a card.)$When you cycle Gempalm Strider, Elf creatures get +2/+2 until end of turn.|
+Mountain|Duel Decks Anthology: Elves vs. Goblins|60|L||Basic Land - Mountain|||R|
+Mountain|Duel Decks Anthology: Elves vs. Goblins|61|L||Basic Land - Mountain|||R|
+Mountain|Duel Decks Anthology: Elves vs. Goblins|62|L||Basic Land - Mountain|||R|
+Heedless One|Duel Decks Anthology: Elves vs. Goblins|7|U|{3}{G}|Creature - Elf Avatar|*|*|Trample$Heedless One's power and toughness are each equal to the number of Elves on the battlefield.|
+Imperious Perfect|Duel Decks Anthology: Elves vs. Goblins|8|U|{2}{G}|Creature - Elf Warrior|2|2|Other Elf creatures you control get +1/+1.${G}, {tap}: Put a 1/1 green Elf Warrior creature token onto the battlefield.|
+Llanowar Elves|Duel Decks Anthology: Elves vs. Goblins|9|C|{G}|Creature - Elf Druid|1|1|{tap}: Add {G}.|
+Garruk Wildspeaker|Duel Decks Anthology: Garruk vs. Liliana|1|M|{2}{G}{G}|Legendary Planeswalker - Garruk|||+1: Untap two target lands.$-1: Put a 3/3 green Beast creature token onto the battlefield.$-4: Creatures you control get +3/+3 and gain trample until end of turn.|
+Indrik Stomphowler|Duel Decks Anthology: Garruk vs. Liliana|10|U|{4}{G}|Creature - Beast|4|4|When Indrik Stomphowler enters the battlefield, destroy target artifact or enchantment.|
+Krosan Tusker|Duel Decks Anthology: Garruk vs. Liliana|11|C|{5}{G}{G}|Creature - Boar Beast|6|5|Cycling {2}{G} ({2}{G}, Discard this card: Draw a card.)$When you cycle Krosan Tusker, you may search your library for a basic land card, reveal that card, put it into your hand, then shuffle your library.|
+Plated Slagwurm|Duel Decks Anthology: Garruk vs. Liliana|12|R|{4}{G}{G}{G}|Creature - Wurm|8|8|Hexproof (This creature can't be the target of spells or abilities your opponents control.)|
+Genju of the Cedars|Duel Decks Anthology: Garruk vs. Liliana|13|U|{G}|Enchantment - Aura|||Enchant Forest${2}: Enchanted Forest becomes a 4/4 green Spirit creature until end of turn. It's still a land.$When enchanted Forest is put into a graveyard, you may return Genju of the Cedars from your graveyard to your hand.|
+Giant Growth|Duel Decks Anthology: Garruk vs. Liliana|14|C|{G}|Instant|||Target creature gets +3/+3 until end of turn.|
+Rancor|Duel Decks Anthology: Garruk vs. Liliana|15|C|{G}|Enchantment - Aura|||Enchant creature$Enchanted creature gets +2/+0 and has trample.$When Rancor is put into a graveyard from the battlefield, return Rancor to its owner's hand.|
+Lignify|Duel Decks Anthology: Garruk vs. Liliana|16|C|{1}{G}|Tribal Enchantment - Treefolk Aura|||Enchant creature$Enchanted creature is a 0/4 Treefolk with no abilities.|
+Nature's Lore|Duel Decks Anthology: Garruk vs. Liliana|17|C|{1}{G}|Sorcery|||Search your library for a Forest card and put that card onto the battlefield. Then shuffle your library.|
+Elephant Guide|Duel Decks Anthology: Garruk vs. Liliana|18|U|{2}{G}|Enchantment - Aura|||Enchant creature$Enchanted creature gets +3/+3.$When enchanted creature dies, put a 3/3 green Elephant creature token onto the battlefield.|
+Invigorate|Duel Decks Anthology: Garruk vs. Liliana|19|C|{2}{G}|Instant|||If you control a Forest, rather than pay Invigorate's mana cost, you may have an opponent gain 3 life.$Target creature gets +4/+4 until end of turn.|
+Basking Rootwalla|Duel Decks Anthology: Garruk vs. Liliana|2|C|{G}|Creature - Lizard|1|1|{1}{G}: Basking Rootwalla gets +2/+2 until end of turn. Activate this ability only once each turn.$Madness {0} (If you discard this card, you may cast it for its madness cost instead of putting it into your graveyard.)|
+Serrated Arrows|Duel Decks Anthology: Garruk vs. Liliana|20|C|{4}|Artifact|||Serrated Arrows enters the battlefield with three arrowhead counters on it.$At the beginning of your upkeep, if there are no arrowhead counters on Serrated Arrows, sacrifice it.${tap}, Remove an arrowhead counter from Serrated Arrows: Put a -1/-1 counter on target creature.|
+Harmonize|Duel Decks Anthology: Garruk vs. Liliana|21|U|{2}{G}{G}|Sorcery|||Draw three cards.|
+Rude Awakening|Duel Decks Anthology: Garruk vs. Liliana|22|R|{4}{G}|Sorcery|||Choose one - Untap all lands you control; or until end of turn, lands you control become 2/2 creatures that are still lands.$Entwine {2}{G} (Choose both if you pay the entwine cost.)|
+Beast Attack|Duel Decks Anthology: Garruk vs. Liliana|23|U|{2}{G}{G}{G}|Instant|||Put a 4/4 green Beast creature token onto the battlefield.$Flashback {2}{G}{G}{G} (You may cast this card from your graveyard for its flashback cost. Then exile it.)|
+Overrun|Duel Decks Anthology: Garruk vs. Liliana|24|U|{2}{G}{G}{G}|Sorcery|||Creatures you control get +3/+3 and gain trample until end of turn.|
+Windstorm|Duel Decks Anthology: Garruk vs. Liliana|25|U|{X}{G}|Instant|||Windstorm deals X damage to each creature with flying.|
+Slippery Karst|Duel Decks Anthology: Garruk vs. Liliana|26|C||Land|||Slippery Karst enters the battlefield tapped.${tap}: Add {G}.$Cycling {2} ({2}, Discard this card: Draw a card.)|
+Treetop Village|Duel Decks Anthology: Garruk vs. Liliana|27|U||Land|||Treetop Village enters the battlefield tapped.${tap}: Add {G}.${1}{G}: Treetop Village becomes a 3/3 green Ape creature with trample until end of turn. It's still a land. (If it would assign enough damage to its blockers to destroy them, you may have it assign the rest of its damage to defending player or planeswalker.)|
+Forest|Duel Decks Anthology: Garruk vs. Liliana|28|L||Basic Land - Forest|||G|
+Forest|Duel Decks Anthology: Garruk vs. Liliana|29|L||Basic Land - Forest|||G|
+Albino Troll|Duel Decks Anthology: Garruk vs. Liliana|3|U|{1}{G}|Creature - Troll|3|3|Echo {1}{G} (At the beginning of your upkeep, if this came under your control since the beginning of your last upkeep, sacrifice it unless you pay its echo cost.)${1}{G}: Regenerate Albino Troll.|
+Forest|Duel Decks Anthology: Garruk vs. Liliana|30|L||Basic Land - Forest|||G|
+Forest|Duel Decks Anthology: Garruk vs. Liliana|31|L||Basic Land - Forest|||G|
+Liliana Vess|Duel Decks Anthology: Garruk vs. Liliana|32|M|{3}{B}{B}|Legendary Planeswalker - Liliana|||+1: Target player discards a card.$-2: Search your library for a card, then shuffle your library and put that card on top of it.$-8: Put all creature cards from all graveyards onto the battlefield under your control.|
+Deathgreeter|Duel Decks Anthology: Garruk vs. Liliana|33|C|{B}|Creature - Human Shaman|1|1|Whenever another creature dies, you may gain 1 life.|
+Ghost-Lit Stalker|Duel Decks Anthology: Garruk vs. Liliana|34|U|{B}|Creature - Spirit|1|1|{4}{B}, {tap}: Target player discards two cards. Activate this ability only any time you could cast a sorcery.$Channel - {5}{B}{B}, Discard Ghost-Lit Stalker: Target player discards four cards. Activate this ability only any time you could cast a sorcery.|
+Vampire Bats|Duel Decks Anthology: Garruk vs. Liliana|35|C|{B}|Creature - Bat|0|1|Flying (This creature can't be blocked except by creatures with flying or reach.)${B}: Vampire Bats gets +1/+0 until end of turn. Activate this ability no more than twice each turn.|
+Drudge Skeletons|Duel Decks Anthology: Garruk vs. Liliana|36|C|{1}{B}|Creature - Skeleton|1|1|{B}: Regenerate Drudge Skeletons. (The next time this creature would be destroyed this turn, it isn't. Instead tap it, remove all damage from it, and remove it from combat.)|
+Ravenous Rats|Duel Decks Anthology: Garruk vs. Liliana|37|C|{1}{B}|Creature - Rat|1|1|When Ravenous Rats enters the battlefield, target opponent discards a card.|
+Fleshbag Marauder|Duel Decks Anthology: Garruk vs. Liliana|38|U|{2}{B}|Creature - Zombie Warrior|3|1|When Fleshbag Marauder enters the battlefield, each player sacrifices a creature.|
+Phyrexian Rager|Duel Decks Anthology: Garruk vs. Liliana|39|C|{2}{B}|Creature - Horror|2|2|When Phyrexian Rager enters the battlefield, you draw a card and you lose 1 life.|
+Vine Trellis|Duel Decks Anthology: Garruk vs. Liliana|4|C|{1}{G}|Creature - Plant Wall|0|4|Defender (This creature can't attack.)${tap}: Add {G}.|
+Urborg Syphon-Mage|Duel Decks Anthology: Garruk vs. Liliana|40|C|{2}{B}|Creature - Human Spellshaper|2|2|{2}{B}, {tap}, Discard a card: Each other player loses 2 life. You gain life equal to the life lost this way.|
+Wall of Bone|Duel Decks Anthology: Garruk vs. Liliana|41|U|{2}{B}|Creature - Skeleton Wall|1|4|Defender (This creature can't attack.)${B}: Regenerate Wall of Bone. (The next time this creature would be destroyed this turn, it isn't. Instead tap it, remove all damage from it, and remove it from combat.)|
+Faerie Macabre|Duel Decks Anthology: Garruk vs. Liliana|42|C|{1}{B}{B}|Creature - Faerie Rogue|2|2|Flying$Discard Faerie Macabre: Exile up to two target cards from graveyards.|
+Howling Banshee|Duel Decks Anthology: Garruk vs. Liliana|43|U|{2}{B}{B}|Creature - Spirit|3|3|Flying$When Howling Banshee enters the battlefield, each player loses 3 life.|
+Keening Banshee|Duel Decks Anthology: Garruk vs. Liliana|44|U|{2}{B}{B}|Creature - Spirit|2|2|Flying$When Keening Banshee enters the battlefield, target creature gets -2/-2 until end of turn.|
+Twisted Abomination|Duel Decks Anthology: Garruk vs. Liliana|45|C|{5}{B}|Creature - Zombie Mutant|5|3|{B}: Regenerate Twisted Abomination.$Swampcycling {2} ({2}, Discard this card: Search your library for a Swamp card, reveal it, and put it into your hand. Then shuffle your library.)|
+Skeletal Vampire|Duel Decks Anthology: Garruk vs. Liliana|46|R|{4}{B}{B}|Creature - Vampire Skeleton|3|3|Flying$When Skeletal Vampire enters the battlefield, put two 1/1 black Bat creature tokens with flying onto the battlefield.${3}{B}{B}, Sacrifice a Bat: Put two 1/1 black Bat creature tokens with flying onto the battlefield.$Sacrifice a Bat: Regenerate Skeletal Vampire.|
+Genju of the Fens|Duel Decks Anthology: Garruk vs. Liliana|47|U|{B}|Enchantment - Aura|||Enchant Swamp${2}: Until end of turn, enchanted Swamp becomes a 2/2 black Spirit creature with "{B}: This creature gets +1/+1 until end of turn." It's still a land.$When enchanted Swamp is put into a graveyard, you may return Genju of the Fens from your graveyard to your hand.|
+Bad Moon|Duel Decks Anthology: Garruk vs. Liliana|48|R|{1}{B}|Enchantment|||Black creatures get +1/+1.|
+Sign in Blood|Duel Decks Anthology: Garruk vs. Liliana|49|C|{B}{B}|Sorcery|||Target player draws two cards and loses 2 life.|
+Wild Mongrel|Duel Decks Anthology: Garruk vs. Liliana|5|C|{1}{G}|Creature - Hound|2|2|Discard a card: Wild Mongrel gets +1/+1 and becomes the color of your choice until end of turn.|
+Vicious Hunger|Duel Decks Anthology: Garruk vs. Liliana|50|C|{B}{B}|Sorcery|||Vicious Hunger deals 2 damage to target creature and you gain 2 life.|
+Ichor Slick|Duel Decks Anthology: Garruk vs. Liliana|51|C|{2}{B}|Sorcery|||Target creature gets -3/-3 until end of turn.$Cycling {2} ({2}, Discard this card: Draw a card.)$Madness {3}{B} (If you discard this card, you may cast it for its madness cost instead of putting it into your graveyard.)|
+Hideous End|Duel Decks Anthology: Garruk vs. Liliana|52|C|{1}{B}{B}|Instant|||Destroy target nonblack creature. Its controller loses 2 life.|
+Snuff Out|Duel Decks Anthology: Garruk vs. Liliana|53|C|{3}{B}|Instant|||If you control a Swamp, you may pay 4 life rather than pay Snuff Out's mana cost.$$Destroy target nonblack creature. It can't be regenerated.|
+Tendrils of Corruption|Duel Decks Anthology: Garruk vs. Liliana|54|C|{3}{B}|Instant|||Tendrils of Corruption deals X damage to target creature and you gain X life, where X is the number of Swamps you control.|
+Mutilate|Duel Decks Anthology: Garruk vs. Liliana|55|R|{2}{B}{B}|Sorcery|||All creatures get -1/-1 until end of turn for each Swamp you control.|
+Rise from the Grave|Duel Decks Anthology: Garruk vs. Liliana|56|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.|
+Corrupt|Duel Decks Anthology: Garruk vs. Liliana|57|U|{5}{B}|Sorcery|||Corrupt deals damage equal to the number of Swamps you control to any target. You gain life equal to the damage dealt this way.|
+Enslave|Duel Decks Anthology: Garruk vs. Liliana|58|U|{4}{B}{B}|Enchantment - Aura|||Enchant creature$You control enchanted creature.$At the beginning of your upkeep, enchanted creature deals 1 damage to its owner.|
+Polluted Mire|Duel Decks Anthology: Garruk vs. Liliana|59|C||Land|||Polluted Mire enters the battlefield tapped.${tap}: Add {B}.$Cycling {2} ({2}, Discard this card: Draw a card.)|
+Wirewood Savage|Duel Decks Anthology: Garruk vs. Liliana|6|C|{2}{G}|Creature - Elf|2|2|Whenever a Beast enters the battlefield, you may draw a card.|
+Swamp|Duel Decks Anthology: Garruk vs. Liliana|60|L||Basic Land - Swamp|||B|
+Swamp|Duel Decks Anthology: Garruk vs. Liliana|61|L||Basic Land - Swamp|||B|
+Swamp|Duel Decks Anthology: Garruk vs. Liliana|62|L||Basic Land - Swamp|||B|
+Swamp|Duel Decks Anthology: Garruk vs. Liliana|63|L||Basic Land - Swamp|||B|
+Blastoderm|Duel Decks Anthology: Garruk vs. Liliana|7|C|{2}{G}{G}|Creature - Beast|5|5|Shroud (This permanent can't be the target of spells or abilities.)$Fading 3 (This creature enters the battlefield with three fade counters on it. At the beginning of your upkeep, remove a fade counter from it. If you can't, sacrifice it.)|
+Ravenous Baloth|Duel Decks Anthology: Garruk vs. Liliana|8|R|{2}{G}{G}|Creature - Beast|4|4|Sacrifice a Beast: You gain 4 life.|
+Stampeding Wildebeests|Duel Decks Anthology: Garruk vs. Liliana|9|U|{2}{G}{G}|Creature - Antelope Beast|5|4|Trample (If this creature would assign enough damage to its blockers to destroy them, you may have it assign the rest of its damage to defending player or planeswalker.)$At the beginning of your upkeep, return a green creature you control to its owner's hand.|
+Akroma, Angel of Wrath|Duel Decks Anthology: Divine vs. Demonic|1|M|{5}{W}{W}{W}|Legendary Creature - Angel|6|6|Flying, first strike, vigilance, trample, haste, protection from black and from red|
+Serra Angel|Duel Decks Anthology: Divine vs. Demonic|10|R|{3}{W}{W}|Creature - Angel|4|4|Flying$Vigilance (Attacking doesn't cause this creature to tap.)|
+Twilight Shepherd|Duel Decks Anthology: Divine vs. Demonic|11|R|{3}{W}{W}{W}|Creature - Angel|5|5|Flying, vigilance$When Twilight Shepherd enters the battlefield, return to your hand all cards in your graveyard that were put there from the battlefield this turn.$Persist (When this creature dies, if it had no -1/-1 counters on it, return it to the battlefield under its owner's control with a -1/-1 counter on it.)|
+Luminous Angel|Duel Decks Anthology: Divine vs. Demonic|12|R|{4}{W}{W}{W}|Creature - Angel|4|4|Flying$At the beginning of your upkeep, you may put a 1/1 white Spirit creature token with flying onto the battlefield.|
+Reya Dawnbringer|Duel Decks Anthology: Divine vs. Demonic|13|R|{6}{W}{W}{W}|Legendary Creature - Angel|4|6|Flying$At the beginning of your upkeep, you may return target creature card from your graveyard to the battlefield.|
+Healing Salve|Duel Decks Anthology: Divine vs. Demonic|14|C|{W}|Instant|||Choose one - Target player gains 3 life; or prevent the next 3 damage that would be dealt to any target this turn.|
+Angelsong|Duel Decks Anthology: Divine vs. Demonic|15|C|{1}{W}|Instant|||Prevent all combat damage that would be dealt this turn.$Cycling {2} ({2}, Discard this card: Draw a card.)|
+Otherworldly Journey|Duel Decks Anthology: Divine vs. Demonic|16|U|{1}{W}|Instant - Arcane|||Exile target creature. At the beginning of the next end step, return that card to the battlefield under its owner's control with a +1/+1 counter on it.|
+Pacifism|Duel Decks Anthology: Divine vs. Demonic|17|C|{1}{W}|Enchantment - Aura|||Enchant creature$Enchanted creature can't attack or block.|
+Serra's Boon|Duel Decks Anthology: Divine vs. Demonic|18|U|{2}{W}|Enchantment - Aura|||Enchant creature$Enchanted creature gets +1/+2 as long as it's white. Otherwise, it gets -2/-1.|
+Angelic Benediction|Duel Decks Anthology: Divine vs. Demonic|19|U|{3}{W}|Enchantment|||Exalted (Whenever a creature you control attacks alone, that creature gets +1/+1 until end of turn.)$Whenever a creature you control attacks alone, you may tap target creature.|
+Icatian Priest|Duel Decks Anthology: Divine vs. Demonic|2|U|{W}|Creature - Human Cleric|1|1|{1}{W}{W}: Target creature gets +1/+1 until end of turn.|
+Faith's Fetters|Duel Decks Anthology: Divine vs. Demonic|20|C|{3}{W}|Enchantment - Aura|||Enchant permanent$When Faith's Fetters enters the battlefield, you gain 4 life.$Enchanted permanent's activated abilities can't be activated unless they're mana abilities. If enchanted permanent is a creature, it can't attack or block.|
+Serra's Embrace|Duel Decks Anthology: Divine vs. Demonic|21|U|{2}{W}{W}|Enchantment - Aura|||Enchant creature$Enchanted creature gets +2/+2 and has flying and vigilance.|
+Righteous Cause|Duel Decks Anthology: Divine vs. Demonic|22|U|{3}{W}{W}|Enchantment|||Whenever a creature attacks, you gain 1 life.|
+Angel's Feather|Duel Decks Anthology: Divine vs. Demonic|23|U|{2}|Artifact|||Whenever a player casts a white spell, you may gain 1 life.|
+Marble Diamond|Duel Decks Anthology: Divine vs. Demonic|24|U|{2}|Artifact|||Marble Diamond enters the battlefield tapped.${tap}: Add {W}.|
+Secluded Steppe|Duel Decks Anthology: Divine vs. Demonic|25|C||Land|||Secluded Steppe enters the battlefield tapped.${tap}: Add {W}.$Cycling {W} ({W}, Discard this card: Draw a card.)|
+Plains|Duel Decks Anthology: Divine vs. Demonic|26|L||Basic Land - Plains|||W|
+Plains|Duel Decks Anthology: Divine vs. Demonic|27|L||Basic Land - Plains|||W|
+Plains|Duel Decks Anthology: Divine vs. Demonic|28|L||Basic Land - Plains|||W|
+Plains|Duel Decks Anthology: Divine vs. Demonic|29|L||Basic Land - Plains|||W|
+Angelic Page|Duel Decks Anthology: Divine vs. Demonic|3|C|{1}{W}|Creature - Angel Spirit|1|1|Flying${tap}: Target attacking or blocking creature gets +1/+1 until end of turn.|
+Lord of the Pit|Duel Decks Anthology: Divine vs. Demonic|30|M|{4}{B}{B}{B}|Creature - Demon|7|7|Flying, trample$At the beginning of your upkeep, sacrifice a creature other than Lord of the Pit. If you can't, Lord of the Pit deals 7 damage to you.|
+Abyssal Gatekeeper|Duel Decks Anthology: Divine vs. Demonic|31|C|{1}{B}|Creature - Horror|1|1|When Abyssal Gatekeeper dies, each player sacrifices a creature.|
+Foul Imp|Duel Decks Anthology: Divine vs. Demonic|32|C|{B}{B}|Creature - Imp|2|2|Flying$When Foul Imp enters the battlefield, you lose 2 life.|
+Daggerclaw Imp|Duel Decks Anthology: Divine vs. Demonic|33|U|{2}{B}|Creature - Imp|3|1|Flying$Daggerclaw Imp can't block.|
+Dusk Imp|Duel Decks Anthology: Divine vs. Demonic|34|C|{2}{B}|Creature - Imp|2|1|Flying|
+Overeager Apprentice|Duel Decks Anthology: Divine vs. Demonic|35|C|{2}{B}|Creature - Human Minion|1|2|Discard a card, Sacrifice Overeager Apprentice: Add {B}{B}{B}.|
+Stinkweed Imp|Duel Decks Anthology: Divine vs. Demonic|36|C|{2}{B}|Creature - Imp|1|2|Flying$Whenever Stinkweed Imp deals combat damage to a creature, destroy that creature.$Dredge 5 (If you would draw a card, instead you may put exactly five cards from the top of your library into your graveyard. If you do, return this card from your graveyard to your hand. Otherwise, draw a card.)|
+Soot Imp|Duel Decks Anthology: Divine vs. Demonic|37|U|{1}{B}{B}|Creature - Imp|1|2|Flying$Whenever a player casts a nonblack spell, that player loses 1 life.|
+Demon's Jester|Duel Decks Anthology: Divine vs. Demonic|38|C|{3}{B}|Creature - Imp|2|2|Flying$Hellbent - Demon's Jester gets +2/+1 as long as you have no cards in hand.|
+Souldrinker|Duel Decks Anthology: Divine vs. Demonic|39|U|{3}{B}|Creature - Spirit|2|2|Pay 3 life: Put a +1/+1 counter on Souldrinker.|
+Charging Paladin|Duel Decks Anthology: Divine vs. Demonic|4|C|{2}{W}|Creature - Human Knight|2|2|Whenever Charging Paladin attacks, it gets +0/+3 until end of turn.|
+Abyssal Specter|Duel Decks Anthology: Divine vs. Demonic|40|U|{2}{B}{B}|Creature - Specter|2|3|Flying$Whenever Abyssal Specter deals damage to a player, that player discards a card.|
+Cackling Imp|Duel Decks Anthology: Divine vs. Demonic|41|C|{2}{B}{B}|Creature - Imp|2|2|Flying${tap}: Target player loses 1 life.|
+Fallen Angel|Duel Decks Anthology: Divine vs. Demonic|42|R|{3}{B}{B}|Creature - Angel|3|3|Flying$Sacrifice a creature: Fallen Angel gets +2/+1 until end of turn.|
+Reiver Demon|Duel Decks Anthology: Divine vs. Demonic|43|R|{4}{B}{B}{B}{B}|Creature - Demon|6|6|Flying$When Reiver Demon enters the battlefield, if you cast it from your hand, destroy all nonartifact, nonblack creatures. They can't be regenerated.|
+Kuro, Pitlord|Duel Decks Anthology: Divine vs. Demonic|44|R|{6}{B}{B}{B}|Legendary Creature - Demon Spirit|9|9|At the beginning of your upkeep, sacrifice Kuro, Pitlord unless you pay {B}{B}{B}{B}.$Pay 1 life: Target creature gets -1/-1 until end of turn.|
+Dark Ritual|Duel Decks Anthology: Divine vs. Demonic|45|C|{B}|Instant|||Add {B}{B}{B}.|
+Duress|Duel Decks Anthology: Divine vs. Demonic|46|C|{B}|Sorcery|||Target opponent reveals their hand. You choose a noncreature, nonland card from it. That player discards that card.|
+Unholy Strength|Duel Decks Anthology: Divine vs. Demonic|47|C|{B}|Enchantment - Aura|||Enchant creature$Enchanted creature gets +2/+1.|
+Cruel Edict|Duel Decks Anthology: Divine vs. Demonic|48|U|{1}{B}|Sorcery|||Target opponent sacrifices a creature.|
+Demonic Tutor|Duel Decks Anthology: Divine vs. Demonic|49|U|{1}{B}|Sorcery|||Search your library for a card and put that card into your hand. Then shuffle your library.|
+Venerable Monk|Duel Decks Anthology: Divine vs. Demonic|5|C|{2}{W}|Creature - Human Monk Cleric|2|2|When Venerable Monk enters the battlefield, you gain 2 life.|
+Dark Banishing|Duel Decks Anthology: Divine vs. Demonic|50|C|{2}{B}|Instant|||Destroy target nonblack creature. It can't be regenerated.|
+Oni Possession|Duel Decks Anthology: Divine vs. Demonic|51|U|{2}{B}|Enchantment - Aura|||Enchant creature$At the beginning of your upkeep, sacrifice a creature.$Enchanted creature gets +3/+3 and has trample.$Enchanted creature is a Demon Spirit.|
+Barter in Blood|Duel Decks Anthology: Divine vs. Demonic|52|U|{2}{B}{B}|Sorcery|||Each player sacrifices two creatures.|
+Breeding Pit|Duel Decks Anthology: Divine vs. Demonic|53|U|{3}{B}|Enchantment|||At the beginning of your upkeep, sacrifice Breeding Pit unless you pay {B}{B}.$At the beginning of your end step, put a 0/1 black Thrull creature token onto the battlefield.|
+Promise of Power|Duel Decks Anthology: Divine vs. Demonic|54|R|{2}{B}{B}{B}|Sorcery|||Choose one - You draw five cards and you lose 5 life; or put an X/X black Demon creature token with flying onto the battlefield, where X is the number of cards in your hand as the token enters the battlefield.$Entwine {4} (Choose both if you pay the entwine cost.)|
+Corrupt|Duel Decks Anthology: Divine vs. Demonic|55|U|{5}{B}|Sorcery|||Corrupt deals damage equal to the number of Swamps you control to any target. You gain life equal to the damage dealt this way.|
+Consume Spirit|Duel Decks Anthology: Divine vs. Demonic|56|U|{X}{1}{B}|Sorcery|||Spend only black mana on X.$Consume Spirit deals X damage to any target and you gain X life.|
+Demon's Horn|Duel Decks Anthology: Divine vs. Demonic|57|U|{2}|Artifact|||Whenever a player casts a black spell, you may gain 1 life.|
+Barren Moor|Duel Decks Anthology: Divine vs. Demonic|58|C||Land|||Barren Moor enters the battlefield tapped.${tap}: Add {B}.$Cycling {B} ({B}, Discard this card: Draw a card.)|
+Swamp|Duel Decks Anthology: Divine vs. Demonic|59|L||Basic Land - Swamp|||B|
+Angelic Protector|Duel Decks Anthology: Divine vs. Demonic|6|U|{3}{W}|Creature - Angel|2|2|Flying$Whenever Angelic Protector becomes the target of a spell or ability, Angelic Protector gets +0/+3 until end of turn.|
+Swamp|Duel Decks Anthology: Divine vs. Demonic|60|L||Basic Land - Swamp|||B|
+Swamp|Duel Decks Anthology: Divine vs. Demonic|61|L||Basic Land - Swamp|||B|
+Swamp|Duel Decks Anthology: Divine vs. Demonic|62|L||Basic Land - Swamp|||B|
+Serra Advocate|Duel Decks Anthology: Divine vs. Demonic|7|U|{3}{W}|Creature - Angel|2|2|Flying${tap}: Target attacking or blocking creature gets +2/+2 until end of turn.|
+Sustainer of the Realm|Duel Decks Anthology: Divine vs. Demonic|8|U|{2}{W}{W}|Creature - Angel|2|3|Flying$Whenever Sustainer of the Realm blocks, it gets +0/+2 until end of turn.|
+Angel of Mercy|Duel Decks Anthology: Divine vs. Demonic|9|U|{4}{W}|Creature - Angel|3|3|Flying$When Angel of Mercy enters the battlefield, you gain 3 life.|
+Jace Beleren|Duel Decks Anthology: Jace vs. Chandra|1|M|{1}{U}{U}|Legendary Planeswalker - Jace|||+2: Each player draws a card.$-1: Target player draws a card.$-10: Target player puts the top twenty cards of their library into their graveyard.|
+Fledgling Mawcor|Duel Decks Anthology: Jace vs. Chandra|10|U|{3}{U}|Creature - Beast|2|2|Flying${tap}: Fledgling Mawcor deals 1 damage to any target.$Morph {U}{U} (You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)|
+Waterspout Djinn|Duel Decks Anthology: Jace vs. Chandra|11|U|{2}{U}{U}|Creature - Djinn|4|4|Flying$At the beginning of your upkeep, sacrifice Waterspout Djinn unless you return an untapped Island you control to its owner's hand.|
+Mulldrifter|Duel Decks Anthology: Jace vs. Chandra|12|C|{4}{U}|Creature - Elemental|2|2|Flying$When Mulldrifter enters the battlefield, draw two cards.$Evoke {2}{U} (You may cast this spell for its evoke cost. If you do, it's sacrificed when it enters the battlefield.)|
+Air Elemental|Duel Decks Anthology: Jace vs. Chandra|13|U|{3}{U}{U}|Creature - Elemental|4|4|Flying|
+Guile|Duel Decks Anthology: Jace vs. Chandra|14|R|{3}{U}{U}{U}|Creature - Elemental Incarnation|6|6|Guile can't be blocked except by three or more creatures.$If a spell or ability you control would counter a spell, instead exile that spell and you may play that card without paying its mana cost.$When Guile is put into a graveyard from anywhere, shuffle it into its owner's library.|
+Riftwing Cloudskate|Duel Decks Anthology: Jace vs. Chandra|15|U|{3}{U}{U}|Creature - Illusion|2|2|Flying$When Riftwing Cloudskate enters the battlefield, return target permanent to its owner's hand.$Suspend 3-{1}{U} (Rather than cast this card from your hand, you may pay {1}{U} and exile it with three time counters on it. At the beginning of your upkeep, remove a time counter. When the last is removed, cast it without paying its mana cost. It has haste.)|
+Spire Golem|Duel Decks Anthology: Jace vs. Chandra|16|C|{6}|Artifact Creature - Golem|2|4|Affinity for Islands (This spell costs {1} less to cast for each Island you control.)$Flying|
+Aethersnipe|Duel Decks Anthology: Jace vs. Chandra|17|C|{5}{U}|Creature - Elemental|4|4|When Æthersnipe enters the battlefield, return target nonland permanent to its owner's hand.$Evoke {1}{U}{U} (You may cast this spell for its evoke cost. If you do, it's sacrificed when it enters the battlefield.)|
+Brine Elemental|Duel Decks Anthology: Jace vs. Chandra|18|U|{4}{U}{U}|Creature - Elemental|5|4|Morph {5}{U}{U} (You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)$When Brine Elemental is turned face up, each opponent skips their next untap step.|
+Quicksilver Dragon|Duel Decks Anthology: Jace vs. Chandra|19|R|{4}{U}{U}|Creature - Dragon|5|5|Flying${U}: If target spell has only one target and that target is Quicksilver Dragon, change that spell's target to another creature.$Morph {4}{U} (You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)|
+Martyr of Frost|Duel Decks Anthology: Jace vs. Chandra|2|C|{U}|Creature - Human Wizard|1|1|{2}, Reveal X blue cards from your hand, Sacrifice Martyr of Frost: Counter target spell unless its controller pays {X}.|
+Errant Ephemeron|Duel Decks Anthology: Jace vs. Chandra|20|C|{6}{U}|Creature - Illusion|4|4|Flying$Suspend 4-{1}{U} (Rather than cast this card from your hand, you may pay {1}{U} and exile it with four time counters on it. At the beginning of your upkeep, remove a time counter. When the last is removed, cast it without paying its mana cost. It has haste.)|
+Ancestral Vision|Duel Decks Anthology: Jace vs. Chandra|21|R||Sorcery|||Suspend 4-{U} (Rather than cast this card from your hand, pay {U} and exile it with four time counters on it. At the beginning of your upkeep, remove a time counter. When the last is removed, cast it without paying its mana cost.)$Target player draws three cards.|
+Mind Stone|Duel Decks Anthology: Jace vs. Chandra|22|U|{2}|Artifact|||{tap}: Add {C}.${1}, {tap}, Sacrifice Mind Stone: Draw a card.|
+Daze|Duel Decks Anthology: Jace vs. Chandra|23|C|{1}{U}|Instant|||You may return an Island you control to its owner's hand rather than pay Daze's mana cost.$$Counter target spell unless its controller pays {1}.|
+Counterspell|Duel Decks Anthology: Jace vs. Chandra|24|C|{U}{U}|Instant|||Counter target spell.|
+Repulse|Duel Decks Anthology: Jace vs. Chandra|25|C|{2}{U}|Instant|||Return target creature to its owner's hand.$Draw a card.|
+Fact or Fiction|Duel Decks Anthology: Jace vs. Chandra|26|U|{3}{U}|Instant|||Reveal the top five cards of your library. An opponent separates those cards into two piles. Put one pile into your hand and the other into your graveyard.|
+Gush|Duel Decks Anthology: Jace vs. Chandra|27|C|{4}{U}|Instant|||You may return two Islands you control to their owner's hand rather than pay Gush's mana cost.$$Draw two cards.|
+Condescend|Duel Decks Anthology: Jace vs. Chandra|28|C|{X}{U}|Instant|||Counter target spell unless its controller pays {X}.$Scry 2. (To scry 2, look at the top two cards of your library, then put any number of them on the bottom of your library and the rest on top in any order.)|
+Terrain Generator|Duel Decks Anthology: Jace vs. Chandra|29|U||Land|||{tap}: Add {C}.${2}, {tap}: You may put a basic land card from your hand onto the battlefield tapped.|
+Fathom Seer|Duel Decks Anthology: Jace vs. Chandra|3|C|{1}{U}|Creature - Illusion|1|3|Morph-Return two Islands you control to their owner's hand. (You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)$When Fathom Seer is turned face up, draw two cards.|
+Island|Duel Decks Anthology: Jace vs. Chandra|30|L||Basic Land - Island|||U|
+Island|Duel Decks Anthology: Jace vs. Chandra|31|L||Basic Land - Island|||U|
+Island|Duel Decks Anthology: Jace vs. Chandra|32|L||Basic Land - Island|||U|
+Island|Duel Decks Anthology: Jace vs. Chandra|33|L||Basic Land - Island|||U|
+Chandra Nalaar|Duel Decks Anthology: Jace vs. Chandra|34|M|{3}{R}{R}|Legendary Planeswalker - Chandra|||+1: Chandra Nalaar deals 1 damage to target player.$-X: Chandra Nalaar deals X damage to target creature.$-8: Chandra Nalaar deals 10 damage to target player and each creature they control.|
+Flamekin Brawler|Duel Decks Anthology: Jace vs. Chandra|35|C|{R}|Creature - Elemental Warrior|0|2|{R}: Flamekin Brawler gets +1/+0 until end of turn.|
+Fireslinger|Duel Decks Anthology: Jace vs. Chandra|36|C|{1}{R}|Creature - Human Wizard|1|1|{tap}: Fireslinger deals 1 damage to any target and 1 damage to you.|
+Soulbright Flamekin|Duel Decks Anthology: Jace vs. Chandra|37|C|{1}{R}|Creature - Elemental Shaman|2|1|{2}: Target creature gains trample until end of turn. If this is the third time this ability has resolved this turn, you may add {R}{R}{R}{R}{R}{R}{R}{R}.|
+Pyre Charger|Duel Decks Anthology: Jace vs. Chandra|38|U|{R}{R}|Creature - Elemental Warrior|1|1|Haste${R}: Pyre Charger gets +1/+0 until end of turn.|
+Slith Firewalker|Duel Decks Anthology: Jace vs. Chandra|39|U|{R}{R}|Creature - Slith|1|1|Haste$Whenever Slith Firewalker deals combat damage to a player, put a +1/+1 counter on it.|
+Voidmage Apprentice|Duel Decks Anthology: Jace vs. Chandra|4|C|{1}{U}|Creature - Human Wizard|1|1|Morph {2}{U}{U} (You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)$When Voidmage Apprentice is turned face up, counter target spell.|
+Flamewave Invoker|Duel Decks Anthology: Jace vs. Chandra|40|U|{2}{R}|Creature - Goblin Mutant|2|2|{7}{R}: Flamewave Invoker deals 5 damage to target player.|
+Inner-Flame Acolyte|Duel Decks Anthology: Jace vs. Chandra|41|C|{1}{R}{R}|Creature - Elemental Shaman|2|2|When Inner-Flame Acolyte enters the battlefield, target creature gets +2/+0 and gains haste until end of turn.$Evoke {R} (You may cast this spell for its evoke cost. If you do, it's sacrificed when it enters the battlefield.)|
+Flametongue Kavu|Duel Decks Anthology: Jace vs. Chandra|42|U|{3}{R}|Creature - Kavu|4|2|When Flametongue Kavu enters the battlefield, it deals 4 damage to target creature.|
+Furnace Whelp|Duel Decks Anthology: Jace vs. Chandra|43|U|{2}{R}{R}|Creature - Dragon|2|2|Flying${R}: Furnace Whelp gets +1/+0 until end of turn.|
+Rakdos Pit Dragon|Duel Decks Anthology: Jace vs. Chandra|44|R|{2}{R}{R}|Creature - Dragon|3|3|{R}{R}: Rakdos Pit Dragon gains flying until end of turn.${R}: Rakdos Pit Dragon gets +1/+0 until end of turn.$Hellbent - Rakdos Pit Dragon has double strike as long as you have no cards in hand.|
+Ingot Chewer|Duel Decks Anthology: Jace vs. Chandra|45|C|{4}{R}|Creature - Elemental|3|3|When Ingot Chewer enters the battlefield, destroy target artifact.$Evoke {R} (You may cast this spell for its evoke cost. If you do, it's sacrificed when it enters the battlefield.)|
+Oxidda Golem|Duel Decks Anthology: Jace vs. Chandra|46|C|{6}|Artifact Creature - Golem|3|2|Affinity for Mountains (This spell costs {1} less to cast for each Mountain you control.)$Haste|
+Chartooth Cougar|Duel Decks Anthology: Jace vs. Chandra|47|C|{5}{R}|Creature - Cat Beast|4|4|{R}: Chartooth Cougar gets +1/+0 until end of turn.$Mountaincycling {2} ({2}, Discard this card: Search your library for a Mountain card, reveal it, and put it into your hand. Then shuffle your library.)|
+Hostility|Duel Decks Anthology: Jace vs. Chandra|48|R|{3}{R}{R}{R}|Creature - Elemental Incarnation|6|6|Haste$If a spell you control would deal damage to an opponent, prevent that damage. Put a 3/1 red Elemental Shaman creature token with haste onto the battlefield for each 1 damage prevented this way.$When Hostility is put into a graveyard from anywhere, shuffle it into its owner's library.|
+Firebolt|Duel Decks Anthology: Jace vs. Chandra|49|C|{R}|Sorcery|||Firebolt deals 2 damage to any target.$Flashback {4}{R} (You may cast this card from your graveyard for its flashback cost. Then exile it.)|
+Wall of Deceit|Duel Decks Anthology: Jace vs. Chandra|5|U|{1}{U}|Creature - Wall|0|5|Defender (This creature can't attack.)${3}: Turn Wall of Deceit face down.$Morph {U} (You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)|
+Seal of Fire|Duel Decks Anthology: Jace vs. Chandra|50|C|{R}|Enchantment|||Sacrifice Seal of Fire: Seal of Fire deals 2 damage to any target.|
+Incinerate|Duel Decks Anthology: Jace vs. Chandra|51|C|{1}{R}|Instant|||Incinerate deals 3 damage to any target. A creature dealt damage this way can't be regenerated this turn.|
+Magma Jet|Duel Decks Anthology: Jace vs. Chandra|52|U|{1}{R}|Instant|||Magma Jet deals 2 damage to any target.$Scry 2. (To scry 2, look at the top two cards of your library, then put any number of them on the bottom of your library and the rest on top in any order.)|
+Flame Javelin|Duel Decks Anthology: Jace vs. Chandra|53|U|{2R}{2R}{2R}|Instant|||({2R} can be paid with any two mana or with {R}. This card's converted mana cost is 6.)$Flame Javelin deals 4 damage to any target.|
+Cone of Flame|Duel Decks Anthology: Jace vs. Chandra|54|U|{3}{R}{R}|Sorcery|||Cone of Flame deals 1 damage to any target, 2 damage to another any target, and 3 damage to a third any target.|
+Fireblast|Duel Decks Anthology: Jace vs. Chandra|55|C|{4}{R}{R}|Instant|||You may sacrifice two Mountains rather than pay Fireblast's mana cost.$Fireblast deals 4 damage to any target.|
+Fireball|Duel Decks Anthology: Jace vs. Chandra|56|U|{X}{R}|Sorcery|||Fireball deals X damage divided evenly, rounded down, among any number of target creatures and/or players.$Fireball costs {1} more to cast for each target beyond the first.|
+Demonfire|Duel Decks Anthology: Jace vs. Chandra|57|R|{X}{R}|Sorcery|||Demonfire deals X damage to any target. If a creature dealt damage this way would die this turn, exile it instead.$Hellbent - If you have no cards in hand, Demonfire can't be countered and the damage can't be prevented.|
+Keldon Megaliths|Duel Decks Anthology: Jace vs. Chandra|58|U||Land|||Keldon Megaliths enters the battlefield tapped.${tap}: Add {R}.$Hellbent - {1}{R}, {tap}: Keldon Megaliths deals 1 damage to any target. Activate this ability only if you have no cards in hand.|
+Mountain|Duel Decks Anthology: Jace vs. Chandra|59|L||Basic Land - Mountain|||R|
+Willbender|Duel Decks Anthology: Jace vs. Chandra|6|U|{1}{U}|Creature - Human Wizard|1|2|Morph {1}{U} (You may cast this card face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)$When Willbender is turned face up, change the target of target spell or ability with a single target.|
+Mountain|Duel Decks Anthology: Jace vs. Chandra|60|L||Basic Land - Mountain|||R|
+Mountain|Duel Decks Anthology: Jace vs. Chandra|61|L||Basic Land - Mountain|||R|
+Mountain|Duel Decks Anthology: Jace vs. Chandra|62|L||Basic Land - Mountain|||R|
+Bottle Gnomes|Duel Decks Anthology: Jace vs. Chandra|7|U|{3}|Artifact Creature - Gnome|1|3|Sacrifice Bottle Gnomes: You gain 3 life.|
+Man-o'-War|Duel Decks Anthology: Jace vs. Chandra|8|C|{2}{U}|Creature - Jellyfish|2|2|When Man-o'-War enters the battlefield, return target creature to its owner's hand.|
+Ophidian|Duel Decks Anthology: Jace vs. Chandra|9|C|{2}{U}|Creature - Snake|1|3|Whenever Ophidian attacks and isn't blocked, you may draw a card. If you do, Ophidian assigns no combat damage this turn.|
Akroma, Angel of Wrath|Duel Decks: Divine vs. Demonic|1|M|{5}{W}{W}{W}|Legendary Creature - Angel|6|6|Flying, first strike, vigilance, trample, haste, protection from black and from red|
Serra Angel|Duel Decks: Divine vs. Demonic|10|R|{3}{W}{W}|Creature - Angel|4|4|Flying$Vigilance (Attacking doesn't cause this creature to tap.)|
Twilight Shepherd|Duel Decks: Divine vs. Demonic|11|R|{3}{W}{W}{W}|Creature - Angel|5|5|Flying, vigilance$When Twilight Shepherd enters the battlefield, return to your hand all cards in your graveyard that were put there from the battlefield this turn.$Persist (When this creature dies, if it had no -1/-1 counters on it, return it to the battlefield under its owner's control with a -1/-1 counter on it.)|
@@ -12428,7 +12428,7 @@ Island|The Lost Caverns of Ixalan|395|C||Basic Land - Island|||({T}: Add {U}.)|
Swamp|The Lost Caverns of Ixalan|397|C||Basic Land - Swamp|||({T}: Add {B}.)|
Mountain|The Lost Caverns of Ixalan|399|C||Basic Land - Mountain|||({T}: Add {R}.)|
Forest|The Lost Caverns of Ixalan|401|C||Basic Land - Forest|||({T}: Add {G}.)|
-Coercive Portal|The Lost Caverns of Ixalan Commander|109|M|{4}|Artifact|||Will of the council -- At the beginning of your upkeep, starting with you, each player votes for carnage or homage. If carnage gets more votes, sacrifice Coercive Portal and destroy all nonland permanents. If homage gets more votes or the vote is tied, draw a card.|
+Coercive Portal|The The Lost Caverns of Ixalan Commander|109|M|{4}|Artifact|||Will of the council -- At the beginning of your upkeep, starting with you, each player votes for carnage or homage. If carnage gets more votes, sacrifice Coercive Portal and destroy all nonland permanents. If homage gets more votes or the vote is tied, draw a card.|
Ajani Goldmane|Magic 2010|1|M|{2}{W}{W}|Legendary Planeswalker - Ajani|||+1: You gain 2 life.$-1: Put a +1/+1 counter on each creature you control. Those creatures gain vigilance until end of turn.$-6: Put a white Avatar creature token onto the battlefield. It has "This creature's power and toughness are each equal to your life total."|
Excommunicate|Magic 2010|10|C|{2}{W}|Sorcery|||Put target creature on top of its owner's library.|
Hypnotic Specter|Magic 2010|100|R|{1}{B}{B}|Creature - Specter|2|2|Flying$Whenever Hypnotic Specter deals damage to an opponent, that player discards a card at random.|
@@ -34254,46 +34254,46 @@ Waterknot|Core Set 2019|311|C|{1}{U}{U}|Enchantment - Aura|||Enchant creature$Wh
Grasping Scoundrel|Core Set 2019|312|C|{B}|Creature - Human Pirate|1|1|Grasping Scoundrel gets +1/+0 as long as it's attacking.|
Radiating Lightning|Core Set 2019|313|C|{3}{R}|Instant|||Radiating Lightning deals 3 damage to target player and 1 damage to each creature that player controls.|
Llanowar Elves|Core Set 2019|314|C|{G}|Creature - Elf Druid|1|1|{T}: Add {G}.|
-Mu Yanling|Global Series: Jiang Yanggu & Mu Yanling|1|M|{4}{U}{U}|Legendary Planeswalker - Yanling|||+2: Target creature can't be blocked this turn.$−3: Draw two cards.$−10: Tap all creatures your opponents control. You take an extra turn after this one.|
-Colorful Feiyi Sparrow|Global Series: Jiang Yanggu & Mu Yanling|2|C|{1}{W}|Creature - Bird|1|3|Flying|
-Purple-Crystal Crab|Global Series: Jiang Yanggu & Mu Yanling|3|C|{1}{U}|Creature - Crab|1|1|When Purple-Crystal Crab dies, draw card.|
-Vivid Flying Fish|Global Series: Jiang Yanggu & Mu Yanling|4|C|{1}{U}|Creature - Fish Lizard|1|1|Vivid Flying Fish has flying as long as it's attacking.|
-Welkin Tern|Global Series: Jiang Yanggu & Mu Yanling|5|C|{1}{U}|Creature - Bird|2|1|Flying$Welkin Tern can block only creatures with flying.|
-Heavenly Qilin|Global Series: Jiang Yanggu & Mu Yanling|6|C|{2}{W}|Creature - Kirin|2|2|Flying$Whenenver Heavenly Qilin attacks, another target creature you control gains flying until end of turn.|
-Armored Whirl Turtle|Global Series: Jiang Yanggu & Mu Yanling|7|C|{2}{U}|Creature - Turtle|0|5||
-Nine-Tail White Fox|Global Series: Jiang Yanggu & Mu Yanling|8|C|{2}{U}|Creature - Fox Spirit|2|2|Whenever Nine-Tail White Fox deals combat damage to a player, draw a card.|
-Earth-Origin Yak|Global Series: Jiang Yanggu & Mu Yanling|9|C|{3}{W}|Creature - Ox|2|4|When Earth-Origin Yak enters the battlefield, creatures you control get +1/+1 until end of turn.|
-Moon-Eating Dog|Global Series: Jiang Yanggu & Mu Yanling|10|U|{3}{U}|Creature - Hound|3|3|As long as you control a Yanling planeswalker, Moon-Eating Dog has flying.|
-Stormcloud Spirit|Global Series: Jiang Yanggu & Mu Yanling|11|U|{3}{U}{U}|Creature - Spirit|4|4|Flying|
-Ancestor Dragon|Global Series: Jiang Yanggu & Mu Yanling|12|R|{4}{W}{W}|Creature - Dragon|5|6|Flying$Whenever one or more creatures you control attack, you gain 1 life for each attacking creature.|
-Cloak of Mists|Global Series: Jiang Yanggu & Mu Yanling|13|C|{1}{U}|Enchantment - Aura|||Enchant creature$Enchanted creature can't be blocked.|
-Qilin's Blessing|Global Series: Jiang Yanggu & Mu Yanling|14|C|{W}|Instant|||Target creature gets +2/+2 until end of turn.|
-Drown in Shapelessness|Global Series: Jiang Yanggu & Mu Yanling|15|C|{1}{U}|Instant|||Return target creature to its owner's hand.|
-Dragon's Presence|Global Series: Jiang Yanggu & Mu Yanling|16|C|{2}{W}|Instant|||Dragon's Presence deals 5 damage to target attacking or blocking creature.|
-Brilliant Plan|Global Series: Jiang Yanggu & Mu Yanling|17|U|{4}{U}|Sorcery|||Draw three cards.|
-Rhythmic Water Vortex|Global Series: Jiang Yanggu & Mu Yanling|18|R|{3}{U}{U}|Sorcery|||Return up to two target creatures to their owner's hand.$Search your library and/or graveyard for a card named Mu Yanling, reveal it, and put it into your hand. If you searched your library this way, shuffle it.|
-Meandering River|Global Series: Jiang Yanggu & Mu Yanling|19|C||Land|||Meandering River enters the battlefield tapped.${T}: Add {W} or {U}.|
-Plains|Global Series: Jiang Yanggu & Mu Yanling|20|C||Basic Land - Plains|||({T}: Add {W}.)|
-Island|Global Series: Jiang Yanggu & Mu Yanling|21|C||Basic Land - Island|||({T}: Add {U}.)|
-Jiang Yanggu|Global Series: Jiang Yanggu & Mu Yanling|22|M|{4}{G}|Legendary Planeswalker - Yanggu|||+1: Target creature gets +2/+2 until end of turn.$−1: If you don't control a creature named Mowu, create a legendary 3/3 green Hound creature token named Mowu.$−5: Until end of turn, target creature gains trample and gets +X/+X, where X is the number of lands you control.|
-Leopard-Spotted Jiao|Global Series: Jiang Yanggu & Mu Yanling|23|C|{1}{R}|Creature - Beast|3|1||
-Feiyi Snake|Global Series: Jiang Yanggu & Mu Yanling|24|C|{1}{G}|Creature - Snake|2|1|Reach|
-Sacred White Deer|Global Series: Jiang Yanggu & Mu Yanling|25|U|{1}{G}|Creature - Elk|2|2|{3}{G}, {T}: You gain 4 life. Activate this ability only if you control a Yanggu planeswalker.|
-Reckless Pangolin|Global Series: Jiang Yanggu & Mu Yanling|26|C|{2}{G}|Creature - Pangolin|2|2|Whenever Reckless Pangolin attacks, it gets +1/+1 until end of turn.|
-Giant Spider|Global Series: Jiang Yanggu & Mu Yanling|27|C|{3}{G}|Creature - Spider|2|4|Reach|
-Ferocious Zheng|Global Series: Jiang Yanggu & Mu Yanling|28|C|{2}{G}{G}|Creature - Cat Beast|4|4||
-Fire-Omen Crane|Global Series: Jiang Yanggu & Mu Yanling|29|U|{3}{R}{R}|Creature - Bird Spirit|3|3|Flying$Whenever Fire-Omen Crane attacks, it deals 1 damage to target creature an opponent controls.|
-Screeching Phoenix|Global Series: Jiang Yanggu & Mu Yanling|30|R|{4}{R}{R}|Creature - Phoenix|4|4|Flying${2}{R}: Creatures you control get +1/+0 until end of turn.|
-Earthshaking Si|Global Series: Jiang Yanggu & Mu Yanling|31|C|{5}{G}|Creature - Beast|5|5|Trample|
-Hardened-Scale Armor|Global Series: Jiang Yanggu & Mu Yanling|32|C|{2}{G}|Enchantment - Aura|||Enchant creature$Enchanted creature gets +3/3.|
-Breath of Fire|Global Series: Jiang Yanggu & Mu Yanling|33|C|{1}{R}|Instant|||Breath of Fire deals 2 damage to target creature.|
-Aggressive Instinct|Global Series: Jiang Yanggu & Mu Yanling|34|C|{1}{G}|Sorcery|||Target creature you control deals damage equal to its power to target creature you don't control.|
-Confidence from Strength|Global Series: Jiang Yanggu & Mu Yanling|35|C|{2}{G}|Sorcery|||Target creature gets +4/+4 until and gains trample until end of turn.|
-Journey for the Elixir|Global Series: Jiang Yanggu & Mu Yanling|36|R|{2}{G}|Sorcery|||Search your library and graveyard for a basic land card and a card named Jiang Yanggu, reveal them, put them into your hand, then shuffle your library.|
-Cleansing Screech|Global Series: Jiang Yanggu & Mu Yanling|37|C|{4}{R}|Sorcery|||Cleansing Screech deals 4 damage to any target.|
-Timber Gorge|Global Series: Jiang Yanggu & Mu Yanling|38|C||Land|||Timber Gorge enters the battlefield tapped.${T}: Add {R} or {G}.|
-Mountain|Global Series: Jiang Yanggu & Mu Yanling|39|C||Basic Land - Mountain|||({T}: Add {R}.)|
-Forest|Global Series: Jiang Yanggu & Mu Yanling|40|C||Basic Land - Forest|||({T}: Add {G}.)|
+Mu Yanling|Global Series Jiang Yanggu & Mu Yanling|1|M|{4}{U}{U}|Legendary Planeswalker - Yanling|||+2: Target creature can't be blocked this turn.$−3: Draw two cards.$−10: Tap all creatures your opponents control. You take an extra turn after this one.|
+Colorful Feiyi Sparrow|Global Series Jiang Yanggu & Mu Yanling|2|C|{1}{W}|Creature - Bird|1|3|Flying|
+Purple-Crystal Crab|Global Series Jiang Yanggu & Mu Yanling|3|C|{1}{U}|Creature - Crab|1|1|When Purple-Crystal Crab dies, draw card.|
+Vivid Flying Fish|Global Series Jiang Yanggu & Mu Yanling|4|C|{1}{U}|Creature - Fish Lizard|1|1|Vivid Flying Fish has flying as long as it's attacking.|
+Welkin Tern|Global Series Jiang Yanggu & Mu Yanling|5|C|{1}{U}|Creature - Bird|2|1|Flying$Welkin Tern can block only creatures with flying.|
+Heavenly Qilin|Global Series Jiang Yanggu & Mu Yanling|6|C|{2}{W}|Creature - Kirin|2|2|Flying$Whenenver Heavenly Qilin attacks, another target creature you control gains flying until end of turn.|
+Armored Whirl Turtle|Global Series Jiang Yanggu & Mu Yanling|7|C|{2}{U}|Creature - Turtle|0|5||
+Nine-Tail White Fox|Global Series Jiang Yanggu & Mu Yanling|8|C|{2}{U}|Creature - Fox Spirit|2|2|Whenever Nine-Tail White Fox deals combat damage to a player, draw a card.|
+Earth-Origin Yak|Global Series Jiang Yanggu & Mu Yanling|9|C|{3}{W}|Creature - Ox|2|4|When Earth-Origin Yak enters the battlefield, creatures you control get +1/+1 until end of turn.|
+Moon-Eating Dog|Global Series Jiang Yanggu & Mu Yanling|10|U|{3}{U}|Creature - Hound|3|3|As long as you control a Yanling planeswalker, Moon-Eating Dog has flying.|
+Stormcloud Spirit|Global Series Jiang Yanggu & Mu Yanling|11|U|{3}{U}{U}|Creature - Spirit|4|4|Flying|
+Ancestor Dragon|Global Series Jiang Yanggu & Mu Yanling|12|R|{4}{W}{W}|Creature - Dragon|5|6|Flying$Whenever one or more creatures you control attack, you gain 1 life for each attacking creature.|
+Cloak of Mists|Global Series Jiang Yanggu & Mu Yanling|13|C|{1}{U}|Enchantment - Aura|||Enchant creature$Enchanted creature can't be blocked.|
+Qilin's Blessing|Global Series Jiang Yanggu & Mu Yanling|14|C|{W}|Instant|||Target creature gets +2/+2 until end of turn.|
+Drown in Shapelessness|Global Series Jiang Yanggu & Mu Yanling|15|C|{1}{U}|Instant|||Return target creature to its owner's hand.|
+Dragon's Presence|Global Series Jiang Yanggu & Mu Yanling|16|C|{2}{W}|Instant|||Dragon's Presence deals 5 damage to target attacking or blocking creature.|
+Brilliant Plan|Global Series Jiang Yanggu & Mu Yanling|17|U|{4}{U}|Sorcery|||Draw three cards.|
+Rhythmic Water Vortex|Global Series Jiang Yanggu & Mu Yanling|18|R|{3}{U}{U}|Sorcery|||Return up to two target creatures to their owner's hand.$Search your library and/or graveyard for a card named Mu Yanling, reveal it, and put it into your hand. If you searched your library this way, shuffle it.|
+Meandering River|Global Series Jiang Yanggu & Mu Yanling|19|C||Land|||Meandering River enters the battlefield tapped.${T}: Add {W} or {U}.|
+Plains|Global Series Jiang Yanggu & Mu Yanling|20|C||Basic Land - Plains|||({T}: Add {W}.)|
+Island|Global Series Jiang Yanggu & Mu Yanling|21|C||Basic Land - Island|||({T}: Add {U}.)|
+Jiang Yanggu|Global Series Jiang Yanggu & Mu Yanling|22|M|{4}{G}|Legendary Planeswalker - Yanggu|||+1: Target creature gets +2/+2 until end of turn.$−1: If you don't control a creature named Mowu, create a legendary 3/3 green Hound creature token named Mowu.$−5: Until end of turn, target creature gains trample and gets +X/+X, where X is the number of lands you control.|
+Leopard-Spotted Jiao|Global Series Jiang Yanggu & Mu Yanling|23|C|{1}{R}|Creature - Beast|3|1||
+Feiyi Snake|Global Series Jiang Yanggu & Mu Yanling|24|C|{1}{G}|Creature - Snake|2|1|Reach|
+Sacred White Deer|Global Series Jiang Yanggu & Mu Yanling|25|U|{1}{G}|Creature - Elk|2|2|{3}{G}, {T}: You gain 4 life. Activate this ability only if you control a Yanggu planeswalker.|
+Reckless Pangolin|Global Series Jiang Yanggu & Mu Yanling|26|C|{2}{G}|Creature - Pangolin|2|2|Whenever Reckless Pangolin attacks, it gets +1/+1 until end of turn.|
+Giant Spider|Global Series Jiang Yanggu & Mu Yanling|27|C|{3}{G}|Creature - Spider|2|4|Reach|
+Ferocious Zheng|Global Series Jiang Yanggu & Mu Yanling|28|C|{2}{G}{G}|Creature - Cat Beast|4|4||
+Fire-Omen Crane|Global Series Jiang Yanggu & Mu Yanling|29|U|{3}{R}{R}|Creature - Bird Spirit|3|3|Flying$Whenever Fire-Omen Crane attacks, it deals 1 damage to target creature an opponent controls.|
+Screeching Phoenix|Global Series Jiang Yanggu & Mu Yanling|30|R|{4}{R}{R}|Creature - Phoenix|4|4|Flying${2}{R}: Creatures you control get +1/+0 until end of turn.|
+Earthshaking Si|Global Series Jiang Yanggu & Mu Yanling|31|C|{5}{G}|Creature - Beast|5|5|Trample|
+Hardened-Scale Armor|Global Series Jiang Yanggu & Mu Yanling|32|C|{2}{G}|Enchantment - Aura|||Enchant creature$Enchanted creature gets +3/3.|
+Breath of Fire|Global Series Jiang Yanggu & Mu Yanling|33|C|{1}{R}|Instant|||Breath of Fire deals 2 damage to target creature.|
+Aggressive Instinct|Global Series Jiang Yanggu & Mu Yanling|34|C|{1}{G}|Sorcery|||Target creature you control deals damage equal to its power to target creature you don't control.|
+Confidence from Strength|Global Series Jiang Yanggu & Mu Yanling|35|C|{2}{G}|Sorcery|||Target creature gets +4/+4 until and gains trample until end of turn.|
+Journey for the Elixir|Global Series Jiang Yanggu & Mu Yanling|36|R|{2}{G}|Sorcery|||Search your library and graveyard for a basic land card and a card named Jiang Yanggu, reveal them, put them into your hand, then shuffle your library.|
+Cleansing Screech|Global Series Jiang Yanggu & Mu Yanling|37|C|{4}{R}|Sorcery|||Cleansing Screech deals 4 damage to any target.|
+Timber Gorge|Global Series Jiang Yanggu & Mu Yanling|38|C||Land|||Timber Gorge enters the battlefield tapped.${T}: Add {R} or {G}.|
+Mountain|Global Series Jiang Yanggu & Mu Yanling|39|C||Basic Land - Mountain|||({T}: Add {R}.)|
+Forest|Global Series Jiang Yanggu & Mu Yanling|40|C||Basic Land - Forest|||({T}: Add {G}.)|
Boreas Charger|Commander 2018|1|R|{2}{W}|Creature - Pegasus|2|1|Flying$When Boreas Charger leaves the battlefield, choose an opponent who controls more lands than you. Search your library for a number of Plains cards equal to the difference and reveal them. Put one of them onto the battlefield tapped and the rest into your hand. Then shuffle your library.|
Empyrial Storm|Commander 2018|2|R|{4}{W}{W}|Sorcery|||When you cast this spell, copy it for each time you've cast your commander from the command zone this game.$Create a 4/4 white Angel creature token with flying.|
Heavenly Blademaster|Commander 2018|3|R|{5}{W}|Creature - Angel|3|6|Flying, double strike$When Heavenly Blademaster enters the battlefield, you may attach any number of Auras and Equipment you control to it.$Other creatures you control get +1/+1 for each Aura and Equipment attached to Heavenly Blademaster.|
@@ -51718,324 +51718,324 @@ Vandalblast|Fallout|355|U|{R}|Sorcery|||Destroy target artifact you don't contro
Crucible of Worlds|Fallout|357|M|{3}|Artifact|||You may play lands from your graveyard.|
Wasteland|Fallout|361|R||Land|||{T}: Add {C}.${T}, Sacrifice Wasteland: Destroy target nonbasic land.|
War Room|Fallout|1068|R||Land|||{T}: Add {C}.${3}, {T}, Pay life equal to the number of colors in your commanders' color identity: Draw a card.|
-Admiral Brass, Unsinkable|Lost Caverns of Ixalan Commander|1|M|{2}{U}{B}{R}|Legendary Creature - Human Pirate|3|3|When Admiral Brass, Unsinkable enters the battlefield, mill four cards.$At the beginning of combat on your turn, you may return target Pirate creature card from your graveyard to the battlefield with a finality counter on it. It has base power and toughness 4/4. It gains haste until end of turn.|
-Clavileno, First of the Blessed|Lost Caverns of Ixalan Commander|2|M|{1}{W}{B}|Legendary Creature - Vampire Cleric|2|2|Whenever you attack, target attacking Vampire that isn't a Demon becomes a Demon in addition to its other types. It gains "When this creature dies, draw a card and create a tapped 4/3 white and black Vampire Demon creature token with flying."|
-Hakbal of the Surging Soul|Lost Caverns of Ixalan Commander|3|M|{2}{G}{U}|Legendary Creature - Merfolk Scout|3|3|At the beginning of combat on your turn, each Merfolk creature you control explores.$Whenever Hakbal of the Surging Soul attacks, you may put a land card from your hand onto the battlefield. If you don't, draw a card.|
-Pantlaza, Sun-Favored|Lost Caverns of Ixalan Commander|4|M|{2}{R}{G}{W}|Legendary Creature - Dinosaur|4|4|Whenever Pantlaza, Sun-Favored or another Dinosaur enters the battlefield under your control, you may discover X, where X is that creature's toughness. Do this only once each turn.|
-Carmen, Cruel Skymarcher|Lost Caverns of Ixalan Commander|5|M|{3}{W}{B}|Legendary Creature - Vampire Soldier|2|2|Flying$Whenever a player sacrifices a permanent, put a +1/+1 counter on Carmen, Cruel Skymarcher and you gain 1 life.$Whenever Carmen attacks, return up to one target permanent card with mana value less than or equal to Carmen's power from your graveyard to the battlefield.|
-Don Andres, the Renegade|Lost Caverns of Ixalan Commander|6|M|{1}{U}{B}{R}|Legendary Creature - Vampire Pirate|4|3|Each creature you control but don't own gets +2/+2, has menace and deathtouch, and is a Pirate in addition to its other types.$Whenever you cast a noncreature spell you don't own, create two tapped Treasure tokens.|
-Wayta, Trainer Prodigy|Lost Caverns of Ixalan Commander|7|M|{R}{G}{W}|Legendary Creature - Human Warrior|1|5|Haste${2}{G}, {T}: Target creature you control fights another target creature. This ability costs {2} less to activate if it targets two creatures you control.$ If a creature you control being dealt damage causes a triggered ability of a permanent you control to trigger, that ability triggers an additional time.|
-Xolatoyac, the Smiling Flood|Lost Caverns of Ixalan Commander|8|M|{4}{G}{U}|Legendary Creature - Salamander Serpent|6|6|Whenever Xolatoyac, the Smiling Flood enters the battlefield or attacks, put a flood counter on target land. That land is an Island in addition to its other types for as long as it has a flood counter on it.$At the beginning of your end step, untap each permanent you control with a counter on it.|
-Illustrious Wanderglyph|Lost Caverns of Ixalan Commander|9|R|{4}{W}|Artifact Creature - Golem|2|2|Ascend$Other artifact creatures you control get +2/+2 as long as you have the city's blessing.$At the beginning of each upkeep, create a 1/1 colorless Gnome artifact creature token.|
-Altar of the Wretched|Lost Caverns of Ixalan Commander|10|R|{2}{B}|Artifact|||When Altar of the Wretched enters the battlefield, you may sacrifice a nontoken creature. If you do, draw X cards, then mill X cards, where X is that creature's power.$Craft with one or more creatures {2}{B}{B}${2}{B}: Return Altar of the Wretched from your graveyard to your hand.|
-Wretched Bonemass|Lost Caverns of Ixalan Commander|10|R||Creature - Skeleton Horror|*|*|Wretched Bonemass's power and toughness are each equal to the total power of the exiled cards used to craft it.$Wretched Bonemass has flying as long as an exiled card used to craft it has flying. The same is true for first strike, double strike, deathtouch, haste, hexproof, indestructible, lifelink, menace, protection, reach, trample, and vigilance.|
-Ore-Rich Stalactite|Lost Caverns of Ixalan Commander|11|R|{1}{R}|Artifact|||{T}: Add {R}. Spend this mana only to cast an instant or sorcery spell.$Craft with four or more red instant and/or sorcery cards {3}{R}{R}|
-Cosmium Catalyst|Lost Caverns of Ixalan Commander|11|R||Artifact|||{1}{R}, {T}: Choose an exiled card used to craft Cosmium Catalyst at random. You may cast that card without paying its mana cost.|
-Contest of Claws|Lost Caverns of Ixalan Commander|12|R|{1}{G}|Sorcery|||Target creature you control deals damage equal to its power to another target creature. If excess damage was dealt this way, discover X, where X is that excess damage.|
-Tetzin, Gnome Champion|Lost Caverns of Ixalan Commander|13|R|{U}{R}{W}|Legendary Artifact Creature - Gnome|2|2|Whenever Tetzin or another double-faced artifact enters the battlefield under your control, mill three cards. You may put an artifact card from among them into your hand.$Craft with six artifacts {4}|
-The Golden-Gear Colossus|Lost Caverns of Ixalan Commander|13|R||Legendary Artifact Creature - Gnome|6|6|Vigilance, trample$Whenever The Golden-Gear Colossus enters the battlefield or attacks, transform up to one other target double-faced artifact you control. Create two 1/1 colorless Gnome artifact creature tokens.|
-Xavier Sal, Infested Captain|Lost Caverns of Ixalan Commander|14|R|{B}{G}{U}|Legendary Creature - Human Fungus Pirate|3|3|{T}, Remove a counter from another permanent you control: Populate. Activate only as a sorcery.${T}, Sacrifice another creature: Proliferate. Activate only as a sorcery.|
-Eye of Ojer Taq|Lost Caverns of Ixalan Commander|15|M|{3}|Artifact|||{T}: Add one mana of any color.$Craft with two that share a card type {6}|
-Apex Observatory|Lost Caverns of Ixalan Commander|15|M||Artifact|||Apex Observatory enters the battlefield tapped. As it enters, choose a card type shared among two exiled cards used to craft it.${T}: The next spell you cast this turn of the chosen type can be cast without paying its mana cost.|
-Paleontologist's Pick-Axe|Lost Caverns of Ixalan Commander|16|M|{2}|Artifact - Equipment|||Whenever equipped creature attacks, draw a card, then discard a card.$Equip {1}$Craft with one or more creatures {5}|
-Dinosaur Headdress|Lost Caverns of Ixalan Commander|16|M||Artifact - Equipment|||When Dinosaur Headdress enters the battlefield, attach it to target creature you control.$As Dinosaur Headdress becomes attached to a creature, choose an exiled creature card used to craft Dinosaur Headdress.$Equipped creature is a copy of the last chosen card.$Equip {2}|
-The Indomitable|Lost Caverns of Ixalan Commander|43|R|{2}{U}{U}|Legendary Artifact - Vehicle|6|6|Trample$Whenever a creature you control deals combat damage to a player, draw a card.$Crew 3$You may cast The Indomitable from your graveyard as long as you control three or more tapped Pirates and/or Vehicles.|
-Storm Fleet Negotiator|Lost Caverns of Ixalan Commander|46|R|{2}{U}|Creature - Siren Pirate|2|2|Flying$Parley -- Whenever Storm Fleet Negotiator attacks, each player reveals the top card of their library. For each nonland card revealed this way, you create a Map token. Then each player draws a card.|
-Francisco, Fowl Marauder|Lost Caverns of Ixalan Commander|49|R|{1}{B}|Legendary Creature - Bird Pirate|0|1|Flying$Francisco, Fowl Marauder can't block.$Whenever one or more Pirates you control deal damage to a player, Francisco explores.$Partner|
-The Grim Captain's Locker|Lost Caverns of Ixalan Commander|50|R|{3}{B}|Legendary Artifact|||{T}: Surveil 1.${T}: Until end of turn, each creature card in your graveyard gains "Escape--{3}{B}, Exile four other cards from your graveyard."|
-Skeleton Crew|Lost Caverns of Ixalan Commander|53|R|{3}{B}|Creature - Skeleton Pirate|3|3|Each other creature you control that's a Skeleton or Pirate gets +1/+1.$Whenever one or more creature cards leave your graveyard, create a 2/2 black Skeleton Pirate creature token.${5}{B}: Return Skeleton Crew from your graveyard to the battlefield tapped.|
-Broadside Bombardiers|Lost Caverns of Ixalan Commander|54|R|{2}{R}|Creature - Goblin Pirate|2|2|Menace, haste$Boast -- Sacrifice another creature or artifact: Broadside Bombardiers deals damage equal to 2 plus the sacrificed permanent's mana value to any target.|
-Gemcutter Buccaneer|Lost Caverns of Ixalan Commander|55|R|{3}{R}|Creature - Orc Pirate Artificer|1|3|Whenever Gemcutter Buccaneer or another Pirate enters the battlefield under your control, create a tapped Treasure token.$Treasures you control are Equipment in addition to their other types and have "Equipped creature gets +2/+0," equip Pirate {1}, and equip {3}.|
-Arm-Mounted Anchor|Lost Caverns of Ixalan Commander|67|R|{3}|Artifact - Equipment|||Equipped creature gets +2/+2 and has menace.$Whenever equipped creature deals combat damage to a player, draw two cards. Then discard two cards unless you discard a Pirate card.$Equip {2}. This ability costs {2} less to activate if you have one or fewer cards in hand.|
-Bronzebeak Foragers|Lost Caverns of Ixalan Commander|69|R|{3}{W}|Creature - Dinosaur|3|4|When Bronzebeak Foragers enters the battlefield, for each opponent, exile up to one target nonland permanent that player controls until Bronzebeak Foragers leaves the battlefield.${X}{W}: Put target card with mana value X exiled with Bronzebeak Foragers into its owner's graveyard. You gain X life.|
-Charismatic Conqueror|Lost Caverns of Ixalan Commander|70|R|{1}{W}|Creature - Vampire Soldier|2|2|Vigilance$Whenever an artifact or creature enters the battlefield untapped and under an opponent's control, they may tap that permanent. If they don't, you create a 1/1 white Vampire creature token with lifelink.|
-Elenda's Hierophant|Lost Caverns of Ixalan Commander|71|R|{2}{W}|Creature - Vampire Cleric|1|1|Flying$Whenever you gain life, put a +1/+1 counter on Elenda's Hierophant.$When Elenda's Hierophant dies, create X 1/1 white Vampire creature tokens with lifelink, where X is its power.|
-From the Rubble|Lost Caverns of Ixalan Commander|72|R|{4}{W}{W}|Enchantment|||As From the Rubble enters the battlefield, choose a creature type.$At the beginning of your end step, return target creature card of the chosen type from your graveyard to the battlefield with a finality counter on it.|
-March of the Canonized|Lost Caverns of Ixalan Commander|73|R|{X}{W}{W}|Enchantment|||When March of the Canonized enters the battlefield, create X 1/1 white Vampire creature tokens with lifelink.$At the beginning of your upkeep, if your devotion to white and black is seven or greater, create a 4/3 white and black Vampire Demon creature token with flying.|
-Redemption Choir|Lost Caverns of Ixalan Commander|74|R|{2}{W}{W}|Creature - Vampire Cleric|3|3|Lifelink$Coven -- Whenever Redemption Choir enters the battlefield or attacks, if you control three or more creatures with different powers, return target permanent card with mana value 3 or less from your graveyard to the battlefield.|
-Mist Dancer|Lost Caverns of Ixalan Commander|76|R|{4}{U}|Creature - Merfolk Wizard|3|3|Flying$Other Merfolk you control get +1/+0 and have flying.$Encore {5}{U}{U}|
-Ripples of Potential|Lost Caverns of Ixalan Commander|77|R|{1}{U}|Instant|||Proliferate, then choose any number of permanents you control that had a counter put on them this way. Those permanents phase out.|
-Wave Goodbye|Lost Caverns of Ixalan Commander|79|R|{2}{U}{U}|Sorcery|||Return each creature without a +1/+1 counter on it to its owner's hand.|
-Dusk Legion Sergeant|Lost Caverns of Ixalan Commander|80|R|{1}{B}|Creature - Vampire Soldier|2|2|Menace${1}{B}, Sacrifice Dusk Legion Sergeant: Each nontoken Vampire creature you control gains persist until end of turn.|
-Master of Dark Rites|Lost Caverns of Ixalan Commander|83|R|{B}|Creature - Vampire Cleric|1|1|{T}, Sacrifice another creature: Add {B}{B}{B}. Spend this mana only to cast Vampire, Cleric, and/or Demon spells.|
-Promise of Aclazotz|Lost Caverns of Ixalan Commander|84|R|{1}{B}|Enchantment|||At the beginning of your end step, you may sacrifice a non-Demon creature. If you do, populate.|
-Foul Rebirth|Lost Caverns of Ixalan Commander|84|R|{2}{B}|Sorcery - Adventure|||Sacrifice a non-Demon creature. If you do, create a 4/3 white and black Vampire Demon creature token with flying.|
-Wrathful Raptors|Lost Caverns of Ixalan Commander|88|R|{4}{R}|Creature - Dinosaur|5|5|Trample$Whenever a Dinosaur you control is dealt damage, it deals that much damage to any target that isn't a Dinosaur.|
-Bygone Marvels|Lost Caverns of Ixalan Commander|89|R|{G}{G}|Sorcery|||Descend 8 -- When you cast this spell, if there are eight or more permanent cards in your graveyard, copy this spell twice. You may choose new targets for the copies.$Return target permanent card from your graveyard to your hand. Exile Bygone Marvels.|
-Curious Altisaur|Lost Caverns of Ixalan Commander|90|R|{3}{G}|Creature - Dinosaur|2|5|Vigilance, reach$Whenever a Dinosaur you control deals combat damage to a player, draw a card.|
-Deeproot Historian|Lost Caverns of Ixalan Commander|91|R|{3}{G}|Creature - Merfolk Druid|3|3|Merfolk and Druid cards in your graveyard have retrace.|
-Dinosaur Egg|Lost Caverns of Ixalan Commander|92|R|{1}{G}|Creature - Dinosaur Egg|0|3|Evolve$When Dinosaur Egg dies, you may discover X, where X is its toughness.|
-Scion of Calamity|Lost Caverns of Ixalan Commander|93|R|{3}{G}{G}|Creature - Dinosaur|5|5|Myriad$Whenever Scion of Calamity deals combat damage to a player, destroy target artifact or enchantment that player controls.|
-Sunfrill Imitator|Lost Caverns of Ixalan Commander|94|R|{2}{G}|Creature - Dinosaur|3|3|Whenever Sunfrill Imitator attacks, you may have it become a copy of another target Dinosaur you control, except its name is Sunfrill Imitator and it has this ability.|
-Topography Tracker|Lost Caverns of Ixalan Commander|95|R|{2}{G}|Creature - Merfolk Scout|2|2|When Topography Tracker enters the battlefield, create a Map token.$If a creature you control would explore, instead it explores, then it explores again.|
-Tributary Instructor|Lost Caverns of Ixalan Commander|96|R|{3}{G}|Creature - Merfolk Shaman|4|4|Mentor$Whenever a creature you control with a +1/+1 counter on it dies, draw a card.|
-Order of Sacred Dusk|Lost Caverns of Ixalan Commander|97|R|{6}{W}{B}|Creature - Vampire Knight|5|5|Convoke$Flying, lifelink, haste$Exalted$Other Vampires you control have exalted.|
-Singer of Swift Rivers|Lost Caverns of Ixalan Commander|98|R|{1}{G}{U}|Creature - Merfolk Shaman|3|2|Flash$When Singer of Swift Rivers enters the battlefield, put a shield counter on another target creature you control.$You may cast Merfolk spells as though they had flash.|
-Progenitor's Icon|Lost Caverns of Ixalan Commander|100|R|{3}|Artifact|||As Progenitor's Icon enters the battlefield, choose a creature type.${T}: Add one mana of any color.${T}: The next spell of the chosen type you cast this turn can be cast as though it had flash.|
-Archaeomancer's Map|Lost Caverns of Ixalan Commander|101|R|{2}{W}|Artifact|||When Archaeomancer's Map enters the battlefield, search your library for up to two basic Plains cards, reveal them, put them into your hand, then shuffle.$Whenever a land enters the battlefield under an opponent's control, if that player controls more lands than you, you may put a land card from your hand onto the battlefield.|
-Wedding Ring|Lost Caverns of Ixalan Commander|102|M|{2}{W}{W}|Artifact|||When Wedding Ring enters the battlefield, if it was cast, target opponent creates a token that's a copy of it.$Whenever an opponent who controls an artifact named Wedding Ring draws a card during their turn, you draw a card.$Whenever an opponent who controls an artifact named Wedding Ring gains life during their turn, you gain that much life.|
-Amulet of Vigor|Lost Caverns of Ixalan Commander|103|R|{1}|Artifact|||Whenever a permanent enters the battlefield tapped and under your control, untap it.|
-Arcane Signet|Lost Caverns of Ixalan Commander|104|U|{2}|Artifact|||{T}: Add one mana of any color in your commander's color identity.|
-Chalice of the Void|Lost Caverns of Ixalan Commander|105|M|{X}{X}|Artifact|||Chalice of the Void enters the battlefield with X charge counters on it.$Whenever a player casts a spell with mana value equal to the number of charge counters on Chalice of the Void, counter that spell.|
-Chimil, the Inner Sun|Lost Caverns of Ixalan Commander|106|M|{6}|Legendary Artifact|||Spells you control can't be countered.$At the beginning of your end step, discover 5.|
-Chromatic Orrery|Lost Caverns of Ixalan Commander|107|M|{7}|Legendary Artifact|||You may spend mana as though it were mana of any color.${T}: Add {C}{C}{C}{C}{C}.${5}, {T}: Draw a card for each color among permanents you control.|
-Coat of Arms|Lost Caverns of Ixalan Commander|108|R|{5}|Artifact|||Each creature gets +1/+1 for each other creature on the battlefield that shares at least one creature type with it.|
-Coercive Portal|Lost Caverns of Ixalan Commander|109|M|{4}|Artifact|||Will of the council -- At the beginning of your upkeep, starting with you, each player votes for carnage or homage. If carnage gets more votes, sacrifice Coercive Portal and destroy all nonland permanents. If homage gets more votes or the vote is tied, draw a card.|
-Colossus Hammer|Lost Caverns of Ixalan Commander|110|U|{1}|Artifact - Equipment|||Equipped creature gets +10/+10 and loses flying.$Equip {8}|
-Everflowing Chalice|Lost Caverns of Ixalan Commander|111|U|{0}|Artifact|||Multikicker {2}$Everflowing Chalice enters the battlefield with a charge counter on it for each time it was kicked.${T}: Add {C} for each charge counter on Everflowing Chalice.|
-Expedition Map|Lost Caverns of Ixalan Commander|112|U|{1}|Artifact|||{2}, {T}, Sacrifice Expedition Map: Search your library for a land card, reveal it, put it into your hand, then shuffle.|
-Fist of Suns|Lost Caverns of Ixalan Commander|113|R|{3}|Artifact|||You may pay {W}{U}{B}{R}{G} rather than pay the mana cost for spells that you cast.|
-Lightning Greaves|Lost Caverns of Ixalan Commander|114|U|{2}|Artifact - Equipment|||Equipped creature has haste and shroud.$Equip {0}|
-Mimic Vat|Lost Caverns of Ixalan Commander|115|R|{3}|Artifact|||Imprint -- Whenever a nontoken creature dies, you may exile that card. If you do, return each other card exiled with Mimic Vat to its owner's graveyard.${3}, {T}: Create a token that's a copy of a card exiled with Mimic Vat. It gains haste. Exile it at the beginning of the next end step.|
-Strionic Resonator|Lost Caverns of Ixalan Commander|116|R|{2}|Artifact|||{2}, {T}: Copy target triggered ability you control. You may choose new targets for the copy.|
-Temple Bell|Lost Caverns of Ixalan Commander|117|R|{3}|Artifact|||{T}: Each player draws a card.|
-Thought Vessel|Lost Caverns of Ixalan Commander|118|U|{2}|Artifact|||You have no maximum hand size.${T}: Add {C}.|
-Whispersilk Cloak|Lost Caverns of Ixalan Commander|119|U|{3}|Artifact - Equipment|||Equipped creature can't be blocked and has shroud.$Equip {2}|
-Worn Powerstone|Lost Caverns of Ixalan Commander|120|U|{3}|Artifact|||Worn Powerstone enters the battlefield tapped.${T}: Add {C}{C}.|
-Akroma's Will|Lost Caverns of Ixalan Commander|125|R|{3}{W}|Instant|||Choose one. If you control a commander as you cast this spell, you may choose both.$* Creatures you control gain flying, vigilance, and double strike until end of turn.$* Creatures you control gain lifelink, indestructible, and protection from all colors until end of turn.|
-Austere Command|Lost Caverns of Ixalan Commander|126|R|{4}{W}{W}|Sorcery|||Choose two --$* Destroy all artifacts.$* Destroy all enchantments.$* Destroy all creatures with mana value 3 or less.$* Destroy all creatures with mana value 4 or greater.|
-Bellowing Aegisaur|Lost Caverns of Ixalan Commander|127|U|{5}{W}|Creature - Dinosaur|3|5|Enrage -- Whenever Bellowing Aegisaur is dealt damage, put a +1/+1 counter on each other creature you control.|
-Generous Gift|Lost Caverns of Ixalan Commander|128|C|{2}{W}|Instant|||Destroy target permanent. Its controller creates a 3/3 green Elephant creature token.|
-Kindred Boon|Lost Caverns of Ixalan Commander|129|R|{2}{W}{W}|Enchantment|||As Kindred Boon enters the battlefield, choose a creature type.${1}{W}: Put a divinity counter on target creature you control of the chosen type.$Each creature you control with a divinity counter on it has indestructible.|
-Kinjalli's Sunwing|Lost Caverns of Ixalan Commander|130|R|{2}{W}|Creature - Dinosaur|2|3|Flying$Creatures your opponents control enter the battlefield tapped.|
-Majestic Heliopterus|Lost Caverns of Ixalan Commander|131|U|{3}{W}|Creature - Dinosaur|2|2|Flying$Whenever Majestic Heliopterus attacks, another target Dinosaur you control gains flying until end of turn.|
-Martyr of Dusk|Lost Caverns of Ixalan Commander|132|C|{1}{W}|Creature - Vampire Soldier|2|1|When Martyr of Dusk dies, create a 1/1 white Vampire creature token with lifelink.|
-Mavren Fein, Dusk Apostle|Lost Caverns of Ixalan Commander|133|R|{2}{W}|Legendary Creature - Vampire Cleric|2|2|Whenever one or more nontoken Vampires you control attack, create a 1/1 white Vampire creature token with lifelink.|
-Path to Exile|Lost Caverns of Ixalan Commander|134|U|{W}|Instant|||Exile target creature. Its controller may search their library for a basic land card, put that card onto the battlefield tapped, then shuffle.|
-Radiant Destiny|Lost Caverns of Ixalan Commander|135|R|{2}{W}|Enchantment|||Ascend$As Radiant Destiny enters the battlefield, choose a creature type.$Creatures you control of the chosen type get +1/+1. As long as you have the city's blessing, they also have vigilance.|
-Return to Dust|Lost Caverns of Ixalan Commander|136|U|{2}{W}{W}|Instant|||Exile target artifact or enchantment. If you cast this spell during your main phase, you may exile up to one other target artifact or enchantment.|
-Swords to Plowshares|Lost Caverns of Ixalan Commander|137|U|{W}|Instant|||Exile target creature. Its controller gains life equal to its power.|
-Temple Altisaur|Lost Caverns of Ixalan Commander|138|R|{4}{W}|Creature - Dinosaur|3|4|If a source would deal damage to another Dinosaur you control, prevent all but 1 of that damage.|
-Wakening Sun's Avatar|Lost Caverns of Ixalan Commander|139|R|{5}{W}{W}{W}|Creature - Dinosaur Avatar|7|7|When Wakening Sun's Avatar enters the battlefield, if you cast it from your hand, destroy all non-Dinosaur creatures.|
-Welcoming Vampire|Lost Caverns of Ixalan Commander|140|R|{2}{W}|Creature - Vampire|2|3|Flying$Whenever one or more other creatures with power 2 or less enter the battlefield under your control, draw a card. This ability triggers only once each turn.|
-Zetalpa, Primal Dawn|Lost Caverns of Ixalan Commander|141|R|{6}{W}{W}|Legendary Creature - Elder Dinosaur|4|8|Flying, double strike, vigilance, trample, indestructible|
-Aetherize|Lost Caverns of Ixalan Commander|142|U|{3}{U}|Instant|||Return all attacking creatures to their owner's hand.|
-Amphin Mutineer|Lost Caverns of Ixalan Commander|143|R|{3}{U}|Creature - Salamander Pirate|3|3|When Amphin Mutineer enters the battlefield, exile up to one target non-Salamander creature. That creature's controller creates a 4/3 blue Salamander Warrior creature token.$Encore {4}{U}{U}|
-Azure Fleet Admiral|Lost Caverns of Ixalan Commander|144|C|{3}{U}|Creature - Human Pirate|3|3|When Azure Fleet Admiral enters the battlefield, you become the monarch.$Azure Fleet Admiral can't be blocked by creatures the monarch controls.|
-Benthic Biomancer|Lost Caverns of Ixalan Commander|145|R|{U}|Creature - Merfolk Wizard Mutant|1|1|{1}{U}: Adapt 1.$Whenever one or more +1/+1 counters are put on Benthic Biomancer, draw a card, then discard a card.|
-Bident of Thassa|Lost Caverns of Ixalan Commander|146|R|{2}{U}{U}|Legendary Enchantment Artifact|||Whenever a creature you control deals combat damage to a player, you may draw a card.${1}{U}, {T}: Creatures your opponents control attack this turn if able.|
-Commit // Memory|Lost Caverns of Ixalan Commander|147|R|{3}{U}|Instant|||Put target spell or nonland permanent into its owner's library second from the top.$Memory${4}{U}{U}$Sorcery$Aftermath$Each player shuffles their hand and graveyard into their library, then draws seven cards.|
-Coralhelm Commander|Lost Caverns of Ixalan Commander|148|R|{U}{U}|Creature - Merfolk Soldier|2|2|Level up {1}$LEVEL 2-3$3/3$Flying$LEVEL 4+$4/4$Flying$Other Merfolk creatures you control get +1/+1.|
-Corsair Captain|Lost Caverns of Ixalan Commander|149|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.|
-Curse of the Swine|Lost Caverns of Ixalan Commander|150|R|{X}{U}{U}|Sorcery|||Exile X target creatures. For each creature exiled this way, its controller creates a 2/2 green Boar creature token.|
-Daring Saboteur|Lost Caverns of Ixalan Commander|151|U|{1}{U}|Creature - Human Pirate|2|1|{2}{U}: Daring Saboteur can't be blocked this turn.$Whenever Daring Saboteur deals combat damage to a player, you may draw a card. If you do, discard a card.|
-Deeproot Waters|Lost Caverns of Ixalan Commander|152|U|{2}{U}|Enchantment|||Whenever you cast a Merfolk spell, create a 1/1 blue Merfolk creature token with hexproof.|
-Departed Deckhand|Lost Caverns of Ixalan Commander|153|U|{1}{U}|Creature - Spirit Pirate|2|2|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.|
-Distant Melody|Lost Caverns of Ixalan Commander|154|C|{3}{U}|Sorcery|||Choose a creature type. Draw a card for each permanent you control of that type.|
-Emperor Mihail II|Lost Caverns of Ixalan Commander|155|R|{1}{U}{U}|Legendary Creature - Merfolk Noble|3|3|You may look at the top card of your library any time.$You may cast Merfolk spells from the top of your library.$Whenever you cast a Merfolk spell, you may pay {1}. If you do, create a 1/1 blue Merfolk creature token.|
-Evacuation|Lost Caverns of Ixalan Commander|156|R|{3}{U}{U}|Instant|||Return all creatures to their owners' hands.|
-Ghost of Ramirez DePietro|Lost Caverns of Ixalan Commander|157|U|{2}{U}|Legendary Creature - Spirit Pirate|2|3|Ghost of Ramirez DePietro can't be blocked by creatures with toughness 3 or greater.$Whenever Ghost of Ramirez DePietro deals combat damage to a player, choose up to one target card in a graveyard that was discarded or put there from a library this turn. Put that card into its owner's hand.$Partner|
-Herald of Secret Streams|Lost Caverns of Ixalan Commander|158|R|{3}{U}|Creature - Merfolk Warrior|2|3|Creatures you control with +1/+1 counters on them can't be blocked.|
-Kindred Discovery|Lost Caverns of Ixalan Commander|159|R|{3}{U}{U}|Enchantment|||As Kindred Discovery enters the battlefield, choose a creature type.$Whenever a creature you control of the chosen type enters the battlefield or attacks, draw a card.|
-Kopala, Warden of Waves|Lost Caverns of Ixalan Commander|160|R|{1}{U}{U}|Legendary Creature - Merfolk Wizard|2|2|Spells your opponents cast that target a Merfolk you control cost {2} more to cast.$Abilities your opponents activate that target a Merfolk you control cost {2} more to activate.|
-Malcolm, Keen-Eyed Navigator|Lost Caverns of Ixalan Commander|161|U|{2}{U}|Legendary Creature - Siren Pirate|2|2|Flying$Whenever one or more Pirates you control deal damage to your opponents, you create a Treasure token for each opponent dealt damage.$Partner|
-Master of the Pearl Trident|Lost Caverns of Ixalan Commander|162|R|{U}{U}|Creature - Merfolk|2|2|Other Merfolk creatures you control get +1/+1 and have islandwalk.|
-Merchant Raiders|Lost Caverns of Ixalan Commander|163|U|{3}{U}|Creature - Human Pirate|2|4|Whenever Merchant Raiders or another Pirate enters the battlefield under your control, tap up to one target creature. That creature doesn't untap during its controller's untap step for as long as you control Merchant Raiders.|
-Merfolk Sovereign|Lost Caverns of Ixalan Commander|164|R|{1}{U}{U}|Creature - Merfolk Noble|2|2|Other Merfolk creatures you control get +1/+1.${T}: Target Merfolk creature can't be blocked this turn.|
-Merrow Reejerey|Lost Caverns of Ixalan Commander|165|U|{2}{U}|Creature - Merfolk Soldier|2|2|Other Merfolk creatures you control get +1/+1.$Whenever you cast a Merfolk spell, you may tap or untap target permanent.|
-Rapid Hybridization|Lost Caverns of Ixalan Commander|166|U|{U}|Instant|||Destroy target creature. It can't be regenerated. That creature's controller creates a 3/3 green Frog Lizard creature token.|
-Ravenform|Lost Caverns of Ixalan Commander|167|C|{2}{U}|Sorcery|||Exile target artifact or creature. Its controller creates a 1/1 blue Bird creature token with flying.$Foretell {U}|
-Reflections of Littjara|Lost Caverns of Ixalan Commander|168|R|{4}{U}|Enchantment|||As Reflections of Littjara enters the battlefield, choose a creature type.$Whenever you cast a spell of the chosen type, copy that spell.|
-Sage of Fables|Lost Caverns of Ixalan Commander|169|U|{2}{U}|Creature - Merfolk Wizard|2|2|Each other Wizard creature you control enters the battlefield with an additional +1/+1 counter on it.${2}, Remove a +1/+1 counter from a creature you control: Draw a card.|
-Seafloor Oracle|Lost Caverns of Ixalan Commander|170|R|{2}{U}{U}|Creature - Merfolk Wizard|2|3|Whenever a Merfolk you control deals combat damage to a player, draw a card.|
-Siren Stormtamer|Lost Caverns of Ixalan Commander|171|U|{U}|Creature - Siren Pirate Wizard|1|1|Flying${U}, Sacrifice Siren Stormtamer: Counter target spell or ability that targets you or a creature you control.|
-Spectral Sailor|Lost Caverns of Ixalan Commander|172|U|{U}|Creature - Spirit Pirate|1|1|Flash$Flying${3}{U}: Draw a card.|
-Stonybrook Banneret|Lost Caverns of Ixalan Commander|173|C|{1}{U}|Creature - Merfolk Wizard|1|1|Islandwalk$Merfolk spells and Wizard spells you cast cost {1} less to cast.|
-Surgespanner|Lost Caverns of Ixalan Commander|174|R|{2}{U}{U}|Creature - Merfolk Wizard|2|2|Whenever Surgespanner becomes tapped, you may pay {1}{U}. If you do, return target permanent to its owner's hand.|
-Svyelun of Sea and Sky|Lost Caverns of Ixalan Commander|175|M|{1}{U}{U}|Legendary Creature - Merfolk God|3|4|Svyelun of Sea and Sky has indestructible as long as you control at least two other Merfolk.$Whenever Svyelun attacks, draw a card.$Other Merfolk you control have ward {1}.|
-Thassa, God of the Sea|Lost Caverns of Ixalan Commander|176|M|{2}{U}|Legendary Enchantment Creature - God|5|5|Indestructible$As long as your devotion to blue is less than five, Thassa isn't a creature.$At the beginning of your upkeep, scry 1.${1}{U}: Target creature you control can't be blocked this turn.|
-Thieving Skydiver|Lost Caverns of Ixalan Commander|177|R|{1}{U}|Creature - Merfolk Rogue|2|1|Kicker {X}. X can't be 0.$Flying$When Thieving Skydiver enters the battlefield, if it was kicked, gain control of target artifact with mana value X or less. If that artifact is an Equipment, attach it to Thieving Skydiver.|
-Timestream Navigator|Lost Caverns of Ixalan Commander|178|M|{1}{U}|Creature - Human Pirate Wizard|1|1|Ascend${2}{U}{U}, {T}, Put Timestream Navigator on the bottom of its owner's library: Take an extra turn after this one. Activate only if you have the city's blessing.|
-Warkite Marauder|Lost Caverns of Ixalan Commander|179|R|{1}{U}|Creature - Human Pirate|2|1|Flying$Whenever Warkite Marauder attacks, target creature defending player controls loses all abilities and has base power and toughness 0/1 until end of turn.|
-Windfall|Lost Caverns of Ixalan Commander|180|U|{2}{U}|Sorcery|||Each player discards their hand, then draws cards equal to the greatest number of cards a player discarded this way.|
-Black Market Connections|Lost Caverns of Ixalan Commander|181|R|{2}{B}|Enchantment|||At the beginning of your precombat main phase, choose one or more --$* Sell Contraband -- Create a Treasure token. You lose 1 life.$* Buy Information -- Draw a card. You lose 2 life.$* Hire a Mercenary -- Create a 3/2 colorless Shapeshifter creature token with changeling. You lose 3 life.|
-Blood Artist|Lost Caverns of Ixalan Commander|182|U|{1}{B}|Creature - Vampire|0|1|Whenever Blood Artist or another creature dies, target player loses 1 life and you gain 1 life.|
-Blood Money|Lost Caverns of Ixalan Commander|183|M|{5}{B}{B}|Sorcery|||Destroy all creatures. For each nontoken creature destroyed this way, you create a tapped Treasure token.|
-Bloodghast|Lost Caverns of Ixalan Commander|184|R|{B}{B}|Creature - Vampire Spirit|2|1|Bloodghast can't block.$Bloodghast has haste as long as an opponent has 10 or less life.$Landfall -- Whenever a land enters the battlefield under your control, you may return Bloodghast from your graveyard to the battlefield.|
-Bloodline Necromancer|Lost Caverns of Ixalan Commander|185|U|{4}{B}|Creature - Vampire Wizard|3|2|Lifelink$When Bloodline Necromancer enters the battlefield, you may return target Vampire or Wizard creature card from your graveyard to the battlefield.|
-Bloodtracker|Lost Caverns of Ixalan Commander|186|R|{3}{B}|Creature - Vampire Wizard|2|2|Flying${B}, Pay 2 life: Put a +1/+1 counter on Bloodtracker.$When Bloodtracker leaves the battlefield, draw a card for each +1/+1 counter on it.|
-Butcher of Malakir|Lost Caverns of Ixalan Commander|187|R|{5}{B}{B}|Creature - Vampire Warrior|5|4|Flying$Whenever Butcher of Malakir or another creature you control dies, each opponent sacrifices a creature.|
-Champion of Dusk|Lost Caverns of Ixalan Commander|188|R|{3}{B}{B}|Creature - Vampire Knight|4|4|When Champion of Dusk enters the battlefield, you draw X cards and you lose X life, where X is the number of Vampires you control.|
-Cordial Vampire|Lost Caverns of Ixalan Commander|189|R|{B}{B}|Creature - Vampire|1|1|Whenever Cordial Vampire or another creature dies, put a +1/+1 counter on each Vampire you control.|
-Crossway Troublemakers|Lost Caverns of Ixalan Commander|190|R|{5}{B}|Creature - Vampire|5|5|Attacking Vampires you control have deathtouch and lifelink.$Whenever a Vampire you control dies, you may pay 2 life. If you do, draw a card.|
-Damn|Lost Caverns of Ixalan Commander|191|R|{B}{B}|Sorcery|||Destroy target creature. A creature destroyed this way can't be regenerated.$Overload {2}{W}{W}|
-Dire Fleet Ravager|Lost Caverns of Ixalan Commander|192|M|{3}{B}{B}|Creature - Orc Pirate Wizard|4|4|Menace, deathtouch$When Dire Fleet Ravager enters the battlefield, each player loses a third of their life, rounded up.|
-Drana, Liberator of Malakir|Lost Caverns of Ixalan Commander|193|M|{1}{B}{B}|Legendary Creature - Vampire Ally|2|3|Flying, first strike$Whenever Drana, Liberator of Malakir deals combat damage to a player, put a +1/+1 counter on each attacking creature you control.|
-Dusk Legion Zealot|Lost Caverns of Ixalan Commander|194|C|{1}{B}|Creature - Vampire Soldier|1|1|When Dusk Legion Zealot enters the battlefield, you draw a card and you lose 1 life.|
-Exquisite Blood|Lost Caverns of Ixalan Commander|195|R|{4}{B}|Enchantment|||Whenever an opponent loses life, you gain that much life.|
-Falkenrath Noble|Lost Caverns of Ixalan Commander|196|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.|
-Fathom Fleet Captain|Lost Caverns of Ixalan Commander|197|R|{1}{B}|Creature - Human Pirate|2|1|Menace$Whenever Fathom Fleet Captain attacks, if you control another nontoken Pirate, you may pay {2}. If you do, create a 2/2 black Pirate creature token with menace.|
-Feed the Swarm|Lost Caverns of Ixalan Commander|198|C|{1}{B}|Sorcery|||Destroy target creature or enchantment an opponent controls. You lose life equal to that permanent's mana value.|
-Glass-Cast Heart|Lost Caverns of Ixalan Commander|199|R|{2}{B}|Artifact|||Whenever one or more Vampires you control attack, create a Blood token.${B}, {T}, Pay 1 life: Create a 1/1 white and black Vampire creature token with lifelink.${B}{B}, {T}, Sacrifice Glass-Cast Heart and thirteen Blood tokens: Each opponent loses 13 life and you gain 13 life.|
-Indulgent Aristocrat|Lost Caverns of Ixalan Commander|200|U|{B}|Creature - Vampire Noble|1|1|Lifelink${2}, Sacrifice a creature: Put a +1/+1 counter on each Vampire you control.|
-Lethal Scheme|Lost Caverns of Ixalan Commander|201|R|{2}{B}{B}|Instant|||Convoke$Destroy target creature or planeswalker. Each creature that convoked Lethal Scheme connives.|
-New Blood|Lost Caverns of Ixalan Commander|202|R|{2}{B}{B}|Sorcery|||As an additional cost to cast this spell, tap an untapped Vampire you control.$Gain control of target creature. Change the text of that creature by replacing all instances of one creature type with Vampire.|
-Nighthawk Scavenger|Lost Caverns of Ixalan Commander|203|R|{1}{B}{B}|Creature - Vampire Rogue|1+*|3|Flying, deathtouch, lifelink$Nighthawk Scavenger's power is equal to 1 plus the number of card types among cards in your opponents' graveyards.|
-Oathsworn Vampire|Lost Caverns of Ixalan Commander|204|U|{1}{B}|Creature - Vampire Knight|2|2|Oathsworn Vampire enters the battlefield tapped.$You may cast Oathsworn Vampire from your graveyard if you gained life this turn.|
-Olivia's Wrath|Lost Caverns of Ixalan Commander|205|R|{4}{B}|Sorcery|||Each non-Vampire creature gets -X/-X until end of turn, where X is the number of Vampires you control.|
-Pact of the Serpent|Lost Caverns of Ixalan Commander|206|R|{1}{B}{B}|Sorcery|||Choose a creature type. Target player draws X cards and loses X life, where X is the number of creatures they control of the chosen type.|
-Patron of the Vein|Lost Caverns of Ixalan Commander|207|R|{4}{B}{B}|Creature - Vampire Shaman|4|4|Flying$When Patron of the Vein enters the battlefield, destroy target creature an opponent controls.$Whenever a creature an opponent controls dies, exile it and put a +1/+1 counter on each Vampire you control.|
-Pitiless Plunderer|Lost Caverns of Ixalan Commander|208|U|{3}{B}|Creature - Human Pirate|1|4|Whenever another creature you control dies, create a Treasure token.|
-Sanctum Seeker|Lost Caverns of Ixalan Commander|209|R|{2}{B}{B}|Creature - Vampire Knight|3|4|Whenever a Vampire you control attacks, each opponent loses 1 life and you gain 1 life.|
-Timothar, Baron of Bats|Lost Caverns of Ixalan Commander|210|M|{4}{B}{B}|Legendary Creature - Vampire Noble|4|4|Ward--Discard a card.$Whenever another nontoken Vampire you control dies, you may pay {1} and exile it. If you do, create a 1/1 black Bat creature token with flying. It gains "When this creature deals combat damage to a player, sacrifice it and return the exiled card to the battlefield tapped."|
-Twilight Prophet|Lost Caverns of Ixalan Commander|211|M|{2}{B}{B}|Creature - Vampire Cleric|2|4|Flying$Ascend$At the beginning of your upkeep, if you have the city's blessing, reveal the top card of your library and put it into your hand. Each opponent loses X life and you gain X life, where X is that card's mana value.|
-Village Rites|Lost Caverns of Ixalan Commander|212|C|{B}|Instant|||As an additional cost to cast this spell, sacrifice a creature.$Draw two cards.|
-Yahenni, Undying Partisan|Lost Caverns of Ixalan Commander|214|U|{2}{B}|Legendary Creature - Aetherborn Vampire|2|2|Haste$Whenever a creature an opponent controls dies, put a +1/+1 counter on Yahenni, Undying Partisan.$Sacrifice another creature: Yahenni gains indestructible until end of turn.|
-Angrath's Marauders|Lost Caverns of Ixalan Commander|215|R|{5}{R}{R}|Creature - Human Pirate|4|4|If a source you control would deal damage to a permanent or player, it deals double that damage to that permanent or player instead.|
-Blasphemous Act|Lost Caverns of Ixalan Commander|216|R|{8}{R}|Sorcery|||This spell costs {1} less to cast for each creature on the battlefield.$Blasphemous Act deals 13 damage to each creature.|
-Breeches, Brazen Plunderer|Lost Caverns of Ixalan Commander|217|U|{3}{R}|Legendary Creature - Goblin Pirate|3|3|Menace$Whenever one or more Pirates you control deal damage to your opponents, exile the top card of each of those opponents' libraries. You may play those cards this turn, and you may spend mana as though it were mana of any color to cast those spells.$Partner|
-Captain Lannery Storm|Lost Caverns of Ixalan Commander|218|R|{2}{R}|Legendary Creature - Human Pirate|2|2|Haste$Whenever Captain Lannery Storm attacks, create a Treasure token.$Whenever you sacrifice a Treasure, Captain Lannery Storm gets +1/+0 until end of turn.|
-Captivating Crew|Lost Caverns of Ixalan Commander|219|R|{3}{R}|Creature - Human Pirate|4|3|{3}{R}: Gain control of target creature an opponent controls until end of turn. Untap that creature. It gains haste until end of turn. Activate only as a sorcery.|
-Chandra's Ignition|Lost Caverns of Ixalan Commander|220|R|{3}{R}{R}|Sorcery|||Target creature you control deals damage equal to its power to each other creature and each opponent.|
-Chaos Warp|Lost Caverns of Ixalan Commander|221|R|{2}{R}|Instant|||The owner of target permanent shuffles it into their library, then reveals the top card of their library. If it's a permanent card, they put it onto the battlefield.|
-Coercive Recruiter|Lost Caverns of Ixalan Commander|222|R|{4}{R}|Creature - Orc Pirate|4|3|Whenever Coercive Recruiter or another Pirate enters the battlefield under your control, gain control of target creature until end of turn. Untap that creature. Until end of turn, it gains haste and becomes a Pirate in addition to its other types.|
-Dire Fleet Daredevil|Lost Caverns of Ixalan Commander|223|R|{1}{R}|Creature - Human Pirate|2|1|First strike$When Dire Fleet Daredevil enters the battlefield, exile target instant or sorcery card from an opponent's graveyard. You may cast it this turn, and mana of any type can be spent to cast that spell. If that spell would be put into a graveyard, exile it instead.|
-Etali, Primal Storm|Lost Caverns of Ixalan Commander|224|R|{4}{R}{R}|Legendary Creature - Elder Dinosaur|6|6|Whenever Etali, Primal Storm attacks, exile the top card of each player's library, then you may cast any number of spells from among those cards without paying their mana costs.|
-Faithless Looting|Lost Caverns of Ixalan Commander|225|C|{R}|Sorcery|||Draw two cards, then discard two cards.$Flashback {2}{R}|
-Fiery Confluence|Lost Caverns of Ixalan Commander|226|R|{2}{R}{R}|Sorcery|||Choose three. You may choose the same mode more than once.$* Fiery Confluence deals 1 damage to each creature.$* Fiery Confluence deals 2 damage to each opponent.$* Destroy target artifact.|
-Kari Zev, Skyship Raider|Lost Caverns of Ixalan Commander|227|R|{1}{R}|Legendary Creature - Human Pirate|1|3|First strike, menace$Whenever Kari Zev, Skyship Raider attacks, create Ragavan, a legendary 2/1 red Monkey creature token. Ragavan enters the battlefield tapped and attacking. Exile that token at end of combat.|
-Marauding Raptor|Lost Caverns of Ixalan Commander|228|R|{1}{R}|Creature - Dinosaur|2|3|Creature spells you cast cost {1} less to cast.$Whenever another creature enters the battlefield under your control, Marauding Raptor deals 2 damage to it. If a Dinosaur is dealt damage this way, Marauding Raptor gets +2/+0 until end of turn.|
-Otepec Huntmaster|Lost Caverns of Ixalan Commander|229|U|{1}{R}|Creature - Human Shaman|1|2|Dinosaur spells you cast cost {1} less to cast.${T}: Target Dinosaur gains haste until end of turn.|
-Port Razer|Lost Caverns of Ixalan Commander|230|M|{3}{R}{R}|Creature - Orc Pirate|4|4|Whenever Port Razer deals combat damage to a player, untap each creature you control. After this combat phase, there is an additional combat phase.$Port Razer can't attack a player it has already attacked this turn.|
-Shared Animosity|Lost Caverns of Ixalan Commander|231|R|{2}{R}|Enchantment|||Whenever a creature you control attacks, it gets +1/+0 until end of turn for each other attacking creature that shares a creature type with it.|
-Apex Altisaur|Lost Caverns of Ixalan Commander|232|R|{7}{G}{G}|Creature - Dinosaur|10|10|When Apex Altisaur enters the battlefield, it fights up to one target creature you don't control.$Enrage -- Whenever Apex Altisaur is dealt damage, it fights up to one target creature you don't control.|
-Beast Within|Lost Caverns of Ixalan Commander|233|U|{2}{G}|Instant|||Destroy target permanent. Its controller creates a 3/3 green Beast creature token.|
-Branching Evolution|Lost Caverns of Ixalan Commander|234|R|{2}{G}|Enchantment|||If one or more +1/+1 counters would be put on a creature you control, twice that many +1/+1 counters are put on that creature instead.|
-Cultivate|Lost Caverns of Ixalan Commander|235|C|{2}{G}|Sorcery|||Search your library for up to two basic land cards, reveal those cards, put one onto the battlefield tapped and the other into your hand, then shuffle.|
-Deathgorge Scavenger|Lost Caverns of Ixalan Commander|236|R|{2}{G}|Creature - Dinosaur|3|2|Whenever Deathgorge Scavenger enters the battlefield or attacks, you may exile target card from a graveyard. If a creature card is exiled this way, you gain 2 life. If a noncreature card is exiled this way, Deathgorge Scavenger gets +1/+1 until end of turn.|
-Deeproot Elite|Lost Caverns of Ixalan Commander|237|R|{1}{G}|Creature - Merfolk Warrior|1|1|Whenever another Merfolk enters the battlefield under your control, put a +1/+1 counter on target Merfolk you control.|
-Descendants' Path|Lost Caverns of Ixalan Commander|238|R|{2}{G}|Enchantment|||At the beginning of your upkeep, reveal the top card of your library. If it's a creature card that shares a creature type with a creature you control, you may cast it without paying its mana cost. If you don't cast it, put it on the bottom of your library.|
-Drover of the Mighty|Lost Caverns of Ixalan Commander|239|U|{1}{G}|Creature - Human Druid|1|1|Drover of the Mighty gets +2/+2 as long as you control a Dinosaur.${T}: Add one mana of any color.|
-Evolution Sage|Lost Caverns of Ixalan Commander|240|U|{2}{G}|Creature - Elf Druid|3|2|Landfall -- Whenever a land enters the battlefield under your control, proliferate.|
-Explore|Lost Caverns of Ixalan Commander|241|C|{1}{G}|Sorcery|||You may play an additional land this turn.$Draw a card.|
-Farseek|Lost Caverns of Ixalan Commander|242|C|{1}{G}|Sorcery|||Search your library for a Plains, Island, Swamp, or Mountain card, put it onto the battlefield tapped, then shuffle.|
-Hardened Scales|Lost Caverns of Ixalan Commander|243|R|{G}|Enchantment|||If one or more +1/+1 counters would be put on a creature you control, that many plus one +1/+1 counters are put on it instead.|
-Inspiring Call|Lost Caverns of Ixalan Commander|244|U|{2}{G}|Instant|||Draw a card for each creature you control with a +1/+1 counter on it. Those creatures gain indestructible until end of turn.|
-Kodama's Reach|Lost Caverns of Ixalan Commander|245|C|{2}{G}|Sorcery - Arcane|||Search your library for up to two basic land cards, reveal those cards, put one onto the battlefield tapped and the other into your hand, then shuffle.|
-Migration Path|Lost Caverns of Ixalan Commander|246|U|{3}{G}|Sorcery|||Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle.$Cycling {2}|
-Rampaging Brontodon|Lost Caverns of Ixalan Commander|247|R|{5}{G}{G}|Creature - Dinosaur|7|7|Trample$Whenever Rampaging Brontodon attacks, it gets +1/+1 until end of turn for each land you control.|
-Rampant Growth|Lost Caverns of Ixalan Commander|248|C|{1}{G}|Sorcery|||Search your library for a basic land card, put that card onto the battlefield tapped, then shuffle.|
-Ranging Raptors|Lost Caverns of Ixalan Commander|249|U|{2}{G}|Creature - Dinosaur|2|3|Enrage -- Whenever Ranging Raptors is dealt damage, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle.|
-Realmwalker|Lost Caverns of Ixalan Commander|250|R|{2}{G}|Creature - Shapeshifter|2|3|Changeling$As Realmwalker enters the battlefield, choose a creature type.$You may look at the top card of your library any time.$You may cast creature spells of the chosen type from the top of your library.|
-Regal Behemoth|Lost Caverns of Ixalan Commander|251|R|{4}{G}{G}|Creature - Dinosaur|5|5|Trample$When Regal Behemoth enters the battlefield, you become the monarch.$Whenever you tap a land for mana while you're the monarch, add an additional one mana of any color.|
-Return of the Wildspeaker|Lost Caverns of Ixalan Commander|252|R|{4}{G}|Instant|||Choose one --$* Draw cards equal to the greatest power among non-Human creatures you control.$* Non-Human creatures you control get +3/+3 until end of turn.|
-Ripjaw Raptor|Lost Caverns of Ixalan Commander|253|R|{2}{G}{G}|Creature - Dinosaur|4|5|Enrage -- Whenever Ripjaw Raptor is dealt damage, draw a card.|
-Rishkar's Expertise|Lost Caverns of Ixalan Commander|254|R|{4}{G}{G}|Sorcery|||Draw cards equal to the greatest power among creatures you control.$You may cast a spell with mana value 5 or less from your hand without paying its mana cost.|
-Ruinous Intrusion|Lost Caverns of Ixalan Commander|255|R|{3}{G}|Instant|||Exile target artifact or enchantment. Put X +1/+1 counters on target creature you control, where X is the mana value of the permanent exiled this way.|
-Runic Armasaur|Lost Caverns of Ixalan Commander|256|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.|
-Savage Stomp|Lost Caverns of Ixalan Commander|257|U|{2}{G}|Sorcery|||This spell costs {2} less to cast if it targets a Dinosaur you control.$Put a +1/+1 counter on target creature you control. Then that creature fights target creature you don't control.|
-Shifting Ceratops|Lost Caverns of Ixalan Commander|258|R|{2}{G}{G}|Creature - Dinosaur|5|4|This spell can't be countered.$Protection from blue${G}: Shifting Ceratops gains your choice of reach, trample, or haste until end of turn.|
-Thunderherd Migration|Lost Caverns of Ixalan Commander|259|U|{1}{G}|Sorcery|||As an additional cost to cast this spell, reveal a Dinosaur card from your hand or pay {1}.$Search your library for a basic land card, put it onto the battlefield tapped, then shuffle.|
-Thundering Spineback|Lost Caverns of Ixalan Commander|260|U|{5}{G}{G}|Creature - Dinosaur|5|5|Other Dinosaurs you control get +1/+1.${5}{G}: Create a 3/3 green Dinosaur creature token with trample.|
-Topiary Stomper|Lost Caverns of Ixalan Commander|261|R|{1}{G}{G}|Creature - Plant Dinosaur|4|4|Vigilance$When Topiary Stomper enters the battlefield, search your library for a basic land card, put it onto the battlefield tapped, then shuffle.$Topiary Stomper can't attack or block unless you control seven or more lands.|
-Verdant Sun's Avatar|Lost Caverns of Ixalan Commander|262|R|{5}{G}{G}|Creature - Dinosaur Avatar|5|5|Whenever Verdant Sun's Avatar or another creature enters the battlefield under your control, you gain life equal to that creature's toughness.|
-Wayward Swordtooth|Lost Caverns of Ixalan Commander|263|R|{2}{G}|Creature - Dinosaur|5|5|Ascend$You may play an additional land on each of your turns.$Wayward Swordtooth can't attack or block unless you have the city's blessing.|
-Admiral Beckett Brass|Lost Caverns of Ixalan Commander|264|M|{1}{U}{B}{R}|Legendary Creature - Human Pirate|3|3|Other Pirates you control get +1/+1.$At the beginning of your end step, gain control of target nonland permanent controlled by a player who was dealt combat damage by three or more Pirates this turn.|
-Atzocan Seer|Lost Caverns of Ixalan Commander|265|U|{1}{G}{W}|Creature - Human Druid|2|3|{T}: Add one mana of any color.$Sacrifice Atzocan Seer: Return target Dinosaur card from your graveyard to your hand.|
-Cold-Eyed Selkie|Lost Caverns of Ixalan Commander|266|R|{1}{G/U}{G/U}|Creature - Merfolk Rogue|1|1|Islandwalk$Whenever Cold-Eyed Selkie deals combat damage to a player, you may draw that many cards.|
-Cruel Celebrant|Lost Caverns of Ixalan Commander|267|U|{W}{B}|Creature - Vampire|1|2|Whenever Cruel Celebrant or another creature or planeswalker you control dies, each opponent loses 1 life and you gain 1 life.|
-Elenda, the Dusk Rose|Lost Caverns of Ixalan Commander|268|M|{2}{W}{B}|Legendary Creature - Vampire Knight|1|1|Lifelink$Whenever another creature dies, put a +1/+1 counter on Elenda, the Dusk Rose.$When Elenda dies, create X 1/1 white Vampire creature tokens with lifelink, where X is Elenda's power.|
-Etchings of the Chosen|Lost Caverns of Ixalan Commander|269|U|{1}{W}{B}|Enchantment|||As Etchings of the Chosen enters the battlefield, choose a creature type.$Creatures you control of the chosen type get +1/+1.${1}, Sacrifice a creature of the chosen type: Target creature you control gains indestructible until end of turn.|
-Growth Spiral|Lost Caverns of Ixalan Commander|270|C|{G}{U}|Instant|||Draw a card. You may put a land card from your hand onto the battlefield.|
-Hostage Taker|Lost Caverns of Ixalan Commander|271|R|{2}{U}{B}|Creature - Human Pirate|2|3|When Hostage Taker enters the battlefield, exile another target creature or artifact until Hostage Taker leaves the battlefield. You may cast that card for as long as it remains exiled, and mana of any type can be spent to cast it.|
-King Narfi's Betrayal|Lost Caverns of Ixalan Commander|272|R|{1}{U}{B}|Enchantment - Saga|||(As this Saga enters and after your draw step, add a lore counter. Sacrifice after III.)$I -- Each player mills four cards. Then you may exile a creature or planeswalker card from each graveyard.$II, III -- Until end of turn, you may cast spells from among cards exiled with King Narfi's Betrayal, and you may spend mana as though it were mana of any color to cast those spells.|
-Kiora's Follower|Lost Caverns of Ixalan Commander|273|U|{G}{U}|Creature - Merfolk|2|2|{T}: Untap another target permanent.|
-Kumena, Tyrant of Orazca|Lost Caverns of Ixalan Commander|274|M|{1}{G}{U}|Legendary Creature - Merfolk Shaman|2|4|Tap another untapped Merfolk you control: Kumena, Tyrant of Orazca can't be blocked this turn.$Tap three untapped Merfolk you control: Draw a card.$Tap five untapped Merfolk you control: Put a +1/+1 counter on each Merfolk you control.|
-Legion Lieutenant|Lost Caverns of Ixalan Commander|275|U|{W}{B}|Creature - Vampire Knight|2|2|Other Vampires you control get +1/+1.|
-Merfolk Mistbinder|Lost Caverns of Ixalan Commander|276|U|{G}{U}|Creature - Merfolk Shaman|2|2|Other Merfolk you control get +1/+1.|
-Merfolk Skydiver|Lost Caverns of Ixalan Commander|277|U|{G}{U}|Creature - Merfolk Mutant|1|1|Flying$When Merfolk Skydiver enters the battlefield, put a +1/+1 counter on target creature you control.${3}{G}{U}: Proliferate.|
-Prime Speaker Zegana|Lost Caverns of Ixalan Commander|278|M|{2}{G}{G}{U}{U}|Legendary Creature - Merfolk Wizard|1|1|Prime Speaker Zegana enters the battlefield with X +1/+1 counters on it, where X is the greatest power among other creatures you control.$When Prime Speaker Zegana enters the battlefield, draw cards equal to its power.|
-Prismari Command|Lost Caverns of Ixalan Commander|279|R|{1}{U}{R}|Instant|||Choose two --$* Prismari Command deals 2 damage to any target.$* Target player draws two cards, then discards two cards.$* Target player creates a Treasure token.$* Destroy target artifact.|
-Quandrix Command|Lost Caverns of Ixalan Commander|280|R|{1}{G}{U}|Instant|||Choose two --$* Return target creature or planeswalker to its owner's hand.$* Counter target artifact or enchantment spell.$* Put two +1/+1 counters on target creature.$* Target player shuffles up to three target cards from their graveyard into their library.|
-Quartzwood Crasher|Lost Caverns of Ixalan Commander|281|R|{2}{R}{R}{G}|Creature - Dinosaur Beast|6|6|Trample$Whenever one or more creatures you control with trample deal combat damage to a player, create an X/X green Dinosaur Beast creature token with trample, where X is the amount of damage those creatures dealt to that player.|
-Raging Regisaur|Lost Caverns of Ixalan Commander|282|U|{2}{R}{G}|Creature - Dinosaur|4|4|Whenever Raging Regisaur attacks, it deals 1 damage to any target.|
-Raging Swordtooth|Lost Caverns of Ixalan Commander|283|U|{3}{R}{G}|Creature - Dinosaur|5|5|Trample$When Raging Swordtooth enters the battlefield, it deals 1 damage to each other creature.|
-Rakdos Charm|Lost Caverns of Ixalan Commander|284|U|{B}{R}|Instant|||Choose one --$* Exile target player's graveyard.$* Destroy target artifact.$* Each creature deals 1 damage to its controller.|
-Ramirez DePietro, Pillager|Lost Caverns of Ixalan Commander|285|U|{2}{U}{B}|Legendary Creature - Human Pirate|4|3|When Ramirez DePietro, Pillager enters the battlefield, you lose 2 life and create two Treasure tokens.$Whenever one or more Pirates you control deal combat damage to a player, exile the top card of that player's library. You may cast that card for as long as it remains exiled.|
-Regisaur Alpha|Lost Caverns of Ixalan Commander|286|R|{3}{R}{G}|Creature - Dinosaur|4|4|Other Dinosaurs you control have haste.$When Regisaur Alpha enters the battlefield, create a 3/3 green Dinosaur creature token with trample.|
-Rhythm of the Wild|Lost Caverns of Ixalan Commander|287|U|{1}{R}{G}|Enchantment|||Creature spells you control can't be countered.$Nontoken creatures you control have riot.|
-Simic Ascendancy|Lost Caverns of Ixalan Commander|288|R|{G}{U}|Enchantment|||{1}{G}{U}: Put a +1/+1 counter on target creature you control.$Whenever one or more +1/+1 counters are put on a creature you control, put that many growth counters on Simic Ascendancy.$At the beginning of your upkeep, if Simic Ascendancy has twenty or more growth counters on it, you win the game.|
-Sorin, Lord of Innistrad|Lost Caverns of Ixalan Commander|289|M|{2}{W}{B}|Legendary Planeswalker - Sorin|3|+1: Create a 1/1 black Vampire creature token with lifelink.$-2: You get an emblem with "Creatures you control get +1/+0."$-6: Destroy up to three target creatures and/or other planeswalkers. Return each card put into a graveyard this way to the battlefield under your control.|
-Tatyova, Benthic Druid|Lost Caverns of Ixalan Commander|290|U|{3}{G}{U}|Legendary Creature - Merfolk Druid|3|3|Landfall -- Whenever a land enters the battlefield under your control, you gain 1 life and draw a card.|
-Tishana, Voice of Thunder|Lost Caverns of Ixalan Commander|291|M|{5}{G}{U}|Legendary Creature - Merfolk Shaman|*|*|Tishana, Voice of Thunder's power and toughness are each equal to the number of cards in your hand.$You have no maximum hand size.$When Tishana enters the battlefield, draw a card for each creature you control.|
-Utter End|Lost Caverns of Ixalan Commander|292|R|{2}{W}{B}|Instant|||Exile target nonland permanent.|
-Vona, Butcher of Magan|Lost Caverns of Ixalan Commander|293|M|{3}{W}{B}|Legendary Creature - Vampire Knight|4|4|Vigilance, lifelink${T}, Pay 7 life: Destroy target nonland permanent. Activate only during your turn.|
-Vorel of the Hull Clade|Lost Caverns of Ixalan Commander|294|R|{1}{G}{U}|Legendary Creature - Human Merfolk|1|4|{G}{U}, {T}: Double the number of each kind of counter on target artifact, creature, or land.|
-Xenagos, God of Revels|Lost Caverns of Ixalan Commander|295|M|{3}{R}{G}|Legendary Enchantment Creature - God|6|5|Indestructible$As long as your devotion to red and green is less than seven, Xenagos isn't a creature.$At the beginning of combat on your turn, another target creature you control gains haste and gets +X/+X until end of turn, where X is that creature's power.|
-Zacama, Primal Calamity|Lost Caverns of Ixalan Commander|296|R|{6}{R}{G}{W}|Legendary Creature - Elder Dinosaur|9|9|Vigilance, reach, trample$When Zacama, Primal Calamity enters the battlefield, if you cast it, untap all lands you control.${2}{R}: Zacama deals 3 damage to target creature.${2}{G}: Destroy target artifact or enchantment.${2}{W}: You gain 3 life.|
-Zara, Renegade Recruiter|Lost Caverns of Ixalan Commander|297|R|{3}{U}{R}|Legendary Creature - Human Pirate|4|3|Flying$Whenever Zara, Renegade Recruiter attacks, look at defending player's hand. You may put a creature card from it onto the battlefield under your control tapped and attacking that player or a planeswalker they control. Return that creature to its owner's hand at the beginning of the next end step.|
-Zegana, Utopian Speaker|Lost Caverns of Ixalan Commander|298|R|{2}{G}{U}|Legendary Creature - Merfolk Wizard|4|4|When Zegana, Utopian Speaker enters the battlefield, if you control another creature with a +1/+1 counter on it, draw a card.${4}{G}{U}: Adapt 4.$Each creature you control with a +1/+1 counter on it has trample.|
-Blade of the Bloodchief|Lost Caverns of Ixalan Commander|300|R|{1}|Artifact - Equipment|||Whenever a creature dies, put a +1/+1 counter on equipped creature. If equipped creature is a Vampire, put two +1/+1 counters on it instead.$Equip {1}|
-Commander's Sphere|Lost Caverns of Ixalan Commander|301|C|{3}|Artifact|||{T}: Add one mana of any color in your commander's color identity.$Sacrifice Commander's Sphere: Draw a card.|
-Dimir Signet|Lost Caverns of Ixalan Commander|302|U|{2}|Artifact|||{1}, {T}: Add {U}{B}.|
-Heirloom Blade|Lost Caverns of Ixalan Commander|303|U|{3}|Artifact - Equipment|||Equipped creature gets +3/+1.$Whenever equipped creature dies, you may reveal cards from the top of your library until you reveal a creature card that shares a creature type with it. Put that card into your hand and the rest on the bottom of your library in a random order.$Equip {1}|
-Herald's Horn|Lost Caverns of Ixalan Commander|304|U|{3}|Artifact|||As Herald's Horn enters the battlefield, choose a creature type.$Creature spells you cast of the chosen type cost {1} less to cast.$At the beginning of your upkeep, look at the top card of your library. If it's a creature card of the chosen type, you may reveal it and put it into your hand.|
-Icon of Ancestry|Lost Caverns of Ixalan Commander|305|R|{3}|Artifact|||As Icon of Ancestry enters the battlefield, choose a creature type.$Creatures you control of the chosen type get +1/+1.${3}, {T}: Look at the top three cards of your library. You may reveal a creature card of the chosen type from among them and put it into your hand. Put the rest on the bottom of your library in a random order.|
-Izzet Signet|Lost Caverns of Ixalan Commander|306|U|{2}|Artifact|||{1}, {T}: Add {U}{R}.|
-Lifecrafter's Bestiary|Lost Caverns of Ixalan Commander|307|R|{3}|Artifact|||At the beginning of your upkeep, scry 1.$Whenever you cast a creature spell, you may pay {G}. If you do, draw a card.|
-Metallic Mimic|Lost Caverns of Ixalan Commander|308|R|{2}|Artifact Creature - Shapeshifter|2|1|As Metallic Mimic enters the battlefield, choose a creature type.$Metallic Mimic is the chosen type in addition to its other types.$Each other creature you control of the chosen type enters the battlefield with an additional +1/+1 counter on it.|
-Mind Stone|Lost Caverns of Ixalan Commander|309|C|{2}|Artifact|||{T}: Add {C}.${1}, {T}, Sacrifice Mind Stone: Draw a card.|
-Orzhov Signet|Lost Caverns of Ixalan Commander|310|U|{2}|Artifact|||{1}, {T}: Add {W}{B}.|
-Rakdos Signet|Lost Caverns of Ixalan Commander|311|U|{2}|Artifact|||{1}, {T}: Add {B}{R}.|
-Simic Signet|Lost Caverns of Ixalan Commander|312|U|{2}|Artifact|||{1}, {T}: Add {G}{U}.|
-Sol Ring|Lost Caverns of Ixalan Commander|313|U|{1}|Artifact|||{T}: Add {C}{C}.|
-Swiftfoot Boots|Lost Caverns of Ixalan Commander|314|U|{2}|Artifact - Equipment|||Equipped creature has hexproof and haste.$Equip {1}|
-Talisman of Hierarchy|Lost Caverns of Ixalan Commander|315|U|{2}|Artifact|||{T}: Add {C}.${T}: Add {W} or {B}. Talisman of Hierarchy deals 1 damage to you.|
-Vanquisher's Banner|Lost Caverns of Ixalan Commander|316|R|{5}|Artifact|||As Vanquisher's Banner enters the battlefield, choose a creature type.$Creatures you control of the chosen type get +1/+1.$Whenever you cast a creature spell of the chosen type, draw a card.|
-Wayfarer's Bauble|Lost Caverns of Ixalan Commander|317|C|{1}|Artifact|||{2}, {T}, Sacrifice Wayfarer's Bauble: Search your library for a basic land card, put that card onto the battlefield tapped, then shuffle.|
-Alchemist's Refuge|Lost Caverns of Ixalan Commander|318|R||Land|||{T}: Add {C}.${G}{U}, {T}: You may cast spells this turn as though they had flash.|
-Arch of Orazca|Lost Caverns of Ixalan Commander|319|R||Land|||Ascend${T}: Add {C}.${5}, {T}: Draw a card. Activate only if you have the city's blessing.|
-Bojuka Bog|Lost Caverns of Ixalan Commander|320|C||Land|||Bojuka Bog enters the battlefield tapped.$When Bojuka Bog enters the battlefield, exile target player's graveyard.${T}: Add {B}.|
-Canopy Vista|Lost Caverns of Ixalan Commander|321|R||Land - Forest Plains|||({T}: Add {G} or {W}.)$Canopy Vista enters the battlefield tapped unless you control two or more basic lands.|
-Choked Estuary|Lost Caverns of Ixalan Commander|322|R||Land|||As Choked Estuary enters the battlefield, you may reveal an Island or Swamp card from your hand. If you don't, Choked Estuary enters the battlefield tapped.${T}: Add {U} or {B}.|
-Cinder Glade|Lost Caverns of Ixalan Commander|323|R||Land - Mountain Forest|||({T}: Add {R} or {G}.)$Cinder Glade enters the battlefield tapped unless you control two or more basic lands.|
-Clifftop Retreat|Lost Caverns of Ixalan Commander|324|R||Land|||Clifftop Retreat enters the battlefield tapped unless you control a Mountain or a Plains.${T}: Add {R} or {W}.|
-Command Tower|Lost Caverns of Ixalan Commander|325|C||Land|||{T}: Add one mana of any color in your commander's color identity.|
-Crumbling Necropolis|Lost Caverns of Ixalan Commander|326|U||Land|||Crumbling Necropolis enters the battlefield tapped.${T}: Add {U}, {B}, or {R}.|
-Desolate Lighthouse|Lost Caverns of Ixalan Commander|327|R||Land|||{T}: Add {C}.${1}{U}{R}, {T}: Draw a card, then discard a card.|
-Evolving Wilds|Lost Caverns of Ixalan Commander|328|C||Land|||{T}, Sacrifice Evolving Wilds: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle.|
-Exotic Orchard|Lost Caverns of Ixalan Commander|329|R||Land|||{T}: Add one mana of any color that a land an opponent controls could produce.|
-Foreboding Ruins|Lost Caverns of Ixalan Commander|330|R||Land|||As Foreboding Ruins enters the battlefield, you may reveal a Swamp or Mountain card from your hand. If you don't, Foreboding Ruins enters the battlefield tapped.${T}: Add {B} or {R}.|
-Fortified Village|Lost Caverns of Ixalan Commander|331|R||Land|||As Fortified Village enters the battlefield, you may reveal a Forest or Plains card from your hand. If you don't, Fortified Village enters the battlefield tapped.${T}: Add {G} or {W}.|
-Frostboil Snarl|Lost Caverns of Ixalan Commander|332|R||Land|||As Frostboil Snarl enters the battlefield, you may reveal an Island or Mountain card from your hand. If you don't, Frostboil Snarl enters the battlefield tapped.${T}: Add {U} or {R}.|
-Furycalm Snarl|Lost Caverns of Ixalan Commander|333|R||Land|||As Furycalm Snarl enters the battlefield, you may reveal a Mountain or Plains card from your hand. If you don't, Furycalm Snarl enters the battlefield tapped.${T}: Add {R} or {W}.|
-Game Trail|Lost Caverns of Ixalan Commander|334|R||Land|||As Game Trail enters the battlefield, you may reveal a Mountain or Forest card from your hand. If you don't, Game Trail enters the battlefield tapped.${T}: Add {R} or {G}.|
-Geier Reach Sanitarium|Lost Caverns of Ixalan Commander|335|R||Legendary Land|||{T}: Add {C}.${2}, {T}: Each player draws a card, then discards a card.|
-Hinterland Harbor|Lost Caverns of Ixalan Commander|336|R||Land|||Hinterland Harbor enters the battlefield tapped unless you control a Forest or an Island.${T}: Add {G} or {U}.|
-Isolated Chapel|Lost Caverns of Ixalan Commander|337|R||Land|||Isolated Chapel enters the battlefield tapped unless you control a Plains or a Swamp.${T}: Add {W} or {B}.|
-Jungle Shrine|Lost Caverns of Ixalan Commander|338|U||Land|||Jungle Shrine enters the battlefield tapped.${T}: Add {R}, {G}, or {W}.|
-Karn's Bastion|Lost Caverns of Ixalan Commander|339|R||Land|||{T}: Add {C}.${4}, {T}: Proliferate.|
-Kessig Wolf Run|Lost Caverns of Ixalan Commander|340|R||Land|||{T}: Add {C}.${X}{R}{G}, {T}: Target creature gets +X/+0 and gains trample until end of turn.|
-Llanowar Reborn|Lost Caverns of Ixalan Commander|341|U||Land|||Llanowar Reborn enters the battlefield tapped.${T}: Add {G}.$Graft 1|
-Mosswort Bridge|Lost Caverns of Ixalan Commander|342|R||Land|||Hideaway 4$Mosswort Bridge enters the battlefield tapped.${T}: Add {G}.${G}, {T}: You may play the exiled card without paying its mana cost if creatures you control have total power 10 or greater.|
-Myriad Landscape|Lost Caverns of Ixalan Commander|343|U||Land|||Myriad Landscape enters the battlefield tapped.${T}: Add {C}.${2}, {T}, Sacrifice Myriad Landscape: Search your library for up to two basic land cards that share a land type, put them onto the battlefield tapped, then shuffle.|
-Nephalia Drownyard|Lost Caverns of Ixalan Commander|344|R||Land|||{T}: Add {C}.${1}{U}{B}, {T}: Target player mills three cards.|
-Orzhov Basilica|Lost Caverns of Ixalan Commander|345|C||Land|||Orzhov Basilica enters the battlefield tapped.$When Orzhov Basilica enters the battlefield, return a land you control to its owner's hand.${T}: Add {W}{B}.|
-Path of Ancestry|Lost Caverns of Ixalan Commander|346|C||Land|||Path of Ancestry enters the battlefield tapped.${T}: Add one mana of any color in your commander's color identity. When that mana is spent to cast a creature spell that shares a creature type with your commander, scry 1.|
-Port of Karfell|Lost Caverns of Ixalan Commander|347|U||Land|||Port of Karfell enters the battlefield tapped.${T}: Add {U}.${3}{U}{B}{B}, {T}, Sacrifice Port of Karfell: Mill four cards, then return a creature card from your graveyard to the battlefield tapped.|
-Reliquary Tower|Lost Caverns of Ixalan Commander|348|U||Land|||You have no maximum hand size.${T}: Add {C}.|
-Rogue's Passage|Lost Caverns of Ixalan Commander|349|U||Land|||{T}: Add {C}.${4}, {T}: Target creature can't be blocked this turn.|
-Secluded Courtyard|Lost Caverns of Ixalan Commander|350|U||Land|||As Secluded Courtyard enters the battlefield, choose a creature type.${T}: Add {C}.${T}: Add one mana of any color. Spend this mana only to cast a creature spell of the chosen type or activate an ability of a creature or creature card of the chosen type.|
-Shineshadow Snarl|Lost Caverns of Ixalan Commander|351|R||Land|||As Shineshadow Snarl enters the battlefield, you may reveal a Plains or Swamp card from your hand. If you don't, Shineshadow Snarl enters the battlefield tapped.${T}: Add {W} or {B}.|
-Simic Growth Chamber|Lost Caverns of Ixalan Commander|352|C||Land|||Simic Growth Chamber enters the battlefield tapped.$When Simic Growth Chamber enters the battlefield, return a land you control to its owner's hand.${T}: Add {G}{U}.|
-Smoldering Marsh|Lost Caverns of Ixalan Commander|353|R||Land - Swamp Mountain|||({T}: Add {B} or {R}.)$Smoldering Marsh enters the battlefield tapped unless you control two or more basic lands.|
-Sulfur Falls|Lost Caverns of Ixalan Commander|354|R||Land|||Sulfur Falls enters the battlefield tapped unless you control an Island or a Mountain.${T}: Add {U} or {R}.|
-Sunken Hollow|Lost Caverns of Ixalan Commander|355|R||Land - Island Swamp|||({T}: Add {U} or {B}.)$Sunken Hollow enters the battlefield tapped unless you control two or more basic lands.|
-Tainted Field|Lost Caverns of Ixalan Commander|356|U||Land|||{T}: Add {C}.${T}: Add {W} or {B}. Activate only if you control a Swamp.|
-Temple of Mystery|Lost Caverns of Ixalan Commander|357|R||Land|||Temple of Mystery enters the battlefield tapped.$When Temple of Mystery enters the battlefield, scry 1.${T}: Add {G} or {U}.|
-Temple of Silence|Lost Caverns of Ixalan Commander|358|R||Land|||Temple of Silence enters the battlefield tapped.$When Temple of Silence enters the battlefield, scry 1.${T}: Add {W} or {B}.|
-Temple of the False God|Lost Caverns of Ixalan Commander|359|U||Land|||{T}: Add {C}{C}. Activate only if you control five or more lands.|
-Terramorphic Expanse|Lost Caverns of Ixalan Commander|360|C||Land|||{T}, Sacrifice Terramorphic Expanse: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle.|
-Thriving Bluff|Lost Caverns of Ixalan Commander|361|C||Land|||Thriving Bluff enters the battlefield tapped.$As Thriving Bluff enters the battlefield, choose a color other than red.${T}: Add {R} or one mana of the chosen color.|
-Thriving Grove|Lost Caverns of Ixalan Commander|362|C||Land|||Thriving Grove enters the battlefield tapped.$As Thriving Grove enters the battlefield, choose a color other than green.${T}: Add {G} or one mana of the chosen color.|
-Thriving Heath|Lost Caverns of Ixalan Commander|363|C||Land|||Thriving Heath enters the battlefield tapped.$As Thriving Heath enters the battlefield, choose a color other than white.${T}: Add {W} or one mana of the chosen color.|
-Thriving Isle|Lost Caverns of Ixalan Commander|364|C||Land|||Thriving Isle enters the battlefield tapped.$As Thriving Isle enters the battlefield, choose a color other than blue.${T}: Add {U} or one mana of the chosen color.|
-Thriving Moor|Lost Caverns of Ixalan Commander|365|C||Land|||Thriving Moor enters the battlefield tapped.$As Thriving Moor enters the battlefield, choose a color other than black.${T}: Add {B} or one mana of the chosen color.|
-Unclaimed Territory|Lost Caverns of Ixalan Commander|366|U||Land|||As Unclaimed Territory enters the battlefield, choose a creature type.${T}: Add {C}.${T}: Add one mana of any color. Spend this mana only to cast a creature spell of the chosen type.|
-Vault of the Archangel|Lost Caverns of Ixalan Commander|367|R||Land|||{T}: Add {C}.${2}{W}{B}, {T}: Creatures you control gain deathtouch and lifelink until end of turn.|
-Vineglimmer Snarl|Lost Caverns of Ixalan Commander|368|R||Land|||As Vineglimmer Snarl enters the battlefield, you may reveal a Forest or Island card from your hand. If you don't, Vineglimmer Snarl enters the battlefield tapped.${T}: Add {G} or {U}.|
-Voldaren Estate|Lost Caverns of Ixalan Commander|369|R||Land|||{T}: Add {C}.${T}, Pay 1 life: Add one mana of any color. Spend this mana only to cast a Vampire spell.${5}, {T}: Create a Blood token. This ability costs {1} less to activate for each Vampire you control.|
-Windbrisk Heights|Lost Caverns of Ixalan Commander|370|R||Land|||Hideaway 4$Windbrisk Heights enters the battlefield tapped.${T}: Add {W}.${W}, {T}: You may play the exiled card without paying its mana cost if you attacked with three or more creatures this turn.|
+Admiral Brass, Unsinkable|The Lost Caverns of Ixalan Commander|1|M|{2}{U}{B}{R}|Legendary Creature - Human Pirate|3|3|When Admiral Brass, Unsinkable enters the battlefield, mill four cards.$At the beginning of combat on your turn, you may return target Pirate creature card from your graveyard to the battlefield with a finality counter on it. It has base power and toughness 4/4. It gains haste until end of turn.|
+Clavileno, First of the Blessed|The Lost Caverns of Ixalan Commander|2|M|{1}{W}{B}|Legendary Creature - Vampire Cleric|2|2|Whenever you attack, target attacking Vampire that isn't a Demon becomes a Demon in addition to its other types. It gains "When this creature dies, draw a card and create a tapped 4/3 white and black Vampire Demon creature token with flying."|
+Hakbal of the Surging Soul|The Lost Caverns of Ixalan Commander|3|M|{2}{G}{U}|Legendary Creature - Merfolk Scout|3|3|At the beginning of combat on your turn, each Merfolk creature you control explores.$Whenever Hakbal of the Surging Soul attacks, you may put a land card from your hand onto the battlefield. If you don't, draw a card.|
+Pantlaza, Sun-Favored|The Lost Caverns of Ixalan Commander|4|M|{2}{R}{G}{W}|Legendary Creature - Dinosaur|4|4|Whenever Pantlaza, Sun-Favored or another Dinosaur enters the battlefield under your control, you may discover X, where X is that creature's toughness. Do this only once each turn.|
+Carmen, Cruel Skymarcher|The Lost Caverns of Ixalan Commander|5|M|{3}{W}{B}|Legendary Creature - Vampire Soldier|2|2|Flying$Whenever a player sacrifices a permanent, put a +1/+1 counter on Carmen, Cruel Skymarcher and you gain 1 life.$Whenever Carmen attacks, return up to one target permanent card with mana value less than or equal to Carmen's power from your graveyard to the battlefield.|
+Don Andres, the Renegade|The Lost Caverns of Ixalan Commander|6|M|{1}{U}{B}{R}|Legendary Creature - Vampire Pirate|4|3|Each creature you control but don't own gets +2/+2, has menace and deathtouch, and is a Pirate in addition to its other types.$Whenever you cast a noncreature spell you don't own, create two tapped Treasure tokens.|
+Wayta, Trainer Prodigy|The Lost Caverns of Ixalan Commander|7|M|{R}{G}{W}|Legendary Creature - Human Warrior|1|5|Haste${2}{G}, {T}: Target creature you control fights another target creature. This ability costs {2} less to activate if it targets two creatures you control.$ If a creature you control being dealt damage causes a triggered ability of a permanent you control to trigger, that ability triggers an additional time.|
+Xolatoyac, the Smiling Flood|The Lost Caverns of Ixalan Commander|8|M|{4}{G}{U}|Legendary Creature - Salamander Serpent|6|6|Whenever Xolatoyac, the Smiling Flood enters the battlefield or attacks, put a flood counter on target land. That land is an Island in addition to its other types for as long as it has a flood counter on it.$At the beginning of your end step, untap each permanent you control with a counter on it.|
+Illustrious Wanderglyph|The Lost Caverns of Ixalan Commander|9|R|{4}{W}|Artifact Creature - Golem|2|2|Ascend$Other artifact creatures you control get +2/+2 as long as you have the city's blessing.$At the beginning of each upkeep, create a 1/1 colorless Gnome artifact creature token.|
+Altar of the Wretched|The Lost Caverns of Ixalan Commander|10|R|{2}{B}|Artifact|||When Altar of the Wretched enters the battlefield, you may sacrifice a nontoken creature. If you do, draw X cards, then mill X cards, where X is that creature's power.$Craft with one or more creatures {2}{B}{B}${2}{B}: Return Altar of the Wretched from your graveyard to your hand.|
+Wretched Bonemass|The Lost Caverns of Ixalan Commander|10|R||Creature - Skeleton Horror|*|*|Wretched Bonemass's power and toughness are each equal to the total power of the exiled cards used to craft it.$Wretched Bonemass has flying as long as an exiled card used to craft it has flying. The same is true for first strike, double strike, deathtouch, haste, hexproof, indestructible, lifelink, menace, protection, reach, trample, and vigilance.|
+Ore-Rich Stalactite|The Lost Caverns of Ixalan Commander|11|R|{1}{R}|Artifact|||{T}: Add {R}. Spend this mana only to cast an instant or sorcery spell.$Craft with four or more red instant and/or sorcery cards {3}{R}{R}|
+Cosmium Catalyst|The Lost Caverns of Ixalan Commander|11|R||Artifact|||{1}{R}, {T}: Choose an exiled card used to craft Cosmium Catalyst at random. You may cast that card without paying its mana cost.|
+Contest of Claws|The Lost Caverns of Ixalan Commander|12|R|{1}{G}|Sorcery|||Target creature you control deals damage equal to its power to another target creature. If excess damage was dealt this way, discover X, where X is that excess damage.|
+Tetzin, Gnome Champion|The Lost Caverns of Ixalan Commander|13|R|{U}{R}{W}|Legendary Artifact Creature - Gnome|2|2|Whenever Tetzin or another double-faced artifact enters the battlefield under your control, mill three cards. You may put an artifact card from among them into your hand.$Craft with six artifacts {4}|
+The Golden-Gear Colossus|The Lost Caverns of Ixalan Commander|13|R||Legendary Artifact Creature - Gnome|6|6|Vigilance, trample$Whenever The Golden-Gear Colossus enters the battlefield or attacks, transform up to one other target double-faced artifact you control. Create two 1/1 colorless Gnome artifact creature tokens.|
+Xavier Sal, Infested Captain|The Lost Caverns of Ixalan Commander|14|R|{B}{G}{U}|Legendary Creature - Human Fungus Pirate|3|3|{T}, Remove a counter from another permanent you control: Populate. Activate only as a sorcery.${T}, Sacrifice another creature: Proliferate. Activate only as a sorcery.|
+Eye of Ojer Taq|The Lost Caverns of Ixalan Commander|15|M|{3}|Artifact|||{T}: Add one mana of any color.$Craft with two that share a card type {6}|
+Apex Observatory|The Lost Caverns of Ixalan Commander|15|M||Artifact|||Apex Observatory enters the battlefield tapped. As it enters, choose a card type shared among two exiled cards used to craft it.${T}: The next spell you cast this turn of the chosen type can be cast without paying its mana cost.|
+Paleontologist's Pick-Axe|The Lost Caverns of Ixalan Commander|16|M|{2}|Artifact - Equipment|||Whenever equipped creature attacks, draw a card, then discard a card.$Equip {1}$Craft with one or more creatures {5}|
+Dinosaur Headdress|The Lost Caverns of Ixalan Commander|16|M||Artifact - Equipment|||When Dinosaur Headdress enters the battlefield, attach it to target creature you control.$As Dinosaur Headdress becomes attached to a creature, choose an exiled creature card used to craft Dinosaur Headdress.$Equipped creature is a copy of the last chosen card.$Equip {2}|
+The Indomitable|The Lost Caverns of Ixalan Commander|43|R|{2}{U}{U}|Legendary Artifact - Vehicle|6|6|Trample$Whenever a creature you control deals combat damage to a player, draw a card.$Crew 3$You may cast The Indomitable from your graveyard as long as you control three or more tapped Pirates and/or Vehicles.|
+Storm Fleet Negotiator|The Lost Caverns of Ixalan Commander|46|R|{2}{U}|Creature - Siren Pirate|2|2|Flying$Parley -- Whenever Storm Fleet Negotiator attacks, each player reveals the top card of their library. For each nonland card revealed this way, you create a Map token. Then each player draws a card.|
+Francisco, Fowl Marauder|The Lost Caverns of Ixalan Commander|49|R|{1}{B}|Legendary Creature - Bird Pirate|0|1|Flying$Francisco, Fowl Marauder can't block.$Whenever one or more Pirates you control deal damage to a player, Francisco explores.$Partner|
+The Grim Captain's Locker|The Lost Caverns of Ixalan Commander|50|R|{3}{B}|Legendary Artifact|||{T}: Surveil 1.${T}: Until end of turn, each creature card in your graveyard gains "Escape--{3}{B}, Exile four other cards from your graveyard."|
+Skeleton Crew|The Lost Caverns of Ixalan Commander|53|R|{3}{B}|Creature - Skeleton Pirate|3|3|Each other creature you control that's a Skeleton or Pirate gets +1/+1.$Whenever one or more creature cards leave your graveyard, create a 2/2 black Skeleton Pirate creature token.${5}{B}: Return Skeleton Crew from your graveyard to the battlefield tapped.|
+Broadside Bombardiers|The Lost Caverns of Ixalan Commander|54|R|{2}{R}|Creature - Goblin Pirate|2|2|Menace, haste$Boast -- Sacrifice another creature or artifact: Broadside Bombardiers deals damage equal to 2 plus the sacrificed permanent's mana value to any target.|
+Gemcutter Buccaneer|The Lost Caverns of Ixalan Commander|55|R|{3}{R}|Creature - Orc Pirate Artificer|1|3|Whenever Gemcutter Buccaneer or another Pirate enters the battlefield under your control, create a tapped Treasure token.$Treasures you control are Equipment in addition to their other types and have "Equipped creature gets +2/+0," equip Pirate {1}, and equip {3}.|
+Arm-Mounted Anchor|The Lost Caverns of Ixalan Commander|67|R|{3}|Artifact - Equipment|||Equipped creature gets +2/+2 and has menace.$Whenever equipped creature deals combat damage to a player, draw two cards. Then discard two cards unless you discard a Pirate card.$Equip {2}. This ability costs {2} less to activate if you have one or fewer cards in hand.|
+Bronzebeak Foragers|The Lost Caverns of Ixalan Commander|69|R|{3}{W}|Creature - Dinosaur|3|4|When Bronzebeak Foragers enters the battlefield, for each opponent, exile up to one target nonland permanent that player controls until Bronzebeak Foragers leaves the battlefield.${X}{W}: Put target card with mana value X exiled with Bronzebeak Foragers into its owner's graveyard. You gain X life.|
+Charismatic Conqueror|The Lost Caverns of Ixalan Commander|70|R|{1}{W}|Creature - Vampire Soldier|2|2|Vigilance$Whenever an artifact or creature enters the battlefield untapped and under an opponent's control, they may tap that permanent. If they don't, you create a 1/1 white Vampire creature token with lifelink.|
+Elenda's Hierophant|The Lost Caverns of Ixalan Commander|71|R|{2}{W}|Creature - Vampire Cleric|1|1|Flying$Whenever you gain life, put a +1/+1 counter on Elenda's Hierophant.$When Elenda's Hierophant dies, create X 1/1 white Vampire creature tokens with lifelink, where X is its power.|
+From the Rubble|The Lost Caverns of Ixalan Commander|72|R|{4}{W}{W}|Enchantment|||As From the Rubble enters the battlefield, choose a creature type.$At the beginning of your end step, return target creature card of the chosen type from your graveyard to the battlefield with a finality counter on it.|
+March of the Canonized|The Lost Caverns of Ixalan Commander|73|R|{X}{W}{W}|Enchantment|||When March of the Canonized enters the battlefield, create X 1/1 white Vampire creature tokens with lifelink.$At the beginning of your upkeep, if your devotion to white and black is seven or greater, create a 4/3 white and black Vampire Demon creature token with flying.|
+Redemption Choir|The Lost Caverns of Ixalan Commander|74|R|{2}{W}{W}|Creature - Vampire Cleric|3|3|Lifelink$Coven -- Whenever Redemption Choir enters the battlefield or attacks, if you control three or more creatures with different powers, return target permanent card with mana value 3 or less from your graveyard to the battlefield.|
+Mist Dancer|The Lost Caverns of Ixalan Commander|76|R|{4}{U}|Creature - Merfolk Wizard|3|3|Flying$Other Merfolk you control get +1/+0 and have flying.$Encore {5}{U}{U}|
+Ripples of Potential|The Lost Caverns of Ixalan Commander|77|R|{1}{U}|Instant|||Proliferate, then choose any number of permanents you control that had a counter put on them this way. Those permanents phase out.|
+Wave Goodbye|The Lost Caverns of Ixalan Commander|79|R|{2}{U}{U}|Sorcery|||Return each creature without a +1/+1 counter on it to its owner's hand.|
+Dusk Legion Sergeant|The Lost Caverns of Ixalan Commander|80|R|{1}{B}|Creature - Vampire Soldier|2|2|Menace${1}{B}, Sacrifice Dusk Legion Sergeant: Each nontoken Vampire creature you control gains persist until end of turn.|
+Master of Dark Rites|The Lost Caverns of Ixalan Commander|83|R|{B}|Creature - Vampire Cleric|1|1|{T}, Sacrifice another creature: Add {B}{B}{B}. Spend this mana only to cast Vampire, Cleric, and/or Demon spells.|
+Promise of Aclazotz|The Lost Caverns of Ixalan Commander|84|R|{1}{B}|Enchantment|||At the beginning of your end step, you may sacrifice a non-Demon creature. If you do, populate.|
+Foul Rebirth|The Lost Caverns of Ixalan Commander|84|R|{2}{B}|Sorcery - Adventure|||Sacrifice a non-Demon creature. If you do, create a 4/3 white and black Vampire Demon creature token with flying.|
+Wrathful Raptors|The Lost Caverns of Ixalan Commander|88|R|{4}{R}|Creature - Dinosaur|5|5|Trample$Whenever a Dinosaur you control is dealt damage, it deals that much damage to any target that isn't a Dinosaur.|
+Bygone Marvels|The Lost Caverns of Ixalan Commander|89|R|{G}{G}|Sorcery|||Descend 8 -- When you cast this spell, if there are eight or more permanent cards in your graveyard, copy this spell twice. You may choose new targets for the copies.$Return target permanent card from your graveyard to your hand. Exile Bygone Marvels.|
+Curious Altisaur|The Lost Caverns of Ixalan Commander|90|R|{3}{G}|Creature - Dinosaur|2|5|Vigilance, reach$Whenever a Dinosaur you control deals combat damage to a player, draw a card.|
+Deeproot Historian|The Lost Caverns of Ixalan Commander|91|R|{3}{G}|Creature - Merfolk Druid|3|3|Merfolk and Druid cards in your graveyard have retrace.|
+Dinosaur Egg|The Lost Caverns of Ixalan Commander|92|R|{1}{G}|Creature - Dinosaur Egg|0|3|Evolve$When Dinosaur Egg dies, you may discover X, where X is its toughness.|
+Scion of Calamity|The Lost Caverns of Ixalan Commander|93|R|{3}{G}{G}|Creature - Dinosaur|5|5|Myriad$Whenever Scion of Calamity deals combat damage to a player, destroy target artifact or enchantment that player controls.|
+Sunfrill Imitator|The Lost Caverns of Ixalan Commander|94|R|{2}{G}|Creature - Dinosaur|3|3|Whenever Sunfrill Imitator attacks, you may have it become a copy of another target Dinosaur you control, except its name is Sunfrill Imitator and it has this ability.|
+Topography Tracker|The Lost Caverns of Ixalan Commander|95|R|{2}{G}|Creature - Merfolk Scout|2|2|When Topography Tracker enters the battlefield, create a Map token.$If a creature you control would explore, instead it explores, then it explores again.|
+Tributary Instructor|The Lost Caverns of Ixalan Commander|96|R|{3}{G}|Creature - Merfolk Shaman|4|4|Mentor$Whenever a creature you control with a +1/+1 counter on it dies, draw a card.|
+Order of Sacred Dusk|The Lost Caverns of Ixalan Commander|97|R|{6}{W}{B}|Creature - Vampire Knight|5|5|Convoke$Flying, lifelink, haste$Exalted$Other Vampires you control have exalted.|
+Singer of Swift Rivers|The Lost Caverns of Ixalan Commander|98|R|{1}{G}{U}|Creature - Merfolk Shaman|3|2|Flash$When Singer of Swift Rivers enters the battlefield, put a shield counter on another target creature you control.$You may cast Merfolk spells as though they had flash.|
+Progenitor's Icon|The Lost Caverns of Ixalan Commander|100|R|{3}|Artifact|||As Progenitor's Icon enters the battlefield, choose a creature type.${T}: Add one mana of any color.${T}: The next spell of the chosen type you cast this turn can be cast as though it had flash.|
+Archaeomancer's Map|The Lost Caverns of Ixalan Commander|101|R|{2}{W}|Artifact|||When Archaeomancer's Map enters the battlefield, search your library for up to two basic Plains cards, reveal them, put them into your hand, then shuffle.$Whenever a land enters the battlefield under an opponent's control, if that player controls more lands than you, you may put a land card from your hand onto the battlefield.|
+Wedding Ring|The Lost Caverns of Ixalan Commander|102|M|{2}{W}{W}|Artifact|||When Wedding Ring enters the battlefield, if it was cast, target opponent creates a token that's a copy of it.$Whenever an opponent who controls an artifact named Wedding Ring draws a card during their turn, you draw a card.$Whenever an opponent who controls an artifact named Wedding Ring gains life during their turn, you gain that much life.|
+Amulet of Vigor|The Lost Caverns of Ixalan Commander|103|R|{1}|Artifact|||Whenever a permanent enters the battlefield tapped and under your control, untap it.|
+Arcane Signet|The Lost Caverns of Ixalan Commander|104|U|{2}|Artifact|||{T}: Add one mana of any color in your commander's color identity.|
+Chalice of the Void|The Lost Caverns of Ixalan Commander|105|M|{X}{X}|Artifact|||Chalice of the Void enters the battlefield with X charge counters on it.$Whenever a player casts a spell with mana value equal to the number of charge counters on Chalice of the Void, counter that spell.|
+Chimil, the Inner Sun|The Lost Caverns of Ixalan Commander|106|M|{6}|Legendary Artifact|||Spells you control can't be countered.$At the beginning of your end step, discover 5.|
+Chromatic Orrery|The Lost Caverns of Ixalan Commander|107|M|{7}|Legendary Artifact|||You may spend mana as though it were mana of any color.${T}: Add {C}{C}{C}{C}{C}.${5}, {T}: Draw a card for each color among permanents you control.|
+Coat of Arms|The Lost Caverns of Ixalan Commander|108|R|{5}|Artifact|||Each creature gets +1/+1 for each other creature on the battlefield that shares at least one creature type with it.|
+Coercive Portal|The Lost Caverns of Ixalan Commander|109|M|{4}|Artifact|||Will of the council -- At the beginning of your upkeep, starting with you, each player votes for carnage or homage. If carnage gets more votes, sacrifice Coercive Portal and destroy all nonland permanents. If homage gets more votes or the vote is tied, draw a card.|
+Colossus Hammer|The Lost Caverns of Ixalan Commander|110|U|{1}|Artifact - Equipment|||Equipped creature gets +10/+10 and loses flying.$Equip {8}|
+Everflowing Chalice|The Lost Caverns of Ixalan Commander|111|U|{0}|Artifact|||Multikicker {2}$Everflowing Chalice enters the battlefield with a charge counter on it for each time it was kicked.${T}: Add {C} for each charge counter on Everflowing Chalice.|
+Expedition Map|The Lost Caverns of Ixalan Commander|112|U|{1}|Artifact|||{2}, {T}, Sacrifice Expedition Map: Search your library for a land card, reveal it, put it into your hand, then shuffle.|
+Fist of Suns|The Lost Caverns of Ixalan Commander|113|R|{3}|Artifact|||You may pay {W}{U}{B}{R}{G} rather than pay the mana cost for spells that you cast.|
+Lightning Greaves|The Lost Caverns of Ixalan Commander|114|U|{2}|Artifact - Equipment|||Equipped creature has haste and shroud.$Equip {0}|
+Mimic Vat|The Lost Caverns of Ixalan Commander|115|R|{3}|Artifact|||Imprint -- Whenever a nontoken creature dies, you may exile that card. If you do, return each other card exiled with Mimic Vat to its owner's graveyard.${3}, {T}: Create a token that's a copy of a card exiled with Mimic Vat. It gains haste. Exile it at the beginning of the next end step.|
+Strionic Resonator|The Lost Caverns of Ixalan Commander|116|R|{2}|Artifact|||{2}, {T}: Copy target triggered ability you control. You may choose new targets for the copy.|
+Temple Bell|The Lost Caverns of Ixalan Commander|117|R|{3}|Artifact|||{T}: Each player draws a card.|
+Thought Vessel|The Lost Caverns of Ixalan Commander|118|U|{2}|Artifact|||You have no maximum hand size.${T}: Add {C}.|
+Whispersilk Cloak|The Lost Caverns of Ixalan Commander|119|U|{3}|Artifact - Equipment|||Equipped creature can't be blocked and has shroud.$Equip {2}|
+Worn Powerstone|The Lost Caverns of Ixalan Commander|120|U|{3}|Artifact|||Worn Powerstone enters the battlefield tapped.${T}: Add {C}{C}.|
+Akroma's Will|The Lost Caverns of Ixalan Commander|125|R|{3}{W}|Instant|||Choose one. If you control a commander as you cast this spell, you may choose both.$* Creatures you control gain flying, vigilance, and double strike until end of turn.$* Creatures you control gain lifelink, indestructible, and protection from all colors until end of turn.|
+Austere Command|The Lost Caverns of Ixalan Commander|126|R|{4}{W}{W}|Sorcery|||Choose two --$* Destroy all artifacts.$* Destroy all enchantments.$* Destroy all creatures with mana value 3 or less.$* Destroy all creatures with mana value 4 or greater.|
+Bellowing Aegisaur|The Lost Caverns of Ixalan Commander|127|U|{5}{W}|Creature - Dinosaur|3|5|Enrage -- Whenever Bellowing Aegisaur is dealt damage, put a +1/+1 counter on each other creature you control.|
+Generous Gift|The Lost Caverns of Ixalan Commander|128|C|{2}{W}|Instant|||Destroy target permanent. Its controller creates a 3/3 green Elephant creature token.|
+Kindred Boon|The Lost Caverns of Ixalan Commander|129|R|{2}{W}{W}|Enchantment|||As Kindred Boon enters the battlefield, choose a creature type.${1}{W}: Put a divinity counter on target creature you control of the chosen type.$Each creature you control with a divinity counter on it has indestructible.|
+Kinjalli's Sunwing|The Lost Caverns of Ixalan Commander|130|R|{2}{W}|Creature - Dinosaur|2|3|Flying$Creatures your opponents control enter the battlefield tapped.|
+Majestic Heliopterus|The Lost Caverns of Ixalan Commander|131|U|{3}{W}|Creature - Dinosaur|2|2|Flying$Whenever Majestic Heliopterus attacks, another target Dinosaur you control gains flying until end of turn.|
+Martyr of Dusk|The Lost Caverns of Ixalan Commander|132|C|{1}{W}|Creature - Vampire Soldier|2|1|When Martyr of Dusk dies, create a 1/1 white Vampire creature token with lifelink.|
+Mavren Fein, Dusk Apostle|The Lost Caverns of Ixalan Commander|133|R|{2}{W}|Legendary Creature - Vampire Cleric|2|2|Whenever one or more nontoken Vampires you control attack, create a 1/1 white Vampire creature token with lifelink.|
+Path to Exile|The Lost Caverns of Ixalan Commander|134|U|{W}|Instant|||Exile target creature. Its controller may search their library for a basic land card, put that card onto the battlefield tapped, then shuffle.|
+Radiant Destiny|The Lost Caverns of Ixalan Commander|135|R|{2}{W}|Enchantment|||Ascend$As Radiant Destiny enters the battlefield, choose a creature type.$Creatures you control of the chosen type get +1/+1. As long as you have the city's blessing, they also have vigilance.|
+Return to Dust|The Lost Caverns of Ixalan Commander|136|U|{2}{W}{W}|Instant|||Exile target artifact or enchantment. If you cast this spell during your main phase, you may exile up to one other target artifact or enchantment.|
+Swords to Plowshares|The Lost Caverns of Ixalan Commander|137|U|{W}|Instant|||Exile target creature. Its controller gains life equal to its power.|
+Temple Altisaur|The Lost Caverns of Ixalan Commander|138|R|{4}{W}|Creature - Dinosaur|3|4|If a source would deal damage to another Dinosaur you control, prevent all but 1 of that damage.|
+Wakening Sun's Avatar|The Lost Caverns of Ixalan Commander|139|R|{5}{W}{W}{W}|Creature - Dinosaur Avatar|7|7|When Wakening Sun's Avatar enters the battlefield, if you cast it from your hand, destroy all non-Dinosaur creatures.|
+Welcoming Vampire|The Lost Caverns of Ixalan Commander|140|R|{2}{W}|Creature - Vampire|2|3|Flying$Whenever one or more other creatures with power 2 or less enter the battlefield under your control, draw a card. This ability triggers only once each turn.|
+Zetalpa, Primal Dawn|The Lost Caverns of Ixalan Commander|141|R|{6}{W}{W}|Legendary Creature - Elder Dinosaur|4|8|Flying, double strike, vigilance, trample, indestructible|
+Aetherize|The Lost Caverns of Ixalan Commander|142|U|{3}{U}|Instant|||Return all attacking creatures to their owner's hand.|
+Amphin Mutineer|The Lost Caverns of Ixalan Commander|143|R|{3}{U}|Creature - Salamander Pirate|3|3|When Amphin Mutineer enters the battlefield, exile up to one target non-Salamander creature. That creature's controller creates a 4/3 blue Salamander Warrior creature token.$Encore {4}{U}{U}|
+Azure Fleet Admiral|The Lost Caverns of Ixalan Commander|144|C|{3}{U}|Creature - Human Pirate|3|3|When Azure Fleet Admiral enters the battlefield, you become the monarch.$Azure Fleet Admiral can't be blocked by creatures the monarch controls.|
+Benthic Biomancer|The Lost Caverns of Ixalan Commander|145|R|{U}|Creature - Merfolk Wizard Mutant|1|1|{1}{U}: Adapt 1.$Whenever one or more +1/+1 counters are put on Benthic Biomancer, draw a card, then discard a card.|
+Bident of Thassa|The Lost Caverns of Ixalan Commander|146|R|{2}{U}{U}|Legendary Enchantment Artifact|||Whenever a creature you control deals combat damage to a player, you may draw a card.${1}{U}, {T}: Creatures your opponents control attack this turn if able.|
+Commit // Memory|The Lost Caverns of Ixalan Commander|147|R|{3}{U}|Instant|||Put target spell or nonland permanent into its owner's library second from the top.$Memory${4}{U}{U}$Sorcery$Aftermath$Each player shuffles their hand and graveyard into their library, then draws seven cards.|
+Coralhelm Commander|The Lost Caverns of Ixalan Commander|148|R|{U}{U}|Creature - Merfolk Soldier|2|2|Level up {1}$LEVEL 2-3$3/3$Flying$LEVEL 4+$4/4$Flying$Other Merfolk creatures you control get +1/+1.|
+Corsair Captain|The Lost Caverns of Ixalan Commander|149|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.|
+Curse of the Swine|The Lost Caverns of Ixalan Commander|150|R|{X}{U}{U}|Sorcery|||Exile X target creatures. For each creature exiled this way, its controller creates a 2/2 green Boar creature token.|
+Daring Saboteur|The Lost Caverns of Ixalan Commander|151|U|{1}{U}|Creature - Human Pirate|2|1|{2}{U}: Daring Saboteur can't be blocked this turn.$Whenever Daring Saboteur deals combat damage to a player, you may draw a card. If you do, discard a card.|
+Deeproot Waters|The Lost Caverns of Ixalan Commander|152|U|{2}{U}|Enchantment|||Whenever you cast a Merfolk spell, create a 1/1 blue Merfolk creature token with hexproof.|
+Departed Deckhand|The Lost Caverns of Ixalan Commander|153|U|{1}{U}|Creature - Spirit Pirate|2|2|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.|
+Distant Melody|The Lost Caverns of Ixalan Commander|154|C|{3}{U}|Sorcery|||Choose a creature type. Draw a card for each permanent you control of that type.|
+Emperor Mihail II|The Lost Caverns of Ixalan Commander|155|R|{1}{U}{U}|Legendary Creature - Merfolk Noble|3|3|You may look at the top card of your library any time.$You may cast Merfolk spells from the top of your library.$Whenever you cast a Merfolk spell, you may pay {1}. If you do, create a 1/1 blue Merfolk creature token.|
+Evacuation|The Lost Caverns of Ixalan Commander|156|R|{3}{U}{U}|Instant|||Return all creatures to their owners' hands.|
+Ghost of Ramirez DePietro|The Lost Caverns of Ixalan Commander|157|U|{2}{U}|Legendary Creature - Spirit Pirate|2|3|Ghost of Ramirez DePietro can't be blocked by creatures with toughness 3 or greater.$Whenever Ghost of Ramirez DePietro deals combat damage to a player, choose up to one target card in a graveyard that was discarded or put there from a library this turn. Put that card into its owner's hand.$Partner|
+Herald of Secret Streams|The Lost Caverns of Ixalan Commander|158|R|{3}{U}|Creature - Merfolk Warrior|2|3|Creatures you control with +1/+1 counters on them can't be blocked.|
+Kindred Discovery|The Lost Caverns of Ixalan Commander|159|R|{3}{U}{U}|Enchantment|||As Kindred Discovery enters the battlefield, choose a creature type.$Whenever a creature you control of the chosen type enters the battlefield or attacks, draw a card.|
+Kopala, Warden of Waves|The Lost Caverns of Ixalan Commander|160|R|{1}{U}{U}|Legendary Creature - Merfolk Wizard|2|2|Spells your opponents cast that target a Merfolk you control cost {2} more to cast.$Abilities your opponents activate that target a Merfolk you control cost {2} more to activate.|
+Malcolm, Keen-Eyed Navigator|The Lost Caverns of Ixalan Commander|161|U|{2}{U}|Legendary Creature - Siren Pirate|2|2|Flying$Whenever one or more Pirates you control deal damage to your opponents, you create a Treasure token for each opponent dealt damage.$Partner|
+Master of the Pearl Trident|The Lost Caverns of Ixalan Commander|162|R|{U}{U}|Creature - Merfolk|2|2|Other Merfolk creatures you control get +1/+1 and have islandwalk.|
+Merchant Raiders|The Lost Caverns of Ixalan Commander|163|U|{3}{U}|Creature - Human Pirate|2|4|Whenever Merchant Raiders or another Pirate enters the battlefield under your control, tap up to one target creature. That creature doesn't untap during its controller's untap step for as long as you control Merchant Raiders.|
+Merfolk Sovereign|The Lost Caverns of Ixalan Commander|164|R|{1}{U}{U}|Creature - Merfolk Noble|2|2|Other Merfolk creatures you control get +1/+1.${T}: Target Merfolk creature can't be blocked this turn.|
+Merrow Reejerey|The Lost Caverns of Ixalan Commander|165|U|{2}{U}|Creature - Merfolk Soldier|2|2|Other Merfolk creatures you control get +1/+1.$Whenever you cast a Merfolk spell, you may tap or untap target permanent.|
+Rapid Hybridization|The Lost Caverns of Ixalan Commander|166|U|{U}|Instant|||Destroy target creature. It can't be regenerated. That creature's controller creates a 3/3 green Frog Lizard creature token.|
+Ravenform|The Lost Caverns of Ixalan Commander|167|C|{2}{U}|Sorcery|||Exile target artifact or creature. Its controller creates a 1/1 blue Bird creature token with flying.$Foretell {U}|
+Reflections of Littjara|The Lost Caverns of Ixalan Commander|168|R|{4}{U}|Enchantment|||As Reflections of Littjara enters the battlefield, choose a creature type.$Whenever you cast a spell of the chosen type, copy that spell.|
+Sage of Fables|The Lost Caverns of Ixalan Commander|169|U|{2}{U}|Creature - Merfolk Wizard|2|2|Each other Wizard creature you control enters the battlefield with an additional +1/+1 counter on it.${2}, Remove a +1/+1 counter from a creature you control: Draw a card.|
+Seafloor Oracle|The Lost Caverns of Ixalan Commander|170|R|{2}{U}{U}|Creature - Merfolk Wizard|2|3|Whenever a Merfolk you control deals combat damage to a player, draw a card.|
+Siren Stormtamer|The Lost Caverns of Ixalan Commander|171|U|{U}|Creature - Siren Pirate Wizard|1|1|Flying${U}, Sacrifice Siren Stormtamer: Counter target spell or ability that targets you or a creature you control.|
+Spectral Sailor|The Lost Caverns of Ixalan Commander|172|U|{U}|Creature - Spirit Pirate|1|1|Flash$Flying${3}{U}: Draw a card.|
+Stonybrook Banneret|The Lost Caverns of Ixalan Commander|173|C|{1}{U}|Creature - Merfolk Wizard|1|1|Islandwalk$Merfolk spells and Wizard spells you cast cost {1} less to cast.|
+Surgespanner|The Lost Caverns of Ixalan Commander|174|R|{2}{U}{U}|Creature - Merfolk Wizard|2|2|Whenever Surgespanner becomes tapped, you may pay {1}{U}. If you do, return target permanent to its owner's hand.|
+Svyelun of Sea and Sky|The Lost Caverns of Ixalan Commander|175|M|{1}{U}{U}|Legendary Creature - Merfolk God|3|4|Svyelun of Sea and Sky has indestructible as long as you control at least two other Merfolk.$Whenever Svyelun attacks, draw a card.$Other Merfolk you control have ward {1}.|
+Thassa, God of the Sea|The Lost Caverns of Ixalan Commander|176|M|{2}{U}|Legendary Enchantment Creature - God|5|5|Indestructible$As long as your devotion to blue is less than five, Thassa isn't a creature.$At the beginning of your upkeep, scry 1.${1}{U}: Target creature you control can't be blocked this turn.|
+Thieving Skydiver|The Lost Caverns of Ixalan Commander|177|R|{1}{U}|Creature - Merfolk Rogue|2|1|Kicker {X}. X can't be 0.$Flying$When Thieving Skydiver enters the battlefield, if it was kicked, gain control of target artifact with mana value X or less. If that artifact is an Equipment, attach it to Thieving Skydiver.|
+Timestream Navigator|The Lost Caverns of Ixalan Commander|178|M|{1}{U}|Creature - Human Pirate Wizard|1|1|Ascend${2}{U}{U}, {T}, Put Timestream Navigator on the bottom of its owner's library: Take an extra turn after this one. Activate only if you have the city's blessing.|
+Warkite Marauder|The Lost Caverns of Ixalan Commander|179|R|{1}{U}|Creature - Human Pirate|2|1|Flying$Whenever Warkite Marauder attacks, target creature defending player controls loses all abilities and has base power and toughness 0/1 until end of turn.|
+Windfall|The Lost Caverns of Ixalan Commander|180|U|{2}{U}|Sorcery|||Each player discards their hand, then draws cards equal to the greatest number of cards a player discarded this way.|
+Black Market Connections|The Lost Caverns of Ixalan Commander|181|R|{2}{B}|Enchantment|||At the beginning of your precombat main phase, choose one or more --$* Sell Contraband -- Create a Treasure token. You lose 1 life.$* Buy Information -- Draw a card. You lose 2 life.$* Hire a Mercenary -- Create a 3/2 colorless Shapeshifter creature token with changeling. You lose 3 life.|
+Blood Artist|The Lost Caverns of Ixalan Commander|182|U|{1}{B}|Creature - Vampire|0|1|Whenever Blood Artist or another creature dies, target player loses 1 life and you gain 1 life.|
+Blood Money|The Lost Caverns of Ixalan Commander|183|M|{5}{B}{B}|Sorcery|||Destroy all creatures. For each nontoken creature destroyed this way, you create a tapped Treasure token.|
+Bloodghast|The Lost Caverns of Ixalan Commander|184|R|{B}{B}|Creature - Vampire Spirit|2|1|Bloodghast can't block.$Bloodghast has haste as long as an opponent has 10 or less life.$Landfall -- Whenever a land enters the battlefield under your control, you may return Bloodghast from your graveyard to the battlefield.|
+Bloodline Necromancer|The Lost Caverns of Ixalan Commander|185|U|{4}{B}|Creature - Vampire Wizard|3|2|Lifelink$When Bloodline Necromancer enters the battlefield, you may return target Vampire or Wizard creature card from your graveyard to the battlefield.|
+Bloodtracker|The Lost Caverns of Ixalan Commander|186|R|{3}{B}|Creature - Vampire Wizard|2|2|Flying${B}, Pay 2 life: Put a +1/+1 counter on Bloodtracker.$When Bloodtracker leaves the battlefield, draw a card for each +1/+1 counter on it.|
+Butcher of Malakir|The Lost Caverns of Ixalan Commander|187|R|{5}{B}{B}|Creature - Vampire Warrior|5|4|Flying$Whenever Butcher of Malakir or another creature you control dies, each opponent sacrifices a creature.|
+Champion of Dusk|The Lost Caverns of Ixalan Commander|188|R|{3}{B}{B}|Creature - Vampire Knight|4|4|When Champion of Dusk enters the battlefield, you draw X cards and you lose X life, where X is the number of Vampires you control.|
+Cordial Vampire|The Lost Caverns of Ixalan Commander|189|R|{B}{B}|Creature - Vampire|1|1|Whenever Cordial Vampire or another creature dies, put a +1/+1 counter on each Vampire you control.|
+Crossway Troublemakers|The Lost Caverns of Ixalan Commander|190|R|{5}{B}|Creature - Vampire|5|5|Attacking Vampires you control have deathtouch and lifelink.$Whenever a Vampire you control dies, you may pay 2 life. If you do, draw a card.|
+Damn|The Lost Caverns of Ixalan Commander|191|R|{B}{B}|Sorcery|||Destroy target creature. A creature destroyed this way can't be regenerated.$Overload {2}{W}{W}|
+Dire Fleet Ravager|The Lost Caverns of Ixalan Commander|192|M|{3}{B}{B}|Creature - Orc Pirate Wizard|4|4|Menace, deathtouch$When Dire Fleet Ravager enters the battlefield, each player loses a third of their life, rounded up.|
+Drana, Liberator of Malakir|The Lost Caverns of Ixalan Commander|193|M|{1}{B}{B}|Legendary Creature - Vampire Ally|2|3|Flying, first strike$Whenever Drana, Liberator of Malakir deals combat damage to a player, put a +1/+1 counter on each attacking creature you control.|
+Dusk Legion Zealot|The Lost Caverns of Ixalan Commander|194|C|{1}{B}|Creature - Vampire Soldier|1|1|When Dusk Legion Zealot enters the battlefield, you draw a card and you lose 1 life.|
+Exquisite Blood|The Lost Caverns of Ixalan Commander|195|R|{4}{B}|Enchantment|||Whenever an opponent loses life, you gain that much life.|
+Falkenrath Noble|The Lost Caverns of Ixalan Commander|196|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.|
+Fathom Fleet Captain|The Lost Caverns of Ixalan Commander|197|R|{1}{B}|Creature - Human Pirate|2|1|Menace$Whenever Fathom Fleet Captain attacks, if you control another nontoken Pirate, you may pay {2}. If you do, create a 2/2 black Pirate creature token with menace.|
+Feed the Swarm|The Lost Caverns of Ixalan Commander|198|C|{1}{B}|Sorcery|||Destroy target creature or enchantment an opponent controls. You lose life equal to that permanent's mana value.|
+Glass-Cast Heart|The Lost Caverns of Ixalan Commander|199|R|{2}{B}|Artifact|||Whenever one or more Vampires you control attack, create a Blood token.${B}, {T}, Pay 1 life: Create a 1/1 white and black Vampire creature token with lifelink.${B}{B}, {T}, Sacrifice Glass-Cast Heart and thirteen Blood tokens: Each opponent loses 13 life and you gain 13 life.|
+Indulgent Aristocrat|The Lost Caverns of Ixalan Commander|200|U|{B}|Creature - Vampire Noble|1|1|Lifelink${2}, Sacrifice a creature: Put a +1/+1 counter on each Vampire you control.|
+Lethal Scheme|The Lost Caverns of Ixalan Commander|201|R|{2}{B}{B}|Instant|||Convoke$Destroy target creature or planeswalker. Each creature that convoked Lethal Scheme connives.|
+New Blood|The Lost Caverns of Ixalan Commander|202|R|{2}{B}{B}|Sorcery|||As an additional cost to cast this spell, tap an untapped Vampire you control.$Gain control of target creature. Change the text of that creature by replacing all instances of one creature type with Vampire.|
+Nighthawk Scavenger|The Lost Caverns of Ixalan Commander|203|R|{1}{B}{B}|Creature - Vampire Rogue|1+*|3|Flying, deathtouch, lifelink$Nighthawk Scavenger's power is equal to 1 plus the number of card types among cards in your opponents' graveyards.|
+Oathsworn Vampire|The Lost Caverns of Ixalan Commander|204|U|{1}{B}|Creature - Vampire Knight|2|2|Oathsworn Vampire enters the battlefield tapped.$You may cast Oathsworn Vampire from your graveyard if you gained life this turn.|
+Olivia's Wrath|The Lost Caverns of Ixalan Commander|205|R|{4}{B}|Sorcery|||Each non-Vampire creature gets -X/-X until end of turn, where X is the number of Vampires you control.|
+Pact of the Serpent|The Lost Caverns of Ixalan Commander|206|R|{1}{B}{B}|Sorcery|||Choose a creature type. Target player draws X cards and loses X life, where X is the number of creatures they control of the chosen type.|
+Patron of the Vein|The Lost Caverns of Ixalan Commander|207|R|{4}{B}{B}|Creature - Vampire Shaman|4|4|Flying$When Patron of the Vein enters the battlefield, destroy target creature an opponent controls.$Whenever a creature an opponent controls dies, exile it and put a +1/+1 counter on each Vampire you control.|
+Pitiless Plunderer|The Lost Caverns of Ixalan Commander|208|U|{3}{B}|Creature - Human Pirate|1|4|Whenever another creature you control dies, create a Treasure token.|
+Sanctum Seeker|The Lost Caverns of Ixalan Commander|209|R|{2}{B}{B}|Creature - Vampire Knight|3|4|Whenever a Vampire you control attacks, each opponent loses 1 life and you gain 1 life.|
+Timothar, Baron of Bats|The Lost Caverns of Ixalan Commander|210|M|{4}{B}{B}|Legendary Creature - Vampire Noble|4|4|Ward--Discard a card.$Whenever another nontoken Vampire you control dies, you may pay {1} and exile it. If you do, create a 1/1 black Bat creature token with flying. It gains "When this creature deals combat damage to a player, sacrifice it and return the exiled card to the battlefield tapped."|
+Twilight Prophet|The Lost Caverns of Ixalan Commander|211|M|{2}{B}{B}|Creature - Vampire Cleric|2|4|Flying$Ascend$At the beginning of your upkeep, if you have the city's blessing, reveal the top card of your library and put it into your hand. Each opponent loses X life and you gain X life, where X is that card's mana value.|
+Village Rites|The Lost Caverns of Ixalan Commander|212|C|{B}|Instant|||As an additional cost to cast this spell, sacrifice a creature.$Draw two cards.|
+Yahenni, Undying Partisan|The Lost Caverns of Ixalan Commander|214|U|{2}{B}|Legendary Creature - Aetherborn Vampire|2|2|Haste$Whenever a creature an opponent controls dies, put a +1/+1 counter on Yahenni, Undying Partisan.$Sacrifice another creature: Yahenni gains indestructible until end of turn.|
+Angrath's Marauders|The Lost Caverns of Ixalan Commander|215|R|{5}{R}{R}|Creature - Human Pirate|4|4|If a source you control would deal damage to a permanent or player, it deals double that damage to that permanent or player instead.|
+Blasphemous Act|The Lost Caverns of Ixalan Commander|216|R|{8}{R}|Sorcery|||This spell costs {1} less to cast for each creature on the battlefield.$Blasphemous Act deals 13 damage to each creature.|
+Breeches, Brazen Plunderer|The Lost Caverns of Ixalan Commander|217|U|{3}{R}|Legendary Creature - Goblin Pirate|3|3|Menace$Whenever one or more Pirates you control deal damage to your opponents, exile the top card of each of those opponents' libraries. You may play those cards this turn, and you may spend mana as though it were mana of any color to cast those spells.$Partner|
+Captain Lannery Storm|The Lost Caverns of Ixalan Commander|218|R|{2}{R}|Legendary Creature - Human Pirate|2|2|Haste$Whenever Captain Lannery Storm attacks, create a Treasure token.$Whenever you sacrifice a Treasure, Captain Lannery Storm gets +1/+0 until end of turn.|
+Captivating Crew|The Lost Caverns of Ixalan Commander|219|R|{3}{R}|Creature - Human Pirate|4|3|{3}{R}: Gain control of target creature an opponent controls until end of turn. Untap that creature. It gains haste until end of turn. Activate only as a sorcery.|
+Chandra's Ignition|The Lost Caverns of Ixalan Commander|220|R|{3}{R}{R}|Sorcery|||Target creature you control deals damage equal to its power to each other creature and each opponent.|
+Chaos Warp|The Lost Caverns of Ixalan Commander|221|R|{2}{R}|Instant|||The owner of target permanent shuffles it into their library, then reveals the top card of their library. If it's a permanent card, they put it onto the battlefield.|
+Coercive Recruiter|The Lost Caverns of Ixalan Commander|222|R|{4}{R}|Creature - Orc Pirate|4|3|Whenever Coercive Recruiter or another Pirate enters the battlefield under your control, gain control of target creature until end of turn. Untap that creature. Until end of turn, it gains haste and becomes a Pirate in addition to its other types.|
+Dire Fleet Daredevil|The Lost Caverns of Ixalan Commander|223|R|{1}{R}|Creature - Human Pirate|2|1|First strike$When Dire Fleet Daredevil enters the battlefield, exile target instant or sorcery card from an opponent's graveyard. You may cast it this turn, and mana of any type can be spent to cast that spell. If that spell would be put into a graveyard, exile it instead.|
+Etali, Primal Storm|The Lost Caverns of Ixalan Commander|224|R|{4}{R}{R}|Legendary Creature - Elder Dinosaur|6|6|Whenever Etali, Primal Storm attacks, exile the top card of each player's library, then you may cast any number of spells from among those cards without paying their mana costs.|
+Faithless Looting|The Lost Caverns of Ixalan Commander|225|C|{R}|Sorcery|||Draw two cards, then discard two cards.$Flashback {2}{R}|
+Fiery Confluence|The Lost Caverns of Ixalan Commander|226|R|{2}{R}{R}|Sorcery|||Choose three. You may choose the same mode more than once.$* Fiery Confluence deals 1 damage to each creature.$* Fiery Confluence deals 2 damage to each opponent.$* Destroy target artifact.|
+Kari Zev, Skyship Raider|The Lost Caverns of Ixalan Commander|227|R|{1}{R}|Legendary Creature - Human Pirate|1|3|First strike, menace$Whenever Kari Zev, Skyship Raider attacks, create Ragavan, a legendary 2/1 red Monkey creature token. Ragavan enters the battlefield tapped and attacking. Exile that token at end of combat.|
+Marauding Raptor|The Lost Caverns of Ixalan Commander|228|R|{1}{R}|Creature - Dinosaur|2|3|Creature spells you cast cost {1} less to cast.$Whenever another creature enters the battlefield under your control, Marauding Raptor deals 2 damage to it. If a Dinosaur is dealt damage this way, Marauding Raptor gets +2/+0 until end of turn.|
+Otepec Huntmaster|The Lost Caverns of Ixalan Commander|229|U|{1}{R}|Creature - Human Shaman|1|2|Dinosaur spells you cast cost {1} less to cast.${T}: Target Dinosaur gains haste until end of turn.|
+Port Razer|The Lost Caverns of Ixalan Commander|230|M|{3}{R}{R}|Creature - Orc Pirate|4|4|Whenever Port Razer deals combat damage to a player, untap each creature you control. After this combat phase, there is an additional combat phase.$Port Razer can't attack a player it has already attacked this turn.|
+Shared Animosity|The Lost Caverns of Ixalan Commander|231|R|{2}{R}|Enchantment|||Whenever a creature you control attacks, it gets +1/+0 until end of turn for each other attacking creature that shares a creature type with it.|
+Apex Altisaur|The Lost Caverns of Ixalan Commander|232|R|{7}{G}{G}|Creature - Dinosaur|10|10|When Apex Altisaur enters the battlefield, it fights up to one target creature you don't control.$Enrage -- Whenever Apex Altisaur is dealt damage, it fights up to one target creature you don't control.|
+Beast Within|The Lost Caverns of Ixalan Commander|233|U|{2}{G}|Instant|||Destroy target permanent. Its controller creates a 3/3 green Beast creature token.|
+Branching Evolution|The Lost Caverns of Ixalan Commander|234|R|{2}{G}|Enchantment|||If one or more +1/+1 counters would be put on a creature you control, twice that many +1/+1 counters are put on that creature instead.|
+Cultivate|The Lost Caverns of Ixalan Commander|235|C|{2}{G}|Sorcery|||Search your library for up to two basic land cards, reveal those cards, put one onto the battlefield tapped and the other into your hand, then shuffle.|
+Deathgorge Scavenger|The Lost Caverns of Ixalan Commander|236|R|{2}{G}|Creature - Dinosaur|3|2|Whenever Deathgorge Scavenger enters the battlefield or attacks, you may exile target card from a graveyard. If a creature card is exiled this way, you gain 2 life. If a noncreature card is exiled this way, Deathgorge Scavenger gets +1/+1 until end of turn.|
+Deeproot Elite|The Lost Caverns of Ixalan Commander|237|R|{1}{G}|Creature - Merfolk Warrior|1|1|Whenever another Merfolk enters the battlefield under your control, put a +1/+1 counter on target Merfolk you control.|
+Descendants' Path|The Lost Caverns of Ixalan Commander|238|R|{2}{G}|Enchantment|||At the beginning of your upkeep, reveal the top card of your library. If it's a creature card that shares a creature type with a creature you control, you may cast it without paying its mana cost. If you don't cast it, put it on the bottom of your library.|
+Drover of the Mighty|The Lost Caverns of Ixalan Commander|239|U|{1}{G}|Creature - Human Druid|1|1|Drover of the Mighty gets +2/+2 as long as you control a Dinosaur.${T}: Add one mana of any color.|
+Evolution Sage|The Lost Caverns of Ixalan Commander|240|U|{2}{G}|Creature - Elf Druid|3|2|Landfall -- Whenever a land enters the battlefield under your control, proliferate.|
+Explore|The Lost Caverns of Ixalan Commander|241|C|{1}{G}|Sorcery|||You may play an additional land this turn.$Draw a card.|
+Farseek|The Lost Caverns of Ixalan Commander|242|C|{1}{G}|Sorcery|||Search your library for a Plains, Island, Swamp, or Mountain card, put it onto the battlefield tapped, then shuffle.|
+Hardened Scales|The Lost Caverns of Ixalan Commander|243|R|{G}|Enchantment|||If one or more +1/+1 counters would be put on a creature you control, that many plus one +1/+1 counters are put on it instead.|
+Inspiring Call|The Lost Caverns of Ixalan Commander|244|U|{2}{G}|Instant|||Draw a card for each creature you control with a +1/+1 counter on it. Those creatures gain indestructible until end of turn.|
+Kodama's Reach|The Lost Caverns of Ixalan Commander|245|C|{2}{G}|Sorcery - Arcane|||Search your library for up to two basic land cards, reveal those cards, put one onto the battlefield tapped and the other into your hand, then shuffle.|
+Migration Path|The Lost Caverns of Ixalan Commander|246|U|{3}{G}|Sorcery|||Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle.$Cycling {2}|
+Rampaging Brontodon|The Lost Caverns of Ixalan Commander|247|R|{5}{G}{G}|Creature - Dinosaur|7|7|Trample$Whenever Rampaging Brontodon attacks, it gets +1/+1 until end of turn for each land you control.|
+Rampant Growth|The Lost Caverns of Ixalan Commander|248|C|{1}{G}|Sorcery|||Search your library for a basic land card, put that card onto the battlefield tapped, then shuffle.|
+Ranging Raptors|The Lost Caverns of Ixalan Commander|249|U|{2}{G}|Creature - Dinosaur|2|3|Enrage -- Whenever Ranging Raptors is dealt damage, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle.|
+Realmwalker|The Lost Caverns of Ixalan Commander|250|R|{2}{G}|Creature - Shapeshifter|2|3|Changeling$As Realmwalker enters the battlefield, choose a creature type.$You may look at the top card of your library any time.$You may cast creature spells of the chosen type from the top of your library.|
+Regal Behemoth|The Lost Caverns of Ixalan Commander|251|R|{4}{G}{G}|Creature - Dinosaur|5|5|Trample$When Regal Behemoth enters the battlefield, you become the monarch.$Whenever you tap a land for mana while you're the monarch, add an additional one mana of any color.|
+Return of the Wildspeaker|The Lost Caverns of Ixalan Commander|252|R|{4}{G}|Instant|||Choose one --$* Draw cards equal to the greatest power among non-Human creatures you control.$* Non-Human creatures you control get +3/+3 until end of turn.|
+Ripjaw Raptor|The Lost Caverns of Ixalan Commander|253|R|{2}{G}{G}|Creature - Dinosaur|4|5|Enrage -- Whenever Ripjaw Raptor is dealt damage, draw a card.|
+Rishkar's Expertise|The Lost Caverns of Ixalan Commander|254|R|{4}{G}{G}|Sorcery|||Draw cards equal to the greatest power among creatures you control.$You may cast a spell with mana value 5 or less from your hand without paying its mana cost.|
+Ruinous Intrusion|The Lost Caverns of Ixalan Commander|255|R|{3}{G}|Instant|||Exile target artifact or enchantment. Put X +1/+1 counters on target creature you control, where X is the mana value of the permanent exiled this way.|
+Runic Armasaur|The Lost Caverns of Ixalan Commander|256|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.|
+Savage Stomp|The Lost Caverns of Ixalan Commander|257|U|{2}{G}|Sorcery|||This spell costs {2} less to cast if it targets a Dinosaur you control.$Put a +1/+1 counter on target creature you control. Then that creature fights target creature you don't control.|
+Shifting Ceratops|The Lost Caverns of Ixalan Commander|258|R|{2}{G}{G}|Creature - Dinosaur|5|4|This spell can't be countered.$Protection from blue${G}: Shifting Ceratops gains your choice of reach, trample, or haste until end of turn.|
+Thunderherd Migration|The Lost Caverns of Ixalan Commander|259|U|{1}{G}|Sorcery|||As an additional cost to cast this spell, reveal a Dinosaur card from your hand or pay {1}.$Search your library for a basic land card, put it onto the battlefield tapped, then shuffle.|
+Thundering Spineback|The Lost Caverns of Ixalan Commander|260|U|{5}{G}{G}|Creature - Dinosaur|5|5|Other Dinosaurs you control get +1/+1.${5}{G}: Create a 3/3 green Dinosaur creature token with trample.|
+Topiary Stomper|The Lost Caverns of Ixalan Commander|261|R|{1}{G}{G}|Creature - Plant Dinosaur|4|4|Vigilance$When Topiary Stomper enters the battlefield, search your library for a basic land card, put it onto the battlefield tapped, then shuffle.$Topiary Stomper can't attack or block unless you control seven or more lands.|
+Verdant Sun's Avatar|The Lost Caverns of Ixalan Commander|262|R|{5}{G}{G}|Creature - Dinosaur Avatar|5|5|Whenever Verdant Sun's Avatar or another creature enters the battlefield under your control, you gain life equal to that creature's toughness.|
+Wayward Swordtooth|The Lost Caverns of Ixalan Commander|263|R|{2}{G}|Creature - Dinosaur|5|5|Ascend$You may play an additional land on each of your turns.$Wayward Swordtooth can't attack or block unless you have the city's blessing.|
+Admiral Beckett Brass|The Lost Caverns of Ixalan Commander|264|M|{1}{U}{B}{R}|Legendary Creature - Human Pirate|3|3|Other Pirates you control get +1/+1.$At the beginning of your end step, gain control of target nonland permanent controlled by a player who was dealt combat damage by three or more Pirates this turn.|
+Atzocan Seer|The Lost Caverns of Ixalan Commander|265|U|{1}{G}{W}|Creature - Human Druid|2|3|{T}: Add one mana of any color.$Sacrifice Atzocan Seer: Return target Dinosaur card from your graveyard to your hand.|
+Cold-Eyed Selkie|The Lost Caverns of Ixalan Commander|266|R|{1}{G/U}{G/U}|Creature - Merfolk Rogue|1|1|Islandwalk$Whenever Cold-Eyed Selkie deals combat damage to a player, you may draw that many cards.|
+Cruel Celebrant|The Lost Caverns of Ixalan Commander|267|U|{W}{B}|Creature - Vampire|1|2|Whenever Cruel Celebrant or another creature or planeswalker you control dies, each opponent loses 1 life and you gain 1 life.|
+Elenda, the Dusk Rose|The Lost Caverns of Ixalan Commander|268|M|{2}{W}{B}|Legendary Creature - Vampire Knight|1|1|Lifelink$Whenever another creature dies, put a +1/+1 counter on Elenda, the Dusk Rose.$When Elenda dies, create X 1/1 white Vampire creature tokens with lifelink, where X is Elenda's power.|
+Etchings of the Chosen|The Lost Caverns of Ixalan Commander|269|U|{1}{W}{B}|Enchantment|||As Etchings of the Chosen enters the battlefield, choose a creature type.$Creatures you control of the chosen type get +1/+1.${1}, Sacrifice a creature of the chosen type: Target creature you control gains indestructible until end of turn.|
+Growth Spiral|The Lost Caverns of Ixalan Commander|270|C|{G}{U}|Instant|||Draw a card. You may put a land card from your hand onto the battlefield.|
+Hostage Taker|The Lost Caverns of Ixalan Commander|271|R|{2}{U}{B}|Creature - Human Pirate|2|3|When Hostage Taker enters the battlefield, exile another target creature or artifact until Hostage Taker leaves the battlefield. You may cast that card for as long as it remains exiled, and mana of any type can be spent to cast it.|
+King Narfi's Betrayal|The Lost Caverns of Ixalan Commander|272|R|{1}{U}{B}|Enchantment - Saga|||(As this Saga enters and after your draw step, add a lore counter. Sacrifice after III.)$I -- Each player mills four cards. Then you may exile a creature or planeswalker card from each graveyard.$II, III -- Until end of turn, you may cast spells from among cards exiled with King Narfi's Betrayal, and you may spend mana as though it were mana of any color to cast those spells.|
+Kiora's Follower|The Lost Caverns of Ixalan Commander|273|U|{G}{U}|Creature - Merfolk|2|2|{T}: Untap another target permanent.|
+Kumena, Tyrant of Orazca|The Lost Caverns of Ixalan Commander|274|M|{1}{G}{U}|Legendary Creature - Merfolk Shaman|2|4|Tap another untapped Merfolk you control: Kumena, Tyrant of Orazca can't be blocked this turn.$Tap three untapped Merfolk you control: Draw a card.$Tap five untapped Merfolk you control: Put a +1/+1 counter on each Merfolk you control.|
+Legion Lieutenant|The Lost Caverns of Ixalan Commander|275|U|{W}{B}|Creature - Vampire Knight|2|2|Other Vampires you control get +1/+1.|
+Merfolk Mistbinder|The Lost Caverns of Ixalan Commander|276|U|{G}{U}|Creature - Merfolk Shaman|2|2|Other Merfolk you control get +1/+1.|
+Merfolk Skydiver|The Lost Caverns of Ixalan Commander|277|U|{G}{U}|Creature - Merfolk Mutant|1|1|Flying$When Merfolk Skydiver enters the battlefield, put a +1/+1 counter on target creature you control.${3}{G}{U}: Proliferate.|
+Prime Speaker Zegana|The Lost Caverns of Ixalan Commander|278|M|{2}{G}{G}{U}{U}|Legendary Creature - Merfolk Wizard|1|1|Prime Speaker Zegana enters the battlefield with X +1/+1 counters on it, where X is the greatest power among other creatures you control.$When Prime Speaker Zegana enters the battlefield, draw cards equal to its power.|
+Prismari Command|The Lost Caverns of Ixalan Commander|279|R|{1}{U}{R}|Instant|||Choose two --$* Prismari Command deals 2 damage to any target.$* Target player draws two cards, then discards two cards.$* Target player creates a Treasure token.$* Destroy target artifact.|
+Quandrix Command|The Lost Caverns of Ixalan Commander|280|R|{1}{G}{U}|Instant|||Choose two --$* Return target creature or planeswalker to its owner's hand.$* Counter target artifact or enchantment spell.$* Put two +1/+1 counters on target creature.$* Target player shuffles up to three target cards from their graveyard into their library.|
+Quartzwood Crasher|The Lost Caverns of Ixalan Commander|281|R|{2}{R}{R}{G}|Creature - Dinosaur Beast|6|6|Trample$Whenever one or more creatures you control with trample deal combat damage to a player, create an X/X green Dinosaur Beast creature token with trample, where X is the amount of damage those creatures dealt to that player.|
+Raging Regisaur|The Lost Caverns of Ixalan Commander|282|U|{2}{R}{G}|Creature - Dinosaur|4|4|Whenever Raging Regisaur attacks, it deals 1 damage to any target.|
+Raging Swordtooth|The Lost Caverns of Ixalan Commander|283|U|{3}{R}{G}|Creature - Dinosaur|5|5|Trample$When Raging Swordtooth enters the battlefield, it deals 1 damage to each other creature.|
+Rakdos Charm|The Lost Caverns of Ixalan Commander|284|U|{B}{R}|Instant|||Choose one --$* Exile target player's graveyard.$* Destroy target artifact.$* Each creature deals 1 damage to its controller.|
+Ramirez DePietro, Pillager|The Lost Caverns of Ixalan Commander|285|U|{2}{U}{B}|Legendary Creature - Human Pirate|4|3|When Ramirez DePietro, Pillager enters the battlefield, you lose 2 life and create two Treasure tokens.$Whenever one or more Pirates you control deal combat damage to a player, exile the top card of that player's library. You may cast that card for as long as it remains exiled.|
+Regisaur Alpha|The Lost Caverns of Ixalan Commander|286|R|{3}{R}{G}|Creature - Dinosaur|4|4|Other Dinosaurs you control have haste.$When Regisaur Alpha enters the battlefield, create a 3/3 green Dinosaur creature token with trample.|
+Rhythm of the Wild|The Lost Caverns of Ixalan Commander|287|U|{1}{R}{G}|Enchantment|||Creature spells you control can't be countered.$Nontoken creatures you control have riot.|
+Simic Ascendancy|The Lost Caverns of Ixalan Commander|288|R|{G}{U}|Enchantment|||{1}{G}{U}: Put a +1/+1 counter on target creature you control.$Whenever one or more +1/+1 counters are put on a creature you control, put that many growth counters on Simic Ascendancy.$At the beginning of your upkeep, if Simic Ascendancy has twenty or more growth counters on it, you win the game.|
+Sorin, Lord of Innistrad|The Lost Caverns of Ixalan Commander|289|M|{2}{W}{B}|Legendary Planeswalker - Sorin|3|+1: Create a 1/1 black Vampire creature token with lifelink.$-2: You get an emblem with "Creatures you control get +1/+0."$-6: Destroy up to three target creatures and/or other planeswalkers. Return each card put into a graveyard this way to the battlefield under your control.|
+Tatyova, Benthic Druid|The Lost Caverns of Ixalan Commander|290|U|{3}{G}{U}|Legendary Creature - Merfolk Druid|3|3|Landfall -- Whenever a land enters the battlefield under your control, you gain 1 life and draw a card.|
+Tishana, Voice of Thunder|The Lost Caverns of Ixalan Commander|291|M|{5}{G}{U}|Legendary Creature - Merfolk Shaman|*|*|Tishana, Voice of Thunder's power and toughness are each equal to the number of cards in your hand.$You have no maximum hand size.$When Tishana enters the battlefield, draw a card for each creature you control.|
+Utter End|The Lost Caverns of Ixalan Commander|292|R|{2}{W}{B}|Instant|||Exile target nonland permanent.|
+Vona, Butcher of Magan|The Lost Caverns of Ixalan Commander|293|M|{3}{W}{B}|Legendary Creature - Vampire Knight|4|4|Vigilance, lifelink${T}, Pay 7 life: Destroy target nonland permanent. Activate only during your turn.|
+Vorel of the Hull Clade|The Lost Caverns of Ixalan Commander|294|R|{1}{G}{U}|Legendary Creature - Human Merfolk|1|4|{G}{U}, {T}: Double the number of each kind of counter on target artifact, creature, or land.|
+Xenagos, God of Revels|The Lost Caverns of Ixalan Commander|295|M|{3}{R}{G}|Legendary Enchantment Creature - God|6|5|Indestructible$As long as your devotion to red and green is less than seven, Xenagos isn't a creature.$At the beginning of combat on your turn, another target creature you control gains haste and gets +X/+X until end of turn, where X is that creature's power.|
+Zacama, Primal Calamity|The Lost Caverns of Ixalan Commander|296|R|{6}{R}{G}{W}|Legendary Creature - Elder Dinosaur|9|9|Vigilance, reach, trample$When Zacama, Primal Calamity enters the battlefield, if you cast it, untap all lands you control.${2}{R}: Zacama deals 3 damage to target creature.${2}{G}: Destroy target artifact or enchantment.${2}{W}: You gain 3 life.|
+Zara, Renegade Recruiter|The Lost Caverns of Ixalan Commander|297|R|{3}{U}{R}|Legendary Creature - Human Pirate|4|3|Flying$Whenever Zara, Renegade Recruiter attacks, look at defending player's hand. You may put a creature card from it onto the battlefield under your control tapped and attacking that player or a planeswalker they control. Return that creature to its owner's hand at the beginning of the next end step.|
+Zegana, Utopian Speaker|The Lost Caverns of Ixalan Commander|298|R|{2}{G}{U}|Legendary Creature - Merfolk Wizard|4|4|When Zegana, Utopian Speaker enters the battlefield, if you control another creature with a +1/+1 counter on it, draw a card.${4}{G}{U}: Adapt 4.$Each creature you control with a +1/+1 counter on it has trample.|
+Blade of the Bloodchief|The Lost Caverns of Ixalan Commander|300|R|{1}|Artifact - Equipment|||Whenever a creature dies, put a +1/+1 counter on equipped creature. If equipped creature is a Vampire, put two +1/+1 counters on it instead.$Equip {1}|
+Commander's Sphere|The Lost Caverns of Ixalan Commander|301|C|{3}|Artifact|||{T}: Add one mana of any color in your commander's color identity.$Sacrifice Commander's Sphere: Draw a card.|
+Dimir Signet|The Lost Caverns of Ixalan Commander|302|U|{2}|Artifact|||{1}, {T}: Add {U}{B}.|
+Heirloom Blade|The Lost Caverns of Ixalan Commander|303|U|{3}|Artifact - Equipment|||Equipped creature gets +3/+1.$Whenever equipped creature dies, you may reveal cards from the top of your library until you reveal a creature card that shares a creature type with it. Put that card into your hand and the rest on the bottom of your library in a random order.$Equip {1}|
+Herald's Horn|The Lost Caverns of Ixalan Commander|304|U|{3}|Artifact|||As Herald's Horn enters the battlefield, choose a creature type.$Creature spells you cast of the chosen type cost {1} less to cast.$At the beginning of your upkeep, look at the top card of your library. If it's a creature card of the chosen type, you may reveal it and put it into your hand.|
+Icon of Ancestry|The Lost Caverns of Ixalan Commander|305|R|{3}|Artifact|||As Icon of Ancestry enters the battlefield, choose a creature type.$Creatures you control of the chosen type get +1/+1.${3}, {T}: Look at the top three cards of your library. You may reveal a creature card of the chosen type from among them and put it into your hand. Put the rest on the bottom of your library in a random order.|
+Izzet Signet|The Lost Caverns of Ixalan Commander|306|U|{2}|Artifact|||{1}, {T}: Add {U}{R}.|
+Lifecrafter's Bestiary|The Lost Caverns of Ixalan Commander|307|R|{3}|Artifact|||At the beginning of your upkeep, scry 1.$Whenever you cast a creature spell, you may pay {G}. If you do, draw a card.|
+Metallic Mimic|The Lost Caverns of Ixalan Commander|308|R|{2}|Artifact Creature - Shapeshifter|2|1|As Metallic Mimic enters the battlefield, choose a creature type.$Metallic Mimic is the chosen type in addition to its other types.$Each other creature you control of the chosen type enters the battlefield with an additional +1/+1 counter on it.|
+Mind Stone|The Lost Caverns of Ixalan Commander|309|C|{2}|Artifact|||{T}: Add {C}.${1}, {T}, Sacrifice Mind Stone: Draw a card.|
+Orzhov Signet|The Lost Caverns of Ixalan Commander|310|U|{2}|Artifact|||{1}, {T}: Add {W}{B}.|
+Rakdos Signet|The Lost Caverns of Ixalan Commander|311|U|{2}|Artifact|||{1}, {T}: Add {B}{R}.|
+Simic Signet|The Lost Caverns of Ixalan Commander|312|U|{2}|Artifact|||{1}, {T}: Add {G}{U}.|
+Sol Ring|The Lost Caverns of Ixalan Commander|313|U|{1}|Artifact|||{T}: Add {C}{C}.|
+Swiftfoot Boots|The Lost Caverns of Ixalan Commander|314|U|{2}|Artifact - Equipment|||Equipped creature has hexproof and haste.$Equip {1}|
+Talisman of Hierarchy|The Lost Caverns of Ixalan Commander|315|U|{2}|Artifact|||{T}: Add {C}.${T}: Add {W} or {B}. Talisman of Hierarchy deals 1 damage to you.|
+Vanquisher's Banner|The Lost Caverns of Ixalan Commander|316|R|{5}|Artifact|||As Vanquisher's Banner enters the battlefield, choose a creature type.$Creatures you control of the chosen type get +1/+1.$Whenever you cast a creature spell of the chosen type, draw a card.|
+Wayfarer's Bauble|The Lost Caverns of Ixalan Commander|317|C|{1}|Artifact|||{2}, {T}, Sacrifice Wayfarer's Bauble: Search your library for a basic land card, put that card onto the battlefield tapped, then shuffle.|
+Alchemist's Refuge|The Lost Caverns of Ixalan Commander|318|R||Land|||{T}: Add {C}.${G}{U}, {T}: You may cast spells this turn as though they had flash.|
+Arch of Orazca|The Lost Caverns of Ixalan Commander|319|R||Land|||Ascend${T}: Add {C}.${5}, {T}: Draw a card. Activate only if you have the city's blessing.|
+Bojuka Bog|The Lost Caverns of Ixalan Commander|320|C||Land|||Bojuka Bog enters the battlefield tapped.$When Bojuka Bog enters the battlefield, exile target player's graveyard.${T}: Add {B}.|
+Canopy Vista|The Lost Caverns of Ixalan Commander|321|R||Land - Forest Plains|||({T}: Add {G} or {W}.)$Canopy Vista enters the battlefield tapped unless you control two or more basic lands.|
+Choked Estuary|The Lost Caverns of Ixalan Commander|322|R||Land|||As Choked Estuary enters the battlefield, you may reveal an Island or Swamp card from your hand. If you don't, Choked Estuary enters the battlefield tapped.${T}: Add {U} or {B}.|
+Cinder Glade|The Lost Caverns of Ixalan Commander|323|R||Land - Mountain Forest|||({T}: Add {R} or {G}.)$Cinder Glade enters the battlefield tapped unless you control two or more basic lands.|
+Clifftop Retreat|The Lost Caverns of Ixalan Commander|324|R||Land|||Clifftop Retreat enters the battlefield tapped unless you control a Mountain or a Plains.${T}: Add {R} or {W}.|
+Command Tower|The Lost Caverns of Ixalan Commander|325|C||Land|||{T}: Add one mana of any color in your commander's color identity.|
+Crumbling Necropolis|The Lost Caverns of Ixalan Commander|326|U||Land|||Crumbling Necropolis enters the battlefield tapped.${T}: Add {U}, {B}, or {R}.|
+Desolate Lighthouse|The Lost Caverns of Ixalan Commander|327|R||Land|||{T}: Add {C}.${1}{U}{R}, {T}: Draw a card, then discard a card.|
+Evolving Wilds|The Lost Caverns of Ixalan Commander|328|C||Land|||{T}, Sacrifice Evolving Wilds: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle.|
+Exotic Orchard|The Lost Caverns of Ixalan Commander|329|R||Land|||{T}: Add one mana of any color that a land an opponent controls could produce.|
+Foreboding Ruins|The Lost Caverns of Ixalan Commander|330|R||Land|||As Foreboding Ruins enters the battlefield, you may reveal a Swamp or Mountain card from your hand. If you don't, Foreboding Ruins enters the battlefield tapped.${T}: Add {B} or {R}.|
+Fortified Village|The Lost Caverns of Ixalan Commander|331|R||Land|||As Fortified Village enters the battlefield, you may reveal a Forest or Plains card from your hand. If you don't, Fortified Village enters the battlefield tapped.${T}: Add {G} or {W}.|
+Frostboil Snarl|The Lost Caverns of Ixalan Commander|332|R||Land|||As Frostboil Snarl enters the battlefield, you may reveal an Island or Mountain card from your hand. If you don't, Frostboil Snarl enters the battlefield tapped.${T}: Add {U} or {R}.|
+Furycalm Snarl|The Lost Caverns of Ixalan Commander|333|R||Land|||As Furycalm Snarl enters the battlefield, you may reveal a Mountain or Plains card from your hand. If you don't, Furycalm Snarl enters the battlefield tapped.${T}: Add {R} or {W}.|
+Game Trail|The Lost Caverns of Ixalan Commander|334|R||Land|||As Game Trail enters the battlefield, you may reveal a Mountain or Forest card from your hand. If you don't, Game Trail enters the battlefield tapped.${T}: Add {R} or {G}.|
+Geier Reach Sanitarium|The Lost Caverns of Ixalan Commander|335|R||Legendary Land|||{T}: Add {C}.${2}, {T}: Each player draws a card, then discards a card.|
+Hinterland Harbor|The Lost Caverns of Ixalan Commander|336|R||Land|||Hinterland Harbor enters the battlefield tapped unless you control a Forest or an Island.${T}: Add {G} or {U}.|
+Isolated Chapel|The Lost Caverns of Ixalan Commander|337|R||Land|||Isolated Chapel enters the battlefield tapped unless you control a Plains or a Swamp.${T}: Add {W} or {B}.|
+Jungle Shrine|The Lost Caverns of Ixalan Commander|338|U||Land|||Jungle Shrine enters the battlefield tapped.${T}: Add {R}, {G}, or {W}.|
+Karn's Bastion|The Lost Caverns of Ixalan Commander|339|R||Land|||{T}: Add {C}.${4}, {T}: Proliferate.|
+Kessig Wolf Run|The Lost Caverns of Ixalan Commander|340|R||Land|||{T}: Add {C}.${X}{R}{G}, {T}: Target creature gets +X/+0 and gains trample until end of turn.|
+Llanowar Reborn|The Lost Caverns of Ixalan Commander|341|U||Land|||Llanowar Reborn enters the battlefield tapped.${T}: Add {G}.$Graft 1|
+Mosswort Bridge|The Lost Caverns of Ixalan Commander|342|R||Land|||Hideaway 4$Mosswort Bridge enters the battlefield tapped.${T}: Add {G}.${G}, {T}: You may play the exiled card without paying its mana cost if creatures you control have total power 10 or greater.|
+Myriad Landscape|The Lost Caverns of Ixalan Commander|343|U||Land|||Myriad Landscape enters the battlefield tapped.${T}: Add {C}.${2}, {T}, Sacrifice Myriad Landscape: Search your library for up to two basic land cards that share a land type, put them onto the battlefield tapped, then shuffle.|
+Nephalia Drownyard|The Lost Caverns of Ixalan Commander|344|R||Land|||{T}: Add {C}.${1}{U}{B}, {T}: Target player mills three cards.|
+Orzhov Basilica|The Lost Caverns of Ixalan Commander|345|C||Land|||Orzhov Basilica enters the battlefield tapped.$When Orzhov Basilica enters the battlefield, return a land you control to its owner's hand.${T}: Add {W}{B}.|
+Path of Ancestry|The Lost Caverns of Ixalan Commander|346|C||Land|||Path of Ancestry enters the battlefield tapped.${T}: Add one mana of any color in your commander's color identity. When that mana is spent to cast a creature spell that shares a creature type with your commander, scry 1.|
+Port of Karfell|The Lost Caverns of Ixalan Commander|347|U||Land|||Port of Karfell enters the battlefield tapped.${T}: Add {U}.${3}{U}{B}{B}, {T}, Sacrifice Port of Karfell: Mill four cards, then return a creature card from your graveyard to the battlefield tapped.|
+Reliquary Tower|The Lost Caverns of Ixalan Commander|348|U||Land|||You have no maximum hand size.${T}: Add {C}.|
+Rogue's Passage|The Lost Caverns of Ixalan Commander|349|U||Land|||{T}: Add {C}.${4}, {T}: Target creature can't be blocked this turn.|
+Secluded Courtyard|The Lost Caverns of Ixalan Commander|350|U||Land|||As Secluded Courtyard enters the battlefield, choose a creature type.${T}: Add {C}.${T}: Add one mana of any color. Spend this mana only to cast a creature spell of the chosen type or activate an ability of a creature or creature card of the chosen type.|
+Shineshadow Snarl|The Lost Caverns of Ixalan Commander|351|R||Land|||As Shineshadow Snarl enters the battlefield, you may reveal a Plains or Swamp card from your hand. If you don't, Shineshadow Snarl enters the battlefield tapped.${T}: Add {W} or {B}.|
+Simic Growth Chamber|The Lost Caverns of Ixalan Commander|352|C||Land|||Simic Growth Chamber enters the battlefield tapped.$When Simic Growth Chamber enters the battlefield, return a land you control to its owner's hand.${T}: Add {G}{U}.|
+Smoldering Marsh|The Lost Caverns of Ixalan Commander|353|R||Land - Swamp Mountain|||({T}: Add {B} or {R}.)$Smoldering Marsh enters the battlefield tapped unless you control two or more basic lands.|
+Sulfur Falls|The Lost Caverns of Ixalan Commander|354|R||Land|||Sulfur Falls enters the battlefield tapped unless you control an Island or a Mountain.${T}: Add {U} or {R}.|
+Sunken Hollow|The Lost Caverns of Ixalan Commander|355|R||Land - Island Swamp|||({T}: Add {U} or {B}.)$Sunken Hollow enters the battlefield tapped unless you control two or more basic lands.|
+Tainted Field|The Lost Caverns of Ixalan Commander|356|U||Land|||{T}: Add {C}.${T}: Add {W} or {B}. Activate only if you control a Swamp.|
+Temple of Mystery|The Lost Caverns of Ixalan Commander|357|R||Land|||Temple of Mystery enters the battlefield tapped.$When Temple of Mystery enters the battlefield, scry 1.${T}: Add {G} or {U}.|
+Temple of Silence|The Lost Caverns of Ixalan Commander|358|R||Land|||Temple of Silence enters the battlefield tapped.$When Temple of Silence enters the battlefield, scry 1.${T}: Add {W} or {B}.|
+Temple of the False God|The Lost Caverns of Ixalan Commander|359|U||Land|||{T}: Add {C}{C}. Activate only if you control five or more lands.|
+Terramorphic Expanse|The Lost Caverns of Ixalan Commander|360|C||Land|||{T}, Sacrifice Terramorphic Expanse: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle.|
+Thriving Bluff|The Lost Caverns of Ixalan Commander|361|C||Land|||Thriving Bluff enters the battlefield tapped.$As Thriving Bluff enters the battlefield, choose a color other than red.${T}: Add {R} or one mana of the chosen color.|
+Thriving Grove|The Lost Caverns of Ixalan Commander|362|C||Land|||Thriving Grove enters the battlefield tapped.$As Thriving Grove enters the battlefield, choose a color other than green.${T}: Add {G} or one mana of the chosen color.|
+Thriving Heath|The Lost Caverns of Ixalan Commander|363|C||Land|||Thriving Heath enters the battlefield tapped.$As Thriving Heath enters the battlefield, choose a color other than white.${T}: Add {W} or one mana of the chosen color.|
+Thriving Isle|The Lost Caverns of Ixalan Commander|364|C||Land|||Thriving Isle enters the battlefield tapped.$As Thriving Isle enters the battlefield, choose a color other than blue.${T}: Add {U} or one mana of the chosen color.|
+Thriving Moor|The Lost Caverns of Ixalan Commander|365|C||Land|||Thriving Moor enters the battlefield tapped.$As Thriving Moor enters the battlefield, choose a color other than black.${T}: Add {B} or one mana of the chosen color.|
+Unclaimed Territory|The Lost Caverns of Ixalan Commander|366|U||Land|||As Unclaimed Territory enters the battlefield, choose a creature type.${T}: Add {C}.${T}: Add one mana of any color. Spend this mana only to cast a creature spell of the chosen type.|
+Vault of the Archangel|The Lost Caverns of Ixalan Commander|367|R||Land|||{T}: Add {C}.${2}{W}{B}, {T}: Creatures you control gain deathtouch and lifelink until end of turn.|
+Vineglimmer Snarl|The Lost Caverns of Ixalan Commander|368|R||Land|||As Vineglimmer Snarl enters the battlefield, you may reveal a Forest or Island card from your hand. If you don't, Vineglimmer Snarl enters the battlefield tapped.${T}: Add {G} or {U}.|
+Voldaren Estate|The Lost Caverns of Ixalan Commander|369|R||Land|||{T}: Add {C}.${T}, Pay 1 life: Add one mana of any color. Spend this mana only to cast a Vampire spell.${5}, {T}: Create a Blood token. This ability costs {1} less to activate for each Vampire you control.|
+Windbrisk Heights|The Lost Caverns of Ixalan Commander|370|R||Land|||Hideaway 4$Windbrisk Heights enters the battlefield tapped.${T}: Add {W}.${W}, {T}: You may play the exiled card without paying its mana cost if you attacked with three or more creatures this turn.|
Case of the Shattered Pact|Murders at Karlov Manor|1|U|{2}|Enchantment - Case|||When this Case enters the battlefield, search your library for a basic land card, reveal it, put it into your hand, then shuffle.$To solve -- There are five colors among permanents you control.$Solved -- At the beginning of combat on your turn, target creature you control gains flying, double strike, and vigilance until end of turn.|
Absolving Lammasu|Murders at Karlov Manor|2|U|{4}{W}|Creature - Lammasu|4|3|Flying$When Absolving Lammasu enters the battlefield, all suspected creatures are no longer suspected.$When Absolving Lammasu dies, you gain 3 life and suspect up to one target creature your opponent controls.|
Assemble the Players|Murders at Karlov Manor|3|R|{1}{W}|Enchantment|||You may look at the top card of your library any time.$Once each turn, you may cast a creature spell with power 2 or less from the top of your library.|
diff --git a/Utils/mtg-sets-data.txt b/Utils/mtg-sets-data.txt
index cf024cc2d98d..3bdcfcab0c7d 100644
--- a/Utils/mtg-sets-data.txt
+++ b/Utils/mtg-sets-data.txt
@@ -62,10 +62,10 @@ Conflux|CON|
Coldsnap|CSP|
Doctor Who|WHO|
Duel Decks: Jace vs. Chandra|DD2|
-Duel Decks: Anthology, Divine vs. Demonic|DVD|
-Duel Decks: Anthology, Elves vs. Goblins|EVG|
-Duel Decks: Anthology, Garruk vs. Liliana|GVL|
-Duel Decks: Anthology, Jace vs. Chandra|JVC|
+Duel Decks Anthology: Divine vs. Demonic|DVD|
+Duel Decks Anthology: Elves vs. Goblins|EVG|
+Duel Decks Anthology: Garruk vs. Liliana|GVL|
+Duel Decks Anthology: Jace vs. Chandra|JVC|
Duel Decks: Divine vs. Demonic|DDC|
Duel Decks: Garruk vs. Liliana|DDD|
Duel Decks: Phyrexia vs. the Coalition|DDE|
@@ -116,7 +116,7 @@ Fate Reforged|FRF|
Foundations|FDN|
Foundations Jumpstar|J25|
Future Sight|FUT|
-Global Series: Jiang Yanggu & Mu Yanling|GS1|
+Global Series Jiang Yanggu & Mu Yanling|GS1|
Guildpact|GPT|
Guilds of Ravnica|GRN|
Grand Prix|PGPX|
@@ -134,7 +134,7 @@ Ikoria: Lair of Behemoths|IKO|
Invasion|INV|
Innistrad|ISD|
The Lost Caverns of Ixalan|LCI|
-Lost Caverns of Ixalan Commander|LCC|
+The Lost Caverns of Ixalan Commander|LCC|
Innistrad: Midnight Hunt|MID|
Midnight Hunt Commander|MIC|
Innistrad: Crimson Vow|VOW|
@@ -265,7 +265,7 @@ Unhinged|UNH|
Unfinity|UNF|
Urza's Saga|USG|
Unstable|UST|
-HASCON Promo 2017|H17|
+HasCon 2017|H17|
From the Vault: Exiled|V09|
From the Vault: Relics|V10|
From the Vault: Legends|V11|